/*
 Theme Name:     Udemy - LTI
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         ROC Group
 Author URI:     https://www.rocgroup.com
 Template:       Divi
 Version:        1.0.0
*/

/*
****Contents****
1. Home Page
2. Main Nav
3. Media Queries
*/

/*Fonts Definitions*/
@font-face {
  font-family: "Udemy Sans";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local("Udemy Sans Regular"), local("UdemySans-Regular"),
    url("/wp-content/themes/divi-child-tf-lti/fonts/UdemySansWeb-Regular.woff2")
      format("woff2");
}
@font-face {
  font-family: "Udemy Sans";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: local("Udemy Sans Bold"), local("UdemySans-Bold"),
    url("/wp-content/themes/divi-child-tf-lti/fonts/UdemySansWeb-Bold.woff2")
      format("woff2");
}
@font-face {
  font-family: SuisseWorks;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: local("SuisseWorks Bold"), local("SuisseWorks-Bold"),
    url("/wp-content/themes/divi-child-tf-lti/fonts/SuisseWorks-Bold-WebXL.woff2")
      format("woff2");
}

:root {
  /* Colors */
  --purple: #a435f0;
  --blue: #4827be;
  --yellow: #e9e729;
  --teal: #199fa3;
  --white: #fff;
  --black: #000;
  --dark-grey: #3e4143;
  --medium-grey: #d9d9d9;
  --light-grey: #f3f3f3;
  --paragraph-color: #1c1d1f;

  /*Fonts*/
  --heading: "Udemy Sans", sans-serif;
  --primary: "Udemy Sans", sans-serif;
  --secondary: SuisseWorks, serif;
}

/*Global Settings*/
body {
  background: black;
  position: relative;
}

html,
body {
  overflow-x: hidden;
}

/* Heading Styles */
h1 {
  font-family: var(--secondary);
  font-size: 48px;
  font-weight: 700;
  color: var(--black);
  line-height: 3.25rem;
}

h2 {
  font-family: var(--secondary);
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
}

h2.sans-serif {
  font-family: var(--primary);
  font-size: 32px;
  font-weight: 700;
}

.seizing-heading-wrapper h2 {
  color: black !important;
  font-family: var(--secondary) !important;
  font-weight: 700;
}

h3 {
  font-family: var(--secondary);
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
}

h3.sans-serif {
  font-family: var(--primary);
}

h4 {
  font-family: var(--heading);
  font-size: 26.25px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.4;
}

h4.links {
  font-size: 19px;
}

#home-how-lti-compares-bg h4,
#home-how-lti-compares-bg h5 {
  color: var(--purple) !important;
}

#home-how-lti-compares-bg .why-lti:first-child h5 {
  color: var(--blue) !important;
}

h5 {
  font-family: var(--heading);
  font-size: 24px;
  font-weight: 700;
}

p {
  font-family: var(--primary);
  color: var(--paragraph-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
}

p.footnote {
  font-size: 14px;
  line-height: 20px;
}

a.square-btn {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 1rem;
  font-weight: bold;
  margin: 1rem;
  margin-top: auto;
}

.shares-wrapper p {
  margin-top: 2rem;
}

.shares-wrapper p.footnote {
  margin-top: 0;
}

.row-right h4 {
  color: black !important;
  font-size: 24px;
  font-family: var(--secondary);
}

/* Hero Section */
div#home-hero {
  display: flex;
  /* flex-direction: row; */
  /* height: 100vh; */
}

#home-hero .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 50%;
  padding: 6rem;
}

#home-hero .right {
  flex-basis: 50%;
  background-image: url(/wp-content/uploads/HERO_1920x850_HOME.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1024px) {
  div#home-hero {
    display: flex;
    flex-direction: column;
  }

  #home-hero .right {
    min-height: 400px;
  }
}

@media only screen and (max-width: 479px) {
  #home-hero .left {
    padding: 2rem;
  }
}

/* Track Record Section */
div#trackRecord {
  background-color: var(--light-grey) !important;
}

@media only screen and (max-width: 479px) {
  div#trackRecord .et_pb_row_0.et_pb_row {
    width: 95%;
  }
}

.tradingview-widget-copyright {
  font-size: 12px !important;
  line-height: 32px !important;
  text-align: center !important;
  vertical-align: middle !important;
  font-family: var(--primary) !important;
}

/* Our Equity Compensation Programs */
.equityPrograms {
  background-color: var(--blue);
}

.equityPrograms h2 {
  color: white;
  font-family: var(--heading);
}

.equityPrograms p {
  color: white !important;
}

#homeEquityCompensation p {
  padding-bottom: 2rem;
}

/* .equityPrograms p:last-of-type {
  padding-bottom: 3rem;
} */

.our-lti-programs {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 10px 1rem;
  margin-bottom: 2rem;
  align-items: center;
  height: 100%;
  justify-items: center;
  padding: 2rem;
}

.our-lti-programs h4,
.our-lti-programs p {
  text-align: center;
}

.our-lti-programs img {
  height: 100px;
  width: auto;
}

.our-lti-programs p {
  color: #58595b !important;
  font-family: var(--primary);
}

.our-lti-programs p:last-of-type {
  padding-bottom: 0 !important;
}

/* .tf-head-yellow h3 {
  color: #28bcb4;
}

.tf-list-yellow {
  color: white;
}

.tf-list-yellow {
  position: relative;
}

.tf-list-yellow:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #28bcb4;
  left: 5px;
  margin: 0;
}

.tf-list-yellow > li {
  position: relative;
}

.tf-list-yellow li {
  list-style-type: none;
  margin-left: 20px;
}

.tf-list-yellow li:before {
  content: url(/wp-content/uploads/sites/21/2020/04/Group-32.png);
  margin-left: -40px;
  margin-right: 10px;
  vertical-align: middle;
} */

/* Seizing Opportunities */
#home-how-lti-compares-bg .tf-row-content-inner {
  padding: 0 0 4rem 0;
}

/* Wealth Potential Grid */
.units-tr-home-grid,
.tr-home-grid {
  display: grid;
  display: -ms-inline-flexbox;
  grid-template-columns: 30% 70%;
  grid-column-gap: 20px;
}

#howWeDriveWealth .units-tf-chart-row-content-inner h2 {
  font-size: 32px;
  text-align: center;
}

.units-award-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem 0;
}

select#units-percent {
  margin: 0 0 1rem 0;
}

/* .units-tr-home-col h1,
.units-tr-home-col p,
.tr-home-col h1, 
.tr-home-col p {
  color: var(--black);
}

.units-tf-chart-row-content-outer p {
  color: var(--paragraph-color);
}

.units-award-cont,
.award-cont {
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.units-award-cont button,
.award-cont button{
  font-family: var(--heading)
}

.units-award-cont-2,
.award-cont-2 {
  background-color: var(--light-grey);
  padding: 1rem;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: center;
    border: 1px solid #000;
}

.chartEstValue, .chart {
  width:40%; 
  display: inline-block; 
  vertical-align: top;
}

.chartEstVestValue {
  width: 40%; 
  display: inline-block; 
  vertical-align: top;
}


.units-award-cont span,
.award-cont span {
  color: black;
  font-family: var(--primary);
  font-size: 20px;
  display: inline-block;
}

.dollars {
  font-family: var(--primary);
  font-size: 20px !important;
}

.units-award-cont p span,
.award-cont p span {
  font-weight: normal;
}

.units-award-cont input,
.award-cont input {
  color: black;
  background-color: transparent;
  border: none;
  font-family: var(--primary);
  font-size: 15px;
  padding-left:0px;
  margin-right:10px;
}

#chartUpdate {margin-left:20px;}

p.units-option,
p.option {
  font-family: var(--primary);
  font-size: 20px;
  margin-top: 15px;
}

select#percent {
  padding: .5rem 0 .5rem 1rem;
}

#percent, #dividendGrowth, #perfPercent, #vestFor {
  background-color: transparent;
  border: 1px solid var(--purple);
  font-family: var(--primary) !important;
  padding: 5px 10px;
  color: black;
  width: 100%;
  max-width: 400px;
}

#percent option,
#dividendGrowth option,
#perfPercent option, 
#vestFor option{
  background-color:rgb(142 143 145);
}

.units-input-divider, 
.input-divider {
  border:none;
  background:#000(255,255,255,.25);
  height:1px;
  margin:20px 0px 25px;
  background-color: rgba(0,0,0,.25) !important;
}

.units-calc-text span,
.calc-text span {
  color: var(--purple);
}

.units-calc-cont, 
.calc-cont {
  padding-left:10px;
}

.units-calc-cont p,
.calc-cont p {
  display: inline-block;
  vertical-align: sub;
  color: white;
}

/* .units-calc-text,
.calc-text {
  text-wrap: nowrap;
} */

.units-third,
.third {
  width: 30.6%;
  display: inline-block;
  vertical-align: top;
}

.units-twoThird,
.twoThird {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

canvas#units-vestingFourYr1OPN,
canvas#units-vestingFourYr2OPN,
canvas#units-vestingFourYr3OPN,
canvas#units-vestingFourYr4OPN {
  background-color: white !important;
  height: 0px !important;
}

/* Show and Hide */
.units-hide,
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media only screen and (max-width: 1024px) {
  .invisible {
    height: 0;
    width: 0;
  }
}

/* Toggle Switches */
.units-switch,
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 10px 15px 0 0;
}

.units-switch input,
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.units-slider,
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--light-grey);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.units-slider:before,
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: var(--purple);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* Slider background when unchecked */
.units-switch input:checked + .units-slider,
.switch input:checked + .slider {
  background-color: var(--purple);
}

/* Slider background when checked */
.units-switch input:checked + .units-slider:before,
.switch input:checked + .slider:before {
  background-color: var(--light-grey);
}

/* Slider knob color when checked */
.units-switch input:checked + .units-slider:before,
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Slider knob color when unchecked */
.units-switch input:not(:checked) + .units-slider:before,
.switch input:not(:checked) + .slider:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* Rounded sliders */
.units-slider.round,
.slider.round {
  border-radius: 34px;
}

