* {
  box-sizing: border-box;
}
body {
  color: #555;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 500;
  letter-spacing: 0.01em;
}
p {
  font-weight: lighter;
}
h1 {
  font-size: 2.4em;
  line-height: inherit;
}
#main-content a {
  color: #4da7e9;
  text-decoration: none;
}
#main-content a:hover {
  text-decoration: underline;
}
#main-content .content-block {
  font-size: 1.1em;
  line-height: 1.7em;
}
#main-content .content-block div.pure-u-2-3,
#main-content .content-block div.pure-u-md-2-3 {
  max-width: 600px;
}
#main-content .pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  color: #ffffff;
}
.pure-g [class*="pure-u"] {
  font-family: "proxima-nova";
  font-weight: 300;
}
.content-block .content-wrapper {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.content-block .intro h1,
.content-block .intro h2,
.content-block .intro h3,
.content-block .intro h4,
.content-block .intro h5,
.content-block .intro h6 {
  text-align: center;
}
.content-block .intro p {
  text-align: center;
}
.main-navigation .site-navigation {
  margin-left: 2em;
  position: relative;
}
.main-navigation .logo-link {
  padding: 0;
  padding-top: 0.4em;
}
.main-navigation .logo-link img {
  width: 80px;
}
.main-navigation a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.5em 0.75em;
  vertical-align: middle;
}
.main-navigation a:hover {
  opacity: 0.75;
}
.main-navigation a.signup-link:hover {
  opacity: 1;
}
.main-navigation .user-navigation {
  text-align: right;
}
.main-navigation .user-navigation .signup-link {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.main-navigation .user-navigation .signup-link:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.jumbotron {
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
}
.jumbotron h1 {
  color: #fff;
}
.jumbotron h1 a {
  color: #b3b3b3;
  text-decoration: none;
}
.jumbotron h2 {
  color: #faded6;
}
.jumbotron a:hover {
  text-decoration: underline;
}
.jumbotron .pure-menu-item a:hover {
  background-color: transparent;
}
.jumbotron .content {
  margin: auto;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.jumbotron .header-image {
  width: 100%;
  position: absolute;
}
.jumbotron .background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
#jobs-page .jumbotron {
  background-image: url("/resources/img/header-bg/jobs-contact.jpg");
}
#jobs-page .jumbotron .text-layer {
  background-color: rgba(86, 43, 154, 0.88);
}
#jobs-page .content-block h2,
#jobs-page .content-block h3 {
  color: #562b9a;
}
#jobs-page #job-openings {
  list-style: none;
  padding: 0;
}
#jobs-page #job-openings a {
  text-decoration: none;
  line-height: 2em;
}
#jobs-page #main-content .jobholder h4.infoheader{
	font-weight: bold;
}
#jobs-page #main-content .jobholder li h4.infoheader{
	margin-bottom: 0;
}
#jobs-page #main-content .jobholder li ul.infolist{
	margin-top: 0.5em;
}
#jobs-page #main-content #BambooHR {
	margin-top: 1.5em;
}
#jobs-page #main-content #BambooHR-ATS .BambooHR-ATS-Department-Header {
	color: #562b9a;
  font-weight: 500;
  font-size: 1.17em;
}
#jobs-page #main-content #BambooHR-ATS #BambooHR-Footer {
	display: none;
}
#jobs-page #main-content #BambooHR-ATS .BambooHR-ATS-Jobs-List a {
	font-weight: 300;
}
#jobs-page #main-content #BambooHR-ATS .BambooHR-ATS-Location {
	display: none;
}
#services-page .jumbotron {
  background-image: url("/resources/img/header-bg/services-about.jpg");
}
#services-page .jumbotron .text-layer {
  background-color: rgba(50, 61, 68, 0.88);
}
#services-page #main-content .content-block {
  margin: 0 auto;
}
#services-page #main-content .content-block:nth-child(2n) {
  background-color: #fbfafb;
}
#services-page #main-content .content-block .text-block {
  padding: 1em 1em 1em 2em;
}
#services-page #main-content .content-block .graphic-block img {
  float: right;
}
#services-page #main-content .content-block .graphic-block.right img {
  float: left;
}
#about-page #team .team-member-info {
  padding: 1em;
}
#about-page #team .team-member-info .card {
  position: relative;
  width: 220px;
  height: 210px;
  overflow: hidden;
}
#about-page #team .team-member-info .card > * {
  position: absolute;
  left: 1%;
  top: 1%;
  width: 90%;
  height: 95%;
}
#about-page #team .team-member-info .card .detail {
  top: 1%;
  background-color: transparent;
  color: #fff;
  font-size: 0.70em;
  line-height: 1.2em;
  padding: 1em;
  -webkit-transition: background-color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s;
}
#about-page #team .team-member-info .card .detail p {
  position: relative;
  margin-bottom: 0;
  top: 120%;
  -webkit-transition: top ease-in-out 0.5s;
  transition: top ease-in-out 0.5s;
}
#about-page #team .team-member-info .card .detail:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
#about-page #team .team-member-info .card .detail:hover p {
  top: 0;
}
#about-page #team .team-member-info .card .detail a {
  font-weight: bold;
}
#about-page #team .team-member-info .name {
  color: #2077c5;
  font-weight: bold;
  margin-top: 1em;
}
#about-page #team .team-member-info .role {
  font-size: 0.8em;
}
#about-page .text-intro h2 {
  color: #2077c5;
}
#contact-page .jumbotron {
  background-image: url("/resources/img/header-bg/jobs-contact.jpg");
}
#contact-page .jumbotron .text-layer {
  background-color: rgba(67, 119, 130, 0.88);
}
#contact-page #contact-info a {
  color: #4da7e9;
  text-decoration: none;
}
#contact-page #contact-info a:hover {
  text-decoration: underline;
}
#contact-page #contact-info h4 {
  margin-bottom: 0;
}
#about-page .jumbotron {
  background-image: url("/resources/img/header-bg/services-about.jpg");
}
#about-page .jumbotron .text-layer {
  background-color: rgba(32, 119, 197, 0.88);
}
#plans-page .jumbotron,
#impact-grant-page .jumbotron {
  background-image: url("/resources/img/landing-page-background.jpg");
}
#plans-page .jumbotron .text-layer,
#impact-grant-page .jumbotron .text-layer {
  background-color: rgba(71, 170, 89, 0.88);
}
#plans-page .content-block h2,
#impact-grant-page .content-block h2,
#plans-page .content-block h3,
#impact-grant-page .content-block h3 {
  color: #47aa59;
}
.content-block .content-wrapper .content h1 {
  color: rgba(71, 170, 89, 0.88);
  font-weight: 600;
}

