:root {
  --Kelly: #3BB982;
  --Color-Neutral-white: #FFF;
  --Primary-Forrester-Green: #00563F;
  --Text-primary: #000;
  --Primary-black: #000;
  --Primary-White: #FFF;
  --Secondary-Yellow: #FFDE00;
  --Secondary-Dark-Green: #003D2D;
  --Secondary-Medium-Green: #3BB982;
  --Color-Neutral-neutral-lightest: #EEE;
  --Secondary-Light-Green: #E2F4EA;
  --Secondary-Bright-Green: #A6E483;
  --Secondary-Teal: #00D1C3;
  --Secondary-Bright-Blue: #27AFE7;
  --Gray: #EEE;
  --Secondary-Gray: #BEBEBE;
  --Gray-50: #F6F6F6;
}

/*** General ****/



.primaryForesterGreenBackground {
  background-color: var(--Primary-Forrester-Green);
}

.lightGreenBackground {
  background-color: var(--Secondary-Light-Green);
}

.grayBackground {
  background-color: var(--Gray) !important;
}

.secondaryGrayBackground {
  background-color: var(--Secondary-Gray);
}

.yellowBackground {
  background-color: var(--Secondary-Yellow) !important;
}

.secondaryLightGreenBackground {
  background-color: var(--Secondary-Light-Green);
}

.whiteBackground {
  background-color: var(--Primary-White);
}

.secondaryDarkGreenBackground {
  background-color: var(--Secondary-Dark-Green);
}

.grayFiftyBackground {
  background-color: var(--Gray-50);
}

/****** Colors added for the Donuts Color Choices *******/

.secondaryMediumGreenBackground {
  background-color: var(--Secondary-Medium-Green);
}

.secondaryBrightGreenBackground {
  background-color: var(--Secondary-Bright-Green);
}

.secondaryTealBackground {
  background-color: var(--Secondary-Teal);
}

.secondaryBrightBlueBackground {
  background-color: var(--Secondary-Bright-Blue);
}

.secondaryMediumGreenText {
  color: var(--Secondary-Medium-Green);
}

.secondaryBrightGreenText {
  color: var(--Secondary-Bright-Green);
}

.secondaryTealText {
  color: var(--Secondary-Teal);
}

.secondaryBrightBlueText{
  color: var(--Secondary-Bright-Blue);
}

.pad-40px {
  padding: 40px;
}

/****** Text Colors ********/

.blackText {
  color: #000;
}

.primaryForesterGreenText {
  color: #00563F;
}

.secondaryMediumGreenText {
  color: #3BB982;
}

.secondaryDarkGreenText {
  color: var(--Secondary-Dark-Green)
}

.lightGreenText {
  color: #A6E483;
}

.darkGreenText {
  color: #00563F;
}

.whiteText {
  color: var(--Primary-White);
}

.yellowText {
  color: #FFDE00;
}

.overLineText {
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.2px;
}
/***** Sidebar Menu ******/

.sidebarMenuWrapper {
  max-width: 530px;
  margin-top: 80px;
}

.companyLogo {
  max-width: 100%;
}

.globalDropdown {
  border: none;
  border-bottom: 2px solid var(--Primary-black);
  border-radius: unset;
  height: 60px;
  background-color: var(--Secondary-Yellow) !important;
  color: black !important;
  text-align: start;

  appearance: none;
  background-image: url(../img/assets/dropdownArrow.svg);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 22px;
}

.globalDropdown > input {
  color: black !important;
  border: none;
  outline: none;
  background-color: transparent !important;
}

.globalDropdown > input:hover {
  cursor: pointer;
}

.dropdown-menu {
  border-bottom: 2px solid #000 !important;
  background: var(--Secondary-Yellow);
  border-radius: 0;
  padding: 0;
}

.dropdown-menu.show {
  transform: translate3d(0px, 58px, 0px) !important;
  border: none;
}

.dropdown-item {
  color: var(--Primary-black);

  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 600;
  line-height: 125%; /* 20px */
  padding: 20px 16px;
  cursor: pointer;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #E5C800;
  text-decoration: none;
  color: black;
}

.globalDropdown:after {
  display: none;
}

.blackBorder {
  border: 1px solid #000;
}

