/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team. */
/* ========================================================================== ========================================================================== */
:root {
  --sans: "Instrument Sans", serif;
  --normal: 400;
  --bold: 700;
  --font-size: 1em;
  --font-size-small: 15px;
  --font-size-small-plus: 1.25em;
  --font-size-medium: 2em;
  --font-size-medium-plus: 2.5em;
  --font-size-large: 3.5em;
  --font-size-xlarge: 4.5em;
  --font-size-chonk: 6em;
  --neutral: #dbdad6;
  --light-neutral: #f2f0e8;
  --black: #000000;
  --white: #ffffff;
  --white-alt: #fafafa;
  --gray: #8b8d94;
  --gray-light: #e8e8e8;
  --gray-dark: #111111;
  --radius: 6px;
  --indent: -9999px;
  --center: translate(-50%, -50%);
}

html {
  background: var(--white-alt);
  color: var(--black);
  font-size: 1em;
  font-family: var(--sans);
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

/* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Customize the background color to match your design. */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/* * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--black);
  margin: 1em 0;
  padding: 0;
}

/* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* * Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* * Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  box-sizing: border-box;
  font-family: var(--sans);
  font-weight: var(--normal);
  line-height: 1em;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 42px;
  line-height: 50px;
}

h3 {
  font-size: 55px;
  line-height: 60px;
}

h4 {
  font-size: 35px;
  line-height: 45px;
}

h5,
h6 {
  font-size: 30px;
  line-height: 35px;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

p,
a,
li,
strong {
  font-family: var(--sans);
  font-weight: var(--normal);
}
p a,
a a,
li a,
strong a {
  text-decoration: underline;
}

h2,
h3,
h4,
h5 {
  color: var(--black);
}

h6 {
  font-size: 1em;
  color: var(--black);
  display: block;
  font-weight: 700;
  margin-bottom: 1em;
  font-family: var(--sans);
  text-transform: uppercase;
}

main,
header,
article,
section,
footer {
  margin: auto;
  position: relative;
  width: 100%;
}

P {
  color: var(--black);
  font-family: var(--sans);
  font-size: var(--font-size);
  line-height: 27px;
}

.grid .col-1 {
  width: 100%;
}
.grid .col-2 {
  width: 100%;
}
.grid .col-3 {
  width: 100%;
}
.grid .col-4 {
  width: 100%;
}
.grid .col-5 {
  width: 100%;
}
.grid .col-6 {
  width: 100%;
}
.grid .col-7 {
  width: 100%;
}
.grid .col-8 {
  width: 100%;
}
.grid .col-9 {
  width: 100%;
}
.grid .col-10 {
  width: 100%;
}
.grid .col-11 {
  width: 100%;
}
.grid .col-12 {
  width: 100%;
}

.btn {
  background: transparent;
  border: 2px solid var(--black);
  border-radius: 10em;
  color: var(--black);
  display: block;
  margin: 1em auto;
  max-width: 210px;
  padding: 0.75em;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
  width: 80%;
}
.btn.invert {
  background: transparent;
  border-radius: 10em;
  border: 2px solid var(--white);
  color: var(--white);
}
.btn.invert:hover {
  background: var(--white);
  color: var(--black);
}
.btn.black {
  background: var(--black);
  border: 2px solid var(--black);
  color: var(--white);
}
.btn.white {
  background: var(--white);
  border: 2px solid var(--white);
  color: var(--black);
}
.btn:hover {
  opacity: 0.8;
}

.img-wrapper {
  box-sizing: border-box;
  height: 320px;
  overflow: hidden;
  width: 98%;
}
.img-wrapper .client {
  box-sizing: border-box;
  height: 320px;
  text-indent: var(--indent);
  transition: all 0.3s ease;
}
.img-wrapper .client.featured-1 {
  background-image: url("../img/work/featured-1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.img-wrapper .client.featured-2 {
  background-image: url("../img/work/featured-2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.img-wrapper .client.featured-3 {
  background-image: url("../img/work/featured-3.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.img-wrapper .client.featured-4 {
  background-image: url("../img/work/featured-4.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.img-wrapper .client.featured-5 {
  background-image: url("../img/work/featured-5.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.img-wrapper .client.featured-6 {
  background-image: url("../img/work/featured-6.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.img-wrapper .client.featured-7 {
  background-image: url("../img/work/featured-7.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.img-wrapper .client.featured-8 {
  background-image: url("../img/work/featured-8.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.img-wrapper .client.featured-9 {
  background-image: url("../img/work/featured-9.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.img-wrapper .client:hover {
  opacity: 0.9;
  transform: scale(1.1);
  transition: all 0.3s ease;
}

header {
  background: transparent;
  height: 75px;
  position: fixed;
  top: 0px;
  width: 100vw;
  z-index: 100;
}
header .nav-wrapper {
  background: transparent;
}
header.on .nav-wrapper {
  background: var(--black);
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: fixed;
  top: 0px;
  z-index: 101;
  transition: background 0.2s linear;
}
header.on nav {
  display: block;
}
header.on nav ol {
  position: absolute;
  top: 50%;
  list-style: none;
  transform: translateY(-50%);
  width: 100%;
}
header.on nav ol li {
  padding: 1.5em;
}
header.on nav ol li a {
  border-bottom: 1px solid #333;
  color: white;
  display: block;
  font-size: var(--font-size-small-plus);
  padding-bottom: 1.25em;
  text-decoration: none;
}
header.on nav .btn {
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
}
header nav {
  display: none;
}
header .toggle {
  background: url("../img/icon-menu.svg") no-repeat center center;
  background-size: 60px 60px;
  display: block;
  height: 60px;
  right: 1em;
  position: absolute;
  text-indent: var(--indent);
  top: 1.5em;
  width: 60px;
  z-index: 101;
}
header .toggle.close {
  background: url("../img/icon-close.svg") no-repeat center center;
  background-size: 60px 60px;
}
header h1 {
  text-indent: var(--indent);
}
header h1#logo {
  background: url("../img/veer-logo-badge-white.svg") no-repeat left center;
  background-size: 70.95px 33px;
  height: 33px;
  position: absolute;
  left: 1em;
  top: 1em;
  width: 70.95px;
}

section.section {
  position: relative;
  width: 100%;
}

.hero {
  background: none;
  background-size: cover;
  background-attachment: fixed;
  color: var(--white);
  height: 100vh;
  margin: 0;
  position: relative;
}
.hero video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  z-index: -100;
}
.hero hgroup {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 60%;
  transform: translate(-50%, -60%);
  width: 90vw;
}
.hero hgroup h1 {
  font-size: var(--font-size-medium);
  margin-bottom: 2em;
}
.hero hgroup h1 a {
  border-bottom: 2px solid white;
  color: var(--white);
  display: inline-block;
  text-decoration: none;
}
.hero:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: -99;
}

.home .footer {
  display: none;
}

/*
 *
 * Page style
 *
 *
 */
.page {
  background: var(--white);
}
.page header {
  background: var(--white);
  height: 100px;
}
.page header.on #logo {
  background: url("../img/veer-logo-badge-white.svg") no-repeat left center;
  background-size: 70.95px 33px;
}
.page header #logo {
  background: url("../img/veer-logo-badge-black.svg") no-repeat left center;
  background-size: 70.95px 33px;
}
.page header .toggle {
  background: url("../img/icon-menu-black.svg") no-repeat center center;
  background-size: 60px 60px;
}
.page header .toggle.close {
  background: url("../img/icon-close.svg") no-repeat center center;
  background-size: 60px 60px;
}
.page .footer {
  display: none;
}
.page section {
  margin: auto;
  width: 84vw;
}
.page section.full {
  width: 100vw;
}
.page section.one {
  margin-top: 75px;
  min-height: 450px;
}