.units-slider.round:before,
.slider.round:before {
  border-radius: 50%;
}

/************************************** 2. Main Nav ****************************************/
#main-header {
  border-bottom: 2px solid var(--light-grey);
}

div#et-top-navigation {
  vertical-align: middle;
  margin-top: 6px;
}

#et-top-navigation {
  font-weight: 400;
}

#top-menu a {
  font-weight: 500;
}

#top-menu-nav > ul > li > a,
#top-menu li.current-menu-item > a {
  color: var(--black);
  opacity: 1;
  transition: all 0.4s ease-in-out;
  font-family: var(--primary);
  font-size: 16px;
}

#top-menu-nav > ul > li > a:hover {
  color: var(--dark-grey);
  opacity: 1;
}

#top-menu li.current-menu-item > a:hover {
  color: var(--dark-grey);
  opacity: 1;
}

/*.sub-menu {
  height: 40px!important;
  padding: 0;
  margin: 0;
}*/

#top-menu li.mega-menu > ul {
  position: fixed !important;
  width: 100% !important;
  left: 0px !important;
  padding: 5px 20px !important;
}

#top-menu li.mega-menu > ul > li {
  width: 10%;
  left: 45%;
}

#top-menu li.mega-menu > ul > li a {
  text-transform: initial !important;
  font-weight: initial !important;
}

#top-menu li li a {
  width: 225px;
}

#top-menu li {
  display: inline-block;
  font-size: 14px;
  padding-right: 3rem;
}

#top-menu li li a {
  font-family: var(--primary);
  font-size: 16px !important;
  padding: 10px 5px !important;
  width: 15rem !important;
}

.nav li ul {
  width: 300px !important;
  border-top: 1px solid var(--purple) !important;
}

.et-fixed-header span#et_search_icon:before,
span#et_search_icon:before {
  color: #006880 !important;
}

#et_search_icon {
  transform: rotateY(180deg) !important;
  float: left !important;
  margin-left: 15px;
}

.container.clearfix.et_menu_container {
  height: 64.96px;
}

/************************************** Chart Styling ****************************************/

div#howWeDriveWealth {
  background-color: var(--white);
}

/* .units-tf-chart-row-content-outer p,
.tf-chart-row-content-outer p, 
.tr-home-col p,
.units-tr-home-col p {
  color: black !important;
} */

.units-tf-chart-row-content-outer h1,
.tf-chart-row-content-outer h1,
.tr-home-col h1,
.units-tr-home-col h1 {
  color: black !important;
  font-family: var(--secondary);
  font-weight: 700;
}

.units-model-my-lti-content p,
.model-my-lti-content p {
  color: #fff !important;
}

#chartOneHeading,
#chartOneSideHeading,
#RSUOPNPERFStack h1,
#chartTwoHeading,
#chartTwoSideHeading,
#chartThreeHeading,
#chartThreeSideHeading {
  /* H1 */
  font-family: var(--primary);
  font-size: 31.25px;
  color: #000 !important;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  line-height: 1.4;
}

#RSUOPNPERFStack h1 {
  text-align: center;
}

.chartEstimatedValue {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  margin-right: 7%;
  margin-left: 2%;
}

.chartVestingHistoryValue {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 479px) {
  .chartVestingHistoryValue {
    width: 100%;
  }
}

.timeBasedRSU,
.stockOptions {
  display: inline-block;
  margin-top: 43px;
}

.gold {
  color: var(--purple);
  font-weight: bold;
}

#chartHist,
#chartFut {
  font-family: var(--primary);
  line-height: 1;
}
#chartBarUpValues,
#chartBarDownValues,
#chartBarPerfValues {
  /*  padding: 0px 5% 0px 5%;*/
  color: black;
}

#chartBarUpValuesBottom,
#chartBarDownValuesBottom {
  padding: 0px 10% 0px 10%;
  color: black;
}

#chartBarOneBottom {
  padding-left: 0px;
  white-space: nowrap;
  font-family: var(--primary);
  font-size: 10px !important;
  letter-spacing: 0.2px;
}

#chartBarThree b:nth-of-type(2) {
  display: block;
  margin-top: -3px;
}

#chartBarPerfThree b:nth-of-type(2) {
  display: block;
  margin-top: -3px;
}

#chartBarOPNTwo b:nth-of-type(2),
#chartBarOPNThree b:nth-of-type(2),
#chartBarTwo b:nth-of-type(2),
#chartBarPerfTwo b:nth-of-type(2),
#chartBarPerfThree b:nth-of-type(2) {
  display: block;
  margin-top: 10px;
}

.units-chartBarValue span,
.chartBarValue span {
  white-space: nowrap;
  font-family: var(--primary);
  font-size: 10px !important;
  letter-spacing: 0.2px;
}

.units-chartBarValue b,
.chartBarValue b,
.units-vestingfour b,
.vestingFour b {
  font-family: var(--primary);
  font-size: 18.75px;
}

.units-vestingFourYr,
.vestingFourYr {
  width: 150px;
  padding: 2%;
}

.units-vestingFour,
.vestingFour {
  font-size: 12.5px;
  color: black;
}

.units-vestingFour b,
.vestingFour b {
  font-family: var(--primary);
  font-size: 18.75px;
  color: var(--purple);
}

.units-vestingFour span,
.vestingFour span,
#chartBarOneOPNBottom {
  white-space: nowrap;
  font-family: var(--primary);
  font-size: 10px !important;
  letter-spacing: 0.2px;
  display: block;
  margin-bottom: -4px;
}

#chartBarOneOPNBottom {
  margin: 0;
  padding-left: 0px;
}

#chartBarStackValues {
  width: 80%;
  text-align: center;
  color: black;
  margin: 0 11% 0 9%;
}

.units-chartStackBar,
.chartStackBar {
  display: inline-block;
  width: 32%;
}

#units-chartBarStackOne,
#chartBarStackOne {
  margin-right: 30%;
}

#chartBarStackThree {
  margin-left: 20%;
}

@media only screen and (max-width: 1024px) {
  #chartBarStackThree {
    margin-left: 25%;
  }
}

@media only screen and (max-width: 980px) {
  #chartBarStackOne {
    margin-right: 15%;
  }

  #chartBarStackThree {
    margin-left: 5%;
  }
}

@media only screen and (max-width: 479px) {
  #chartBarStackOne {
    margin-right: 10%;
  }

  #chartBarStackTwo {
    margin-left: -10%;
  }

  #chartBarStackThree {
    margin-left: -10%;
  }
}

.units-rotate-notification,
.rotate-notification {
  display: none;
  background-color: #fff;
  padding: 10px;
  color: #3b3b3b;
  font-family: var(--primary);
  font-size: 15px;
  text-align: center;
}

@media only screen and (max-width: 479px) {
  .units-rotate-notification,
  .rotate-notification {
    display: block;
  }
}

.small-chart {
  height: 100px;
  display: inline-flex;
}

.units-small-chart {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.units-placeHolderCont,
.placeHolderCont {
  height: 80px;
  top: 330px;
  position: relative;
}

.units-bracket,
.bracket {
  height: 40px;
  width: 15px;
  max-width: 2%;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-left: none;
  float: left;
  margin-top: 18px;
}

.units-placeHolderText,
.placeHolderText {
  font-family: var(--primary);
  color: black;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 1rem;
}

/* #placeHolderAmountText {
  position: relative;
  margin-top: 485px;
} */

#placeHolderModelText {
  margin-top: 162px;
  /*margin-top:347px; use this when hide shows are in place */
}

#placeHolderRSUOPNText {
  margin-top: 95px;
  /*margin-top:543px; use this when hide shows are in place */
}

#yesterday {
  color: black;
}

/*Tooltip Styling*/

.units-tooltip,
.tooltip {
  position: relative;
  display: inline-block;
}

.units-tooltip .tooltiptext,
.tooltip .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: #555;
  color: white;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: break-spaces;
  line-height: 1.4;
  font-size: 12px !important;
  font-family: var(--primary);
}

.units-tooltip:hover .tooltiptext,
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.sidebysideChart {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}

#awardAmount {
  width: 45%;
  font-size: 20px;
}

/*#chartBarTwo .tooltip:nth-of-type(2) {
  margin-top:10px;
}*/

/*Chart labels center fix*/
.chart-canvas-container {
  position: relative;
  width: 95%;
  margin: 0 auto;
}

#chartBarUpValues {
  margin: 0 8.5% 0 13.5%;
  text-align: center;
}

#chartBarUpValues.optionsFuture {
  margin: 0 11.5% 0 11.5%;
  text-align: center;
}

#chartBarDownValues {
  margin: 0 11.5%;
  text-align: center;
}

#chartBarPerfValues {
  margin: 0 11.5%;
  text-align: center;
  line-height: 1;
}

.units-chartBarValue .chartBarValue {
  width: 100%;
  line-height: 1;
}

#vestingPerf {
  line-height: 1;
}

.timeHistorical .chartBar,
.timeFuture .chartBar,
.optionsHistorical .chartBar,
.optionsFuture .chartBar {
  display: inline-block;
  width: 29%;
  font-size: 16.25px;
}

/*.timeFuture .chartBar {
  display: inline-flex;
  width: 25.8%;
  font-size: 16.25px;
}*/

.timeHistorical .chartBar:nth-child(1),
.timeFuture .chartBar:nth-child(1),
.optionsHistorical .chartBar:nth-child(1),
.optionsFuture .chartBar:nth-child(1) {
  margin-right: 3%;
  padding-left: 3%;
  vertical-align: top;
}

.chartBar {
  vertical-align: top;
  margin-bottom: 15px;
}

/*.timeFuture .chartBar:nth-child(1) {
   margin-left: 10%;
}*/

.timeHistorical .chartBar:nth-child(2),
.timeFuture .chartBar:nth-child(2),
.optionsHistorical .chartBar:nth-child(2),
.optionsFuture .chartBar:nth-child(2) {
  margin: 0 2%;
}