#features-page #main-content .content-block {
  margin: 0 auto;
}
#features-page #main-content .content-block:nth-child(2n) {
  background-color: #fbfafb;
}
#features-page #main-content .content-block .text-block {
  padding: 1em;
}
#features-page #main-content .content-block .graphic-block img {
  float: right;
}
#features-page #main-content .content-block .graphic-block.right img {
  float: left;
}
#impact-grant-page h2 {
  color: #8741a5;
}
#landing-page .jumbotron,
#features-page .jumbotron {
  background-image: url("/resources/img/landing-page-background.jpg");
}
#landing-page .jumbotron .text-layer,
#features-page .jumbotron .text-layer {
  background-color: rgba(242, 87, 44, 0.88);
}
#landing-page .jumbotron .next-content-block-link {
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 3em;
  margin-bottom: 50px;
  text-align: center;
}
#landing-page .jumbotron .text-layer {
  padding-bottom: 150px;
}
#landing-page .jumbotron .text-layer .content .calls-to-action a {
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.5em 1em;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 0.67em;
}
#landing-page .jumbotron .text-layer .content .calls-to-action .signup-link {
  color: #f2572c;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 1px 2px #777;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
#landing-page .jumbotron .text-layer .content .calls-to-action .signup-link:hover {
  box-shadow: 0px 1px 5px #666;
}
#landing-page .jumbotron .text-layer .content .calls-to-action .learn-more {
  color: #fff;
  outline: none;
}
#landing-page .jumbotron .text-layer .content .calls-to-action .learn-more:hover {
  opacity: 0.75;
}
#landing-page .jumbotron .main-navigation a {
  color: #fff;
}
#landing-page .jumbotron .main-navigation .pure-menu-children .pure-menu-item a {
  color: #555;
}
#landing-page #product-slideshow {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -140px;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1200px;
}
#landing-page #product-slideshow .slider {
  margin: 0 auto;
  width: 80%;
}
#landing-page #product-slideshow .slider .sss {
  padding-bottom: 63%;
}
#landing-page #product-slideshow .slider .sss img {
  display: none;
}
#landing-page #product-slideshow img {
  display: block;
}
#landing-page .jumbotron .text-layer .content .calls-to-action i {
  padding: 0 0.5em;
}
#landing-page .jumbotron .text-layer .content .calls-to-action img {
  width: 30px;
  height: 20px;
  margin-right: .4em;
  display: inline-block;
  vertical-align: bottom;
}

