/*
 Theme Name:     Crown Castle - 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
*/


:root {
  /* Colors */
  --dark-purple: #52247f;
  --medium-purple: #7b439a;
  --light-purple: #8e278f;
  --purple: #520B90;
  --teal: #28bcb4;

  /*Fonts*/
  --heading: noto-serif, serif;
  --primary: montserrat, sans-serif;
}

/*Fonts*/
/* #### Generated By: http://www.cufonfonts.com #### 
@font-face {
  font-family: 'Helvetica Neue LT Std 45 Light';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Neue LT Std 45 Light'), url('fonts/HelveticaNeueLTStd Lt.woff') format('woff');
  }
  
  @font-face {
  font-family: 'Helvetica Neue LT Std 47 Light Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Neue LT Std 47 Light Condensed'), url('fonts/HelveticaNeueLTStd-LtCn.woff') format('woff');
  }
  
  @font-face {
  font-family: 'Helvetica Neue LT Std';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Neue LT Std 55 Roman'), url('fonts/HelveticaNeueLTStd55Roman_22526.woff') format('woff');
  }
  
  @font-face {
  font-family: 'Helvetica Neue LT Std 56 Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Neue LT Std 56 Italic'), url('fonts/HelveticaNeueLTStd-It.woff') format('woff');
  }
  
  @font-face {
  font-family: 'Helvetica Neue LT Std 57 Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Neue LT Std 57 Condensed'), url('fonts/HelveticaNeueLTStd-Cn.woff') format('woff');
  }
  
  @font-face {
  font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Neue LT Std 77 Bold Condensed'), url('fonts/HelveticaNeueLTStd-BdCn.woff') format('woff');
  }
*/

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

html, body {
  overflow-x: hidden;
}

/************************************** 1. Home Page ****************************************/

/* Heading Styles */
h1 {
  font-family: var(--heading);
  font-size: 50px;
  color: white!important;
  letter-spacing: 0.9px;
}

.header-content h1 {
  font-size: 56.25px;
  color: white!important;
}

h2 {
  font-family: var(--heading);
  font-size: 31.25px;
  color: white!important;
}

.header-content h2 {
  font-family: var(--primary);
}

h3 {
  font-family: var(--heading);
  font-size: 50px;
  color: #472469;
  margin-bottom: 40px;
}

h4 {
  font-family: var(--heading);
  font-size: 26.25px;
  color: #5B585B!important;
  line-height: 1.4;
}

h5 {
  font-family: var(--heading);
  font-size: 26.25px;
  line-height: 1.4;
}

p {
  font-family: var(--primary);
  color:#fff!important;
  font-size: 15px;
  line-height: 1.4;

}



/* Bullet Lists */
.tf-head-yellow h3 {
  color: #28bcb4;
  /*font-family: var(--primary);*/
}

.tf-list-yellow {
  color: white;
  /*font-family: var(--primary);*/
}

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

/* chart grid */
.tr-home-grid {
  display: grid;
  display:-ms-inline-flexbox;
  grid-template-columns: 30% 1fr;
  grid-column-gap: 20px;
}

.tr-home-col h1, .tr-home-col p {
  color: white;
}

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

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

.award-cont-2 {
  display: inline;
  background-color:#fff;
  padding: 10px 0px 10px 10px;
}

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

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

/* chart grid media queries 
////////////////////////////*/


/*end chart grid media queries 
//////////////////////////////*/


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

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

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

.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.option {
  text-transform: uppercase;
  font-family: var(--primary);
  font-size: 18.75px;
  margin-top: 15px;
}

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

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

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

.calc-text span {
  color: #28bcb4;
}

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

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

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

.twoThird {
  width: 65%;
  display: inline-block;
  vertical-align: top;
}



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

.invisible{
  visibility: hidden;
}

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

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

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #b88ac7;
  -webkit-transition: .4s;
  transition: .4s;
  
}

input:checked + .slider {
  background-color: #6c0e8b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #6c0e8b;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: white;
}

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

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


/************************************** 2. Main Nav ****************************************/
#main-header {
  border-bottom: 2px solid #6C0E8B;
}

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

#top-menu-nav>ul>li>a:hover {
  color: #cccccc;
  opacity: 1;
}

#top-menu li.current-menu-item>a:hover {
  color: #58595B;
  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;
}

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

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

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

.tf-chart-row-content-outer h1, .tr-home-col h1 {
  color: var(--purple) !important;
}

.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: #28bcb4;
  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;
}



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

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

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

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

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

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

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

#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%;
  }
}

.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) {
  .rotate-notification {
    display: block;
  }
}

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

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

.c40 {
  margin-bottom: 61px;
}

.c70 {
  margin-bottom: 85px;
}

