* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #161724;
  background-color: #ffffff;
  font-size: calc(12px + 0.9vw);
  font-family: Georgia, 'Times New Roman', Times, serif;
  line-height: 1.2;
}

body.dark {
  background-color: #000;
  color: #ffffff;
}

body.dark a {
  color: #28a5c9;
}

body.dark nav {
  border-bottom: 1px solid #000;
}

body.dark nav #mainNav a {
  color: #ffffff;
}

body.dark nav #mainNav a::before {
  background-color: #ffffff;
}

a {
  color: #161724;
}

p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin-top: 1em;
  line-height: 1.5;
  font-weight: 300;
}

.homeLink svg {
  max-width: 184px;
  width: 24vw;
}

nav {
  border-bottom: 1px solid #b1b1b1;
  padding: 1rem 0;
  margin: 0;
}

nav #navContact {
  display: none;
}

nav #mainNav {
  display: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

nav #mainNav a {
  text-decoration: none;
  color: #161724;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0.1rem 0;
  line-height: 35px;
  font-weight: 300;
  font-size: 0.9rem;
  position: relative;
}

nav #mainNav a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 3px;
  background-color: #161724;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

nav #mainNav a:hover::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

nav #touchNav {
  width: 18px;
}

nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container {
  margin: 0 20px;
}

h1 {
  font-size: calc(38pt + 16 * ((100vw - 768px) / 768));
  font-weight: normal;
}

h2 {
  font-size: calc(24pt + 16 * ((100vw - 768px) / 768));
  font-weight: normal;
}

footer {
  background-color: #0d0e15;
  color: #ffffff;
  padding: 60px 20px;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer a {
  color: #ffffff;
}

footer .card {
  margin-top: 40px;
  font-size: calc(28px + 16 * ((100vw - 1200px) / 1200));
  font-weight: 200;
  letter-spacing: 1px;
  width: 100%;
}

footer .card b {
  display: block;
  color: #ffffff;
  margin-top: 8vw;
  font-weight: 600;
  letter-spacing: 1.5px;
}

footer .card #footerlogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 6vw;
}

footer .card #footerlogos a {
  color: #ffffff;
}

footer .card #footerlogos svg {
  width: 21px;
  margin-right: 10px;
}

#siteIntro {
  background-color: #000;
  height: calc(100vh - 6vw - (24vw * 0.429));
  color: #fff;
  background-image: url("../img/brian_black.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: calc(40px + 16 * ((100vw - 768px) / 768));
  padding-top: 20vh;
}

#siteIntro p {
  opacity: 0.8;
  margin-top: 1vw;
}

#personalIntro {
  background-color: #E0E0DC;
  color: #000;
  padding: calc(40px + 16 * ((100vw - 1200px) / 1200));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#personalIntro h1 {
  margin-bottom: calc(40px + 16 * ((100vw - 1200px) / 1200));
}

#personalIntro #introContact {
  margin-top: calc(60px + 16 * ((100vw - 1200px) / 1200));
  line-height: 1.5;
  position: relative;
}

#personalIntro #introContact::before {
  content: '';
  background-color: #3C3C3C;
  position: absolute;
  top: -20px;
  left: 0;
  height: 1px;
  width: 10em;
  opacity: 0.5;
}

#timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4em 20px;
  padding-right: 40px;
  background-image: url("/img/utahsky2.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

.timeEnd {
  padding-top: 20px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#topCircleArrow {
  width: 40px;
  height: 40px;
}

#line {
  margin-top: -1px;
  width: 100%;
  background-image: url("/img/line.png");
  background-position-x: 15px;
  background-repeat: repeat-y;
  position: relative;
}

#line a {
  margin-top: 40px;
  display: block;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
}

#line a:hover {
  color: #ffce00;
}

#line a .timeWords {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

#line a .timeWords:hover {
  margin-left: 5px;
}

#line a .timeWords span {
  font-size: 13px;
  font-weight: 300;
}

