.white-top-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 10px;
  padding-right: 42px;
  padding-left: 60px;
  background-color: transparent;
}

.nav-link {
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.nav-icon {
  float: right;
  color: #fff;
  font-size: 35px;
}

.logo {
  margin-top: 16px;
}

.banner1 {
  height: 100vh;
  padding-top: 50vh;
  background-image: url('../images/hero-harrow.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.banner-text-wrapper {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 80%;
  margin-bottom: 59px;
  padding-left: 240px;
}

.banner-text-wrapper.right {
  width: auto;
  margin-left: 50%;
  padding-left: 0px;
}

.banner-text-wrapper.centre {
  width: 80%;
  padding-left: 240px;
}

.h1 {
  display: block;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-size: 85px;
  letter-spacing: -5.5px;
}

.h1.white {
  margin-top: 11px;
  color: #fff;
}

.h1.spacer {
  margin-top: 126px;
}

.h3 {
  width: auto;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.h3.white {
  width: 500px;
  color: #fff;
  line-height: 30px;
}

.h3.centre {
  width: auto;
  text-align: center;
}

.h3.hero {
  width: 600px;
  text-align: center;
}

.h3.center {
  text-align: center;
}

.h3.center.contained {
  width: 800px;
  margin-top: 50px;
}

.h3.center.contained.left {
  text-align: left;
}

.banner-button {
  position: relative;
  z-index: 3;
  width: 200px;
  padding: 12px 21px 11px 0px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  text-transform: none;
}

.banner-button.top-padding {
  width: 200px;
  margin-top: 15px;
  padding-right: 41px;
  padding-left: 0px;
}

.button-icon-wrapper {
  position: relative;
  z-index: 2;
  width: 200px;
  margin-top: 30px;
  margin-right: 36px;
}

.image {
  position: relative;
  z-index: 1;
  margin-left: -51px;
}

.banner2 {
  height: 100vh;
  padding-top: 50vh;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .29)), url('../images/Tidelands-2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .29)), url('../images/Tidelands-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner3 {
  height: 100vh;
  padding-top: 50vh;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .59)), url('../images/australia-day.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .59)), url('../images/australia-day.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.menu-text {
  float: left;
  font-size: 14px;
}

.menu-text.white {
  margin-top: 7px;
  margin-right: 2px;
  color: #fff;
}

.menu-text.black {
  margin-top: 7px;
  margin-left: 0px;
  color: #000;
}

.sidebar-icons {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-top: 26vh;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  margin-top: 13px;
}

.menuicon {
  margin-top: 8px;
  margin-left: 9px;
  float: none;
}

.nav-background {
  display: block;
  padding-top: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.round-icon {
  width: 8px;
  height: 8px;
  margin-top: 61px;
  border-radius: 100px;
  background-color: #fff;
}

.white-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .94), hsla(0, 0%, 100%, .94));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .94), hsla(0, 0%, 100%, .94));
}

.black-line {
  position: absolute;
  display: none;
  width: 2px;
  height: 100px;
  margin-top: 217px;
  background-color: #000;
}

.black-top-navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10000;
  padding-top: 10px;
  padding-right: 42px;
  padding-left: 60px;
  background-color: transparent;
}

.horizontal-line {
  width: 600px;
}

.footer-3column {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
  background-color: #fff;
}

.footer-left-column {
  position: static;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-left: 60px;
}

.footer-center-column {
  position: static;
  padding-top: 120px;
}

.footer-right-column {
  position: static;
  padding-top: 120px;
}
.footer-right-two-column {
  position: static;
  padding-top: 120px;
}

.h2 {
  width: auto;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -2px;
}

.h2.white {
  color: #fff;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
}

.h2.white.left {
  width: 100px;
  margin-top: 0px;
}

.h2.centre {
  width: auto;
  text-align: center;
}

.h2.hero {
  width: 600px;
  text-align: center;
}

.h2.center {
  text-align: center;
}

.h2.center.smaller {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -1px;
}

.h5 {
  width: auto;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.firstnationtext {
  width: auto;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  border-style: solid;
  border-width: 2px;
  border-spacing: 25px;
  border-collapse: separate;
  padding: 10px;
  border-radius: 25px;
  background: hsl(0deg 0% 100% / 94%);
  padding: 20px;
}

.h5.white {
  width: 500px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 30px;
}

.h5.centre {
  width: auto;
  text-align: center;
}

.h5.hero {
  width: 600px;
  text-align: center;
}

.h5.center {
  margin-top: 0px;
  text-align: center;
}

.bold-text {
  font-weight: 700;
}

.menu {
  width: 100px;
  float: right;
}

.menu-button {
  position: relative;
  z-index: 9999999;
  display: none;
  padding: 12px;
  float: right;
  cursor: pointer;
}

.menu-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .97);
}

.menuitem {
  margin-bottom: 1px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: transparent;
  letter-spacing: -2.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.closebutton {
  position: fixed;
  top: 0px;
  right: 0px;
  margin-top: 14px;
  margin-right: 36px;
  cursor: pointer;
}

.menu-social-icons-wrapper {
  width: 200px;
  margin-top: 76px;
}

.menu-social-icon {
  margin-left: 18px;
  padding: 2px;
}

.banner-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 50px;
  margin-top: 75vh;
  padding-right: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-menu-item {
  width: 50px;
  height: 2px;
  margin-left: 20px;
  background-color: #fff;
}

.faded-h1 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 60px;
  margin-left: 60px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: hsla(0, 0%, 100%, .03);
  font-size: 200px;
}

.number-heading {
  margin-left: 0px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: hsla(0, 0%, 100%, .31);
  font-size: 200px;
}

.div-block {
  width: 100px;
  height: 6px;
  background-color: #fff;
}

