a.selected {
  pointer-events: none;
  color: #66d9ef;
}
.heroContainer {
  margin-top: 90px;
  text-align: center;
}
h1 {
  font-size: 48px;
  font-weight: lighter;
  margin: 16px 0;
}
h2 {
  font-weight: lighter;
  margin: 0;
  font-size: 24px;
}
.headerContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  margin-top: 25px;
}
.priceContainer {
  justify-content: flex-end;
}
h3 {
  font-size: 18pt;
  margin: 0;
  margin-right: 20px;
  font-weight: normal;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
}
h3.content {
  margin: 25px 0;
}
#subHeader {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.pageRow {
  display: flex;
  justify-content: center;
}
.pageRow:not(:last-child) {
  margin-bottom: 20px;
}
.planRow {
  display: flex;
  justify-content: center;
}
#overview {
  margin-bottom: 40px;
}
.plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  flex-grow: 1;
  flex-basis: 0;
}
.plan .planDetails > div:not(.prose):not(.prose)::before {
  content: "\2022\00a0";
}
.plan.free .nameColor {
  color: green;
}
.plan.free .planDetailsContainer {
  border-top: 1px solid #00800080;
  border-bottom: 1px solid #00800080;
}
.plan.team .nameColor {
  color: #8a2be2;
}
.plan.team .planDetailsContainer {
  border-top: 1px solid #8a2be280;
  border-bottom: 1px solid #8a2be280;
}
.plan.plus .nameColor {
  color: #ff00ff;
}
.plan.plus .planDetailsContainer {
  border-top: 1px solid #FF00FF80;
  border-bottom: 1px solid #FF00FF80;
}
.plan.enterprise .nameColor {
  color: #006fff;
}
.plan.enterprise .planDetailsContainer {
  border-top: 1px solid #006FFF80;
  border-bottom: 1px solid #006FFF80;
}
.plan.desktop .nameColor {
  color: #ff4500;
}
.plan.desktop .planDetailsContainer {
  border-top: 1px solid #ff450080;
  border-bottom: 1px solid #ff450080;
}
.plan.confluence .nameColor {
  color: #0052cc;
}
.plan.confluence .planDetailsContainer {
  border-top: 1px solid #0052cc80;
  border-bottom: 1px solid #0052cc80;
}
.emphasized {
  box-shadow: 0 3px 8px 0 rgba(255, 0, 255, 0.17), 0 3px 12px 0 rgba(255, 0, 255, 0.13);
  outline: 1px solid lightgray;
}
.planName {
  font-size: 28px;
  text-align: center;
  margin-top: 0 !important;
}
.planName.multiline {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  line-height: 1.38;
}
.planBlurb {
  text-align: center;
  line-height: 1.5;
  padding: 0 20px;
}
.planDetailsContainer {
  justify-content: center;
  display: flex;
}
.emphasize {
  font-weight: bold;
}
.priceSection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 125px;
}
.planPrice,
.planUsers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.planPrice.mini,
.planUsers.mini {
  color: rgba(0, 0, 0, 0.68);
}
.userIcon {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  opacity: 0.87;
}
.bar {
  margin: 0 7px;
}
.priceFree {
  flex-grow: 1;
}
.prices {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
.prices > div:not(:first-child) {
  margin-top: 10px;
}
.contact {
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  flex-grow: 1;
  line-height: 1.5;
}
.priceCurrency {
  font-size: 18px;
  margin-top: 1px;
  color: rgba(0, 0, 0, 0.78);
}
.priceCurrency.nudge {
  margin-right: 1px;
}
.priceDollars {
  font-size: 24px;
}
.priceCents {
  content: "99";
  font-size: 14px;
  align-self: flex-start;
  margin-top: 1px;
  margin-left: 1px;
  color: rgba(0, 0, 0, 0.78);
}
.priceCents.nudge {
  margin-left: 2px;
}
.pricePer {
  margin-left: 5px;
}
.multiline {
  line-height: 1;
  display: flex;
}
.planDetails .prose {
  line-height: 1.65;
}
.aboutSection a {
  color: rgba(0, 0, 0, 0.87);
}
.faqSection {
  margin-top: 40px;
  max-width: 900px;
  margin-bottom: 30px;
  align-self: center;
}
.faqSection #faqHeader {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: lighter;
}
.faqSection .qa {
  display: flex;
  flex-direction: column;
}
.faqSection .qa:not(:last-child) {
  margin-bottom: 35px;
}
.faqSection .Question {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.25;
}
.faqSection .Answer {
  line-height: 1.5;
}
.faqSection a {
  color: rgba(0, 0, 0, 0.87);
}
.blurbRight {
  display: flex;
  align-items: center;
}
.toggleContainer {
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
}
.toggleContainer .toggleTrack {
  background-color: lightgray;
  padding: 5px 10px;
  border-radius: 5px;
  transition: background-color 0.25s;
}
.toggleContainer .toggleCircle {
  position: absolute;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: 16px;
  height: 16px;
  margin-top: -13px;
  margin-left: -6px;
  transition: margin-left 0.25s, background-color 0.25s;
}
span.payAnnual,
span.payMonth {
  opacity: 0.68;
  transition: opacity 0.25s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#main.annual span.payAnnual {
  opacity: 1;
}
#main.annual .toggleTrack {
  background-color: #98c4e7;
}
#main.annual .toggleCircle {
  margin-left: 10px;
  background-color: #2195f3;
}
#main.annual .monthlyPrice {
  display: none;
}
#main:not(.annual) span.payMonth {
  opacity: 1;
}
#main:not(.annual) .annualPrice {
  display: none;
}
.z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.verticalPlan {
  padding: 20px 0;
  width: 280px;
}
.verticalPlan .nameDetailsSection,
.verticalPlan .priceSection {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.verticalPlan .planName,
.verticalPlan .planBlurb {
  margin-bottom: 20px;
}
.verticalPlan .planDetailsContainer {
  width: 90%;
}
.verticalPlan .planDetails {
  max-width: 95%;
}
.verticalPlan .planDetails > div {
  margin: 12.5px 0;
}
.verticalPlan .planDetails > div:not(.prose) {
  line-height: 1.5;
}
.horizontalPlan {
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 20px;
  width: 580px;
  max-width: 57.5%;
}
.horizontalPlan .nameDetailsSection {
  width: 100%;
}
.horizontalPlan .nameDetailsSection {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.horizontalPlan .planNameContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 38%;
  align-self: center;
}
.horizontalPlan .planNameContainer .planBlurb {
  margin-top: 10px;
}
.horizontalPlan .priceSection {
  margin-top: 20px;
  min-height: 0;
  flex-direction: row;
}
.horizontalPlan .priceSection .prices {
  margin-right: 20px;
}
.horizontalPlan .planDetailsContainer {
  width: 59%;
  border-top: 0 !important;
  border-bottom: 0 !important;
  justify-content: start;
}
.horizontalPlan .planDetails > div:not(.prose) {
  line-height: 1.5;
  margin: 5px 0;
}
@media screen and (min-width: 1281px) {
  .plan.defaultVertical {
    padding: 20px 0;
    width: 280px;
  }
  .plan.defaultVertical .nameDetailsSection,
  .plan.defaultVertical .priceSection {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .plan.defaultVertical .planName,
  .plan.defaultVertical .planBlurb {
    margin-bottom: 20px;
  }
  .plan.defaultVertical .planDetailsContainer {
    width: 90%;
  }
  .plan.defaultVertical .planDetails {
    max-width: 95%;
  }
  .plan.defaultVertical .planDetails > div {
    margin: 12.5px 0;
  }
  .plan.defaultVertical .planDetails > div:not(.prose) {
    line-height: 1.5;
  }
  .plan.defaultVertical .planDetailsContainer {
    min-height: 220px;
  }
  .plan.defaultVertical.team .planDetailsContainer,
  .plan.defaultVertical.plus .planDetailsContainer {
    min-height: 235px;
  }
  .plan.defaultHorizontal {
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px;
    width: 580px;
    max-width: 57.5%;
  }
  .plan.defaultHorizontal .nameDetailsSection {
    width: 100%;
  }
  .plan.defaultHorizontal .nameDetailsSection {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .plan.defaultHorizontal .planNameContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 38%;
    align-self: center;
  }
  .plan.defaultHorizontal .planNameContainer .planBlurb {
    margin-top: 10px;
  }
  .plan.defaultHorizontal .priceSection {
    margin-top: 20px;
    min-height: 0;
    flex-direction: row;
  }
  .plan.defaultHorizontal .priceSection .prices {
    margin-right: 20px;
  }
  .plan.defaultHorizontal .planDetailsContainer {
    width: 59%;
    border-top: 0 !important;
    border-bottom: 0 !important;
    justify-content: start;
  }
  .plan.defaultHorizontal .planDetails > div:not(.prose) {
    line-height: 1.5;
    margin: 5px 0;
  }
  .plan:not(:last-child) {
    margin-right: 20px;
  }
  .planBlurb {
    padding: 0 50px;
  }
  .planRow {
    max-width: 1000px;
  }
  .planRow.narrow {
    max-width: 670px;
  }
  .desktop {
    flex-grow: 1.05;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.17), 0 4px 12px 0 rgba(0, 0, 0, 0.13);
  }
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
  .plan {
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px;
    width: 580px;
    max-width: 57.5%;
  }
  .plan .nameDetailsSection {
    width: 100%;
  }
  .plan .nameDetailsSection {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .plan .planNameContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 38%;
    align-self: center;
  }
  .plan .planNameContainer .planBlurb {
    margin-top: 10px;
  }
  .plan .priceSection {
    margin-top: 20px;
    min-height: 0;
    flex-direction: row;
  }
  .plan .priceSection .prices {
    margin-right: 20px;
  }
  .plan .planDetailsContainer {
    width: 59%;
    border-top: 0 !important;
    border-bottom: 0 !important;
    justify-content: start;
  }
  .plan .planDetails > div:not(.prose) {
    line-height: 1.5;
    margin: 5px 0;
  }
  .plan:not(:last-child) {
    margin-bottom: 20px;
  }
  .planRow {
    flex-direction: column;
    align-items: center;
  }
  h3 {
    line-height: 1.25;
  }
  .faqSection {
    max-width: 80%;
  }
  h1 {
    font-size: 32px;
    margin: 8px 0;
  }
  h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .heroContainer {
    margin-top: 80px;
    text-align: center;
  }
  .priceContainer {
    margin-top: 0px;
  }
  h1 {
    font-size: 32px;
    margin: 8px 0;
  }
  h2.content {
    font-size: 16px;
    max-width: 90%;
  }
  .plan {
    padding: 20px 0;
    width: 280px;
  }
  .plan .nameDetailsSection,
  .plan .priceSection {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .plan .planName,
  .plan .planBlurb {
    margin-bottom: 20px;
  }
  .plan .planDetailsContainer {
    width: 90%;
  }
  .plan .planDetails {
    max-width: 95%;
  }
  .plan .planDetails > div {
    margin: 12.5px 0;
  }
  .plan .planDetails > div:not(.prose) {
    line-height: 1.5;
  }
  .plan:not(:last-child) {
    margin-bottom: 20px;
  }
  .blurbRight {
    margin-top: 25px;
  }
  .sectionExplainer {
    display: none;
  }
  .planRow {
    flex-direction: column;
    align-items: center;
  }
  .planDetails {
    min-height: 0;
  }
  .pageRow:not(:last-child) {
    margin-bottom: 20px;
  }
  .faqSection {
    max-width: 80%;
  }
  h3 {
    font-size: 15pt;
    line-height: 1.25;
  }
  .headerContainer {
    align-items: center;
    flex-direction: column;
  }
}