#line a .timeWords p {
  line-height: normal;
  margin-top: 0;
}

#line a.eventRight, #line a.eventLeft {
  width: 100%;
  margin-left: 20px;
  padding-left: 25px;
  position: relative;
}

#line a.eventRight::before, #line a.eventLeft::before {
  content: '';
  position: absolute;
  left: -10px;
  width: 20px;
  height: 20px;
  background-image: url("/img/circleArrowRight.png");
  background-repeat: no-repeat;
}

#line a.eventRight .timeWords, #line a.eventLeft .timeWords {
  display: inline-block;
  position: relative;
}

#line a.eventRight .timeWords::before, #line a.eventLeft .timeWords::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 6px;
  width: 8px;
  height: 11px;
  background-image: url("/img/grayArrowRight.png");
  background-repeat: no-repeat;
}

#line a.eventRight .timeWords:hover::before, #line a.eventLeft .timeWords:hover::before {
  background-image: url("/img/yellowArrowRight.svg");
}

#press {
  background: #161724;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#press #pressItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#press #pressItems a {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  padding: 0 20px;
  text-decoration: none;
  margin-bottom: 40px;
}

#press #pressItems a img {
  display: block;
  height: 14vw;
  max-height: 144px;
  margin-bottom: 10px;
}

#press #pressItems a:nth-child(3) img {
  margin-bottom: -5px;
}

#press #pressItems a i {
  display: block;
  font-style: italic;
  color: #ffffff;
  font-weight: 100;
}

#overlay {
  z-index: 3;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 90%;
  display: none;
}

#popup {
  display: none;
  max-height: 84vh;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 8vw;
  left: 8vw;
  right: 8vw;
  padding: 5vw;
  background-color: #ffffff;
  z-index: 4;
  color: #161724;
  overflow: hidden;
}

#popup.overflow {
  bottom: 8vh;
  max-height: 84vh;
}

#popup.overflow .casestudy {
  overflow: scroll;
}

#popup > img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.casestudy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: calc(24px + 16 * ((100vw - 1200px) / 1200));
  line-height: calc(28px + 16 * ((100vw - 1200px) / 1200));
}

.casestudy h1 {
  text-align: left;
  font-size: calc(32px + 16 * ((100vw - 1200px) / 1200));
  line-height: calc(36px + 16 * ((100vw - 1200px) / 1200));
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 0;
}

.casestudy > img {
  margin-bottom: 20px;
  max-height: 64px;
  max-width: 70vw;
}

.casestudy .companyLink {
  color: #28a5c9;
  font-size: calc(28px + 16 * ((100vw - 1200px) / 1200));
  font-weight: 300;
  margin-top: 10px;
  text-decoration: none;
  position: relative;
}

.casestudy .companyLink:before {
  content: url("/img/blueArrowRight.svg");
  padding-right: 3px;
}

.casestudy .companyLink:hover {
  color: #ffce00;
}

.casestudy .companyLink:hover::before {
  content: url("/img/yellowArrowRight.svg");
}

.casestudy .return {
  color: #b1b1b1;
  text-decoration: none;
  position: relative;
  margin-bottom: 40px;
}

.casestudy .return:before {
  content: url("/img/grayArrowRight.png");
  padding-right: 3px;
}

.casestudy .return:before img {
  border: 1px solid #161724;
}

.casestudy .return:hover {
  color: #ffce00;
}

.casestudy .return:hover::before {
  content: url("/img/yellowArrowRight.svg");
}

#companyIntro {
  padding: 20px;
  position: relative;
  margin-top: calc(50vh - 26px - 2rem);
  font-weight: 300;
  line-height: 1.5;
}

#companyIntro:before {
  content: '';
  background-image: url("/img/creditOneHeadquarters.jpg");
  position: absolute;
  background-position: top right;
  top: calc(-50vh + 26px + 2rem);
  left: 0;
  right: 0;
  height: calc(50vh - 26px - 2rem);
  background-size: cover;
}