/* work */
.page.work header {
  background: transparent;
}
.page.work header.scroll {
  background: var(--white);
}
.page.work header.scroll h1#logo {
  background: url("../img/veer-logo-badge-black.svg") no-repeat left center;
  background-size: 70.95px 33px;
  height: 33px;
  width: 70.95px;
}
.page.work header.scroll .toggle {
  background: url("../img/icon-menu-black.svg") no-repeat center center;
  background-size: 60px 60px;
  width: 60px;
}
.page.work header h1#logo {
  background: url("../img/veer-logo-badge-white.svg") no-repeat left center;
  background-size: 70.95px 33px;
  height: 33px;
  width: 70.95px;
}
.page.work header .toggle {
  background: url("../img/icon-menu.svg") no-repeat center center;
  background-size: 60px 60px;
  width: 60px;
}
.page.work section.one {
  margin-top: 0;
  height: 700px;
}
.page.work section.hero {
  height: 600px;
  margin: 0;
  position: relative;
}
.page.work section.hero video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  z-index: -100;
}
.page.work section.two h2 {
  font-size: var(--font-size-medium);
  margin: 2.5em auto 1em auto;
  line-height: 1em;
  text-align: left;
}
.page.work section.two p {
  font-size: var(--font-size-small);
  line-height: 1.5em;
  margin-bottom: 6em;
  max-width: 800px;
  width: 90%;
}
.page.work section.two .row .col-4 {
  margin-bottom: 3em;
}
.page.work section.two .row .col-4 strong {
  display: block;
  font-size: var(--font-size-small-plus);
  margin: 0.5em auto;
}