.timeHistorical .chartBar:nth-child(3),
.timeFuture .chartBar:nth-child(3),
.optionsHistorical .chartBar:nth-child(3),
.optionsFuture .chartBar:nth-child(3) {
  margin-left: 3%;
}

#perfRate,
#perfRateLabel {
  padding-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .timeHistorical .chartBar:nth-child(1),
  .timeFuture .chartBar:nth-child(1),
  .optionsHistorical .chartBar:nth-child(1),
  .optionsFuture .chartBar:nth-child(1) {
    padding-left: 0;
  }

  #chartBarDownValues {
    margin: 0 10.5% 0 11.5%;
  }
}

@media only screen and (max-width: 980px) {
  #chartBarUpValues {
    width: 78%;
    margin: 0 8.5% 0 12.5%;
  }

  #chartBarUpValues.optionsFuture {
    margin: 0 11.5% 0 10.5%;
  }

  #chartBarDownValues {
    width: 78%;
    margin: 0 11.5% 0 11.5%;
  }
}

@media only screen and (max-width: 479px) {
  .timeHistorical .chartBar:nth-child(2),
  .timeFuture .chartBar:nth-child(2),
  .optionsHistorical .chartBar:nth-child(2),
  .optionsFuture .chartBar:nth-child(2) {
    margin: 0;
  }

  #chartBarUpValues {
    width: 76%;
    margin: 0 8.5% 0 16.5%;
  }

  #chartBarUpValues.optionsFuture {
    margin: 0 12.5% 0 11.5%;
  }

  #chartBarDownValues {
    width: 76%;
    margin: 0 8.5% 0 12%;
  }

  .units-placeHolderText,
  #units-extras {
    margin-top: 2rem;
  }
}

/*#chartBarUpValues.optionsHistorical .chartBar {
  display: inline-flex;
  width: 29.8%;
  font-size: 16.25px;
}



#chartBarDownValues.optionsHistorical .chartBar {
  display: inline-flex;
  width: 25.8%;
  font-size: 16.25px;
}

#chartBarDownValues.optionsHistorical .chartBar:nth-child(1) {
   margin-left: 10%;
}

#chartBarUpValues.optionsFuture .chartBar {
  display: inline-flex;
  width: 30%;
  font-size: 16.25px;
}

#chartBarUpValues.optionsFuture .chartBar:nth-child(1) {
   margin-left: 4%;
}

#chartBarDownValues.optionsFuture .chartBar {
  display: inline-flex;
  width: 25.8%;
  font-size: 16.25px;
}

#chartBarDownValues.optionsFuture .chartBar:nth-child(1) {
   margin-left: 10%;
}
*/

@media only screen and (max-width: 980px) {
  .chartEstimatedValue {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .units-tr-home-col,
  .tr-home-col {
    width: 98%;
    margin: 20px auto;
  }

  #vestingOPN .third {
    width: 34%;
  }

  #vestingOPN .twoThird {
    width: 50%;
  }

  #vestingRSU .third {
    width: 34%;
  }

  #vestingRSU .twoThird {
    width: 50%;
  }

  .chart-canvas-container {
    width: 90%;
  }
}

@media only screen and (max-width: 479px) {
  .chartBarValue b,
  .chartBar strong {
    font-size: 12.5px;
  }

  .chart-canvas-container {
    width: 98%;
  }
}

/******** New Styling *******/

div#units-howWeDriveWealth {
  background-color: var(--white);
}

/* .units-tf-chart-row-content-outer p, 
.units-tr-home-col p {
color: black !important;
} */

/* .units-tf-chart-row-content-outer h1, 
.units-tr-home-col h1 {
color: black !important;
font-family: var(--secondary);
font-weight: 700;
} */

/* .units-model-my-lti-content p {
color: #fff !important;
} */

#units-chartOneHeading,
#units-chartOneSideHeading,
#units-RSUOPNPERFStack h1,
#units-chartTwoHeading,
#units-chartTwoSideHeading,
#units-chartThreeHeading,
#units-chartThreeSideHeading {
  font-family: var(--primary);
  font-size: 18px;
  color: #000 !important;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  line-height: 1.4;
}

#units-RSUOPNPERFStack h1 {
  text-align: center;
}

.units-chartEstimatedValue {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  margin-right: 7%;
  margin-left: 2%;
}

.units-chartVestingHistoryValue {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 479px) {
  .units-chartVestingHistoryValue {
    width: 100%;
  }
}

.units-timeBasedRSU,
.units-stockOptions {
  display: inline-block;
  margin-top: 43px;
}

.units-gold {
  color: var(--purple);
  font-weight: bold;
}

#units-chartHist,
#units-chartFut {
  font-family: var(--primary);
  line-height: 1;
}

#units-chartBarUpValues,
#units-chartBarDownValues,
#units-chartBarPerfValues {
  color: black;
}

#units-chartBarOneBottom {
  padding-left: 0;
  white-space: nowrap;
  font-family: var(--primary);
  font-size: 10px !important;
}

#units-chartBarThree b:nth-of-type(2),
#units-chartBarPerfThree b:nth-of-type(2) {
  display: block;
  margin-top: -3px;
}

#units-chartBarOPNTwo b:nth-of-type(2),
#units-chartBarOPNThree b:nth-of-type(2),
#units-chartBarTwo b:nth-of-type(2),
#units-chartBarPerfTwo b:nth-of-type(2),
#units-chartBarPerfThree b:nth-of-type(2) {
  display: block;
  margin-top: 10px;
}

.units-chartBarValue span {
  white-space: nowrap;
  font-family: var(--primary);
  font-size: 10px !important;
}

.units-chartBarValue b,
.units-vestingFour b {
  font-family: var(--primary);
  font-size: 18.75px;
}

.units-vestingFourYr {
  width: 150px;
  padding: 2%;
}

.units-vestingFour {
  font-size: 12.5px;
  color: black;
}

.units-vestingFour b {
  color: var(--purple);
}

.units-vestingFour span {
  white-space: nowrap;
  display: block;
  margin-bottom: -4px;
}

#units-chartBarStackValues {
  width: 80%;
  text-align: center;
  color: black;
  margin: 0 11% 0 9%;
}

@media only screen and (max-width: 1024px) {
  #units-chartBarStackThree {
    margin-left: 25%;
  }
}

@media only screen and (max-width: 980px) {
  #units-chartBarStackOne {
    margin-right: 15%;
  }

  #units-chartBarStackThree {
    margin-left: 5%;
  }
}

@media only screen and (max-width: 479px) {
  #units-chartBarStackOne {
    margin-right: 10%;
  }

  #units-chartBarStackTwo {
    margin-left: -10%;
  }

  #units-chartBarStackThree {
    margin-left: -10%;
  }
}

.units-c15 {
  margin-bottom: 47px;
  margin-top: 13px;
}

.units-c40 {
  margin-bottom: 48px;
}

.units-c70 {
  margin-bottom: 38px;
}

.units-c100 {
  margin-bottom: 50px;
}

.units-bracket {
  height: 40px;
  width: 15px;
  max-width: 2%;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-left: none;
  float: left;
  margin-top: 18px;
}

#units-yesterday {
  color: black;
}

.units-tooltip {
  position: relative;
  display: inline-block;
}

.units-tooltip .units-tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: #555;
  color: white;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: break-spaces;
  line-height: 1.4;
  font-size: 12px;
}

.units-tooltip:hover .units-tooltiptext {
  visibility: visible;
  opacity: 1;
}

#units-awardAmount {
  width: 100%;
  border: 1px solid var(--black);
  padding: 0.5rem;
  margin: 0 1rem;
  background-color: var(--light-grey);
  color: var(--purple);
  font-size: 18px;
}

.units-chart-canvas-container {
  position: relative;
  width: 95%;
  margin: 0 auto;
}

#units-chartBarUpValues {
  margin: 0 8.5% 0 13.5%;
  text-align: center;
}

#units-chartBarUpValues.optionsFuture {
  margin: 0 11.5% 0 11.5%;
  text-align: center;
}

#units-chartBarDownValues {
  margin: 0 11.5%;
  text-align: center;
}

#units-chartBarPerfValues {
  margin: 0 11.5%;
  text-align: center;
}

.units-chartBarValue {
  width: 100%;
  line-height: 1;
}

#units-vestingPerf {
  line-height: 1;
}

.units-timeHistorical .units-chartBar,
.units-timeFuture .units-chartBar,
.units-optionsHistorical .units-chartBar,
.units-optionsFuture .units-chartBar {
  display: inline-block;
  width: 29%;
  font-size: 16.25px;
}

.units-timeHistorical .units-chartBar:nth-child(1),
.units-timeFuture .units-chartBar:nth-child(1),
.units-optionsHistorical .units-chartBar:nth-child(1),
.units-optionsFuture .units-chartBar:nth-child(1) {
  margin-right: 3%;
  padding-left: 3%;
  vertical-align: top;
}

.units-chartBar {
  vertical-align: top;
  margin-bottom: 15px;
}

.units-timeHistorical .units-chartBar:nth-child(2),
.units-timeFuture .units-chartBar:nth-child(2),
.units-optionsHistorical .units-chartBar:nth-child(2),
.units-optionsFuture .units-chartBar:nth-child(2) {
  margin: 0 2%;
}

.units-timeHistorical .units-chartBar:nth-child(3),
.units-timeFuture .units-chartBar:nth-child(3),
.units-optionsHistorical .units-chartBar:nth-child(3),
.units-optionsFuture .units-chartBar:nth-child(3) {
  margin-left: 3%;
}

@media only screen and (max-width: 1024px) {
  .units-timeHistorical .units-chartBar:nth-child(1),
  .units-timeFuture .units-chartBar:nth-child(1),
  .units-optionsHistorical .units-chartBar:nth-child(1),
  .units-optionsFuture .units-chartBar:nth-child(1) {
    padding-left: 0;
  }

  #units-chartBarDownValues {
    margin: 0 10.5% 0 11.5%;
  }
}