#companyIntro img {
  margin-bottom: 10px;
  max-height: 100px;
  max-width: 200px;
}

#titleIntro {
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#titleIntro h2 {
  font-size: calc(28px + 16 * ((100vw - 768px) / 768));
  color: #707070;
}

#titleIntro h1 {
  font-weight: 500;
}

#titleIntro h3 {
  text-align: center;
  color: #707070;
  font-weight: 300;
  text-transform: uppercase;
}

#titleIntro p {
  font-weight: 300;
}

#titleIntro a {
  color: #28a5c9;
}

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

.fullWidth img {
  max-width: 100%;
}

.fullWidth p {
  font-weight: 300;
  margin: 20px 12vw;
  margin-top: 35px;
  line-height: 1.5;
  position: relative;
}

.fullWidth p:first-of-type:before {
  content: url("/img/grayArrowUp.png");
  position: absolute;
  top: -20px;
  left: 0;
  height: 7px;
  width: 11px;
}

#casestudies .fullCaseStudy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 20px;
}

#casestudies .fullCaseStudy img {
  max-width: 80vw;
}

#casestudies .fullCaseStudy h1 {
  margin-top: 10px;
  position: relative;
}

#casestudies .fullCaseStudy p {
  font-weight: 300;
  line-height: 1.5;
}

#associatedBrands {
  background-color: #28a5c9;
  color: #ffffff;
  padding: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#associatedBrands h2 {
  font-size: calc(32px + 16 * ((100vw - 768px) / 768));
  margin-bottom: 20px;
  font-weight: 200;
}

#associatedBrands #brandLogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#associatedBrands #brandLogos img {
  max-width: 80vw;
  margin-top: 20px;
}

#industries {
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#industries h1 {
  font-weight: 500;
  text-align: left;
}

#industries .container {
  margin: 0;
}

#industries img {
  margin-top: 40px;
}

#industries .desktop {
  display: none;
}

#industries .mobile {
  width: calc(100vw - 40px);
}

#fourohfour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 80px;
}

#fourohfour img {
  width: 60vw;
  margin: 80px 0 30px 0;
}

#fourohfour p {
  text-align: center;
  margin: 0 20vw;
}

#companyList {
  padding-bottom: 60px;
}

#companyList h1 {
  font-weight: 500;
  text-align: left;
  margin-top: 60px;
}

#companyList .expCompany {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
  padding-top: 20px;
}

#companyList .expCompany .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#companyList .expCompany .logos .financials {
  text-align: right;
}

#companyList .expCompany .logos a {
  max-width: calc(50% - 10px);
}

#companyList .expCompany .logos img.listLogo {
  max-width: 100%;
  max-height: 100px;
}

#companyList .expCompany .logos .ar {
  font-weight: 500;
  font-size: 12px;
}

#companyList .expCompany .logos .ar .revenue {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
  color: #707070;
}

#companyList .expCompany .logos .ar .ticker {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
}

#companyList .intro {
  margin-top: 20px;
}

#companyList .intro h2 {
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: calc(30px + 16 * ((100vw - 768px) / 768));
}

#companyList .intro h3 {
  font-weight: 300;
  color: #707070;
}

#companyList .intro a {
  color: #28a5c9;
  text-decoration: none;
  margin-top: 10px;
}

#companyList .intro a h2 {
  color: #000000;
}

#expertise {
  padding: 60px 0;
}

#expertise h1 {
  text-align: left;
  font-weight: 500;
}

#expertise h2 {
  text-align: left;
  font-size: calc(31px + 16 * ((100vw - 1200px) / 1200));
  line-height: 1.4;
  font-weight: 200;
}

#expertise p {
  margin-top: 20px;
  line-height: 1.5;
}

#expertise #areasOfExpertise {
  padding-top: 40px;
}

#expertise #areasOfExpertise .areaExpert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 20px;
}