.c100 {
  margin-bottom: 50px;
}

.placeHolderCont{
  height: 80px;
}

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

.placeHolderText{
  font-family: var(--primary);
  color: black;
  text-align: center;
  font-size: 31.25px;
  width: 97%;
  float: left;
  border-bottom: 2px solid rgba(0,0,0,.25);
  padding: 0 0 15px 25px;
}

#placeHolderAmountText {
  margin-top: 396px;
}

#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*/

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

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


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

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

#awardAmount{
  width: 45%;
}

/*#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;
}

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





/*#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;
  }

  .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%;
  }
}
/************************************** 3. Media Queries ****************************************/
@media only screen and (max-width: 1024px) {
  .tr-home-grid {
    grid-template-columns: 1fr;
  }

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

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

  #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%;
}

#donutOne{
  height:390px;
}

#tradingview_3ebed {
  height: 400px;
}

#home-our-lti-programs-bg {
  background: var(--dark-purple);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#home-our-lti-programs-bg .center h3 {
  font-family: var(--primary);
  color: white;
  margin-bottom: 10px;
}

.our-lti-programs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 250px));
  justify-content: center;
  grid-gap: 40px;
  margin-top: 20px;
}

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

.our-lti-programs {
  background-color: white;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 5px 8px #00000033;
}

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

.our-lti-programs:nth-child(1) h5 {
  color: #6c0e8b;
}

.our-lti-programs:nth-child(2) h5 {
  color: #532480;
}

.our-lti-programs:nth-child(3) h5 {
  color: #1B1E4C;
}

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

.our-lti-programs a {
  font-weight: bold;
  text-decoration: underline;
  color: #58595B;
}

#home-hvm-bg {
  background: linear-gradient(90deg, rgba(0,0,0,.85), rgba(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: 40%;
}

.lti-compares-row {
  display: flex;
  margin-top: 40px;
  align-items: center;
}

.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: #472469!important;
  font-family: var(--primary);
}

#home-how-lti-compares-bg h3 {
  margin-bottom: 0;
}

#home-how-lti-compares-bg .lti-compares-row h3 {
  font-family: var(--primary);
}

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

@media only screen and (max-width: 1024px) {
  .lti-compares-head {
    width: 100%;
  }

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

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

#home-why-lti-bg {
  background: linear-gradient(rgba(0, 0, 0, .67),rgba(0, 0, 0, .67)), url(/images/home-why-lti-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.why-lti-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  grid-gap: 20px;
}

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

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

.why-lti ul {
  list-style: none;
  padding: 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 {
  width: 20px;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}

.why-lti:nth-child(3) img {
  height: 22px;
}

.why-lti h3 {
  color: var(--teal)!important;
  font-size: 50px;
  font-family: var(--primary);
  margin-bottom: 0;
}

.why-lti h4 {
  color: white!important;
  font-size: 26.25px;
  vertical-align: top;
  display: inline-block;
}

.why-lti h5 {
  font-size: 26.25px;
  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(--teal);
}

.why-lti p {
  font-size: 15px;
  font-family: var(--primary);
  margin-left: 34px;
  vertical-align: top;
  display: inline-block;
}

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

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

.model-my-lti {
  display: flex;
  align-items: center;
  padding: 20px;
  margin: 20px 0;
  background-color: #61508a;
}

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

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

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

.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: '╲╱';
  font-size: 2rem;
  height: 4rem;
  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);
  }
}

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

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

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

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

/**************************************** Time Based RSU Page **********************************************/
#rsu-hero-bg {
 /* background:  linear-gradient(90deg, rgba(81,46,109,0.56), rgba(0, 104, 128, 1) ), url(/images/rsu-hero-bg.png); */
  background: url(/wp-content/uploads/rsu-hero-bg.jpg);
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  height: 768px;
}

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

#time-based-rsus .tf-hero-content * {
  color: var(--purple)!important;
}

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

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

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

