body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: Bebasneue, sans-serif;
  font-size: 4.5em;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: 2px;
}

h2 {
  font-family: Bebasneue, sans-serif;
  font-size: 3.2em;
  line-height: 1.3em;
  font-weight: 400;
  text-decoration: none;
}

p {
  font-family: Montserrat, sans-serif;
  font-size: 1.7em;
  line-height: 1.4em;
  font-weight: 300;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin: 74px 20px 20px;
  -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-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/juskteez-vu-TIrXot28Znc-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/juskteez-vu-TIrXot28Znc-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}

.navbar {
  position: fixed;
  left: 0px;
  top: -80px;
  right: 0px;
  z-index: 1001;
  height: 80px;
}

.navlink {
  -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;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Bebasneue, sans-serif;
  color: #000;
  font-size: 7em;
  line-height: 0.9em;
  text-align: center;
}

.navlink:hover {
  color: #0061ac;
}

.navlink:active {
  color: #0061ac;
}

.navlink.w--current {
  display: block;
  color: #0061ac;
}

.scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  -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;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 60px;
  padding-bottom: 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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #000;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.form-block {
  display: none;
  width: 40%;
  height: auto;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  font-size: 1.7em;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Bebasneue, sans-serif;
  color: #00ffeb;
  font-size: 2.5em;
  letter-spacing: 3px;
}

.submit-button:hover {
  color: rgba(255, 184, 1, 0.95);
}

.text-field {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: Rubik, sans-serif;
  font-size: 0.9em;
  font-weight: 400;
}