.div-block-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 160px;
  padding-top: 36vh;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-menu-circle {
  width: 11px;
  height: 11px;
  margin-top: 26px;
  border: 1px solid #fff;
  border-radius: 45px;
  background-color: hsla(0, 0%, 63%, 0);
  color: #adadad;
}

.banner-menu-circle.current {
  width: 11px;
  height: 11px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-banner {
  height: 100vh;
}

.intro-left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a1 {
  display: none;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-size: 85px;
  letter-spacing: -5.5px;
}

.a1.white {
  margin-top: 11px;
  color: #fff;
}

.a2 {
  display: none;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-size: 85px;
  letter-spacing: -5.5px;
}

.a2.white {
  margin-top: 11px;
  color: #fff;
}

.a3 {
  display: none;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-size: 85px;
  letter-spacing: -5.5px;
}

.a3.white {
  margin-top: 11px;
  color: #fff;
}

.a4 {
  display: none;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-size: 85px;
  letter-spacing: -5.5px;
}

.a4.white {
  margin-top: 11px;
  color: #fff;
}

.banner-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: block;
  overflow: visible;
  height: 0px;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: transparent;
}

.navlink {
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff6f6;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.navlink.w--current {
  color: #fff;
}

.navlink.black {
  display: inline-block;
  color: #fff;
  font-weight: 500;
}

.navlink.black.w--current {
  color: #000;
}

.navlink.black.project {
  color: #000;
}

.brand {
  margin-top: 9px;
}

.banner-nav {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 100px;
}

.banner-nav.w--current {
  border-radius: 100px;
  background-color: #fff;
}

.image-2 {
  margin-top: 6px;
}

.video-modal {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  height: 100vh;
}

.video {
  display: block;
  height: 100vh;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
}

.right-project-column {
  z-index: 2;
  height: auto;
  padding-top: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.left-project-column {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.slider {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 65vw;
  height: 100vh;
}

.slide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-left: 60px;
  float: none;
}

.slide-1 {
  background-image: url('../images/hero-harrow.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slide-1.tidelands {
  width: 100vw;
  background-image: url('../images/Tidelands-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.slide-1.tidelands._2 {
  width: 50vw;
  background-image: url('../images/Tidelands_1.jpg');
  background-attachment: scroll;
}

.slide-1.australia-day {
  width: 100vw;
  background-image: url('../images/australia-day.jpg');
}

.slide-1.secretsus {
  width: 100vw;
  background-image: url('../images/JPEG_Secrets--Lies-US_2_2500.jpg');
  background-position: 50% 50%;
}

.slide-1.secretsaus {
  width: 100vw;
  background-image: url('../images/4Secrets--Lies-AUS_4_2500.jpg');
  background-position: 50% 0px;
  background-attachment: fixed;
}

.slide-1.thestrangecalls {
  width: 100vw;
  background-image: url('../images/Strange-Calls_1_2500.jpg');
}

.slide-1.slide {
  width: 100vw;
  background-image: url('../images/V2_Slide_1_2500.jpg');
}

.slide-1.insidemanus {
  width: 100vw;
  background-image: url('../images/Inside-Manus_2_2500.jpg');
}

.slide-1.vikings {
  width: 100vw;
  background-image: url('../images/vikings.jpg');
}

.slide-1.texasrising {
  width: 100vw;
  background-image: url('../images/THC_TRLS_172052_CRS_000_2398_30_20150601_01.mov.01_03_39_10.Still012.jpg');
}

.slide-1.operationintel {
  width: 100vw;
  background-image: url('../images/Operation-Intel_1_2500.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: fixed;
}

.slide-1.bendtherules {
  background-image: url('../images/Bend-the-Rules_1_2500.jpg');
}

.slide-1.divergent {
  background-image: url('../images/shailene-woodley-theo-james-ansel-elgort-divergent-lionsgate.jpg');
  background-position: 50% 50%;
}

.slide-1.lost {
  background-image: url('../images/Lost-Dharma1__2500.jpg');
  background-position: 50% 100%;
}

.slide-1.roguetales {
  background-image: url('../images/men.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: scroll;
}

.slide-1.spooks {
  background-image: url('../images/Spooks_1_2500.jpg');
}

.slide-1.dance {
  background-image: url('../images/Dance-Academy_1_2500.jpg');
}

.slide-1.salt {
  width: 100vw;
  background-image: url('../images/Salt-Flip.jpg');
}

.slide-1.salt._2 {
  width: 65vw;
  background-image: url('../images/Salt_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-1.salt._3 {
  width: 65vw;
  background-image: url('../images/Salt_3.jpg');
  background-attachment: scroll;
}

.slide-1.lost2 {
  background-image: url('../images/Lost-Find815_1_2500.jpg');
  background-position: 50% 0px;
}

.slide-1.harrow {
  width: 100vw;
  background-image: url('../images/Harrow_1_2500.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slide-2 {
  position: relative;
  background-image: url('../images/hero-harrow.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.slide-2.australia-day {
  background-image: url('../images/White-Space_Australia-Day_1_2500.jpg');
  background-position: -236px 50%;
  background-repeat: no-repeat;
}

.slide-2.secretsus {
  background-image: url('../images/Secrets--Lies-US_1_2500.png');
}

.slide-2.secretsaus {
  width: 50vw;
  background-image: url('../images/Secrets--Lies-AUS_4_2500.jpg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.slide-2.thestrangecalls {
  background-image: url('../images/Strange-Calls_3_2500.jpg');
  background-position: 52% 0px;
  background-repeat: no-repeat;
}

.slide-2.slide {
  width: 65vw;
  background-image: url('../images/Slide_3_2500.jpg');
}

.slide-2.insidemanus {
  background-image: url('../images/Inside-Manus_1_2500.jpg');
}

.slide-2.vikings {
  background-image: url('../images/Vikings-White-Space.jpg');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.slide-2.texasrising {
  background-image: url('../images/Texas_2_2500.jpg');
}

.slide-2.conspiracy {
  background-image: url('../images/Conspiracy_1_2500.jpg');
  background-attachment: fixed;
}

.slide-2.mosaic {
  width: 100vw;
  background-image: url('../images/a-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slide-2.primeval {
  background-image: url('../images/Primeval_1_2500-Horizontal.jpg');
}

.slide-2.emmerdale {
  width: 100vw;
  background-image: url('../images/Emmerdale_1_2500.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slide-3 {
  background-image: url('../images/2harrow.jpg');
  background-position: 61% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-3.australia-day {
  background-image: url('../images/Australia-Day_2_2500.jpg');
}

.slide-3.australia-day._4 {
  background-image: url('../images/Australia-Day_4.jpg');
}

.slide-3.australia-day._5 {
  background-image: url('../images/Australia-Day_5.jpg');
}

.slide-3.secretsus {
  background-image: url('../images/Secrets--Lies-US_3_2500.jpg');
  background-position: 0px 50%;
}

.slide-3.secretsaus {
  width: 65vw;
  background-image: url('../images/Secrets--Lies-AUS_3_2500.jpg');
  background-position: 0px 50%;
  background-attachment: scroll;
}

.slide-3.secretsaus._2 {
  background-image: url('../images/Secrets--Lies-AUS_2_2500.jpg');
  background-position: 100% 50%;
  background-attachment: scroll;
}

.slide-3.secretsaus._3 {
  background-image: url('../images/Secrets--Lies-AUS_2_2500.jpg');
  background-position: 100% 50%;
}

.slide-3.secretsaus._4 {
  background-image: url('../images/Secrets--Lies-AUS_1_2500.jpg');
  background-position: 100% 50%;
}

.slide-3.secretsaus._5 {
  background-image: url('../images/Ep-1---Ben--Christy-2.jpg');
  background-position: 100% 50%;
}

.slide-3.thestrangecalls {
  background-image: url('../images/White-Space_Strange-Calls_2_2500-2.jpg');
  background-position: 8% 50%;
}

.slide-3.thestrangecalls._4 {
  background-image: url('../images/Strange-Calls_4.jpg');
}

.slide-3.thestrangecalls._5 {
  background-image: url('../images/Strange-Calls_5.jpg');
}

.slide-3.slide {
  width: 65vw;
  background-image: url('../images/Slide_2_2500.jpg');
}

.slide-3.slide._4 {
  background-image: url('../images/Slide-5.jpg');
}

.slide-3.slide._5 {
  background-image: url('../images/SLide-4.jpg');
}

.slide-3.insidemanus {
  background-image: url('../images/Inside-Manus_3_2500.jpg');
}

.slide-3.insidemanus._4 {
  background-image: url('../images/Inside-Manus_5.jpg');
}

.slide-3.insidemanus._5 {
  background-image: url('../images/Inside-Manus_4.jpg');
}

.slide-3.vikings {
  background-image: url('../images/Vikings_1_2500.jpg');
  background-position: 50% 50%;
}

.slide-3.vikings._4 {
  background-image: url('../images/Vikings_2.jpg');
}

.slide-3.vikings._5 {
  background-image: url('../images/Vikings_5.png');
}

.slide-3.texasrising {
  background-image: url('../images/Texas_1_2500.jpg');
}

.slide-3.texasrising._4 {
  background-image: url('../images/Texas_5.jpg');
}

.slide-3.texasrising._5 {
  background-image: url('../images/Texas_4.jpg');
}

.slide-4 {
  background-image: url('../images/2harrow.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.middle-project-column {
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
}

.h4 {
  position: relative;
  z-index: 5;
  height: auto;
  margin-bottom: 0px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-size: 55px;
  letter-spacing: -3px;
}

.project-column-wrapper {
  overflow: visible;
  height: auto;
  padding-top: 165px;
  padding-right: 21px;
  padding-left: 40px;
}

.project-column-wrapper.right {
  overflow: visible;
  padding-top: 364px;
  padding-right: 60px;
  padding-left: 40px;
}

.project-column-wrapper.right.secrets {
  padding-top: 408px;
}

.project-column-wrapper.right.strange-calls {
  padding-top: 408px;
}

.one-liner {
  font-family: 'Playfair Display', sans-serif;
  color: #000;
}

.short-divider-black {
  width: 35px;
  height: 4px;
  margin-top: 27px;
  margin-bottom: 40px;
  background-color: #000;
}

.short-synopsis {
  font-family: 'Playfair Display', sans-serif;
  color: #000;
}

.h6 {
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-size: 18px;
}

.paragraph {
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  line-height: 23px;
}

.project-navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: block;
  overflow: visible;
  height: 0px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: transparent;
}

.project-play-trailer-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.project-play-trailer-button.manus {
  display: none;
}

.project-play-icon {
  margin-left: -9px;
  float: none;
}

.project-play-text {
  margin-top: 10px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-size: 18px;
}

.project-credits-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-left: 80px;
}

.project-credit-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-credit-logo {
  margin-right: 15px;
  margin-left: 0px;
  float: none;
}

.project-credit-text {
  margin-top: 10px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-size: 18px;
}

.project-logo-credit-images {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-credit-photo {
  position: relative;
  z-index: 99999;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.flex-middle-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 31vh;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1300px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team.bottom-padding {
  margin-bottom: 0px;
}

.team-wrapper {
  width: 20%;
  text-align: center;
}

.team-profile-picture {
  width: 220px;
  margin-bottom: -33px;
  padding: 29px;
  border-radius: 1000px;
}

.navlink-home {
  display: inline-block;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.navlink-home.w--current {
  display: inline-block;
  color: #fff;
}

.navlink-home.black {
  display: inline-block;
  color: #000;
  font-weight: 500;
}

.projects-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 554px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28vw;
  height: 230px;
  margin-top: 8px;
  margin-bottom: 14px;
  padding-top: 159px;
  padding-left: 17px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .42)), url('../images/hero-harrow.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .42)), url('../images/hero-harrow.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: left;
}

.heading {
  position: absolute;
}

.tabs {
  width: 100vw;
  text-align: center;
}

.tab-link {
  background-color: transparent;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-size: 20px;
}

.tab-link.w--current {
  background-color: hsla(0, 0%, 100%, 0);
  font-weight: 700;
}

.tab-link-2 {
  border-left: 1px none #000;
  background-color: transparent;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-size: 20px;
}

.tab-link-2.w--current {
  border-style: none;
  border-right-width: 1px;
  border-right-color: #000;
  background-color: transparent;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.tabmenu {
  margin-bottom: 55px;
}

.tab-pane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-3 {
  margin-top: -6px;
  float: none;
}

.image-4 {
  margin-top: 13px;
  margin-left: 13px;
}

.project-link-div {
  text-decoration: none;
}

.image-5 {
  position: relative;
  z-index: 999999;
}

.project1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28vw;
  height: 230px;
  margin-top: 8px;
  margin-bottom: 14px;
  padding-top: 159px;
  padding-left: 17px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .42)), url('../images/hero-harrow.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .42)), url('../images/hero-harrow.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: left;
}

.project2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28vw;
  height: 230px;
  margin-top: 8px;
  margin-bottom: 14px;
  padding-top: 159px;
  padding-left: 17px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .42)), url('../images/hero-harrow.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .42)), url('../images/hero-harrow.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: left;
}

.project3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28vw;
  height: 230px;
  margin-top: 8px;
  margin-bottom: 14px;
  padding-top: 159px;
  padding-left: 17px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .42)), url('../images/hero-harrow.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .42)), url('../images/hero-harrow.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: left;
}

.project4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28vw;
  height: 230px;
  margin-top: 8px;
  margin-bottom: 14px;
  padding-top: 159px;
  padding-left: 17px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .42)), url('../images/hero-harrow.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .42)), url('../images/hero-harrow.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: left;
}

.project5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28vw;
  height: 230px;
  margin-top: 8px;
  margin-bottom: 14px;
  padding-top: 159px;
  padding-left: 17px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .42)), url('../images/hero-harrow.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .42)), url('../images/hero-harrow.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: left;
}

.project6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28vw;
  height: 230px;
  margin-top: 8px;
  margin-bottom: 14px;
  padding-top: 159px;
  padding-left: 17px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .42)), url('../images/hero-harrow.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .42)), url('../images/hero-harrow.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: left;
}

.link-block {
  text-decoration: none;
}

.div-block-3 {
  width: 400px;
  height: 220px;
}

.tv1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 220px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 154px;
  padding-left: 18px;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: url('../images/hero-harrow.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tv1.harrow {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/hero-harrow.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/hero-harrow.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tv1.harrow.inside-manus {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Inside-Manus_2_2500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Inside-Manus_2_2500.jpg');
}

.tv1.harrow.vikings {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Vikings_1_2500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Vikings_1_2500.jpg');
}

.tv1.harrow.texasrising {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/THC_TRLS_172052_CRS_000_2398_30_20150601_01.mov.01_03_39_10.Still012.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/THC_TRLS_172052_CRS_000_2398_30_20150601_01.mov.01_03_39_10.Still012.jpg');
}

.tv1.harrow.operation-intel {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Operation-Intel_1_2500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Operation-Intel_1_2500.jpg');
}

.tv1.harrow.bentherules {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Bend-the-Rules_1_2500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Bend-the-Rules_1_2500.jpg');
}

.tv1.harrow.divergent {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37));
}