#expertise #areasOfExpertise .areaExpert h3 {
  background-color: #28a5c9;
  border-radius: 5px;
  padding: 16px 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}

#expertise #areasOfExpertise .areaExpert ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

#expertise #areasOfExpertise .areaExpert ul li {
  margin: 0;
  padding: 0;
  padding-bottom: 6px;
  font-weight: 300;
}

#companiesNav {
  background-color: #dfdfdf;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#companiesNav h2 {
  font-size: calc(31px + 16 * ((100vw - 768px) / 768));
  font-weight: 200;
  margin-bottom: 10px;
}

#companiesNav #companySelect {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  min-width: 30vw;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

@media (min-width: 576px) {
  #siteIntro {
    padding-top: 5vh;
  }
  .container {
    margin: 0 20px;
  }
  #TitleIntro {
    background-position-y: bottom;
    background-position-x: right;
    background-image: url("/img/jimIntro_sm2.jpg");
    padding-top: 1.4rem;
    padding-bottom: 4rem;
  }
  #TitleIntro h1#name {
    letter-spacing: 3px;
    font-size: calc(32px + 16 * ((100vw - 1200px) / 1200));
  }
  #TitleIntro h1#title {
    letter-spacing: 2px;
    font-size: calc(40px + 16 * ((100vw - 1200px) / 1200));
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: calc(32pt + 16 * ((100vw - 992px) / 992));
  }
  h2 {
    font-size: calc(24pt + 16 * ((100vw - 992px) / 992));
  }
  #siteIntro {
    height: 325px;
    background-size: contain;
    padding-left: 38vw;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .homeLink svg {
    width: 105px;
  }
  #TitleIntro {
    background-position-y: -40px;
    background-position-x: 0;
    background-image: url("/img/jimIntro_xl.jpg");
    padding-top: 1.4rem;
    padding-bottom: 4rem;
  }
  #TitleIntro h1#name {
    letter-spacing: 3px;
    font-size: calc(32px + 16 * ((100vw - 1200px) / 1200));
  }
  #TitleIntro h1#title {
    letter-spacing: 2px;
    font-size: calc(40px + 16 * ((100vw - 1200px) / 1200));
  }
  #jimIntro .intro p {
    clear: unset;
  }
  #timeline {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .timeEnd {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #line {
    background-position: center;
  }
  #line a.eventRight {
    width: 50%;
    margin-left: 50%;
  }
  #line a.eventLeft {
    width: 50%;
    margin-right: 50%;
    margin-left: auto;
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
  }
  #line a.eventLeft::before {
    right: -10px;
    left: auto;
  }
  #line a.eventLeft .timeWords:hover {
    margin-right: 5px;
  }
  #line a.eventLeft .timeWords::before {
    left: -12px;
    top: 5px;
    bottom: auto;
    right: auto;
    background-image: url("/img/grayArrowLeft.png");
  }
  #line a.eventLeft .timeWords:hover::before {
    background-image: url("/img/yellowArrowLeft.svg");
  }
  #press {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px;
  }
  #press #pressItems {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #press #pressItems a {
    max-width: 33%;
  }
  #press #pressItems a img {
    margin-bottom: 20px;
  }
  #press #pressItems a:nth-child(3) img {
    margin-bottom: 20px;
  }
  footer {
    background-color: #0d0e15;
    padding: 60px 19vw;
    min-height: 400px;
  }
  footer .card {
    border: 1px solid #282b36;
    background-color: #0d0e15;
    margin: 0 19vw;
    padding: 4vw;
    padding-top: 0;
    height: 30vw;
    margin-top: 60px;
    font-size: calc(25px + 16 * ((100vw - 1200px) / 1200));
  }
  footer .card b {
    display: block;
    margin-top: 4vw;
    font-weight: 600;
    letter-spacing: 1.5px;
  }
  footer .card #footerlogos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
  }
  footer .card #footerlogos a {
    color: #ffffff;
  }
  footer .card #footerlogos svg {
    width: 35px;
    margin-right: 10px;
  }
  #popup {
    display: none;
    height: 84vh;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: fixed;
    top: 8vh;
    left: 8vw;
    right: 8vw;
    padding: 5vw;
    background-color: #ffffff;
    z-index: 4;
    color: #161724;
    overflow: hidden;
  }
  #popup img {
    max-width: 50%;
    height: auto;
    margin-bottom: 0;
  }
  .casestudy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    max-height: calc(100% - 10vw);
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: calc(17px + 16 * ((100vw - 1200px) / 1200));
    line-height: calc(23px + 16 * ((100vw - 1200px) / 1200));
  }
  .casestudy h1 {
    text-align: left;
    font-size: calc(22px + 16 * ((100vw - 1200px) / 1200));
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .casestudy img {
    margin-bottom: 20px;
    max-height: 64px;
  }
  .casestudy .companyLink {
    color: #28a5c9;
    font-size: calc(21px + 16 * ((100vw - 1200px) / 1200));
    font-weight: 300;
    margin-top: 10px;
    text-decoration: none;
    position: relative;
  }
  .casestudy .companyLink:before {
    content: url("/img/blueArrowRight.svg");
    padding-right: 3px;
  }
  .casestudy .companyLink:hover {
    color: #ffce00;
  }
  .casestudy .companyLink:hover::before {
    content: url("/img/yellowArrowRight.svg");
  }
  .casestudy .return {
    color: #b1b1b1;
    text-decoration: none;
    position: relative;
  }
  .casestudy .return:before {
    content: url("/img/grayArrowRight.png");
    padding-right: 3px;
  }
  .casestudy .return:before img {
    border: 1px solid #161724;
  }
  .casestudy .return:hover {
    color: #ffce00;
  }
  .casestudy .return:hover::before {
    content: url("/img/yellowArrowRight.svg");
  }
  #companyIntro {
    padding: 40px;
    margin-top: 0;
    margin-left: 50vw;
    min-height: 20vw;
  }
  #companyIntro:before {
    top: 0;
    left: -50vw;
    right: 50vw;
    height: 100%;
  }
  #titleIntro p {
    text-align: center;
  }
  #casestudies .fullCaseStudy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #casestudies .fullCaseStudy.flip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #casestudies .fullCaseStudy .study {
    padding: 0 20px;
  }
  #casestudies .fullCaseStudy img {
    max-width: 40%;
  }
  #casestudies .fullCaseStudy h1 {
    text-align: left;
  }
  #industries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 60px 0;
    width: 100vw;
  }
  #industries h1 {
    text-align: left;
  }
  #industries .desktop {
    display: block;
    width: 80vw;
    margin: 60px 0;
  }
  #industries .mobile {
    display: none;
  }
  #companyList .expCompany {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid #b1b1b1;
  }
  #companyList .expCompany .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 20%;
  }
  #companyList .expCompany .logos .financials {
    text-align: right;
  }
  #companyList .expCompany .logos a {
    max-width: 100%;
  }
  #companyList .expCompany .logos img.listLogo {
    max-width: 100%;
  }
  #companyList .expCompany .logos .ar {
    font-weight: 500;
    font-size: 12px;
  }
  #companyList .expCompany .logos .ar .revenue {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
    color: #707070;
  }
  #companyList .expCompany .logos .ar .ticker {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 1.2px;
  }
  #companyList .intro {
    margin-top: 0;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
  }
  #companyList .intro h2 {
    font-size: calc(21px + 16 * ((100vw - 1200px) / 1200));
  }
  #companyList .intro p {
    line-height: 1.5;
  }
  #companyList .intro a {
    color: #28a5c9;
    text-decoration: none;
    margin-top: 10px;
  }
  #companyList .intro a:first-of-type {
    margin-top: 0;
  }
  #expertise {
    padding: 60px 0;
  }
  #expertise h1 {
    text-align: left;
    font-weight: 500;
  }
  #expertise h2 {
    text-align: left;
  }
  #expertise p {
    margin-top: 20px;
  }
  #expertise #areasOfExpertise {
    padding-top: 40px;
  }
  #expertise #areasOfExpertise .areaExpert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    margin-top: 20px;
  }
  #expertise #areasOfExpertise .areaExpert h3 {
    padding: 16px 20px;
    font-weight: 500;
    width: 20%;
    margin-bottom: 0;
  }
  #expertise #areasOfExpertise .areaExpert ul {
    list-style-type: none;
    margin: 0;
    padding: 16px 0;
    margin-left: 5%;
    width: 30%;
  }
  #expertise #areasOfExpertise .areaExpert ul li {
    margin: 0;
    padding: 0;
    padding-bottom: 6px;
  }
}