@media only screen and (max-width: 980px) {
  #units-chartBarUpValues {
    width: 78%;
    margin: 0 8.5% 0 12.5%;
  }

  #units-chartBarUpValues.optionsFuture {
    margin: 0 11.5% 0 10.5%;
  }

  #units-chartBarDownValues {
    width: 78%;
    margin: 0 11.5% 0 11.5%;
  }
}

@media only screen and (max-width: 479px) {
  .units-timeHistorical .units-chartBar:nth-child(2),
  .units-timeFuture .units-chartBar:nth-child(2),
  .units-optionsHistorical .units-chartBar:nth-child(2),
  .units-optionsFuture .units-chartBar:nth-child(2) {
    margin: 0;
  }

  #units-chartBarUpValues {
    width: 76%;
    margin: 0 8.5% 0 16.5%;
  }

  #units-chartBarUpValues.optionsFuture {
    margin: 0 12.5% 0 11.5%;
  }

  #units-chartBarDownValues {
    width: 76%;
    margin: 0 8.5% 0 12%;
  }
  #units-awardAmount {
    width: revert;
  }
}

@media only screen and (max-width: 980px) {
  .units-chartEstimatedValue {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .units-tr-home-col {
    width: 98%;
    margin: 20px auto;
  }
}

@media only screen and (max-width: 479px) {
  .units-chartBarValue b,
  .units-chartBar strong {
    font-size: 12.5px;
  }

  .units-chart-canvas-container {
    width: 98%;
  }
}

/************************************** 3. Media Queries ****************************************/
@media only screen and (max-width: 1024px) {
  .units-tr-home-grid,
  .tr-home-grid {
    grid-template-columns: 1fr;
  }

  .units-tf-chart-row-content-outer,
  .tf-chart-row-content-outer {
    padding: 0 2%;
  }

  #chartTop,
  #bothRSUOPN {
    margin-top: 25px;
  }

  #placeHolderAmountText,
  #placeHolderModelText,
  #placeHolderRSUOPNText {
    display: none;
  }
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 812px) {
}

/**************************************** Home Page ********************************************************/
/* #home-hero-content p {
  font-size: 18.75px;
  color: white!important;
  font-family: var(--primary);
  letter-spacing: .3px;
  line-height: 30px;
} */

/* #home-hero-content p.footnote {
  font-weight: 400;
} */

img.espp-udemy-img {
  position: relative;
  top: 6px;
  margin: 0 0.5rem;
}

img.hero-logo {
  position: relative;
  top: 0.5rem;
  margin-left: 1rem;
}

@media only screen and (max-width: 1024px) {
  #home-hero-content .et_pb_fullwidth_header_container.left {
    min-height: 750px !important;
  }
}

@media only screen and (max-width: 980px) {
  #home-hero-content {
    min-height: 750px !important;
  }

  #home-hero-content .et_pb_fullwidth_header_container.left {
    min-height: 615px !important;
  }
}

@media only screen and (max-width: 479px) {
  #home-hero-content .et_pb_fullwidth_header_container.left {
    min-height: 1000px !important;
  }
}

#track-chart {
  width: auto;
  max-width: 100%;
}

#units-donutOne,
#donutOne {
  max-height: 515px;
}

#tradingview_3ebed {
  height: 400px;
}

#home-our-lti-programs-bg {
  background: var(--blue);
}

/* #home-our-lti-programs-bg .center h3 {
  font-family: var(--secondary);
  color: white;
  margin: 10px;
  font-size: 44px;
  font-weight: 700;
} */

.our-lti-programs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  grid-gap: 40px;
  margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
  #home-our-lti-programs-bg {
    background-position: 80% top;
  }
}

@media only screen and (max-width: 768px) {
  .our-lti-programs-grid {
    grid-template-columns: minmax(100px, 335px);
  }
}

@media only screen and (max-width: 479px) {
  .our-lti-programs-grid {
    grid-template-columns: 1fr;
  }
}

#home-hvm-bg {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#home-hvm-bg .tf-row-content-inner {
  padding: 80px 0;
}

.hvm-grid {
  display: grid;
  grid-template-columns: 28% repeat(3, minmax(100px, 1fr));
  justify-content: center;
  grid-gap: 40px;
}

@media only screen and (max-width: 980px) {
  .hvm-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .hvm-grid {
    grid-template-columns: 1fr;
  }
}

.hvm img {
  height: 85px;
}

.hvm h3 {
  color: #28bcb4 !important;
  margin-bottom: 0;
}

.hvm-content {
  border-left: 2px solid #28bcb4;
  margin-left: 10px;
  margin-top: -10px;
  padding-left: 10px;
  padding-top: 10px;
}

.hvm-content p,
.hvm-content p:not(.has-background):last-of-type {
  padding: 10px 0;
  border-bottom: 2px dotted white;
  width: 60%;
}

/* .lti-compares-head {
  width: 35%;
} */

#home-how-lti-compares-bg strong {
  color: var(--purple);
}

.lti-compares-row circle {
  fill: var(--medium-grey);
}

circle#Ellipse_120 {
  fill: var(--purple);
}

.lti-compares-row {
  display: flex;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
}

.lti-compares-head {
  width: 100%;
}

.equity-compensation-chart-wrapper {
  display: flex;
  justify-content: center;
}

.seizing-left-container {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  margin-right: 1rem;
  border-right: 2px solid var(--purple);
  padding: 1rem 1rem 4rem;
  text-align: center;
}

.seizing-left-container::before {
  content: " ";
  width: 90%;
  background-color: black;
  border: 1px solid var(--purple);
  position: absolute;
  top: 50%;
  right: 0;
}

.seizing-right-container::before {
  content: " ";
  width: 90%;
  background-color: black;
  border: 1px solid var(--purple);
  position: absolute;
  top: 50%;
  left: 0;
}

.seizing-left-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  position: relative;
  height: 135px;
}

.seizing-right-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  position: relative;
  height: 160px;
}

.purple-bg {
  position: relative;
  top: 1.5rem;
  width: 9rem;
  height: 9rem;
}

.grey-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 5rem;
  padding: 0.5rem;
  background-color: #ddd;
  border-radius: 50px;
}

.grey-bg img {
  height: 3.5rem;
  /* width: 4rem; */
}

.lti-compares-row svg {
  width: 100%;
}

.lti-compares-content {
  margin: 0 20px;
}

.lti-compares-content h3 {
  font-size: 26.25px;
}

.lti-compares-content strong {
  color: var(--purple);
  font-family: var(--primary);
}

#home-how-lti-compares-bg h3 {
  /* margin-bottom: 1rem; */
  font-weight: 700;
  font-family: var(--secondary);
  font-size: 44px;
  color: black;
  /* width: 40%; */
}

#home-how-lti-compares-bg .power-of-wrapper h3 {
  padding: 6rem 0 2rem;
}

.seizing-heading-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  margin: 0 auto 2rem;
}

.seizing-heading-wrapper h3 {
  margin-top: 2rem;
  margin-bottom: 0;
}

.seizing-heading-wrapper h4 {
  color: black !important;
  font-family: var(--secondary);
  font-weight: 700;
}

.seizing-right-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 1rem 1rem 5.5rem;
  border-left: 2px solid var(--purple);
  text-align: center;
  position: relative;
}

.lti-compares-head h4 {
  font-family: var(--primary);
  color: black !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 1rem;
}

#home-how-lti-compares-bg .lti-compares-row h3 {
  font-family: var(--primary);
  font-size: 28px;
  color: var(--black);
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
}

#home-how-lti-compares-bg p {
  color: var(--black) !important;
  font-family: var(--primary);
  font-size: 15px;
}

text#Short-term_Incentives_AIP_SIP_,
text#Base_Pay,
text#Recognition_Awards,
text#Savings_Plans,
text#Health_Welfare_Plans {
  fill: black;
  font-size: 16px;
}

text tspan {
  font-family: var(--primary) !important;
}

circle#Ellipse_125 {
  fill: var(--purple);
  stroke: var(--purple);
}

.power-of-wrapper {
  color: white;
  text-align: center;
}

/* .power-of-wrapper h3, 
.power-of-wrapper h2, 
.power-of-wrapper h4,
.power-of-wrapper p {
  color: white !important;
} */

header#main-header {
  background-color: white !important;
}

@media only screen and (max-width: 1024px) {
  .equity-compensation-chart-wrapper {
    flex-wrap: wrap;
  }

  .seizing-heading-wrapper {
    align-items: revert;
    text-align: center;
  }

  .seizing-left-container {
    align-items: center;
    border: none;
  }

  .seizing-right-container {
    border: none;
    padding: 0;
  }

  .seizing-left-container::before,
  .seizing-right-container::before {
    display: none;
  }

  .seizing-left-icon,
  .seizing-right-icon {
    bottom: 0;
  }

  .seizing-left-icon p,
  .seizing-right-icon p {
    min-height: 49px;
  }

  .lti-compares-head {
    /* width: 100%; */
  }

  .lti-compares-row {
    flex-direction: column;
  }

  .lti-compares-content {
    margin: 20px 0;
  }
}

#home-why-lti-bg {
  background-color: #f7f9fa;
}

.power-of-wrapper h3 {
  padding-bottom: 2rem;
  border-bottom: 1px solid black;
  text-align: left;
}

.why-lti-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.5rem;
  padding: 2rem 0;
}

.why-lti:not(:first-child) {
  margin-left: 4rem;
}

@media only screen and (max-width: 1024px) {
  .why-lti-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .why-lti:not(:first-child) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .why-lti-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 479px) {
  .lti-compares-head {
    margin: 0;
  }

  .seizing-left-container,
  .seizing-right-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.why-lti ul {
  list-style: none;
  padding: 1rem 0;
}

.why-lti li {
  margin-bottom: 20px;
  position: relative;
}

.why-lti li:before {
  content: url(/wp-content/uploads/CCI-LTI-Check-Bullet-white.svg);
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  position: absolute;
}

.why-lti:nth-child(3) li:before {
  content: url(/wp-content/uploads/CCI-LTI-Check-Bullet-white.svg);
}

.why-lti:nth-child(4) li:before {
  content: url(/wp-content/uploads/CCI-LTI-Check-Bullet-white.svg);
}

.why-lti img {
  height: 45px;
  position: relative;
  top: -5px;
  margin-right: 1rem;
  min-height: 35px;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}

.why-lti h3 {
  color: var(--white) !important;
  font-size: 44px;
  font-family: var(--secondary);
  margin-bottom: 0;
  font-weight: 700;
}

.why-lti h4 {
  color: var(--white) !important;
  font-size: 24px;
  vertical-align: top;
  display: inline-block;
  font-weight: 700;
  font-family: var(--heading);
  line-height: 30px;
  padding: 1rem 0;
}

.why-lti h5 {
  color: black;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--heading);
  line-height: 32px;
  vertical-align: top;
  display: inline-block;
}