.tv1.harrow.dharmawantyou {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Lost-Dharma1__2500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Lost-Dharma1__2500.jpg');
}

.tv1.harrow.salt {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Salt-Flip.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Salt-Flip.jpg');
}

.tv1.harrow.find815 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Lost-Find815_1_2500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Lost-Find815_1_2500.jpg');
}

.tv1.harrow.conspiracy {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Conspiracy_1_2500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Conspiracy_1_2500.jpg');
}

.tv1.harrow.mosaic {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/a-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/a-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tv1.harrow.primeval {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Primeval_1_2500-Horizontal.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Primeval_1_2500-Horizontal.jpg');
}

.tv1.harrow.emmerdale {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Emmerdale_1_2500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Emmerdale_1_2500.jpg');
}

.tv1.harrow.spooks {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Spooks_1_2500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Spooks_1_2500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tv1.harrow.roguetales {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/men.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/men.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tv1.harrow.dance {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Dance-Academy_1_2500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .37)), url('../images/Dance-Academy_1_2500.jpg');
}

.tv1.tidelands {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .44)), url('../images/Tidelands-2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .44)), url('../images/Tidelands-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tv1.australiaday {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .46)), url('../images/australia-day.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .46)), url('../images/australia-day.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tv1.secretsandliesus {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .45)), url('../images/Secrets--Lies-US_1_2500.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .45)), url('../images/Secrets--Lies-US_1_2500.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tv1.secretsandliesaus {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .45)), url('../images/Secrets--Lies-AUS_2_2500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .45)), url('../images/Secrets--Lies-AUS_2_2500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tv1.thestrangecalls {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .46)), url('../images/Strange-Calls_1_2500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .46)), url('../images/Strange-Calls_1_2500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tv1.slide {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .46)), url('../images/Slide_2_2500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .46)), url('../images/Slide_2_2500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tabs-menu {
  text-align: center;
}

.tabs-2 {
  width: 1300px;
}

.tabswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.teamflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-1 {
  background-color: #fff;
  font-size: 18px;
}

.tab-link-1.w--current {
  background-color: #fff;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.tablink-2 {
  background-color: #fff;
  font-family: Sanfranciscodisplay, sans-serif;
  font-size: 18px;
}

.tablink-2.w--current {
  background-color: #fff;
  font-weight: 700;
}

.link {
  color: #000;
  text-decoration: none;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.lightbox-link {
  text-decoration: none;
}

.nav-menu {
  background-color: transparent;
}

.banner4 {
  height: 100vh;
  padding-top: 50vh;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .46)), url('../images/Secrets--Lies-AUS_2_2500.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .46)), url('../images/Secrets--Lies-AUS_2_2500.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner5 {
  height: 100vh;
  padding-top: 50vh;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .29)), url('../images/JPEG_Secrets--Lies-US_2_2500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .29)), url('../images/JPEG_Secrets--Lies-US_2_2500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner6 {
  height: 100vh;
  padding-top: 50vh;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .29) 0%), url('../images/Slide_1_2500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .29) 0%), url('../images/Slide_1_2500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner7 {
  height: 100vh;
  padding-top: 50vh;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .29)), url('../images/Inside-Manus_2_2500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .29)), url('../images/Inside-Manus_2_2500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner8 {
  height: 100vh;
  padding-top: 50vh;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .29) 60%), url('../images/Strange-Calls_1_2500.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .29) 60%), url('../images/Strange-Calls_1_2500.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner9 {
  height: 100vh;
  padding-top: 50vh;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .29)), url('../images/vikings.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .29)), url('../images/vikings.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner10 {
  height: 100vh;
  padding-top: 50vh;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .29)), url('../images/texas.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .29)), url('../images/texas.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.link-3 {
  color: #000;
  text-decoration: none;
}

.link-4 {
  color: #000;
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submit-button {
  background-color: #000;
}

.row-2 {
  height: 100vh;
}

.row-3 {
  height: 100vh;
}

.row-4 {
  height: 100vh;
}

.row-5 {
  height: 100vh;
}

.row-6 {
  height: 100vh;
}

.row-7 {
  height: 100vh;
}

.logo-icon {
  margin-top: 19px;
}

.logo-icon.right {
  margin-left: 16px;
}

.row-8 {
  height: 100vh;
}

.row-9 {
  height: 100vh;
}

.row-10 {
  height: 100vh;
}

.row-11 {
  height: 100vh;
}

.row-12 {
  height: 100vh;
}

.row-13 {
  height: 100vh;
}

.row-14 {
  height: 100vh;
}

.row-15 {
  height: 100vh;
}

.row-16 {
  height: 100vh;
}

.row-17 {
  height: 100vh;
}

.row-18 {
  height: 100vh;
}

.row-19 {
  height: 100vh;
}

.row-20 {
  height: 100vh;
}

.row-21 {
  height: 100vh;
}

.image-6 {
  margin-top: 15px;
  margin-left: 13px;
}

.div-block-4 {
  position: relative;
  width: 200px;
  padding-top: 12px;
  padding-right: 21px;
  padding-bottom: 11px;
}

.link-5 {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-2 {
  width: 800px;
}

.link-6 {
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.news-wrapper {
  width: 800px;
}

.news-sub-text {
  font-family: 'Playfair Display', sans-serif;
}

.row-22 {
  overflow: visible;
  height: 105vh;
}

.slide2.harrow {
  position: static;
  display: inline-block;
  width: 60vw;
  background-image: url('../images/hero-harrow.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide2.harrow._3 {
  width: 65vw;
  background-image: url('../images/Harrow_2_2500.jpg');
  background-position: 50% 50%;
}

.slide2.harrow._4 {
  background-image: url('../images/Harrow3.jpg');
}

.slide2.harrow._5 {
  background-image: url('../images/Harrow1.jpg');
}

.mask {
  overflow: visible;
  width: 50vw;
}

.slide-1-copy {
  background-image: url('../images/hero-harrow.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slide-1-copy.tidelands {
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.slide-1-copy.australia-day {
  background-image: url('../images/australia-day.jpg');
}

.slide-1-copy.secretsus {
  background-image: url('../images/JPEG_Secrets--Lies-US_2_2500.jpg');
  background-position: 50% 50%;
}

.slide-1-copy.secretsaus {
  background-image: url('../images/Secrets--Lies-AUS_4_2500.jpg');
  background-position: 50% 0px;
}

.slide-1-copy.thestrangecalls {
  background-image: url('../images/Strange-Calls_1_2500.jpg');
}

.slide-1-copy.slide {
  background-image: url('../images/V2_Slide_1_2500.jpg');
}

.slide-1-copy.insidemanus {
  background-image: url('../images/Inside-Manus_2_2500.jpg');
}

.slide-1-copy.vikings {
  background-image: url('../images/vikings.jpg');
}

.slide-1-copy.texasrising {
  background-image: url('../images/THC_TRLS_172052_CRS_000_2398_30_20150601_01.mov.01_03_39_10.Still012.jpg');
}

.slide-1-copy.operationintel {
  background-image: url('../images/Operation-Intel_1_2500.jpg');
}

.slide-1-copy.bendtherules {
  background-image: url('../images/Bend-the-Rules_1_2500.jpg');
}

.slide-1-copy.divergent {
  background-image: url('../images/shailene-woodley-theo-james-ansel-elgort-divergent-lionsgate.jpg');
  background-position: 50% 50%;
}

.slide-1-copy.lost {
  background-image: url('../images/Lost-Dharma1__2500.jpg');
  background-position: 50% 100%;
}

.slide-1-copy.roguetales {
  background-image: url('../images/example-bg.png');
  background-position: 50% 0px;
  background-size: cover;
}

.slide-1-copy.spooks {
  background-image: url('../images/Spooks_1_2500.jpg');
}

.slide-1-copy.dance {
  background-image: url('../images/Dance-Academy_1_2500.jpg');
}

.slide-1-copy.salt {
  background-image: url('../images/Salt-Flip.jpg');
}

.slide-1-copy.lost2 {
  background-image: url('../images/Lost-Find815_1_2500.jpg');
  background-position: 50% 0px;
}

.slide-1-copy.harrow {
  background-image: url('../images/Harrow_1_2500.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.banner-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100vw;
  height: 100vh;
}

.watchtrailerwrapper {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
  text-decoration: none;
}

.watchtrailer {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.play-button-icon {
  position: relative;
  z-index: 1;
  margin-left: 12px;
}

.lightbox-link-2 {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  text-decoration: none;
}

.mask-2 {
  overflow: visible;
}

.mask-3 {
  overflow: visible;
}

.mask-4 {
  overflow: visible;
}

.mask-5 {
  overflow: visible;
}

.mask-6 {
  overflow: visible;
}

.mask-7 {
  overflow: visible;
}

.mask-8 {
  overflow: visible;
}

.mask-9 {
  overflow: visible;
}

.mask-10 {
  overflow: visible;
}

.mask-11 {
  overflow: visible;
}

.link-7 {
  color: #000;
  font-weight: 700;
}

@media (max-width: 991px) {
  .banner-text-wrapper {
    padding-left: 136px;
  }
  .banner-text-wrapper.centre {
    padding-left: 136px;
  }
  .h1.white {
    font-size: 70px;
  }
  .h1.profile {
    margin-top: 0px;
    font-size: 65px;
  }
  .h3.center.contained {
    width: 700px;
    padding-right: 30px;
    padding-left: 0px;
  }
  .h3.center.contained.left {
    width: auto;
    padding-left: 0px;
  }
  .footer-left-column {
    padding-left: 20px;
  }
  .footer-center-column {
    padding-top: 150px;
  }
  .footer-right-column {
    padding-top: 150px;
  }
  .h2.white {
    font-size: 25px;
    letter-spacing: -2px;
  }
  .h2.center.smaller {
    font-size: 18px;
  }
  .navlink.black {
    display: block;
    color: #000;
  }
  .h4 {
    position: relative;
    z-index: 3;
  }
  .project-column-wrapper {
    padding-left: 15px;
  }
  .project-column-wrapper.right {
    display: none;
  }
  .project-navbar {
    padding-right: 30px;
  }
  .team {
    width: 750px;
  }
  .team-wrapper {
    width: 33.33%;
  }
  .team-profile-picture {
    padding: 15px;
  }
  .navlink-home {
    display: block;
    color: #000;
  }
  .navlink-home.w--current {
    display: block;
    color: #000;
    font-weight: 700;
  }
  .tv1 {
    width: 235px;
    height: 150px;
  }
  .tv1.harrow {
    padding-top: 98px;
  }
  .tv1.tidelands {
    padding-top: 98px;
  }
  .tv1.australiaday {
    padding-top: 98px;
  }
  .tv1.secretsandliesus {
    padding-top: 98px;
  }
  .tv1.secretsandliesaus {
    padding-top: 98px;
  }
  .tv1.thestrangecalls {
    padding-top: 98px;
  }
  .tv1.slide {
    padding-top: 98px;
  }
  .icon {
    color: #000;
    font-size: 30px;
  }
  .link {
    color: #000;
    text-decoration: none;
  }
  .link-2 {
    color: #000;
    text-decoration: none;
  }
  .icon-2 {
    color: #000;
    font-size: 30px;
  }
  .icon-3 {
    color: #fff;
    font-size: 30px;
  }
  .nav-menu {
    width: 220px;
    background-color: #fff;
    box-shadow: -10px 8px 47px 0 rgba(0, 0, 0, .57);
  }
  .menu-button-2.w--open {
    background-image: -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .nav-menu-2 {
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .54);
    color: #fff;
  }
  .menu-button-3 {
    color: #fff;
  }
  .menu-button-4 {
    color: #3f2f2f;
  }
  .menu-button-4.w--open {
    background-color: #fff;
    color: #fff;
  }
  .nav-menu-3 {
    background-color: #fff;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .43);
  }
  .news-wrapper {
    width: 600px;
  }
}

@media (max-width: 767px) {
  .h1 {
    margin-top: 0px;
    font-size: 55px;
  }
  .h1.white {
    margin-bottom: 0px;
    font-size: 47px;
    letter-spacing: -3px;
  }
  .h1.spacer {
    margin-top: 100px;
  }
  .h3.white {
    width: 400px;
    margin-top: 5px;
  }
  .h3.center.contained {
    width: 500px;
  }
  .button-icon-wrapper {
    margin-right: 15px;
  }
  .banner2 {
    height: 110vh;
    padding-top: 30vh;
  }
  .banner3 {
    height: 110vh;
    padding-top: 30vh;
  }
  .footer-3column {
    z-index: 99;
  }
  .footer-center-column {
    padding-top: 50px;
    padding-left: 20px;
  }
  .footer-right-column {
    padding-top: 30px;
    padding-left: 20px;
  }
  .h2.center.smaller {
    margin-top: 33px;
  }
  .project-row {
    padding-top: 344px;
  }
  .slider {
    width: 100vw;
  }
  .slide-1.tidelands._2 {
    width: 100vw;
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .slide-1.slide {
    background-position: 50% 0px;
    background-size: cover;
    background-attachment: scroll;
  }
  .slide-1.operationintel {
    background-size: cover;
    background-attachment: scroll;
  }
  .slide-1.spooks {
    background-size: contain;
  }
  .slide-1.salt._2 {
    width: 100vw;
  }
  .slide-1.salt._3 {
    width: 100vw;
  }
  .slide-2.secretsus {
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .slide-2.slide {
    width: 100vw;
    background-position: 50% 50%;
  }
  .slide-2.vikings {
    background-position: 0px 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .slide-2.texasrising {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-2.conspiracy {
    background-size: contain;
  }
  .slide-3.australia-day {
    background-position: 50% 0px;
    background-size: contain;
  }
  .slide-3.secretsaus {
    width: 100vw;
  }
  .slide-3.secretsaus._3 {
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .slide-3.secretsaus._4 {
    background-position: 100% 50%;
  }
  .slide-3.secretsaus._5 {
    background-position: 50% 0px;
  }
  .slide-3.slide {
    width: 100vw;
  }
  .slide-3.vikings {
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-3.texasrising._4 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .project-column-wrapper {
    padding-top: 0px;
  }
  .project-column-wrapper.right {
    padding-top: 42px;
    padding-left: 20px;
  }
  .project-navbar {
    padding-right: 15px;
    padding-left: 30px;
  }
  .team {
    display: block;
    width: 100vw;
    padding-right: 20px;
    padding-left: 20px;
  }
  .team-wrapper {
    width: 50%;
    margin-bottom: 1px;
    float: left;
  }
  .team-profile-picture {
    padding: 0px;
  }
  .tv1 {
    width: 550px;
    height: 300vh;
  }
  .tv1.harrow {
    height: 300px;
    padding-top: 227px;
  }
  .tv1.tidelands {
    height: 300px;
    padding-top: 227px;
  }
  .tv1.australiaday {
    height: 300px;
    padding-top: 227px;
  }
  .tv1.secretsandliesus {
    height: 300px;
    padding-top: 227px;
  }
  .tv1.secretsandliesaus {
    height: 300px;
    padding-top: 227px;
  }
  .tv1.thestrangecalls {
    height: 300px;
    padding-top: 227px;
  }
  .tv1.slide {
    height: 300px;
    padding-top: 227px;
  }
  .teamflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
  }
  .link {
    color: #000;
    text-decoration: none;
  }
  .link-2 {
    color: #000;
    text-decoration: none;
  }
  .icon-2 {
    color: #fff;
  }
  .banner4 {
    height: 110vh;
    padding-top: 30vh;
  }
  .banner5 {
    height: 110vh;
    padding-top: 30vh;
  }
  .banner6 {
    height: 110vh;
    padding-top: 30vh;
  }
  .banner7 {
    height: 110vh;
    padding-top: 30vh;
  }
  .banner8 {
    height: 110vh;
    padding-top: 30vh;
  }
  .banner9 {
    height: 110vh;
    padding-top: 30vh;
  }
  .banner10 {
    height: 110vh;
    padding-top: 30vh;
  }
  .news-wrapper {
    width: 500px;
  }
  .slide2.harrow {
    width: 100vw;
  }
  .slide2.harrow._3 {
    width: 100vw;
  }
  .mask {
    width: 100vw;
  }
}

@media (max-width: 479px) {
  .banner1 {
    display: block;
    padding-top: 45vh;
    background-position: -638px 0px;
  }
  .banner-text-wrapper {
    width: 100%;
    padding-left: 30px;
  }
  .banner-text-wrapper.centre {
    width: 100%;
    padding-left: 20px;
  }
  .h1 {
    margin-top: 0px;
    font-size: 30px;
    letter-spacing: -2px;
  }
  .h1.white {
    font-size: 40px;
  }
  .h1.profile {
    font-size: 40px;
  }
  .h1.spacer {
    margin-top: 50px;
  }
  .h3.white {
    width: 100%;
    margin-top: 0px;
    padding-right: 20px;
    font-size: 18px;
  }
  .h3.center.contained {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 22px;
  }
  .h3.center.contained.left {
    margin-top: 29px;
    margin-bottom: 2px;
  }
  .banner-button {
    display: inline-block;
  }
  .button-icon-wrapper {
    margin-top: 17px;
  }
  .banner3 {
    height: 110vh;
    background-position: 0px 0px, -385px 0px;
  }
  .sidebar-icons {
    display: none;
  }
  .footer-3column {
    z-index: 999;
    padding-bottom: 30px;
  }
  .h2.center.smaller {
    margin-top: 34px;
    font-size: 22px;
  }
  .h2.center.smaller.profile {
    margin-top: 47px;
  }
  .div-block-2 {
    display: none;
    width: 50px;
    padding-left: 20px;
  }
  .banner-button-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .brand {
    padding-left: 0px;
  }
  .project-row {
    padding-top: 50vh;
  }
  .slider {
    height: 50vh;
  }
  .slide-1.tidelands._2 {
    width: 100vw;
  }
  .slide-1.australia-day {
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .slide-1.secretsus {
    background-position: 50% 50%;
  }
  .slide-1.secretsaus {
    background-position: 50% 50%;
  }
  .slide-1.thestrangecalls {
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .slide-1.slide {
    background-position: 50% 50%;
  }
  .slide-1.insidemanus {
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .slide-1.vikings {
    background-position: 50% 50%;
  }
  .slide-1.texasrising {
    background-position: 34% 50%;
  }
  .slide-1.operationintel {
    background-position: 0px 50%;
    background-attachment: scroll;
  }
  .slide-1.bendtherules {
    background-position: 50% 50%;
  }
  .slide-1.lost {
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .slide-1.spooks {
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .slide-1.dance {
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .slide-1.salt {
    background-position: 50% 0px;
  }
  .slide-1.salt._3 {
    width: 100vw;
    background-image: url('../images/Salt_3.jpg');
    background-position: 0px 50%;
    background-attachment: scroll;
  }
  .slide-1.lost2 {
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .slide-2 {
    background-position: 50% 50%;
    background-attachment: fixed;
  }
  .slide-2.australia-day {
    background-position: -101px 50%;
    background-attachment: scroll;
  }
  .slide-2.secretsus {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .slide-2.secretsaus {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-2.thestrangecalls {
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .slide-2.slide {
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .slide-2.insidemanus {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .slide-2.vikings {
    background-position: 0px 50%;
    background-repeat: no-repeat;
  }
  .slide-2.texasrising {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .slide-2.conspiracy {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .slide-2.primeval {
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .slide-2.emmerdale {
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .slide-3.australia-day {
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .slide-3.australia-day._4 {
    background-size: cover;
  }
  .slide-3.secretsus {
    background-position: 0px 50%;
    background-attachment: scroll;
  }
  .slide-3.secretsaus {
    width: 100vw;
    background-position: 50% 0px;
    background-attachment: fixed;
  }
  .slide-3.secretsaus._4 {
    background-attachment: scroll;
  }
  .slide-3.secretsaus._5 {
    background-attachment: scroll;
  }
  .slide-3.thestrangecalls {
    background-position: 0px 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .slide-3.thestrangecalls._5 {
    background-position: 50% 50%;
  }
  .slide-3.slide {
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .slide-3.insidemanus {
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .slide-3.vikings {
    background-position: 0px 50%;
    background-attachment: scroll;
  }
  .slide-3.vikings._4 {
    background-position: 50% 50%;
  }
  .slide-3.vikings._5 {
    background-position: 50% 50%;
  }
  .slide-3.texasrising {
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .project-column-wrapper.right {
    padding-top: 11px;
    padding-left: 15px;
  }
  .project-column-wrapper.right.secrets {
    padding-top: 0px;
  }
  .project-column-wrapper.right.strange-calls {
    padding-top: 0px;
  }
  .project-navbar {
    padding-right: 15px;
    padding-left: 30px;
  }
  .flex-middle-section {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .team {
    display: block;
    width: 100vw;
  }
  .team.top {
    margin-top: -20px;
  }
  .team-wrapper {
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 0px;
  }
  .team-profile-picture {
    padding: 0px;
  }
  .navlink-home {
    display: block;
  }
  .link-block {
    margin-bottom: 0px;
  }
  .tv1 {
    width: 330px;
    height: 185px;
  }
  .tv1.harrow {
    width: 300px;
    height: 200px;
    padding-top: 132px;
  }
  .tv1.tidelands {
    width: 300px;
    height: 200px;
    padding-top: 132px;
  }
  .tv1.australiaday {
    width: 300px;
    height: 200px;
    padding-top: 132px;
  }
  .tv1.secretsandliesus {
    width: 300px;
    height: 200px;
    padding-top: 132px;
  }
  .tv1.secretsandliesaus {
    width: 300px;
    height: 200px;
    padding-top: 132px;
  }
  .tv1.thestrangecalls {
    width: 300px;
    height: 200px;
    padding-top: 132px;
  }
  .tv1.slide {
    width: 300px;
    height: 200px;
    padding-top: 132px;
  }
  .tabswrapper {
    margin-top: 36px;
  }
  .teamflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100vw;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-link-1 {
    text-align: center;
  }
  .tab-link-1.w--current {
    text-align: center;
  }
  .tablink-2 {
    text-align: center;
  }
  .icon {
    font-size: 30px;
  }
  .row {
    text-align: left;
  }
  .link {
    color: #000;
    text-decoration: none;
  }
  .link-2 {
    color: #000;
    text-decoration: none;
  }
  .icon-2 {
    color: #fff;
    font-size: 30px;
  }
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .banner4 {
    display: block;
    height: 110vh;
    padding-top: 50vh;
    background-position: 0px 0px, -565px 0px;
  }
  .banner5 {
    height: 110vh;
  }
  .banner6 {
    height: 110vh;
    background-position: 0px 0px, -141px 0px;
  }
  .banner8 {
    height: 110vh;
    background-position: 0px 0px, -313px 0px;
  }
  .banner9 {
    height: 110vh;
    background-position: 0px 0px, -311px 0px;
  }
  .banner10 {
    height: 110vh;
    background-position: 0px 0px, -696px 0px;
  }
  .row-2 {
    height: auto;
  }
  .row-4 {
    height: auto;
  }
  .row-6 {
    height: auto;
  }
  .row-7 {
    height: auto;
  }
  .row-8 {
    height: auto;
  }
  .row-9 {
    height: auto;
  }
  .row-10 {
    height: auto;
  }
  .row-11 {
    height: auto;
  }
  .row-12 {
    height: auto;
  }
  .row-14 {
    height: auto;
  }
  .row-15 {
    height: auto;
  }
  .row-16 {
    height: auto;
  }
  .row-17 {
    height: auto;
  }
  .row-18 {
    height: auto;
  }
  .row-19 {
    height: auto;
  }
  .row-20 {
    height: auto;
  }
  .row-21 {
    height: auto;
  }
  .link-5 {
    font-size: 20px;
    font-weight: 700;
  }
  .news-wrapper {
    width: 300px;
  }
  .row-22 {
    height: auto;
  }
  .slide-1-copy.australia-day {
    background-position: 50% 50%;
  }
  .slide-1-copy.secretsus {
    background-position: 50% 50%;
  }
  .slide-1-copy.secretsaus {
    background-position: 50% 50%;
  }
  .slide-1-copy.thestrangecalls {
    background-position: 50% 50%;
  }
  .slide-1-copy.slide {
    background-position: 50% 50%;
  }
  .slide-1-copy.insidemanus {
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-1-copy.vikings {
    background-position: 50% 50%;
  }
  .slide-1-copy.texasrising {
    background-position: 34% 50%;
  }
  .slide-1-copy.operationintel {
    background-position: 50% 50%;
  }
  .slide-1-copy.bendtherules {
    background-position: 50% 50%;
  }
  .slide-1-copy.lost {
    background-position: 50% 50%;
  }
  .slide-1-copy.spooks {
    background-position: 50% 50%;
  }
  .slide-1-copy.dance {
    background-position: 50% 50%;
  }
  .slide-1-copy.salt {
    background-position: 50% 0px;
  }
  .link-7 {
    color: #000;
    font-weight: 700;
  }
}

@font-face {
  font-family: 'Sanfranciscodisplay';
  src: url('../fonts/SanFranciscoDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Sanfranciscodisplay';
  src: url('../fonts/SanFranciscoDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}