html {
  scroll-behavior: smooth;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #494949;
  margin: 0 auto;
  min-width: 768px;
}
/* body {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23000000" width="20px" height="20px" viewBox="0 0 10.04 10.04"><circle cx="5.02" cy="5.02" r="4.52"/></svg>') 10 10, auto;
  height: 100vh;
}

a {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" stroke="%23000000" fill="%23000000" width="20px" height="20px" viewBox="0 0 10.04 10.04"><circle cx="5.02" cy="5.02" r="4.52"/></svg>') 10 10, auto;
} */
.mainNav {
    font-size: 24px;
    padding: 16px 0 0 0;
}

.mainNav.reverse {
    padding: 16px 0 0 0;
    max-width: 1920px;
    margin: 0 auto;
}
.reverse a {
    text-decoration: none;
    margin-right: 4px;
}
.reverse .workNav {
    width: 64px;
}
.reverse .aboutMeNav {
    width: 112px;
}
.reverse .russell a {
    text-decoration: none;
    margin-right: 2px;
}
.reverse ul {
    margin: 32px 40px;
}
.reverse ul li a:hover {
    text-decoration: none;
    font-weight: bold;
    background: black;
}
.reverse .active {
    background: black;
    color: white;
    font-weight: bold;
    border-radius: 8px;
}
.reverse a:hover {
    text-decoration: none;
    font-weight: bold;
    color: white;
    background: black;
    border-radius: 8px;
}

.russell {
    font-weight: bold;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
li {
  float: left;
}
.myTitle {
    padding: 14px 16px;
}
li a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
li a:hover:not(.active) {
  font-weight: bold;
  text-decoration: underline;
  transition: background-color 0.3s ease-in-out;
}
.active {
  font-weight: bold;
  text-decoration: underline;
}

.intro, .content {
    padding: 80px 160px;
    margin: 0 auto;
    max-width: 1440px;
}
.quote {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
}
.author {
    text-align: right;
    font-size: 36px;
    margin-top: 8vw;
    color: black;
}
.mainNav {
    width: 100%;
}
.mainNav td {
    padding-right: 40px;
}

.aboutMe {
    font-size: 20px;
    padding-top: 16px;
}
p {
    line-height: 1.5em;
}
.sectionHeader {
    font-size: 32px;
    border-left: 20px solid #FFD817;
    padding: 16px 0px 16px 16px;
}
.workPageHeader {
    background-color: #FFD817;
    /* padding: 32px 40px; */
}
.pageHeader {
    padding: 32px 40px;
}
.workIntro {
    padding:64px 160px;
    font-size: 48px;
    line-height: 1.5em;
    color: black;
    max-width: 1440px;
    margin: 0 auto;
}
.pageContent {
    margin: 6vw 12vw;
    max-width: 1440px;
}
.workSectionHeader {
    font-size: 32px;
    border-left: 20px solid #FFD817;
    padding: 16px 0px 16px 16px;
}
.workSection {
    padding: 40px 0;
}
.workSectionContent {
    line-height: 48px;
}
.workSectionContent a {
    color: #000000;
    font-size: 24px;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 8px;
    transition: background-color 0.3s ease-in-out;
}
.workSectionContent a:hover:not(.active) {
  text-decoration: none;
  background: #ffd817;
}
.heroImage {
    padding: 32px 0;
}
.heroImage p{
    padding: 0 8vw;
}
.footer {
    background-color: #FFD817;
    padding: 32px 40px;
    text-align: center;
    color: black;
}
.footerLinks {
    padding: 0 64px 88px 64px;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    max-width: 1920px;
    margin: 0 auto;
}
.footerText {
    padding:64px 64px;
    font-size: 48px;
    line-height: 1.5em;
}
.contactLink {
    float: left;
}
.copyright{
    float: right;
}
.footerLinks a {
    color: #000000;
    text-decoration: none;
}
.caseStudyHeader {
    font-size: 32px;
    border-left: 20px solid #FFD817;
    padding: 24px;
}
.caseStudy {
    padding: 40px 0;
}
ul.caseStudyList {
    list-style-type: disc;
    line-height: 1.5em;
    padding: 0 16px;
}
ul.caseStudyList li {
    padding-bottom: 16px;
}
.caseStudyContent {
    line-height: 48px;
}
.title {
    font-size: 24px;
}
.sectionTitle {
    padding: 0 0 16px 0;
    font-weight: bold;
    font-size: 32px;
}
.caseStudySectionWrapper {
    border-top: solid 1px #E3E3E3;
    padding: 32px 0;
}
.charts {
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 40px;
    padding: 24px;
}
.pageContent a {
    color: #000000;
    font-size: 24px;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 8px;
    transition: background-color 0.3s ease-in-out;
}
.pageContent a:hover:not(.active) {
  text-decoration: none;
  background: #ffd817;
}
.lowerNav {
    text-align: center;
    padding-top: 48px;
}
.lowerNav a {
    font-size: 20px;
    margin: 0 8px;
}
.lowerNav a.active {
    background: black;
    color: white;
    border-radius: 8px;
}
#topBtn {
  display: none;
  position: fixed;
  bottom: 64px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: #555;
}
.analyticsBubbleNeg {
    background-color: red;
    padding: 16px;
    color: white;
    border-radius: 8px;
    line-height: 40px;
    width: 21vw;
    text-align: center;
    margin: 40px auto;
    font-size: 40px;
}
.analyticsBubbleNeg p {
    font-size: 24px;
}
.analyticsBubblePos {
    padding: 24px;
    color: #494949;
    border-radius: 8px;
    line-height: 40px;
    text-align: center;
    margin: 40px auto;
    font-size: 48px;
}
.analyticsBubblePos i {
    font-size: xx-large;
    color: green;
}
.supportingImages {
    padding: 40px 0;
    text-align: center;
}
.imageTitle {
    margin-top: 0;
    line-height: normal;
    font-weight: bold;
}
.resultsContainer {
    display: flex;
    justify-content: center;
}
.role {
    line-height: 16px;
}
.roleWrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 48px;
}