/**************************************** 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 {
  text-transform: uppercase;
  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-family: var(--primary);
}

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

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

.tf-hero-content-inner {
  width: 80%;
  max-width: 1200px;
  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;
}

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

.tf-row-content-outer {
  margin: 0 auto; 
  width: 80%;
  max-width: 1200px;
}

.tf-row-content-inner {
  padding: 40px 0;
}

.tf-chart-row-content-outer {
  margin: 0 auto; 
  max-width: 1200px;
}

.tf-chart-row-content-inner {
  padding: 40px 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 {
  border: 2px solid #28bcb4;
  padding: 36px 30px;
}

.hiw-circ-2 {
  border: 2px solid #51C8E8;
  padding: 40px 45px;
}

.hiw-circ-3 {
  border: 2px solid #6c0e8b;
  padding: 35px 33px 35px 23px;
}

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

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

.hiw-circ-6 {
  border: 2px solid #70ABDD;
  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: 46px;
  height: 45px;
  color: white;
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 34px;
  font-family: var(--primary);
  padding: 10px 0;
}

@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: #28bcb4;
}

.hiw-circ-2 .number, .hiw-circ-2 .line {
  background-color: #51C8E8;
}

.hiw-circ-3 .number, .hiw-circ-3 .line {
  background-color: #542480;
}

.hiw-circ-4 .number, .hiw-circ-4 .line {
  background-color: #0069A7;
}

.hiw-circ-5 .number, .hiw-circ-5 .line {
  background-color: #512E6D;
}

.hiw-circ-6 .number, .hiw-circ-6 .line {
  background-color: #70ABDD;
}

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

.hiw-text p {
  color: #58595B!important;
  font-family: var(--primary);
  font-size: 18.75px;
  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;
}

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

#rsu-LTIvests-bg .row-left p {
  color: #58595B!important;
  font-family: var(--primary);
  font-size: 15px;
}

#rsu-forExample-bg {
  background: #512E6D;
  background-size: cover;
  background-position: center;
}

#rsu-resources-bg {
  background: #300B55 0% 0% no-repeat padding-box;
  opacity: 1;
}

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

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

.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: #006880;
  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,.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*/
.current-menu-item.page-item-321 a {
  border-bottom: 5px solid #6c0e8b;
}

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

.current-menu-item.page-item-323 a {
  border-bottom: 5px solid #006880;
}

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

.current-menu-item.page-item-325 a {
  border-bottom: 5px solid #512E6D;
}

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

.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: 25px;
  left: 9px;
  width: 2px;
  height: 80%;
  z-index: -1;
}

.white {
  background-color: white;
}

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

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

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

/*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;
  display: inline-block;
  font-family: var(--primary);
  font-size: 26.25px;
}

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

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

.example-list li {
  margin: 0;
  padding: 0 0 30px 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: 150px;
  margin-right: 20px;
  background-color: #512E6D;
  padding: 30px;
  margin-left: 26%;
}

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

.green {
  color: #6c0e8b;
}

.blue{
 color: #3dbee3;
}

.yellow {
  color: #28bcb4;
}

.flag {
  background-color: white;
  /*mix-blend-mode: screen;*/
  height: auto;
  padding: 20px 30px 20px 20px;
  width: 26%;
  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);
}

@media only screen and (max-width: 1024px) {
  .flag{
   --mask: none;
   -webkit-mask: none;
          mask: none;
  }
}

.flag h3 {
  color: #512E6D!important;
  font-family: var(--primary);
  font-size: 42.5px;
  padding-bottom: 0;
  margin-bottom: 0;
}

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

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

  .example-list .with-flag {
    display: flex;
    flex-wrap: wrap;
  }

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

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

  .flag-circle {
    display: none;
  }

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

  .example-list li .icon-circle {
    margin-left: 190px;
  }

  .example-list li:nth-child(1) .icon-circle, .example-list li:nth-child(4) .icon-circle {
    margin-left: 190px;
  }

  .example-list article {
    display: inline-block;
    width: 51%;
    vertical-align: 50%;
  }

  .example-list li:nth-child(1) article {
    vertical-align: -25%;
  }

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

  .list-line, .list-line-top {
    left: calc(32.25% + 2px);
  }

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

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

  .example-list li .icon-circle {
    margin-left: calc(20% + 2px);
  }

  .with-flag .flag {
    margin-left: 290px;
  }

  .flag {
    width: 50%;
  }
}

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

  .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: 40%;
  margin-left: 26%;
  margin-top: 20px;
}

.key-features h3 {
  color: #FFFFFF!important;
  font-size: 50px;
  font-family: var(--primary);
  margin-bottom: 0;
}

.key-features h5 {
  color: #FFFFFF!important;
  font-size: 26.25px;
  font-family: var(--primary);
  vertical-align: top;
  display: inline-block;
  margin-top: -8px;
}

.key-features p {
  display: block;
  font-size: 15px;
  font-family: var(--primary);
  margin-left: 34px;
}

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

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

.key-features li:before {
  content: url(/wp-content/uploads/CCI-LTI-Check-Bullet-teal.svg);
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}

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

@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: 50px;
  font-family: var(--heading);
}

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

.rl-content p {
  font-size: 18px;
  font-family: var(--primary);
}

.rl-content img {
  height: 55px;
}

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

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

.rl-grid .rl-content {
  display: revert;
  width: auto!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: 30%;
    margin: 0 3px;
  }
}

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

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

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

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

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

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

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

.footer-resources a {
  color: white;
}

/*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%;
  }
}

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

/*@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;
    }
*/