/*.why-lti:nth-child(2) h5 {
  color: #28bcb4;
}*/

.why-lti:nth-child(2) h5,
.why-lti:nth-child(3) h5,
.why-lti:nth-child(4) h5 {
  color: var(--black);
}

.why-lti p {
  font-size: 16px;
  font-family: var(--primary);
  /* margin-left: 2.5rem; */
  /* margin-bottom: 1rem; */
  line-height: 22px;
  vertical-align: top;
  display: inline-block;
  color: var(--black);
}

#home-why-lti-bg p {
  color: black !important;
}

/* .why-lti:nth-child(1) p {
  margin-left: 0;
} */

.why-lti .features-list-line {
  height: 60%;
}

.units-model-my-lti,
.model-my-lti {
  display: none;
  align-items: center;
  padding: 20px;
  margin: 20px 0;
  background-color: var(--black);
}

.units-model-my-lti img,
.model-my-lti img {
  height: 55px;
  margin-right: 10px;
}

.units-model-my-lti h4,
.model-my-lti h4 {
  color: #fff !important;
}

.units-model-my-lti a,
.model-my-lti a {
  color: white !important;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.units-model-my-lti-content,
.model-my-lti-content {
  margin-left: 10px;
}

/*down arrow*/
.down-arrow {
  position: relative;
  top: 170px;
}

.down-arrow::before {
  animation: bounce 3s ease infinite;
  bottom: 2rem;
  color: #fff;
  content: " ";
  background: url(/wp-content/uploads/icon-chevron-down-white.svg) no-repeat;
  font-size: 2rem;
  height: 3rem;
  left: 50%;
  letter-spacing: -1px;
  line-height: 4rem;
  margin-left: -3rem;
  opacity: 0.8;
  position: absolute;
  text-align: center;
  width: 6rem;
}

@keyframes bounce {
  50% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }
}

.units-bar-note,
.bar-note {
  margin-bottom: 20px;
}

.no-break {
  white-space: nowrap;
}

.desktop-LTI-chart {
  display: inline-block;
}

.mobile-LTI-chart {
  display: none;
}

@media only screen and (max-width: 980px) {
  .desktop-LTI-chart {
    display: none;
  }

  .mobile-LTI-chart {
    display: inline-block;
    max-width: 100%;
  }
}

.tip-vert-top {
  vertical-align: top;
}

.perf-text {
  width: 150px;
  vertical-align: -webkit-baseline-middle !important;
}

.img-text-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.img-text-wrapper img {
  max-height: 4rem;
}

#rsu-LTIvests-bg .img-text-img img {
  width: auto;
}

.img-text-img {
  display: flex;
  min-width: 5rem;
  margin-right: 1rem;
  justify-content: center;
}

/**************************************** Time Based RSU Page **********************************************/
#rsu-hero-bg {
  background: url(/wp-content/uploads/HERO_1920x850_RSU.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  /* background-attachment: fixed; */
  /* height: 768px; */
}

#espp-hero-bg {
  background: url(/wp-content/uploads/HERO_1920x850_espp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  /* background-attachment: fixed; */
  /* height: 768px; */
}

.shares-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.shares-1 {
  display: flex;
  flex-direction: column;
}

.shares-1 img {
  max-height: 6rem;
}

.shares-2 {
  display: flex;
  flex-direction: column;
}

.shares-2 img {
  max-height: 5rem;
  padding-top: 1rem;
  margin: 0.5rem;
}

#rsu-hero-bg h2 {
  font-family: var(--primary);
}

.et_pb_section.et_pb_section_1.et_pb_fullwidth_section.et_section_regular {
  box-shadow: 0px 0px 9px 0px var(--medium-grey);
}

#time-based-rsus #rsu-hero-bg .tf-hero-content {
  width: 40%;
}

#time-based-rsus .hero-icon-container .cls-1 {
  stroke: var(--purple);
}

.tf-hero-content h1 {
  font-family: var(--secondary);
  font-size: 54px;
  font-weight: 700;
  line-height: 64px;
  padding: 1rem 0;
  color: var(--black) !important;
}

.tf-hero-content h2 {
  font-size: 24px;
  font-family: var(---secondary) !important;
  font-weight: 500;
  color: var(--black) !important;
}

.tf-hero-content p {
  font-family: var(--primary) !important;
  font-size: 20px;
  line-height: 34px;
}

/* svg#Layer_1 {
  width: 115px;
} */

.container,
.et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_fullwidth_header:not(.et_pb_fullscreen)
  .et_pb_fullwidth_header_container {
  max-width: 100% !important;
}

/**************************************** Stock Options Page **********************************************/
#so-hero-bg {
  background: linear-gradient(
    90deg,
    rgba(0, 104, 128, 1),
    rgba(0, 104, 128, 0)
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 768px;
}

#so-hero-bg h2 {
  font-family: var(--primary);
}

@media only screen and (max-width: 1024px) {
  #so-hero-bg {
    background-position: 60% top;
    background-attachment: scroll;
  }

  #so-hero-bg .tf-hero-content {
    padding: 100px 0 100px 0;
  }
}

/**************************************** Performance RSU Page **********************************************/
#per-rsu-hero-bg {
  background: url(/images/TF-LTI-Wave-Grid.svg),
    linear-gradient(90deg, rgba(0, 104, 128, 1), rgba(0, 104, 128, 0)),
    url(/images/per-rsu-hero-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  min-height: 768px;
}

#per-rsu-hero-bg h2 {
  font-family: var(--primary);
}

@media only screen and (max-width: 1024px) {
  #per-rsu-hero-bg {
    background-position: 71% top;
    background-attachment: scroll;
  }

  #per-rsu-hero-bg .tf-hero-content {
    padding: 100px 0 100px 0;
  }

  #per-rsu-hero-bg .tf-hero-content h1 {
    font-size: 45px;
  }
}

/**************************************** Legal Disclaimers Page **********************************************/
.legal-content {
  min-height: 50vh;
}

.legal-content h3 {
  margin-bottom: 0;
}

.legal-content p {
  color: #58595b !important;
  font-family: var(--primary);
  font-size: 20px;
}

.hero-vert-divide {
  display: inline-block;
  width: 2px;
  height: 50px;
  background-color: white;
  margin: 0 10px;
}

#calendar {
  display: inline-block;
  width: 102px;
  height: 88px;
}

.hero-icon-container {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.hero-icon-container p {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  font-family: var(--primary);
}

.hero-icon-container p strong {
  display: inline-block;
  font-family: var(--primary);
}

.hero-icon-container img {
  max-width: 100%;
  height: 4rem;
}

@media only screen and (max-width: 1024px) {
  .hero-icon-container svg {
    width: 100px !important;
  }
}

.tf-hero-content-inner {
  width: 80%;
  /* padding-right: 15rem; */
  margin: 0 auto;
}

.tf-hero-content-wrapper {
  height: 768px;
  vertical-align: middle;
  display: table-cell;
}

.tf-hero-content {
  width: 50%;
  padding: 150px 0 200px 0;
}

.tf-hero-content p {
  font-size: 18.75px;
}

span#hero-purple-p {
  color: var(--purple);
}

@media only screen and (max-width: 1024px) {
  .tf-hero-content {
    width: 75%;
  }

  #espp-hero-bg {
    padding: 4rem 0;
  }

  #espp-hero-bg .tf-hero-content-inner {
    width: 60%;
  }

  #espp-hero-bg .tf-hero-content {
    width: 60%;
    padding: 0;
  }

  #rsu-hero-bg {
    background-position: 70% top;
    /* height: 740px; */
    background-attachment: scroll;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 0;
  }

  div#rsu-hero-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(67, 8, 118, 0.85);
    opacity: 0.7;
  }

  #rsu-hero-bg .tf-hero-content {
    padding: 0;
  }

  .tf-hero-content-inner {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    /* margin: 0 auto; */
  }

  .tf-hero-content p {
    font-size: 18.75px;
    color: white !important;
  }

  .tf-hero-content h1 {
    font-family: var(--secondary);
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    padding: 0;
    color: var(--white) !important;
  }

  .tf-hero-content h2 {
    font-size: 24px;
    font-family: var(---secondary) !important;
    font-weight: 500;
    color: var(--white) !important;
  }

  span#hero-purple-p {
    color: white !important;
    font-weight: 600;
  }

  #rsu-hero-bg h2,
  #rsu-hero-bg h1,
  #rsu-hero-bg p {
    color: white !important;
  }
}

@media only screen and (max-width: 980px) {
  #espp-hero-bg {
    background-position: 62% top;
  }
}

@media only screen and (max-width: 479px) {
  #espp-hero-bg .tf-hero-content-inner,
  #espp-hero-bg .tf-hero-content,
  #rsu-hero-bg .tf-hero-content-inner,
  #rsu-hero-bg .tf-hero-content {
    width: 100% !important;
  }

  #rsu-hero-bg .tf-hero-content,
  #espp-hero-bg .tf-hero-content {
    padding: 2rem;
  }

  #espp-hero-bg {
    background-position: 30% top;
  }
}

.units-tf-chart-row-content-outer,
.tf-chart-row-content-outer {
  margin: 0 auto;
  max-width: 90%;
  background-color: white;
  padding: 0 5rem;
}

.tf-row-content-inner {
  padding: 4.5rem 0;
  width: 80%;
  margin: auto;
}

#homeEquityCompensation .tf-row-content-inner {
  max-width: 800px;
}