/****** Buttons ******/

.learnMoreYellowBtn {
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  background-color: var(--Secondary-Yellow);
  border: none;
  border-bottom: 1px solid var(--Primary-black);
  font-size: 14px;
}

.expandBtn {
  display: flex;
  height: 32px;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid var(--Primary-black);
  font-size: 14px;
}

.learnMoreYellowBtn:hover {
  background-color: white;
}

.closeBtn {
  display: flex;
  height: 32px;
  padding: 4px 12px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Primary-Black, #000);
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
}

.fiftyFiftyExpandBtn {
  display: flex;
  height: 32px;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid var(--Primary-White);
  font-size: 14px;
}

.fiftyFiftyLeftCloseBtn {
  display: flex;
  height: 32px;
  padding: 4px 12px;
  font-weight: 600;
  color: white;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid white;
  background-color: transparent;
  font-size: 14px;
}

.fiftyFiftyExpandBtn:hover, .fiftyFiftyLeftCloseBtn:hover {
  background-color: #ebebeb;
  color: var(--Primary-black);
}

.fiftyFiftyExpandBtn:hover > img, .fiftyFiftyLeftCloseBtn:hover > img {
  filter: brightness(0);
}


.fullStudyYellowBtn {
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  background-color: var(--Secondary-Yellow);
  border: none;
  border-bottom: 1px solid var(--Primary-black);
  width: 133px;
  font-size: 14px;
}

.fullStudyBlackBtn {
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  background-color: var(--Primary-black);
  border: none;
  color: var(--Color-Neutral-white);
  max-width: 200px;
  font-size: 14px;
}

.microToolDownloadButton {
  background-color: unset;
}

.btnGrayHover:hover {
  background-color: var(--Secondary-Gray);
}

.expandBtn:hover, .closeBtn:hover {
  background: #ebebeb;
  text-decoration: underline;
}

.whiteBackgroundHover:hover {
  background-color: white;
}

/*** Welcome Card ****/

.infoCard {
  border-radius: 18px;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.10);
}

.greenTopBorder {
  border-top: 12px solid var(--Kelly);
}

.welcomeCardContent > p {
  font-size: 20px;
  line-height: 160%; /* 32px */
  letter-spacing: 0.2px;
}

.fourPixDivider {
  height: 4px;
}

.onePixDivider {
  height: 1px;
}

.lawnScreenIMG {
  width: 302px;
  max-width: 100%;
}

/**** Three Pie Card ****/

.threePieItem {
  max-width: 330px;
}

.threePieGraphic {
  width: 170px;
}

.chartPointerLogo {
  height: 45px;
  width: 50px;
}

.piePointerLabel {
  font-size: 40px;
  line-height: 125%; /* 60px */
}

/***** Fifty Fifty card *****/

.fiftyFiftyRight {
  border: 1px solid var(--Color-Neutral-neutral-lightest);
}

.circleNumber {
  /** Shape **/
  border-radius: 48px;
  background: var(--Primary-White);
  height: 32px;
  width: 32px;
  border: 1px black solid;

  /** Text **/
  color: var(--Primary-black);
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  line-height: 33px;
}

/******* Expanded Callout *******/

.callout {
  border-radius: 6px;
  border: 1px solid rgba(59, 185, 130, 0.50);
  background: linear-gradient(0deg, rgba(59, 185, 130, 0.10) 0%, rgba(59, 185, 130, 0.10) 100%), #FFF;
  max-width: 650px;
  width: 100%;
}

.calloutBanner {
  border: 1px solid rgba(0, 86, 63, 0.25);
  width: 100%;
}

.calloutContentText {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.28px;
}

/********* Carousel ************/

.carousel-indicators li {
  background-color: #d8d8d8;
  width: 9px !important;
  height: 9px !important;
  border-radius: 50%;
}

.carouselArrow {
  border: 1px solid var(--Primary-White);
  height: 32px;
  width: 32px;
  padding: 7px;
}

.carousel-indicators {
  position: static;
}

/***** Highchart *******/

.highcharts-legend .no-symbol .highcharts-point {
  display: none !important;
}


/**** Media Query ****/

@media (max-width: 768px) {

  .mobileHeader {
    font-size: 24px;
  }
}