/* services */
.page.services section.one {
  margin: 132px auto 66px auto;
  min-height: auto;
}
.page.services section.one h1 {
  font-size: var(--font-size-medium);
  margin-bottom: 1em;
}
.page.services section.one hr {
  margin: 2em auto auto auto;
}
.page.services section.one .btn {
  display: none;
}
.page.services section.two {
  margin-bottom: 3em;
}
.page.services section.two strong {
  font-weight: var(--bold);
  font-size: var(--font-size-small-plus);
}
.page.services section.two .col-5 {
  margin-bottom: 2em;
}
.page.services section.two p.small {
  color: var(--gray);
  font-size: var(--font-size-small);
}
.page.services section.three {
  background: #e8e8e8;
}
.page.services section.three .inset-content {
  padding: 6em 2em;
}
.page.services section.three h2 {
  font-size: var(--font-size-medium);
  line-height: 1em;
}
.page.services section.three p {
  font-size: var(--font-size-small-plus);
  margin-bottom: 2em;
}
.page.services section.three .btn {
  margin-left: 0;
}

/* veer agency */
.page.veer-agency section.one {
  margin-top: 100px;
}
.page.veer-agency section.one .hero-section {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.page.veer-agency section.one .hero-section .image-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page.veer-agency section.one .hero-section .image-container .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.page.veer-agency section.one .hero-section .image-container .hero-image[data-index="0"] {
  opacity: 1;
}
@keyframes fade {
  0%, 20% {
    opacity: 1;
  }
  25%, 100% {
    opacity: 0;
  }
}
.page.veer-agency section.two {
  margin-bottom: 3em;
}
.page.veer-agency section.two h2 {
  font-size: var(--font-size-medium-plus);
  line-height: 1em;
  margin-bottom: 1em;
}
.page.veer-agency section.two p {
  margin-bottom: 2em;
}
.page.veer-agency section.two .btn {
  margin-left: 0;
}
.page.veer-agency section.three {
  background: #e8e8e8;
  padding: 3em 0em;
}
.page.veer-agency section.three .inset-content {
  margin: auto;
  width: 84vw;
}
.page.veer-agency section.three .inset-content h3 {
  font-size: var(--font-size-medium);
  line-height: 1em;
  margin-bottom: 1em;
  text-align: center;
}
.page.veer-agency section.three .inset-content .icon {
  display: block;
  height: 90px;
  margin: 6em auto 7em auto;
  opacity: 0.7;
  text-indent: var(--indent);
  width: 80%;
}
.page.veer-agency section.three .inset-content .icon.starbucks {
  background: url("../img/icon-starbucks.svg") no-repeat center center;
  background-size: contain;
}
.page.veer-agency section.three .inset-content .icon.ea {
  background: url("../img/icon-ea.svg") no-repeat center center;
  background-size: contain;
  height: 51px;
}
.page.veer-agency section.three .inset-content .icon.microsoft {
  background: url("../img/icon-microsoft.svg") no-repeat center center;
  background-size: contain;
  height: 51px;
}
.page.veer-agency section.three .inset-content .icon.google {
  background: url("../img/icon-google.png") no-repeat center center;
  background-size: contain;
  height: 72px;
}
.page.veer-agency section.three .inset-content .icon.deloitte {
  background: url("../img/icon-deloitte.svg") no-repeat center center;
  background-size: contain;
  height: 45px;
}
.page.veer-agency section.three .inset-content .icon.dac {
  background: url("../img/icon-dac.webp") no-repeat center center;
  background-size: contain;
  height: 120px;
}
.page.veer-agency section.four {
  margin: 6em auto;
}
.page.veer-agency section.four h4 {
  line-height: 1em;
  margin-bottom: 1em;
}
.page.veer-agency section.four strong {
  font-size: var(--font-size-small-plus);
  font-weight: var(--bold);
}
.page.veer-agency section.four .col-5 {
  margin-bottom: 3em;
}
.page.veer-agency section.four .col-4 {
  border-bottom: 1px solid var(--gray);
  margin-bottom: 3em;
  padding-bottom: 2em;
}
.page.veer-agency section.four .col-4:last-child {
  border-bottom: 0;
}

/* contact */
.page.contact {
  margin-top: 90px;
}
.page.contact section.one {
  min-height: auto;
  margin-bottom: 2em;
}
.page.contact section.one h2 {
  font-size: var(--font-size-large);
}
.page.contact section.one a {
  border-bottom: 1px solid var(--black);
  color: var(--black);
  display: inline-block;
  text-decoration: none;
}
.page.contact section.one p span {
  display: none;
}
.page.contact section.two {
  background-color: #e8e8e8;
}
.page.contact section.two .inset-content {
  margin: auto;
  padding-top: 3em;
  padding-bottom: 3em;
  width: 84%;
}
.page.contact section.two .inset-content form label {
  display: block;
  font-weight: var(--bold);
  font-size: 11px;
  letter-spacing: 1px;
  padding-bottom: 0.5em;
  text-transform: uppercase;
}
.page.contact section.two .inset-content form input.form-field, .page.contact section.two .inset-content form textarea.form-field {
  background: transparent;
  box-sizing: border-box;
  border: 0px;
  border-bottom: 1px solid var(--gray);
  font-size: var(--font-size);
  outline-color: black;
  margin-bottom: 3em;
  padding: 0.75em;
  width: 100%;
}
.page.contact section.two .inset-content form input.btn, .page.contact section.two .inset-content form textarea.btn {
  transition: background 0.2s linear, color 0.3s linear;
}
.page.contact section.two .inset-content form input.btn:hover, .page.contact section.two .inset-content form textarea.btn:hover {
  background: var(--black);
  color: var(--white);
}
.page.contact section.two .inset-content form textarea.form-field {
  min-height: 250px;
}
.page.contact section.two h3 {
  font-size: var(--font-size-medium-plus);
}
.page.contact section.two a {
  border-bottom: 1px solid var(--black);
  color: var(--black);
  display: inline-block;
  text-decoration: none;
}
.page.contact .veer-letters {
  background: url("../img/veer-letters-black.svg") no-repeat left center;
  background-size: contain;
  display: none;
  height: 36px;
  margin: 0.5em auto 1.5em;
  width: 100%;
  text-indent: var(--indent);
}

/*
 *
 * Case study page style
 *
 *
 */
.page.case-study header hr {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 83px;
  width: 90vw;
}
.page.case-study header.scroll hr {
  display: none;
}
.page.case-study section.one {
  margin: 180px auto 90px auto;
  min-height: auto;
}
.page.case-study section.one h1 {
  font-size: var(--font-size-medium-plus);
  text-align: center;
}
.page.case-study section.two .img {
  background-color: #ccc;
  min-height: 360px;
  text-indent: var(--indent);
}
.page.case-study section.two .img.starbucks {
  background: url("../img/case-study/starbucks/1.jpg") no-repeat center center;
  background-size: cover;
}
.page.case-study section.two .img.harvest-snaps {
  background: url("../img/case-study/harvest-snaps/1.jpg") no-repeat center center;
  background-size: cover;
}
.page.case-study section.two .img.google {
  background: url("../img/case-study/google/1.jpg") no-repeat center center;
  background-size: cover;
}
.page.case-study section.two .img.the-mill {
  background: url("../img/case-study/the-mill/1.jpg") no-repeat center center;
  background-size: cover;
}
.page.case-study section.two .img.lightcurve {
  background: url("../img/case-study/lightcurve/1.jpg") no-repeat center center;
  background-size: cover;
}
.page.case-study section.two .img.the-dac {
  background: url("../img/case-study/the-dac/1.jpg") no-repeat center center;
  background-size: cover;
}
.page.case-study section.two .img.heal {
  background: url("../img/case-study/heal/1.jpg") no-repeat center center;
  background-size: cover;
}
.page.case-study section.two .img.couture-book {
  background: url("../img/case-study/couture-book/1.jpg") no-repeat center center;
  background-size: cover;
}
.page.case-study section.two .img.agorus {
  background: url("../img/case-study/agorus/1.jpg") no-repeat center center;
  background-size: cover;
}
.page.case-study section.three {
  padding: 3em 0;
}
.page.case-study section.three h2, .page.case-study section.three h3 {
  font-size: var(--font-size-medium);
}
.page.case-study section.three .grid .col-4 {
  padding-bottom: 2em;
}
.page.case-study section.three .grid .col-4 p {
  font-size: 15px;
  line-height: 24px;
}
.page.case-study section.four img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.page.case-study section.five {
  padding: 3em 0;
}
.page.case-study section.five h4 {
  font-size: var(--font-size-medium);
}
.page.case-study section.five .grid .col-6 p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 3em;
}
.page.case-study section.five .grid .col-6 p a {
  color: var(--black);
}
.page.case-study section.five .grid .col-6 .btn {
  margin-left: 0;
}
.page.case-study section.six {
  padding: 3em 0em;
}
.page.case-study section.six img {
  display: block;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.page.case-study section.six .inset-content {
  margin: auto;
  width: 90vw;
}
.page.case-study section.six .grid .row {
  margin-bottom: 3em;
}
.page.case-study section.six .grid .row .col-6:nth-child(1) {
  margin-bottom: 3em;
}
.page.case-study section.six .grid .row .col-12.see-more {
  font-size: var(--font-size-small-plus);
  text-align: center;
}
.page.case-study section.six .grid .row .col-12.see-more p {
  margin-bottom: 0;
}
.page.case-study section.six .grid .row .col-12.see-more a {
  background: var(--black);
  border: 1px solid var(--black);
  border-radius: 100px;
  color: var(--white);
  display: inline-block;
  margin-left: 0.25em;
  padding: 0.5em 1em;
  text-decoration: none;
  transition: background 0.2s linear, color 0.3s linear;
}
.page.case-study section.six .grid .row .col-12.see-more a:hover {
  background: transparent;
  color: var(--black);
}

@media only screen and (min-width: 800px) {
  .grid {
    width: 100%;
  }
  .grid .row::after {
    content: "";
    clear: both;
    display: table;
  }
  .grid .col-1 {
    width: 8.33%;
  }
  .grid .col-2 {
    width: 16.66%;
  }
  .grid .col-3 {
    width: 25%;
  }
  .grid .col-4 {
    width: 33.33%;
  }
  .grid .col-5 {
    width: 41.66%;
  }
  .grid .col-6 {
    width: 50%;
  }
  .grid .col-7 {
    width: 58.33%;
  }
  .grid .col-8 {
    width: 66.66%;
  }
  .grid .col-9 {
    width: 75%;
  }
  .grid .col-10 {
    width: 83.33%;
  }
  .grid .col-11 {
    width: 91.66%;
  }
  .grid .col-12 {
    width: 100%;
  }

  [class*=col-] {
    float: left;
  }

  .img-wrapper {
    height: 450px;
  }
  .img-wrapper .client {
    height: 450px;
  }

  header nav {
    display: block;
    position: absolute;
    right: 1em;
    top: 1.5em;
    text-align: right;
    width: auto;
  }
  header nav ol {
    list-style: none;
  }
  header nav ol li {
    float: left;
    margin-left: 1em;
    padding: 1em;
  }
  header nav ol li a {
    border-bottom: 2px solid transparent;
    color: var(--white);
    display: inline-block;
    padding-bottom: 0.25em;
    text-decoration: none;
    transition: border-bottom 0.2s linear;
  }
  header nav ol li a:hover {
    border-bottom: 2px solid white;
  }
  header nav .btn {
    display: none;
  }
  header h1#logo {
    background: url("../img/veer-logo-badge-white.svg") no-repeat left center;
    background-size: 86px 40px;
    height: 40px;
    width: 86px;
  }
  header .toggle {
    display: none;
  }

  .home .hero hgroup h1 a {
    border-bottom: 2px solid white;
    padding-bottom: 0.25em;
    transition: border-bottom 0.2s linear;
  }
  .home .hero hgroup h1 a:hover {
    border-bottom: 2px solid var(--black);
  }

  .home .footer {
    display: block;
    position: fixed;
    z-index: 99;
  }
  .home .footer p {
    bottom: 3em;
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--font-size-small);
    margin: 0;
    position: absolute;
    padding: 0;
    left: 3em;
    width: 100%;
  }
  .home .footer ul {
    display: block;
    bottom: 3em;
    position: absolute;
    list-style: none;
    right: 2em;
  }
  .home .footer ul li {
    float: left;
    margin-left: 2em;
  }
  .home .footer ul li a {
    color: var(--white);
    display: inline-block;
    text-decoration: none;
  }

  /*
   *
   * Global page style
   *
   *
   */
  .page header nav ol li a {
    color: var(--black);
  }
  .page header nav ol li a:hover {
    border-bottom: 2px solid black;
  }
  .page header .toggle {
    display: none;
  }
  .page .inset-content {
    margin: auto;
    padding: 2em 0;
    width: 96vw;
  }
  .page .section {
    margin: auto;
    width: 96vw;
  }
  .page .section.full {
    width: 100vw;
  }
  .page .section.one {
    margin-top: 150px;
    min-height: 500px;
  }
  .page .footer {
    background: var(--black);
    display: block;
    position: relative;
  }
  .page .footer h5 {
    background: url("../img/veer-letters-white.svg") no-repeat left center;
    background-size: contain;
    height: 33px;
    text-indent: var(--indent);
    width: 300px;
  }
  .page .footer p {
    font-size: var(--font-size-small);
    color: #999;
    padding: 0;
    margin: 0.25em 0 0 0;
  }
  .page .footer ul {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 2em;
    top: 50%;
    transform: translateY(-50%);
  }
  .page .footer ul li {
    float: left;
    margin-left: 2em;
  }
  .page .footer ul li a {
    color: var(--white);
    text-decoration: none;
    transition: color 0.2s linear;
  }
  .page .footer ul li a:hover {
    color: #ccc;
  }

  /* work */
  .page.work header {
    background: transparent;
    transition: background 0.2s linear;
  }
  .page.work header.scroll {
    background: var(--white);
  }
  .page.work header.scroll h1#logo {
    background: url("../img/veer-logo-badge-black.svg") no-repeat left center;
    background-size: 86px 40px;
    height: 40px;
    width: 86px;
  }
  .page.work header.scroll nav ol li a {
    color: var(--black);
  }
  .page.work header.scroll nav ol li a:hover {
    border-bottom: 2px solid black;
  }
  .page.work header h1#logo {
    background: url("../img/veer-logo-badge-white.svg") no-repeat left center;
    background-size: 86px 40px;
    height: 40px;
    width: 86px;
  }
  .page.work header nav ol li a {
    color: var(--white);
  }
  .page.work header nav ol li a:hover {
    border-bottom: 2px solid white;
  }
  .page.work section.one {
    margin-top: 0;
  }
  .page.work section.hero {
    height: 660px;
    margin: 0;
    position: relative;
  }
  .page.work section.hero hgroup h1 {
    font-size: var(--font-size-large);
  }
  .page.work section.two .work-content {
    margin: auto;
    max-width: 80%;
  }
  .page.work section.two h2 {
    text-align: left;
  }

  /* services */
  .page.services section.one {
    margin: 180px auto 99px auto;
    min-height: auto;
  }
  .page.services section.one h1 {
    font-size: var(--font-size-medium-plus);
    margin-bottom: 1em;
    text-align: center;
  }
  .page.services section.one h1 span {
    display: block;
  }
  .page.services section.one p {
    text-align: center;
  }
  .page.services section.one hr {
    margin-top: 6em;
  }
  .page.services section.three {
    background: #e8e8e8;
  }
  .page.services section.three .inset-content {
    padding: 6em 2em;
    text-align: center;
  }
  .page.services section.three h2 {
    font-size: var(--font-size-medium-plus);
    line-height: 1em;
  }
  .page.services section.three p {
    font-size: var(--font-size-small-plus);
    margin-bottom: 2em;
  }
  .page.services section.three .btn {
    margin-left: auto;
    transition: background 0.2s linear, color 0.3s linear;
  }
  .page.services section.three .btn:hover {
    background: var(--black);
    color: var(--white);
  }

  /* veer agency */
  .page.veer-agency section.one .hero-section {
    height: 550px;
  }
  .page.veer-agency section.two {
    margin: 6em auto 6em auto;
  }
  .page.veer-agency section.two .veer-letters {
    background: url("../img/veer-letters-black.svg") no-repeat center center;
    background-size: contain;
    height: 60px;
    margin: 1em auto 1em auto;
    width: 100%;
    text-indent: var(--indent);
  }
  .page.veer-agency section.two h2 {
    font-size: var(--font-size-large);
    text-align: center;
    margin-bottom: 0.5em;
  }
  .page.veer-agency section.two p {
    font-size: var(--font-size-small);
    margin-bottom: 2em;
    text-align: center;
  }
  .page.veer-agency section.two .btn {
    margin-left: auto;
    transition: background 0.2s linear, color 0.3s linear;
  }
  .page.veer-agency section.two .btn:hover {
    background: var(--black);
    color: var(--white);
  }
  .page.veer-agency section.three .inset-content .icon {
    margin: 3em auto;
    display: block;
    width: 80%;
  }
  .page.veer-agency section.three .inset-content .icon.starbucks {
    background: url("../img/icon-starbucks.svg") no-repeat center center;
    background-size: 72px 72px;
  }
  .page.veer-agency section.three .inset-content .icon.ea {
    background: url("../img/icon-ea.svg") no-repeat center center;
    background-size: 93px 45px;
    height: 90px;
  }
  .page.veer-agency section.three .inset-content .icon.microsoft {
    background: url("../img/icon-microsoft.svg") no-repeat center center;
    background-size: contain;
    height: 90px;
  }
  .page.veer-agency section.three .inset-content .icon.google {
    background: url("../img/icon-google.png") no-repeat center center;
    background-size: 67px 69px;
    height: 90px;
  }
  .page.veer-agency section.three .inset-content .icon.deloitte {
    background: url("../img/icon-deloitte.svg") no-repeat center center;
    background-size: contain;
    height: 90px;
  }
  .page.veer-agency section.three .inset-content .icon.dac {
    background: url("../img/icon-dac.webp") no-repeat center center;
    background-size: contain;
    height: 90px;
  }
  .page.veer-agency section.four h4 {
    font-size: var(--font-size-medium-plus);
    line-height: 1em;
    margin-bottom: 1em;
  }
  .page.veer-agency section.four strong {
    font-size: var(--font-size-small-plus);
    font-weight: var(--bold);
  }
  .page.veer-agency section.four .grid {
    border-top: 1px solid var(--gray);
  }
  .page.veer-agency section.four .grid:first-child {
    border-top: 0px;
  }
  .page.veer-agency section.four .col-5 {
    margin-bottom: 3em;
  }
  .page.veer-agency section.four .col-4 {
    box-sizing: border-box;
    border-bottom: 0px;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 5em;
  }
  .page.veer-agency section.four .col-4:first-child {
    padding-left: 0;
    border-left: 0px;
  }
  .page.veer-agency section.four .col-4:last-child {
    border-bottom: 0;
  }
  .page.veer-agency section.four .col-4 strong {
    font-size: var(--font-size-small-plus);
  }
  .page.veer-agency section.four .col-4 p {
    font-size: var(--font-size-small);
  }

  /* contact */
  .page.contact {
    margin-top: 0px;
  }
  .page.contact section.one {
    min-height: auto;
    margin-bottom: 6em;
  }
  .page.contact section.one h2 {
    font-size: var(--font-size-large);
  }
  .page.contact section.one a {
    border-bottom: 1px solid var(--black);
    color: var(--black);
    display: inline-block;
    text-decoration: none;
  }
  .page.contact section.two {
    background-color: #e8e8e8;
  }
  .page.contact section.two .inset-content {
    padding-bottom: 3em;
    width: 96%;
  }
  .page.contact section.two .inset-content form textarea.form-field {
    min-height: 150px;
  }
  .page.contact section.two .inset-content .careers {
    margin: 3em 0 6em 0;
    max-width: 70%;
  }
  .page.contact .veer-letters {
    background: url("../img/veer-letters-black.svg") no-repeat left center;
    background-size: contain;
    height: 36px;
    margin: 0.5em auto 1.5em;
    width: 100%;
    text-indent: var(--indent);
  }
  .page.thanks section.one {
    margin-top: 200px;
  }
  .page.thanks section.one .btn {
    transition: background 0.2s linear, color 0.3s linear;
  }
  .page.thanks section.one .btn:hover {
    background: var(--black);
    color: var(--white);
  }

  /*
   *
   * Case study page style
   *
   *
   */
  .page.case-study header hr {
    width: 96vw;
  }
  .page.case-study header.scroll hr {
    display: none;
  }
  .page.case-study section.one {
    margin: 190px auto 90px auto;
    min-height: auto;
  }
  .page.case-study section.one h1 {
    font-size: var(--font-size-medium-plus);
    text-align: center;
  }
  .page.case-study section.two .img {
    min-height: 500px;
  }
  .page.case-study section.three {
    padding: 6em 0;
  }
  .page.case-study section.three h2, .page.case-study section.three h3 {
    line-height: 50px;
  }
  .page.case-study section.three .grid .col-4 {
    padding: 0 2em;
  }
  .page.case-study section.three .grid .col-4:nth-child(2) {
    padding-left: 0em;
  }
  .page.case-study section.three .grid .col-4:nth-child(3) {
    padding-right: 0em;
  }
  .page.case-study section.three .grid .col-4 p {
    font-size: 14px;
    line-height: 21px;
  }
  .page.case-study section.four img {
    min-height: 500px;
  }
  .page.case-study section.five {
    padding: 8em 0;
  }
  .page.case-study section.five h4 {
    text-align: center;
  }
  .page.case-study section.five .grid .col-6 p {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
  .page.case-study section.five .grid .col-6 .btn {
    margin: auto;
    transition: background 0.2s linear, color 0.3s linear;
  }
  .page.case-study section.five .grid .col-6 .btn:hover {
    background: var(--black);
    color: var(--white);
  }
  .page.case-study section.six .inset-content {
    width: 96vw;
  }
  .page.case-study section.six .grid .col-6 {
    box-sizing: border-box;
  }
  .page.case-study section.six .grid .col-6:nth-child(1) {
    padding-right: 1em;
  }
  .page.case-study section.six .grid .col-6:nth-child(2) {
    padding-left: 1em;
  }
  .page.case-study section.six .grid .col-12 img {
    height: 700px;
  }
  .page.case-study section.six img {
    box-shadow: 10px 30px 40px rgba(40, 40, 40, 0.1);
    min-height: 600px;
  }
}
@media only screen and (min-width: 1100px) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (min-width: 1500px) {
  /* Style adjustments for viewports that meet the condition */
}
/* ========================================================================== Helper classes ========================================================================== */
/* * Hide visually and from screen readers */
.hidden,
[hidden] {
  display: none !important;
}

/* * Hide only visually, but have it available for screen readers: * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility * * 1. For long content, line feeds are not interpreted as spaces and small width * causes content to wrap 1 word per line: * https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/* * Extends the .visually-hidden class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/* * Hide visually and from screen readers, but maintain layout */
.invisible {
  visibility: hidden;
}

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

.center-align {
  margin: 3em auto 0 auto;
}

/* * Clearfix: contain floats * * The use of `table` rather than `block` is only necessary if using * `::before` to contain the top-margins of child elements. */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/*# sourceMappingURL=style.css.map */