/* 
.tf-chart-row-content-outer {
  margin: 0 auto;
  max-width: 90%;
} */

.units-tf-chart-row-content-inner,
.tf-chart-row-content-inner {
  padding: 4rem 0;
}

.center {
  text-align: center;
}

.hiw-grid,
.per-hiw-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  grid-gap: 5px;
}

.so-hiw-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(100px, 1fr));
  grid-gap: 5px;
}

@media only screen and (max-width: 1024px), print {
  .hiw-grid,
  .so-hiw-grid,
  .per-hiw-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  .line {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .hiw-grid,
  .so-hiw-grid,
  .per-hiw-grid {
    grid-template-columns: 1fr;
  }
}

.hiw-circ-1,
.hiw-circ-2,
.hiw-circ-3,
.hiw-circ-4,
.hiw-circ-5,
.hiw-circ-6 {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

.hiw-circ-1 {
  background-color: var(--light-grey);
  border: 0px;
  padding: 33px 35px;
}

.hiw-circ-2 {
  background-color: var(--light-grey);
  padding: 30px 30px;
}

.hiw-circ-3 {
  background-color: var(--light-grey);
  padding: 25px 30px;
}

.hiw-circ-4 {
  background-color: var(--light-grey);
  padding: 30px 30px;
}

.hiw-circ-5 {
  border: 2px solid #f6e9ff;
  padding: 35px 45px;
}

.hiw-circ-6 {
  border: 2px solid #f6e9ff;
  padding: 35px 45px;
}

.so-hiw-grid .hiw-circ-1 {
  border: 2px solid #28bcb4;
  padding: 36px 30px;
}

.so-hiw-grid .hiw-circ-2 {
  border: 2px solid #eb7924;
  padding: 36px 30px;
}

.so-hiw-grid .hiw-circ-3 {
  border: 2px solid #6c0e8b;
  padding: 40px 45px;
}

.so-hiw-grid .hiw-circ-4 {
  border: 2px solid #006880;
  padding: 42px 30px;
}

.so-hiw-grid .hiw-circ-5 {
  border: 2px solid #512e6d;
  padding: 42px 40px;
}

.so-hiw-grid .hiw-circ-6 {
  border: 2px solid #70abdd;
  padding: 42px 30px;
}

.per-hiw-grid .hiw-circ-1 {
  border: 2px solid #28bcb4;
  padding: 36px 30px;
}

.per-hiw-grid .hiw-circ-2 {
  border: 2px solid #eb7924;
  padding: 36px 30px;
}

.per-hiw-grid .hiw-circ-3 {
  border: 2px solid #6c0e8b;
  padding: 40px 45px;
}

.per-hiw-grid .hiw-circ-4 {
  border: 2px solid #006880;
  padding: 42px 30px;
}

.number {
  width: 33px;
  height: 32px;
  color: white;
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 22px;
  font-family: var(--primary);
  padding: 5px 0;
  border-radius: 50%;
}

/* 
@media only screen and (max-width: 1024px) {
   .number {
    padding: 15px 0;
  }   
} */

.line {
  width: 75%;
  height: 2px;
  position: absolute;
  top: 50%;
  right: -105px;
}

.so-hiw-grid .line {
  width: 18%;
  right: -26px;
}

.hiw-circ-1 .number,
.hiw-circ-1 .line {
  background-color: var(--purple);
}

.hiw-circ-2 .number,
.hiw-circ-2 .line {
  background-color: var(--purple);
}

.hiw-circ-3 .number,
.hiw-circ-3 .line {
  background-color: var(--purple);
}

.hiw-circ-4 .number,
.hiw-circ-4 .line {
  background-color: var(--purple);
}

.hiw-circ-5 .number,
.hiw-circ-5 .line {
  background-color: var(--purple);
}

.hiw-circ-6 .number,
.hiw-circ-6 .line {
  background-color: var(--purple);
}

.hiw-text {
  margin: 20px auto;
  width: 80%;
}

.hiw-text p {
  color: var(--black) !important;
  font-family: var(--primary);
  font-size: 16px;
  display: inline-block;
}

.hiw-text p strong {
  font-family: var(--primary);
}

#rsu-needHelp-bg {
  background-color: #f3f3f3;
}

#rsu-needHelp-bg .tf-row-content-inner {
  padding: 20px 0;
}

.needHelp-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.needHelp-inner h5 {
  font-size: 15px;
  color: #58595b;
  font-family: var(--primary);
  padding-bottom: 0;
}

.needHelp-inner p {
  font-size: 15px;
  color: #58595b !important;
  font-family: var(--primary);
}

.help-vert-divide {
  display: inline-block;
  width: 2px;
  height: 23px;
  background-color: #d8d8d8;
  margin: 0 10px;
}

#rsu-LTIvests-bg {
  /* background: url(/images/TF-LTI-Wave-Grid-grey.svg), #f7f7f7;
  background-size: cover;
  background-position: center; */
  background-color: var(--white);
}

#rsu-LTIvests-bg img {
  /*width: 100%;*/
}

#rsu-LTIvests-bg .row-left p {
  color: var(--black) !important;
  font-family: var(--primary);
  font-size: 16px;
  line-height: 22px;
  width: 95%;
}

#rsu-LTIvests-bg .row-left p.footnote {
  font-size: revert;
}

#rsu-forExample-bg {
  background: var(--blue);
  background-size: cover;
  background-position: center;
}

img.white-calendar {
  position: relative;
  left: 0px;
  top: 0px;
}

img.up-graph {
  position: relative;
  top: 5px;
}

img.thumbs-up {
  position: relative;
  top: 8px;
}

img.calc-icon {
  max-height: 85px;
  position: relative;
  left: 7px;
}

#rsu-resources-bg {
  background: var(--teal) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.row-left {
  width: 30%;
  display: inline-block;
}

.row-right {
  width: 65%;
  display: inline-block;
  max-width: 600px;
}

.tf-row-content-inner .row-left h4 {
  color: var(--black);
  font-size: 28px;
  line-height: 38px;
  font-family: var(--heading);
  width: 75%;
}

.green-vert {
  width: 2px;
  height: 300px;
  background-color: #6c0e8b;
  margin: -20px 2% -46px 2%;
  display: inline-block;
}

.blue-vert {
  width: 2px;
  height: 300px;
  background-color: var(--teal);
  margin: -20px 2% -46px 2%;
  display: inline-block;
}

.purple-vert {
  width: 2px;
  height: 390px;
  background-color: #1b1e4c;
  margin: -20px 2% -46px 2%;
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .row-right {
    width: 64%;
  }

  .purple-vert {
    height: 300px;
  }
}

@media only screen and (max-width: 980px) {
  .row-left,
  .row-right {
    width: 100%;
  }

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

  .row-left {
    margin-bottom: 20px;
  }

  .green-vert,
  .blue-vert,
  .purple-vert {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .green-vert,
  .purple-vert {
    display: none;
  }
}

/*print button */
.print-button {
  background-color: white;
  height: 45px;
  width: 45px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 5px;
  z-index: 10;
  position: fixed;
  bottom: 50%;
  right: 0px;
  display: none;
}

.print-button:hover {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .print-button {
    display: none;
  }
}

#legal-disclaimers .print-button,
#index .print-button {
  display: none;
}

/*nav colors*/

/* .page-id-321 #main-header {
  border-bottom: 2px solid #6C0E8B;
}

.page-id-323 #main-header {
  border-bottom: 2px solid #6C0E8B;
}

.page-id-325 #main-header {
  border-bottom: 2px solid #6C0E8B;
}

.page-id-241 {
  border-bottom: 2px solid #6C0E8B;
} */

.special-features-row-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-line {
  position: absolute;
  top: 1%;
  left: 32.25%;
  width: 2px;
  height: 100%;
  z-index: -1;
}

.list-line-top {
  position: absolute;
  top: -16.55%;
  left: 32.25%;
  width: 2px;
  height: 100%;
  z-index: -1;
}

.features-list-line {
  position: absolute;
  top: 90px;
  left: 9px;
  width: 2px;
  height: 27%;
  z-index: -1;
}

.why-lti .features-list-line {
  display: none;
  position: absolute;
  top: 29px;
  left: 9px;
  width: 1px;
  height: 50%;
  z-index: -1;
}

.features-list-line.line-yellow.line-two {
  display: none;
}

.white {
  background-color: white;
}

.line-yellow {
  background-color: white;
  display: none;
}

.line-orange {
  background-color: #eb7924;
}

.line-green {
  background-color: #6c0e8b;
}

h3.for-example-header {
  color: white;
  font-family: var(--secondary);
  font-size: 50px;
  text-align: center;
  padding: 2rem;
}

/*Example List*/
.example-list {
  list-style-type: none !important;
  padding: 0 !important;
}

.example-list p,
.example-list span,
.key-features p,
.key-features span {
  color: white !important;
  display: inline-block;
  font-family: var(--primary);
  font-size: 24px;
  line-height: 38px;
}

.example-list p strong {
  font-family: var(--primary);
  color: var(--white);
}

.example-list article {
  display: inline;
  width: 65%;
}