@media (min-width: 992px) {

  h1 {
    font-size: calc(32pt + 16 * ((100vw - 1200px) / 1200));
  }
  h2 {
    font-size: calc(24pt + 16 * ((100vw - 1200px) / 1200));
  }
#personalIntro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #personalIntro #introContent {
    width: 60%;
  }
  #personalIntro #introContact {
    text-align: right;
    width: 40%;
    margin-top: unset;
  }
  #personalIntro #introContact::before {
    background-color: unset;
  }

  nav {
    padding: 2rem 0 1.5rem 0;
  }
  nav .container {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
  nav #mainNav {
    display: block;
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
  }
  nav #mainNav a {
    text-decoration: none;
    color: #161724;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0 1rem;
    line-height: 35px;
    font-weight: 300;
    font-size: 0.9rem;
    position: relative;
  }
  nav #mainNav a::before {
    content: '';
    position: absolute;
    width: calc(100% - 2rem);
    height: 2px;
    bottom: -5px;
    left: 1rem;
    background-color: #161724;
    visibility: hidden;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  nav #mainNav a:hover::before {
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  #popup {
    height: unset;
    max-height: 84vh;
  }
  #touchNav {
    display: none;
  }
  .container {
    max-width: 912px;
    margin: 0 auto;
  }
  .fullWidth p {
    margin: 20px 22vw;
  }
  #casestudies .fullCaseStudy .study {
    padding: 40px 60px;
  }
  #casestudies .fullCaseStudy img {
    max-width: 40%;
  }
  #casestudies .fullCaseStudy h1 {
    text-align: left;
  }
  #associatedBrands #brandLogos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #associatedBrands #brandLogos img {
    padding: 0 10px;
    max-height: 120px;
    max-width: unset;
  }
}

@media (min-width: 1200px) {
  #siteIntro {
    padding-left: 28vw;
  }
  .container {
    max-width: 1120px;
    margin: 0 auto;
  }
}

@media (max-height: 500px) {

  #siteIntro {
    padding-left: 40vw;
    height: calc(100vh - 6vw - (24vw * 0.429));
  }
  #popup {
    top: 8vh;
    right: 8vh;
    left: 8vh;
    height: 84vh;
    max-height: 84vh;
    overflow: scroll;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  #popup > img {
    display: none;
  }
  .casestudy {
    max-height: unset;
  }
  #companyIntro {
    margin-top: calc(100vh - 26px - 2rem);
  }
  #companyIntro:before {
    top: calc(-100vh + 26px + 2rem);
    height: calc(100vh - 26px - 2rem);
  }
}

@media (min-width: 768px) and (max-height: 600px) {
  #companyIntro {
    padding: 40px;
    margin-top: 0;
    margin-left: 50vw;
  }
  #companyIntro:before {
    top: 0;
    left: -50vw;
    right: 50vw;
    height: 100%;
  }
}

@media (min-width: 768px) and (min-height: 600px) {
  #popup {
    height: unset;
    max-height: 84vh;
  }
}
/*# sourceMappingURL=style.css.map */