footer {
  background-color: #f3f3f3;
}
footer.content-block {
  padding-top: 50px;
  padding-bottom: 10px;
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer .info-links {
  margin: 1em 0;
}
footer .call-to-action {
  padding-top: 15px;
  text-align: right;
}
footer .call-to-action a {
  background-color: #fff;
  color: #59adea;
  box-shadow: 0px 1px 3px #ddd;
  font-weight: bold;
  font-size: 0.9em;
  margin-left: 1em;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
footer .call-to-action a:hover {
  box-shadow: 0px 1px 4px #ccc;
  background-image: none;
}
footer #newsletter-signup {
  padding: 10px;
  padding-top: 20px;
  font-size: 0.7em;
}
footer #newsletter-signup form {
  margin-top: 0;
}
footer #newsletter-signup form label {
  font-size: 1.1em;
  margin-bottom: 5px;
}
footer #newsletter-signup form input {
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #ddd;
  background-color: #fefefe;
}
footer #newsletter-signup form button[type=submit] {
  width: 6em;
  margin-left: 5px;
  background-color: #fff;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 90%, rgba(0, 0, 0, 0.1));
}
footer #newsletter-signup .logo {
  margin-bottom: 30px;
  max-width: 12em;
}
footer nav {
  padding-bottom: 50px;
  border-bottom: 1px solid #cecece;
  color: #333333;
}
footer nav .link-list {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
}
footer nav .link-list li:first-child {
  font-weight: bold;
  margin-bottom: 0.5em;
}
footer nav .link-list a {
  font-size: 0.9em;
  color: inherit;
}
footer nav .link-list a:hover {
  text-decoration: underline;
}
footer .legal-info {
  font-size: 0.9em;
  color: #666666;
  padding-top: 10px;
}
footer .social-media-links {
  padding-top: 5px;
  font-size: 1.3em;
  text-align: right;
}
footer .fa-facebook-square {
  color: #3c5b9b;
}
footer .fa-github-square {
  color: #595959;
}
footer .fa-heart {
  color: #e80000;
}
footer .fa-twitter-square {
  color: #2daae1;
}
footer .fa-google-plus-square {
  color: #ce4130;
}
footer .fa-linkedin-square {
  color: #1985bc;
}
footer .fa-instagram {
  color: #0094BC;
}
#plans-page .content-block .content-wrapper div.pure-u-1-1,
#plans-page .content-block .content-wrapper div.pure-u-1-1 h2{
  color: #333;
  text-align: center;
}
.hover-card {
  width: 33%;
  margin: 0.25% 0;
  margin-right: 0.5%;
  font-size: 0.8em;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  line-height: 1.2em;
  height: 210px;
  color: #fff;
  overflow: hidden;
}
.hover-card:nth-child(3n) {
  margin-right: 0;
}
.hover-card img {
  position: absolute;
  top: 0;
  width: 100%;
}
.hover-card .text-layer {
  height: 210px;
  width: 100%;
  padding: 2em;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s;
}
.hover-card .text-layer p {
  position: relative;
  top: 210px;
  -webkit-transition: top ease-in-out 0.5s;
  transition: top ease-in-out 0.5s;
}
.hover-card .text-layer .title {
  color: #fff;
  font-size: 1.4em;
  position: relative;
  top: 130px;
  margin-top: 0;
  -webkit-transition: top ease-in-out 0.5s;
  transition: top ease-in-out 0.5s;
}
.hover-card .text-layer:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.hover-card .text-layer:hover .title {
  top: 0;
}
.hover-card .text-layer:hover p {
  top: 0;
}
@media (max-width: 320px) {
  .content-block .ui-segment {
    display: flex;
  }
}
@media (max-width: 567px) {
  footer nav .link-list {
    padding-left: 0;
    margin-left: 10px;
  }
}
@media (max-width: 700px) {
  body {
    font-size: 1.2em;
  }
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.3em;
  }
  .hover-card {
    width: 100%;
    margin-left: 0;
  }
  .content-block {
    padding: 2.5%;
  }
  #main-content .content-block {
    margin-top: 20px;
  }
  #mobile-nav-revealer {
    display: none;
  }
  .main-navigation {
    overflow: hidden;
    padding-top: 1em;
  }
  .main-navigation .text-links {
    background-color: #fff;
    color: #4da7e9;
    right: -100%;
    top: 6%;
    height: 33%;
    margin: 0;
    margin-top: 1.4em;
    padding: 1em;
    position: absolute;
    width: 100%;
    -webkit-transition: right ease 0.3s;
    transition: right ease 0.3s;
    z-index: 10;
  }
  .main-navigation .text-links .site-navigation {
    margin-left: 0;
  }
  .main-navigation .text-links .user-navigation {
    text-align: left;
  }
  .main-navigation .text-links a {
    display: block;
  }
  #landing-page .main-navigation .text-links a {
    color: #f2572c;
  }
  .text-based-page label[for="mobile-nav-revealer"] {
    color: #333;
    top: 0.25em;
  }
  #mobile-nav-revealer:checked + .main-navigation .text-links {
    right: 0;
  }
  footer.content-block {
    padding: 2em 2.5%;
  }
}
@media (max-width: 800px) {
  #landing-page .jumbotron {
    background-size: auto;
    background-position: 50% 0;
  }
}
@media (min-width: 700px) {
  label[for="mobile-nav-revealer"],
  #mobile-nav-revealer {
    display: none;
  }
  .content-block {
    padding: 40px 5%;
  }
  #main-content .content-block {
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-top: 0;
  }
  #main-content .content-block:first-child {
    padding-top: 60px;
  }
  #main-content .content-block:last-child {
    padding-bottom: 60px;
  }
  .main-navigation a {
    margin: 0;
  }
  .main-navigation .text-links {
    position: relative;
  }
  .main-navigation .text-links .user-navigation {
    position: absolute;
    right: 0;
    top: 0;
  }
}
#plans-page .promo-image {
  width: 100%;
}
#plans-page #text-block {
  padding-right: 2em;
}
#plans-page #upgrade-info-form {
  margin-top: 1em;
  padding: 0.5em 1em 1em;
  margin-left: 1em;
  background-color: #FAFAF7;
  box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.1);
}
#plans-page #upgrade-info-form h3 {
  color: #333;
}
#plans-page #upgrade-info-form input[type=text],
#plans-page #upgrade-info-form input[type=email],
#plans-page #upgrade-info-form textarea {
  width: 100%;
  box-shadow: none;
  border-radius: 0;
}
#plans-page #upgrade-info-form input[name='first-name'],
#plans-page #upgrade-info-form input[name='last-name'] {
  width: 48%;
}
#plans-page #upgrade-info-form input[name='first-name'] {
  margin-right: 4%;
}
#plans-page #upgrade-info-form input[type=submit] {
  background-color: #f45d2b;
  color: #fff;
  font-weight: 600;
  margin-top: 1em;
}
#solutions {
  background-color: #fbfafb;
}
#solutions.content-block {
  margin-bottom: 50px;
}
#solutions .intro {
  margin-bottom: 1em;
}
#feature-page-sign-up-prompt {
  margin-top: 20px;
}
#clients,
#feature-page-sign-up-prompt {
  text-align: center;
}
#clients a,
#feature-page-sign-up-prompt a {
  color: #59adea;
  text-decoration: none;
}
#clients img,
#feature-page-sign-up-prompt img {
  width: 100%;
}
#clients .client-boxes,
#feature-page-sign-up-prompt .client-boxes {
  margin-bottom: 2em;
}
.text-based-page .main-navigation {
  font-weight: 600;
  padding: 10px 10%;
  border-bottom: 1px solid #cecece;
}
.text-based-page .main-navigation .signup-link {
  background-color: #f45d2b;
  color: #fff;
}
.text-based-page .main-navigation .signup-link:hover {
  background-color: #e0410c;
}
.text-based-page .legal-text {
  line-height: 1.7em;
  color: #333333;
  max-width: 600px;
}
.text-based-page .legal-text a {
  color: inherit;
}
.text-based-page .legal-text h2 {
  margin-top: 1.7em;
  font-size: 1.9em;
}
.clearfix {
  clear: both;
}
.horizontally-centered {
  display: block;
  margin: 0 auto;
}
#services {
  max-width: 1000px;
  margin: 0 auto;
}
#services .service-info {
  padding: 1em;
}
.page-intro {
  text-align: center;
}
.pure-menu-children {
  background-color: #f9f9f9;
}
.pure-menu-children .pure-menu-item {
  color: #555;
}
/*Pricing table styles*/
.table-responsive,
.membership-pricing-table {
  margin-left: auto;
  margin-right: auto;
  letter-spacing: normal;
}
.membership-pricing-table {
  max-width: 920px;
  min-width: 784px;
}
.membership-pricing-table table {
  border: 1px solid #e0e0e0;
}
.membership-pricing-table table td {
  -webkit-box-shadow: 0 1px 0 #fff inset;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 0 #fff inset;
  font-size: 14px;
  line-height: normal;
  padding: 7px 10px;
  text-align: center;
  width: auto;
}
.membership-pricing-table table .plan-header {
  border: 1px solid #e2e2e2;
  color: #333333;
  font-size: 42px;
  padding: 25px 0;
  text-align: center;
}
.membership-pricing-table table tr.popular-flag-row {
  line-height: 15px;
}
.membership-pricing-table table td.most-popular-flag {
  background: #47aa58;
  border-left-color: #47aa58;
  border-right-color: #47aa58;
  border-top-color: #47aa58;
  color: #fff;
  font-size: 12px;
}
.membership-pricing-table table tr:last-child td {
  line-height: inherit;
}
.membership-pricing-table table tr td:first-child {
  background-color: transparent;
  text-align: left;
  width: 19%;
}
.membership-pricing-table table tr:first-child td {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.membership-pricing-table table tr:first-child th:first-child {
  border-left-color: transparent;
  border-right-color: #e2e2e2;
  border-top-color: transparent;
}
.membership-pricing-table table tr:first-child th .pricing-plan-name {
  font-size: 22px;
}
.membership-pricing-table table tr:first-child th .pricing-plan-price {
  line-height: 34px;
  position: relative;
  top: 10px;
}
.membership-pricing-table table tr:first-child th .pricing-plan-price > sup {
  font-size: 50%;
}
.membership-pricing-table table tr:first-child th .pricing-plan-price > sup.currency-symbol {
  left: 6%;
}
.membership-pricing-table table tr:first-child th .pricing-plan-price > span {
  font-size: 30%;
}
.membership-pricing-table table tr:first-child th .pricing-plan-period {
  font-size: 25%;
  position: relative;
  top: 10px;
}
.membership-pricing-table table tr:nth-child(2) td {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.membership-pricing-table table tr:nth-child(2) th .pricing-plan-name {
  font-size: 22px;
}
.membership-pricing-table table tr:nth-child(2) th .pricing-plan-price {
  line-height: 34px;
  position: relative;
  top: 10px;
}
.membership-pricing-table table tr:nth-child(2) th .pricing-plan-price > sup {
  font-size: 50%;
}
.membership-pricing-table table tr:nth-child(2) th .pricing-plan-price > sup.currency-symbol {
  left: 6%;
}
.membership-pricing-table table tr:nth-child(2) th .pricing-plan-price > span {
  font-size: 30%;
}
.membership-pricing-table table tr:nth-child(2) th .pricing-plan-period {
  font-size: 25%;
  position: relative;
  top: 10px;
}
.membership-pricing-table table tr:nth-child(even) {
  background-color: #fafafa;
}
.membership-pricing-table table .header-plan-inner {
  position: relative;
}
.membership-pricing-table table .plan-head {
  background-color: #ff9c00;
  border-bottom: none;
  border: 1px solid #cf7300;
  box-sizing: content-box;
  height: 30px;
  left: -1px;
  position: absolute;
  top: -33px;
  width: 100%;
}
.membership-pricing-table i.fa.fa-check {
  color: rgba(71, 170, 89, 0.88);
  font-size: 22px;
  vertical-align: inherit;
}
.membership-pricing-table i.fa.fa-info-circle {
  color: #cccccc;
  cursor: pointer;
  font-size: 18px;
  vertical-align: baseline;
}
.membership-pricing-table tr td.cell-border {
  border: 1px solid #e0e0e0;
}
.contact-sales-btn {
  background: #fff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #4da7e9;
  box-shadow: none;
  color: #4da7e9;
  min-width: 100px;
  padding: 2px 12px 2px 12px;
}
.contact-sales-btn:hover {
  background: #f0f7fd;
}
i.data-tip {
  display: inline;
  position: relative;
}
i.data-tip span {
  background: #000000;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 0.75em;
  height: 30px;
  left: 100%;
  line-height: 30px;
  margin-left: 15px;
  margin-top: -15px;
  opacity: 1;
  padding: 0 8px 0 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: opacity 300ms ease-in-out;
  visibility: hidden;
  white-space: nowrap;
}
i:hover.data-tip span {
  height: inherit;
  left: 100%;
  line-height: 16px;
  margin-left: 15px;
  margin-top: -15px;
  opacity: 1;
  padding: 12px 10px 12px 15px;
  text-align: left;
  top: 50%;
  visibility: visible;
  white-space: inherit;
  width: 13.8em;
  z-index: 10000;
}
.top-left-cell {
  background: #fff;
}
.fixed {
  background: #fff;
  border: none;
  display: none;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 10000;
  max-width: 920px;
  min-width: 784px;
}
.up {
  cursor: pointer;
}
.ui-segment {
  border-radius: 6px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  min-width: 200px;
}
.ui-segment span.option.active {
  background-color: #fff;
  border-radius: 4px;
  color: #47aa58;
}
.ui-segment span.option {
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 400;
  height: auto;
  line-height: 25px;
  margin: 0px;
  padding: 5px 40px 5px 40px;
  text-align: center;
}
.ui-segment span.option:last-child {
  border-right: none;
  padding: 5px 10px 5px 10px;
}
.ui-segment span.option:last-child:after {
  content: " (save ~15%)";
  opacity: 0.75;
}
.segment-select {
  display: none;
}
.price {
  display: inline-block;
}
.org-price {
  display: inline-block;
}
.interval {
  position: relative;
  right: 6%;
}
.org-interval {
  position: relative;
  right: 6%;
}

#hamburger-container {
  height: 100%;
  width: 100%;
  position: absolute;
  background: white;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  font-family: "proxima-nova";
  font-weight: lighter;
}

#hamburger-container #header {
  margin: 15px 15px;
}

#hamburger-container .logo {
  width: 80px;
}

#hamburger-container #menu-nav {
  margin-top: 20%;
}

#hamburger-container #user-nav {
  margin-top: 10%;
}

#hamburger-container ul {
  list-style: none;
  margin-left: -15px;
}

#hamburger-container li {
  margin: 15px 0px;
}

#hamburger-container li a {
  text-decoration: none;
  color: #767676;
}

.current-active-page {
  color: #e25729 !important;
}

#hamburger-container #user-nav .signup-link{
   background-color: #e25729;
   border-radius: 2px;
   color: #fff;
   padding: 9px;
}