.example-list li {
  margin: 0;
  padding: 0 0 4rem 0;
  list-style-type: none;
  list-style-position: outside;
  clear: both;
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.example-list li .icon-circle {
  border-radius: 50%;
  border: 1px solid white;
  width: 150px;
  height: 139px;
  margin-right: 20px;
  background-color: var(--purple);
  padding: 30px;
  margin-left: 28.5%;
}

.example-list li:nth-child(1) .icon-circle {
  margin-left: 0;
}

.green {
  color: #6c0e8b;
}

.blue {
  color: #3dbee3;
}

.units-yellow,
.yellow {
  color: var(--purple);
}

.flag {
  background-color: white;
  padding: 3rem;
  width: 30%;
  overflow: hidden;
  position: relative;
  --mask: radial-gradient(
      circle at calc(100% + 60px) 50%,
      transparent 0 87.5px,
      red 88.5px 100%
    )
    0 0 / 100% 100% no-repeat;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
  background: white !important;
}

.et_pb_fullwidth_header_0.et_pb_module {
  margin-left: 0px !important;
}

@media only screen and (max-width: 1024px) {
  .example-list li .icon-circle {
    height: 150px;
  }

  .flag {
    --mask: none;
    -webkit-mask: none;
    mask: none;
  }
}

.flag h3 {
  color: var(--black);
  font-family: var(--secondary);
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0;
}

.flag p {
  font-family: var(--primary);
  color: var(--black) !important;
  font-size: 20px;
  line-height: 30px;
}

.flag-circle {
  background-color: black;
  border-radius: 50%;
  width: 175px;
  height: 165%;
  position: absolute;
  top: -32%;
  right: -59%;
}

.m-flex-break {
  display: none;
  flex-basis: 100%;
  height: 0;
}

@media only screen and (min-width: 1475px) {
  .flag-circle {
    right: -50%;
  }
}

@media only screen and (max-width: 1024px) {
  .flag-circle {
    right: -73%;
  }

  .example-list li {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .example-list .with-flag {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 1rem auto;
  }

  .with-flag .flag {
    order: 4;
    margin-top: 20px;
    /* margin-left: 360px; */
  }

  .flag {
    width: 100%;
    margin-bottom: 20px;
  }

  .flag-circle {
    display: none;
  }

  .m-flex-break {
    display: block;
  }

  .example-list li .icon-circle {
    margin: 1rem auto;
  }

  .example-list li:nth-child(1) .icon-circle,
  .example-list li:nth-child(4) .icon-circle {
    /* margin: 1rem auto; */
    margin: 0 auto !important;
  }

  .example-list article {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .example-list li:nth-child(1) article {
    width: 100%;
    text-align: center;
  }

  .key-features {
    margin-left: 20%;
  }

  .list-line,
  .list-line-top {
    display: none;
  }

  .list-line-top {
    top: -40px;
  }

  ul.example-list {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

@media only screen and (max-width: 980px) {
  .example-list li:nth-child(1) .icon-circle,
  .example-list li:nth-child(4) .icon-circle {
    margin: auto;
  }

  .example-list li .icon-circle {
    margin: auto;
  }

  .with-flag .flag {
    margin: 1rem auto;
  }

  .flag {
    width: 100%;
  }

  .et_pb_row.et_pb_row_0_tb_footer {
    display: flex;
    flex-direction: column;
    width: 80%;
    justify-content: space-between;
  }

  .with-flag span.icon-circle {
    margin: auto !important;
  }

  img.calc-icon {
    left: 0px;
  }

  .key-features li:before {
    display: none;
  }

  .features-list-line {
    display: none;
  }

  .key-features li {
    color: white;
  }
}

@media only screen and (max-width: 479px) {
  .flag {
    width: 100%;
    text-align: center;
  }

  .with-flag .flag {
    margin-left: 0;
  }

  .list-line,
  .list-line-top {
    display: none;
  }

  .example-list span {
    margin-bottom: 20px;
  }

  .example-list article {
    width: 100%;
  }
}

/*Key Features List */
.key-features {
  width: 30%;
  margin-left: 26%;
  margin-top: 20px;
  color: white;
}

.key-features h3 {
  color: var(--white) !important;
  font-size: 28px;
  font-family: var(--primary);
  margin-bottom: 2rem;
  line-height: 38px;
}

.key-features h5 {
  color: #ffffff !important;
  font-size: 28px;
  font-family: var(--primary);
  vertical-align: top;
  display: inline-block;
  line-height: 38px;
  margin-bottom: 0rem;
  padding-bottom: 0;
}

.key-features p {
  display: block;
  font-size: 16px;
  font-family: var(--primary);
  line-height: 26px;
  margin-left: 34px;
  padding-top: 0.25rem;
}

.key-features ul {
  list-style: none;
  padding: 0;
}

.key-features li {
  margin-bottom: 20px;
  position: relative;
}

.key-features li:before {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .key-features {
    margin: 0 auto;
    width: 70%;
    text-align: center;
  }

  .key-features li:before {
    display: none;
  }
  .key-features p {
    margin: 0;
  }
}

@media only screen and (max-width: 479px) {
  .key-features {
    margin-left: 0;
    width: 100%;
  }

  #stock-options .key-features ul:last-child h5 {
    margin-top: -35px;
    margin-left: 35px;
  }
}

/*Resources*/
.rl-wrapper {
  text-align: center;
}

.rl-wrapper h3 {
  color: white !important;
  font-size: 44px;
  font-family: var(--secondary);
  font-weight: 700;
  width: auto;
  margin: 1.5rem auto;
}

.rl-content {
  display: inline-block;
  width: 15%;
}

.rl-content p {
  font-size: 18px;
  font-family: var(--primary);
  color: white !important;
  font-weight: 700;
  margin-top: 1rem;
}

.rl-content img {
  height: auto;
}

.rl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4rem;
  width: 55%;
  margin: 0 auto;
}

.rl-grid * {
  text-align: center;
}

.rl-grid .rl-content {
  display: revert;
  width: auto !important;
}

.rl-grid-home {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4rem;
  width: 65%;
  margin: 0 auto;
}

.rl-grid-home .rl-content {
  width: auto;
}

#resources-and-links {
  width: 80%;
  margin: 0 auto;
}

#resources-and-links h2 {
  color: black;
  font-family: var(--secondary);
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

#resources-and-links .resource-item {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 1.5rem 0;
  border-top: 1px solid #b5b5b5;
}

#resources-and-links a:last-child .resource-item {
  border-bottom: 1px solid #b5b5b5;
}

.resource-item p {
  color: var(--paragraph-color) !important;
}

@media only screen and (max-width: 980px) {
  .rl-grid {
    width: 85%;
  }
}

@media only screen and (max-width: 479px) {
  .rl-grid {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }

  .rl-content {
    width: 20%;
    margin: 0 15px;
  }

  .page-id-241 .rl-content {
    width: 80%;
    margin: 0 3px;
  }
}

/*Footer*/
.sub-footer a {
  color: var(--dark-grey);
  font-size: 15px;
  padding: 0px 8px;
  font-family: var(--primary);
}

.et_pb_section.et_pb_section_1_tb_footer.et_section_regular {
  padding-top: 2px;
  padding-bottom: 0px;
  background-color: var(--light-grey);
}

.sub-footer a:first-child {
  padding: 0 8px 0 0;
}

.footer-content p,
.footer-right p {
  font-size: 15px;
  font-family: var(--primary);
}

.footer-content p a,
.footer-right p a {
  color: white;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  font-family: var(--primary);
}

/* .footer-content p a:hover,
.footer-right p a:hover {
  color: #cccccc;
  opacity: 1;
} */

.footer-resources a,
.footer-right a {
  color: white;
  font-size: 16px;
  line-height: 22px;
  font-family: var(--primary);
}

.footer-header {
  border-bottom: 1px solid var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-family: var(--heading);
  border-bottom: 1px solid var(--white);
}

.footer-resources li::marker,
.footer-right li::marker {
  color: var(--white);
  font-size: 14px;
}

.footer-right h5 {
  color: white;
  border-bottom: 1px solid white;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 1rem;
}

.footer-resources {
  padding-right: 2rem;
}

.footer-right p {
  color: white !important;
}

.et_pb_section.et_pb_section_0_tb_footer.et_pb_with_background.et_section_regular {
  background-color: var(--black) !important;
}

.footer-right-links-wrapper {
  display: flex;
  justify-content: flex-end;
}

.second-links {
  /* flex-basis: 55%; */
}

/* .et_pb_section.et_pb_section_1_tb_footer.et_section_regular {
  display: none;
} */

.et_pb_section_1_tb_footer.et_pb_section {
  padding-top: 2px;
  padding-bottom: 0px;
  background-color: var(--purple);
}

.et_pb_column.et_pb_column_1_3.et_pb_column_0_tb_footer.et_pb_css_mix_blend_mode_passthrough {
  width: 50%;
}

div#footer-column-2 {
  margin-right: 0;
  padding-right: 10rem;
  font-size: 16px;
  line-height: 22px;
  /* width: 35%; */
}

.et_pb_row.et_pb_row_0_tb_footer {
  display: flex;
  width: 80%;
  justify-content: space-between;
}

.et_pb_column.et_pb_column_1_2.et_pb_column_0_tb_footer.et_pb_css_mix_blend_mode_passthrough {
  width: 40%;
}

.second-links {
  padding-right: 2rem;
}

.second-links h5 {
  color: white;
  border-bottom: 1px solid white;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 1rem;
}

.footer-resources {
  /* flex-basis: 55%; */
}

.footer-resources h5 {
  color: white;
  border-bottom: 1px solid white;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 1rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.footer-grid h5,
.footer-grid a,
.footer-grid p {
  color: white;
}

.footer-grid p {
  font-size: 14px;
}

.footer-grid .grid-item h5 {
  margin-bottom: 1.5rem;
  font-size: 16px;
}

.footer-grid .grid-item.year-container {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

/*Footer Search Form*/
.tf-search-form-footer {
  display: flex;
}

@media screen and (max-width: 1024px) {
  #footer-column-2 {
    width: 30%;
  }

  #footer-column-3 {
    width: 29%;
  }

  #footer-column-4 {
    width: 100%;
  }

  .footer-right-links-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 2rem;
  }

  .second-links {
    margin-bottom: 1rem;
  }

  .our-lti-programs.our-lti-programs-none {
    display: none;
  }

  .units-tf-chart-row-content-outer,
  .tf-chart-row-content-outer {
    padding: 0;
  }
}

@media only screen and (max-width: 980px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 479px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid .grid-item h5 {
    margin: 1.5rem 0 0 0;
  }

  .footer-grid .grid-item.year-container {
    display: block;
    margin-top: 1rem;
  }
}

.tf-search-icon-footer {
  font-family: ETmodules !important;
  color: white;
  font-weight: bold;
  background-color: #006880;
  border: none;
  transform: rotateY(180deg);
  padding: 10px;
  margin-left: 4px;
}