.cambridge {
  display: block;
  height: 400px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/cambridge_dt_Mock-up.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-work {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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: rgba(49, 20, 110, 0.95);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.overlay:hover {
  background-color: rgba(85, 0, 97, 0.7);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.listerine {
  display: block;
  height: 400px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/listerine_mock.jpg');
  background-position: 50% 31%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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: rgba(20, 133, 155, 0.95);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.overlay-2:hover {
  background-color: rgba(20, 133, 155, 0.7);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.overlay-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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: rgba(28, 54, 72, 0.95);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.overlay-3:hover {
  background-color: rgba(28, 54, 72, 0.8);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.ibm {
  display: block;
  height: 400px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/ibm_design_thinking.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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: rgba(237, 28, 36, 0.95);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.overlay-4:hover {
  background-color: rgba(192, 24, 24, 0.6);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.bmo {
  display: block;
  height: 400px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/isometric-iPad-Air-Space-Gray.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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: rgba(207, 186, 26, 0.95);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.overlay-5:hover {
  background-color: rgba(207, 186, 26, 0.7);
  background-image: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.mcdonalds {
  display: block;
  height: 400px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/burger_meat_vegetables_bread_roll_82904_1920x1080-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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: rgba(0, 40, 136, 0.95);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.overlay-6:hover {
  background-color: rgba(0, 40, 136, 0.8);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.rbc {
  display: block;
  height: 400px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/RBC_Mobile_Banking_App.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 50px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.heading-1 {
  display: inline-block;
  margin: auto;
  padding-top: 8px;
  padding-right: 20px;
  padding-left: 20px;
  background-image: none;
  font-family: Bebasneue, sans-serif;
  font-size: 7em;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 0 50px #082138;
}

.heading-1.intro-heading {
  background-image: none;
  color: #000;
  font-size: 6.5em;
  text-align: left;
  text-shadow: none;
}

.heading-1.footer-headline {
  color: #fff;
  font-size: 6.5em;
  text-shadow: none;
}

.listerine-hero {
  height: 800px;
  background-image: url('../images/mainscreen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.intro-copy {
  padding: 40px 18px;
}

.listerine-sample {
  padding: 24px;
}

.listerine-samples {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8));
  background-image: linear-gradient(180deg, #f8f8f8, #f8f8f8);
}

.bk-green {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#138e9b), to(#138e9b));
  background-image: linear-gradient(180deg, #138e9b, #138e9b);
}

.listerine-ui {
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-wrap {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icons {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.nav-menu {
  width: 100vw;
  height: 100vh;
  padding-top: 20vh;
  -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;
}

.menu-button {
  position: fixed;
  right: 0px;
  z-index: 1000;
  text-align: center;
}

.menu-button.w--open {
  top: 0px;
  right: 0px;
  background-color: transparent;
}

.ibm-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -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-gradient(linear, left top, left bottom, from(rgba(28, 54, 72, 0.8)), to(rgba(28, 54, 72, 0.8))), url('../images/ibm_design_thinking.png');
  background-image: linear-gradient(180deg, rgba(28, 54, 72, 0.8), rgba(28, 54, 72, 0.8)), url('../images/ibm_design_thinking.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.light-grey {
  padding: 40px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#f0f0f0));
  background-image: linear-gradient(180deg, #f0f0f0, #f0f0f0);
  text-align: center;
}

.ibm-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  margin-bottom: -64px;
  -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: url('../images/wa_bk.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ibm-logo {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.dark-blue-bk {
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d3649), to(#1d3649));
  background-image: linear-gradient(180deg, #1d3649, #1d3649);
}

.signin-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.wa-signin {
  width: 600px;
  margin: 10px;
}

.wa-white {
  padding: 40px 20px;
  text-align: center;
}

.wa-sub-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  padding: 40px 26px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bk-light-blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#346fb8), to(#346fb8));
  background-image: linear-gradient(180deg, #346fb8, #346fb8);
}

.wa-sub {
  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;
}

.imb-logos {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wa-logo {
  width: 140px;
  padding-bottom: 40px;
}

.ibmwa-logo {
  width: 250px;
}

.heading-2 {
  margin-top: 0px;
  font-family: Rubik, sans-serif;
  font-size: 2.7em;
  text-align: left;
}

.section {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}

.cambridge-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -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: url('../images/cambridge_blue.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cambridge-desktop-screen {
  height: 800px;
  background-image: url('../images/cambridge_dt_Mock-up.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cambridge-screens {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.cambridge-screen {
  padding: 30px 10px;
}

.cambridge-tablet {
  height: 800px;
  background-image: url('../images/ipad_cambridge_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cambridge-mobile {
  height: 800px;
  background-image: url('../images/cambridge_phone_screen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cambridge-icons {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.multiscreens {
  height: 800px;
  background-image: url('../images/cambridge-screenMock-Up.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cambridge-colours {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.globe-bk {
  height: 800px;
  background-image: url('../images/globe_night.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cambridge-pattern {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-bottom: -64px;
  margin-left: auto;
  -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: url('../images/cambridge-background.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cambridge-map {
  padding: 40px 16px;
  text-align: center;
}

.cambridge-logo {
  width: 340px;
}

.mcdonalds-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -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: url('../images/burger_meat_vegetables_bread_roll_82904_1920x1080-1.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.mccafe-logo {
  width: 250px;
}

.rbc-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -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: url('../images/rbcbk.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

.rbc-bk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#012889), to(#012889));
  background-image: linear-gradient(180deg, #012889, #012889);
  text-align: center;
}

.rbc-bk.rbc-footer {
  height: 600px;
  margin-bottom: -64px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 40, 137, 0.82)), to(rgba(1, 40, 137, 0.82))), url('../images/toronto.jpg');
  background-image: linear-gradient(180deg, rgba(1, 40, 137, 0.82), rgba(1, 40, 137, 0.82)), url('../images/toronto.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.screen-1 {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.rbc-parallax {
  height: 800px;
  background-image: url('../images/RBC_Mobile_Banking_App.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.rbc-phone-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 77.3%, 0.5)), to(hsla(0, 0%, 77.3%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 77.3%, 0.5), hsla(0, 0%, 77.3%, 0.5));
  text-align: center;
}

.rbc-wordmark {
  width: 340px;
}

.rbc-man {
  height: 600px;
  background-image: url('../images/man-with-phone.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bmo-mobile-banking {
  text-align: center;
}

.mcds-1 {
  text-align: center;
}

.mcds-resto {
  height: 800px;
  background-image: url('../images/mcdonalds-resto-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.mcds-screen-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#080808));
  background-image: linear-gradient(180deg, #080808, #080808);
  text-align: center;
}

.mcd-coffee {
  height: 800px;
  background-image: url('../images/3020974-poster-mccafe-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.mcd-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-bottom: -64px;
  -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: url('../images/beans-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.rbc-video {
  height: 600px;
}

.section-2 {
  display: none;
}

.heading-mobile {
  display: none;
  -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;
}

.hero-copy-container {
  text-align: left;
}

.image-2 {
  width: 100%;
}

.illustration-hero {
  height: 800px;
  background-image: url('../images/smart-city.png'), -webkit-gradient(linear, left top, left bottom, from(#ffcd4e), to(#ffcd4e));
  background-image: url('../images/smart-city.png'), linear-gradient(180deg, #ffcd4e, #ffcd4e);
  background-position: 50% 50%, 0px 0px;
  background-size: 800px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.illustration {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.illustration.illustration-footer {
  margin-bottom: -64px;
}

.icon {
  display: none;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #00ffeb;
  font-size: 1.6em;
}

.icon:hover {
  color: rgba(255, 184, 1, 0.95);
}

.footer-copy {
  padding-top: 60px;
  padding-bottom: 60px;
}

.form-2 {
  width: 100%;
}

.field-label-3 {
  display: none;
}

.field-label-4 {
  display: none;
}

.legal {
  margin-bottom: 20px;
  padding: 10px;
  -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: center;
}

.brand {
  position: fixed;
  left: 0px;
  top: 0px;
  font-size: 2em;
}

.brand.w--current {
  position: fixed;
  left: 0px;
  top: 0px;
  font-family: 'Changa One', Impact, sans-serif;
}

.grey-bk {
  padding: 40px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#f0f0f0));
  background-image: linear-gradient(180deg, #f0f0f0, #f0f0f0);
  text-align: center;
}

.wa-lp {
  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;
}

.bmo-hero {
  height: 800px;
  background-image: url('../images/isometric-iPad-Air-Space-Gray.png'), -webkit-gradient(linear, left top, left bottom, from(#0079c1), to(#0079c1));
  background-image: url('../images/isometric-iPad-Air-Space-Gray.png'), linear-gradient(180deg, #0079c1, #0079c1);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.bmo-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  margin-bottom: -64px;
  -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-gradient(linear, left top, left bottom, from(rgba(0, 121, 193, 0.8)), to(rgba(0, 121, 193, 0.8))), url('../images/isometric-iPad-Air-Space-Gray_2.png');
  background-image: linear-gradient(180deg, rgba(0, 121, 193, 0.8), rgba(0, 121, 193, 0.8)), url('../images/isometric-iPad-Air-Space-Gray_2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.bmo-1 {
  text-align: center;
}

.bmo-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bmo-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding-right: 0px;
  padding-bottom: 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;
  background-image: url('../images/Ellipse.svg');
  background-position: 167% 50%;
  background-size: 680px;
  background-repeat: no-repeat;
}

.bmo-phone {
  padding-right: 20px;
  padding-left: 40px;
}

.bmo-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.bmo-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -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;
}

.bmo-photo {
  height: 800px;
  background-image: url('../images/bmo-TO.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bmo-photo-2 {
  height: 800px;
  background-image: url('../images/bmo-sign.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.red-bk {
  margin-bottom: 20px;
  padding: 60px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef2a22), to(#ef2a22));
  background-image: linear-gradient(180deg, #ef2a22, #ef2a22);
  text-align: center;
}

.logo-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -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;
}

.logo-section.branding-footer {
  margin-bottom: -64px;
}

.divide {
  color: rgba(26, 129, 207, 0.95);
  line-height: 2.5em;
  letter-spacing: -6px;
}

.meteor-logo {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Bebasneue, sans-serif;
  color: #000;
  font-size: 40px;
  text-transform: uppercase;
}

.meteor-logo:hover {
  color: #0061ac;
}

.navbar-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1001;
  height: 74px;
  background-color: #fff;
}

.no-logo {
  color: #fff;
  font-size: 3.8em;
  letter-spacing: 4px;
  text-decoration: none;
}

.logo-bk {
  display: block;
  height: 400px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Ellipse.svg');
  background-position: 50% 50%;
  background-size: 679px;
  background-repeat: no-repeat;
}

.logo-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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: rgba(255, 133, 1, 0.95);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-decoration: none;
}

.logo-overlay:hover {
  background-color: rgba(255, 133, 1, 0.8);
}

.illu-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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: rgba(57, 226, 152, 0.95);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-decoration: none;
}

.illu-overlay:hover {
  background-color: rgba(57, 226, 152, 0.7);
}

.illu-bk {
  display: block;
  height: 400px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/smart-city.png');
  background-position: 50% 50%;
  background-size: 1050px;
  background-repeat: no-repeat;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-5 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-7 {
  width: 100%;
}

.image-8 {
  width: 100%;
}

.image-9 {
  width: 100%;
}

.image-10 {
  width: 100%;
}

.image-11 {
  width: 100%;
}

.image-12 {
  width: 100%;
}

.image-13 {
  width: 100%;
}

.image-14 {
  width: 100%;
}

.image-15 {
  width: 100%;
}

.image-16 {
  width: 100%;
}

.image-17 {
  width: 100%;
}

.image-18 {
  width: 100%;
}

.image-19 {
  width: 100%;
}

.image-20 {
  width: 100%;
}

.image-21 {
  width: 100%;
}

.image-22 {
  width: 100%;
}

.image-23 {
  width: 100%;
}

.image-24 {
  width: 100%;
}

.image-25 {
  width: 100%;
}

.image-26 {
  width: 100%;
}

.image-27 {
  width: 100%;
}

.image-28 {
  width: 100%;
}

.image-29 {
  width: 100%;
}

.image-30 {
  width: 100%;
}

.image-31 {
  width: 100%;
}

.menu-line {
  width: 40px;
  height: 5px;
  background-color: #000;
}

.menu {
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
}

.navbar-transparency {
  position: relative;
  display: none;
  width: 100%;
  height: 154px;
  background-color: rgba(0, 0, 0, 0.2);
}

.menu-box {
  text-decoration: none;
}

.footer-back {
  position: -webkit-sticky;
  position: sticky;
  right: 30px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  float: right;
  -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: #31d4b4;
  text-decoration: none;
}

.back {
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.overlay-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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: rgba(26, 129, 207, 0.95);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  text-decoration: none;
}

.overlay-7:hover {
  background-color: rgba(31, 118, 184, 0.95);
  background-image: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.case-studies {
  display: block;
  height: 400px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  text-decoration: none;
}

.case-study-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  color: #000;
  text-align: center;
}

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: rgba(26, 129, 207, 0.95);
}

.case-study-bk {
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-image: url('../images/jeremy-perkins-ls-PiEVCGuc-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-3 {
  color: #fff;
}

.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;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 100vh;
  }

  .form-block {
    width: 80%;
  }

  .submit-button {
    font-size: 60px;
  }

  .about {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-1 {
    font-size: 4.5em;
  }

  .icons {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-footer {
    height: 400px;
  }

  .light-grey {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#f0f0f0));
    background-image: linear-gradient(180deg, #f0f0f0, #f0f0f0);
  }

  .ibm-logo {
    width: 300px;
  }

  .wa-sub-page {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wa-sub {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .heading-2 {
    font-size: 2em;
  }

  .cambridge-colours {
    padding-right: 16px;
    padding-left: 16px;
  }

  .globe-bk {
    height: 600px;
  }

  .mcdonalds-hero {
    background-position: 50% 50%;
    background-size: cover;
  }

  .grey-bk {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#f0f0f0));
    background-image: linear-gradient(180deg, #f0f0f0, #f0f0f0);
  }

  .wa-lp {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .bmo-circle {
    background-position: 50% 50%;
    background-size: 679px;
  }

  .bmo-screen {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .client-logo {
    width: 130px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-right: 10px;
    padding-bottom: 80px;
    padding-left: 10px;
  }

  .navlink {
    font-size: 5em;
  }

  .form-block {
    width: 90%;
  }

  .text-field {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.4em;
  }

  .about {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-1.intro-heading {
    font-size: 3.5em;
  }

  .heading-1.footer-headline {
    font-size: 3.5em;
  }

  .bk-green {
    padding: 40px 16px;
  }

  .icons {
    padding-right: 50px;
    padding-left: 50px;
  }

  .section-footer {
    height: 300px;
  }

  .ibm-footer {
    margin-top: 10px;
  }

  .wa-signin {
    width: auto;
  }

  .wa-sub-page {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .bk-light-blue {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#95a2b1), to(#95a2b1));
    background-image: linear-gradient(180deg, #95a2b1, #95a2b1);
  }

  .wa-sub {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cambridge-header {
    height: 600px;
  }

  .cambridge-desktop-screen {
    height: 600px;
  }

  .cambridge-screens {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cambridge-tablet {
    height: 600px;
  }

  .cambridge-mobile {
    height: 600px;
  }

  .multiscreens {
    height: 600px;
  }

  .rbc-bk {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rbc-phone-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mcd-coffee {
    background-position: 36% 50%;
  }

  .container-4 {
    padding-right: 16px;
  }

  .heading-mobile {
    display: none;
  }

  .footer-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .legal {
    font-size: 14px;
  }

  .wa-lp {
    -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;
  }

  .bmo-icons {
    height: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bmo-circle {
    padding-top: 20px;
  }

  .bmo-screen {
    width: 100%;
    height: 100%;
    background-image: url('../images/isometric-iPad-Air-Space-Gray_2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bmo-photo {
    height: 600px;
  }

  .bmo-photo-2 {
    height: 600px;
  }

  .red-bk {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-4 {
    display: none;
  }

  .meteor-logo {
    font-size: 26px;
  }

  .no-logo {
    font-size: 2.2em;
  }

  .logo-bk {
    background-size: 500px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2em;
  }

  p {
    font-size: 1.5em;
  }

  .hero {
    margin-right: 0px;
    margin-left: 0px;
  }

  .clients {
    margin-right: 0px;
    margin-left: 0px;
  }

  .navlink {
    font-size: 3em;
    line-height: 0.4em;
  }

  .scroll {
    padding-top: 20px;
  }

  .footer {
    margin-right: 0px;
    margin-left: 0px;
  }

  .about {
    padding-right: 18px;
    padding-bottom: 20px;
    padding-left: 18px;
  }

  .heading-1 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 3.9em;
  }

  .heading-1.intro-heading {
    font-size: 3.5em;
    line-height: 1.1em;
  }

  .heading-1.footer-headline {
    font-size: 3.5em;
    line-height: 1.1em;
  }

  .listerine-hero {
    height: 600px;
    background-image: url('../images/mainscreen.jpg');
    background-attachment: scroll;
  }

  .icons {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section-footer {
    height: 200px;
  }

  .menu-button.w--open {
    padding-right: 20px;
  }

  .ibm-header {
    height: 600px;
    background-size: cover;
  }

  .ibm-logo {
    width: 250px;
  }

  .signin-container {
    padding-top: 20px;
    padding-bottom: 21px;
  }

  .heading-2 {
    font-size: 1.6em;
  }

  .cambridge-header {
    height: 600px;
    background-size: cover;
  }

  .cambridge-colours {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cambridge-logo {
    width: 240px;
  }

  .mcdonalds-hero {
    height: 600px;
  }

  .rbc-hero {
    height: 600px;
    background-position: 50% 67%;
    background-size: 2250px;
  }

  .rbc-parallax {
    height: 600px;
    background-position: 63% 50%;
    background-size: cover;
  }

  .rbc-man {
    background-position: 63% 50%;
  }

  .mcds-resto {
    height: 600px;
  }

  .mcd-coffee {
    height: 600px;
    background-position: 35% 50%;
    background-size: cover;
  }

  .mcd-footer {
    background-position: 100% 50%;
  }

  .illustration-hero {
    height: 600px;
  }

  .icon {
    -webkit-transition: color 600ms ease;
    transition: color 600ms ease;
  }

  .icon:hover {
    color: #45dce2;
  }

  .footer-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .bmo-footer {
    height: 400px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .bmo-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bmo-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -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;
  }

  .bmo-mobile {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navbar-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo-bk {
    background-size: 320px;
  }

  .client-logo {
    margin-top: -20px;
    margin-bottom: -20px;
  }
}

@font-face {
  font-family: 'Bernier™';
  src: url('../fonts/BERNIER™-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ranger';
  src: url('../fonts/Ranger_Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Brandon it';
  src: url('../fonts/Brandon_thin_it.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brandon it';
  src: url('../fonts/Brandon_light_it.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brandon';
  src: url('../fonts/Brandon_thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brandon blk';
  src: url('../fonts/Brandon_blk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brandon reg';
  src: url('../fonts/Brandon_reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brandon med';
  src: url('../fonts/Brandon_med.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brandon bld';
  src: url('../fonts/Brandon_bld.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brandon';
  src: url('../fonts/Brandon_light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltstd bdit';
  src: url('../fonts/HelveticaNeueLTStd-BdIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltstd roman';
  src: url('../fonts/HelveticaNeueLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltstd bd';
  src: url('../fonts/HelveticaNeueLTStd-Bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltstd it';
  src: url('../fonts/HelveticaNeueLTStd-It.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}