.tf-search-field-footer {
  background-color: white;
  border: 1px solid #d8d8d8;
  width: 100%;
  padding: 5px 10px;
  color: #58595b;
  font-size: 15px;
  font-family: var(--primary);
}

/*Tool Tips - Internal Pages*/
.roc-tooltip {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
}

.roc-tooltip .roc-tooltiptext {
  visibility: hidden;
  width: 250px;
  height: auto;
  background-color: white;
  box-shadow: 0px 0px 10px #00000026;
  border-left: 4px solid #006880;
  position: absolute;
  left: 160%;
  z-index: 1;
  transform: translateY(-45%);
  padding: 20px;
  text-align: left;
  color: #58595b !important;
  font-size: 15px;
  font-family: var(--primary);
  line-height: 1.4;
}

.roc-tooltip .roc-tooltiptext.mobile-tip {
  border-left: 0px solid #006880;
  border-bottom: 4px solid #006880;
}

.roc-tooltiptext em {
  text-align: left;
  color: #006880 !important;
  font-size: 26.25px;
  font-family: var(--primary);
  font-weight: 500 !important;
  font-style: normal;
  display: block;
  padding-bottom: 10px;
}

.roc-tooltip .roc-tooltiptext:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #006880 transparent transparent;
}

.roc-tooltip .roc-tooltiptext.mobile-tip:after {
  top: auto;
  right: auto;
  bottom: 0;
  left: 48%;
  margin-bottom: -23px;
  border-color: #006880 transparent transparent transparent;
}

.roc-tooltip:hover .roc-tooltiptext {
  visibility: visible;
}

/* Chart Overlay */
.et_pb_row_1 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.track-record-chart-overlay-inner img,
.track-record-chart-overlay-inner svg {
  width: 80% !important;
  margin-top: 5rem !important;
}

.cls-2,
.cls-3,
.cls-4,
.cls-5,
.cls-6,
.cls-9,
.cls-10,
.cls-11 {
  fill: var(--yellow) !important;
  stroke: var(--yellow) !important;
}

/* Track Record */

#trackRecord h1 {
  color: var(--purple) !important;
}

.special-features-row-wrapper .row-left h4 {
  font-family: var(--secondary);
  color: black !important;
  font-weight: 700;
}

/*@media only screen and (max-width: 1024px) {
  .roc-tooltip .roc-tooltiptext {
    border-left: 0;
    border-bottom: 4px solid #006880;
    left: 50%;
    bottom: 140%;
    margin-left: -225px;
    z-index: 1;
    transform: translateY(0%);
  }

   .roc-tooltip .roc-tooltiptext.m-tip-right {
    left: 50%;
    bottom: 25px;
    margin-left: -10px;
    z-index: 1;
    transform: translateY(0%);
  }

  .roc-tooltip .roc-tooltiptext.m-tip-inline-right {
    left: 50%;
    bottom: 0;
    margin-left: -10px;
    z-index: 1;
    transform: translateY(0%);
  }

  .roc-tooltip .roc-tooltiptext:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 90%;
    margin-left: -10px;
    margin-top: 0;
    border-color: #006880 transparent transparent transparent;
  }  

  .roc-tooltip .roc-tooltiptext.m-tip-right:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0%;
    margin-left: 0px;
    margin-top: 0;
    border-color: #006880 transparent transparent transparent;
  }  

  .roc-tooltip .roc-tooltiptext.m-tip-inline-right:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0%;
    margin-left: 0px;
    margin-top: 0;
    border-color: #006880 transparent transparent transparent;
  }
}*/

/*Stock Options Page from zak

    .section-header
    {
        color:#1B1E4C;
        font-size: 50px;
        text-align: center;
        margin-bottom: 40px;
        padding-top: 70px;
    }


    .how-it-works-container
    {
        text-align: center;
    }

    .how-it-works-step
    {
        width: 168px;
        margin-right: 11px;
    }

    .flex-container
    {
        display: flex;
        flex-wrap: nowrap;
    }

    .lti-container
    {
        background-color: #F3F3F3;
    }
    .lti-text-container
    {
        width: 282px;
        min-width: 282px;;
        padding-bottom: 70px;
    }
    .lti-image
    {
        margin: 0 50px;
        padding-bottom: 70px;
    }
    .lti-vertical-line
    {
        border-left: 2px solid #006880;
        height: 300px;
        display: inline-block;
        align-self: flex-end;
        margin-left: 33px;
    }

    .example-container,
    .key-features-container
    {
        background-color: #5B585B;
    }

    .example-header
    {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        padding: 25px 46px 30px 30px;
    }

    .right-text-container
    {
        color: #FFF;
        width: 445px;
        height: 150px;
        margin: 35px 0 35px 38px;
        line-height: 27px;
        font-size: 26.25px;
    }

    .right-text-container p
    {
        padding: 45px 0;
    }

    .left-container
    {
        color:#5B585B;
        font-size: 18.75px;
        margin: 47px 0;
        position: relative;
        width: 240px;
    }

    .bottom-container
    {
        top: 382px;
    }

    .left-container p
    {
        font-size: 18.75px;
        line-height: 22px;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 20px 46px 0 30px;
    }

    .example-line-container
    {
        text-align: center;
    }

    .example-vertical-line
    {
        border-left: 2px solid #FFF;
        height: 800px;
        display: inline-block;
        align-self: flex-end;
        position: absolute;
        top: 0;
    }

    .image-container
    {
        background-color: #5B585B;
        border: 2px solid #FFF;
        border-radius: 50%;
        padding:10px;
        height: 150px;
        width: 150px;
        display:flex;
        z-index: 5;
        margin: 35px 0;
        position: relative;
    }

    .icon
    {
        display:block;
        margin: auto;
    }

    .bold-green
    {
        color: #6c0e8b;
    }

    .bold-yellow
    {
        color: #28bcb4;
    }

    .features-header
    {
        margin: 0;
        color: #EB7924;
        font-size: 50px;
        margin: 15px 0;
    }

    .key-features-container
    {
        padding: 30px 0 50px 380px;
    }

    .key-features-container img
    {
        height: 80px;
    }

    .features-text-container
    {
        width: 438px;
        margin-left: 15px;
    }

    .features-text-header
    {
        color: #EB7924;
        font-size: 26.25px;
        line-height: 27px;
        margin: 0 0 6px;
    }

    .features-text
    {
        color: #FFF;
        font-size: 15px;
        line-height: 17px;
        margin: 0 0 20px;
    }
*/
@media only screen and (max-width: 1024px) {
  .down-arrow {
    top: 115px;
  }

  #espp-hero-bg .tf-hero-content h2,
  #espp-hero-bg .tf-hero-content h1,
  #espp-hero-bg .tf-hero-content p {
    color: black !important;
  }

  .our-lti-programs-grid {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    justify-content: center;
    grid-gap: 40px;
    margin-top: 10px;
  }

  .our-lti-programs {
    padding-bottom: 2rem;
  }

  div#track-record-chart-overlay-container {
    display: none;
  }

  img#logo {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 980px) {
  .down-arrow {
    top: 135px;
  }

  .track-record-chart-overlay-inner img,
  .track-record-chart-overlay-inner svg {
    width: 100%;
    margin: 0;
  }

  .rl-grid-home {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .rl-content img {
    height: 100%;
  }

  div#footer-column-2 {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .et_pb_image_0_tb_footer .et_pb_image_wrap img {
    width: auto;
    padding-left: 2rem;
  }

  .seizing-heading-wrapper {
    width: 80%;
    margin: auto;
  }

  .our-lti-programs {
    padding: 1rem 1rem 2rem 1rem;
  }

  #units-donutOne,
  #donutOne {
    height: 100%;
  }

  .units-twoThird,
  .twoThird {
    width: 50%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}

@media only screen and (max-width: 479px) {
  .down-arrow {
    top: 6rem;
  }

  #units-donutOne,
  #donutOne {
    display: none;
    height: 100%;
  }

  .lti-compares-row img {
    height: 100%;
  }

  .et_pb_fullwidth_header_0.et_pb_fullwidth_header
    .et_pb_header_content_wrapper {
    padding-top: 3rem;
  }

  .header-content h2 {
    margin: 1rem 0;
  }

  .header-content-container.center {
    padding-bottom: 5rem;
  }

  div#units-placeHolderAmountText {
    display: none;
  }

  div#track-record-chart-overlay-container {
    display: none;
  }

  .rl-grid-home {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .our-lti-programs-grid {
    grid-template-columns: 1fr;
  }

  .tf-hero-content-inner {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }

  .special-features-row-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  h3.for-example-header {
    color: white;
    font-family: var(--secondary);
    font-size: 50px;
    text-align: center;
    padding: 2rem 0 0 0;
    width: 80%;
    margin: auto;
  }

  ul.example-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .example-list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .shares-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }

  .example-list li .icon-circle {
    margin: 1rem auto;
  }

  .example-list li:nth-child(1) .icon-circle,
  .example-list li:nth-child(4) .icon-circle {
    margin: 1rem auto;
  }

  .tf-row-content-inner .row-left h4 {
    width: 100%;
  }

  .tf-hero-content h1,
  .tf-hero-content h2,
  .tf-hero-content p {
    color: black !important;
  }

  .seizing-heading-wrapper {
    width: 100%;
    text-align: left;
  }
}

@media only screen and (min-width: 981px) {
  .et-fixed-header#main-header,
  .et-fixed-header#main-header .nav li ul,
  .et-fixed-header .et-search-form {
    background-color: white;
  }
}

/* Placeholder charts */
.placeholder-chart {
  display: flex;
  gap: 2rem;
  padding: 1rem;
  position: relative;
}

.placeholder-chart:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(3px) grayscale(1);
  -webkit-backdrop-filter: blur(3px) grayscale(1);
}

.placeholder-chart img {
  max-width: 60%;
}

@media only screen and (max-width: 980px) {
  h1,
  h3 {
    font-size: 40px;
  }

  .placeholder-chart {
    flex-direction: column;
  }

  .placeholder-chart img {
    max-width: 100%;
  }
}
