body.landingpage {
  font-size: 19px;
  color: #333;
}
.ck_powered_by {
  display: none !important;
}
.subpage-header {
  background-color: #57ad68;
  background-image: linear-gradient(to bottom, #57ad68, #3EAD68);
}
.landing-page-header {
  background: #457fca; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #457fca , #5691c8); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #457fca , #5691c8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
body.page-ruby-on-rails-security-strategy div.landing-page-header {
  background: #0a77d5; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0a77d5 24%, #87bcea 72%, #539fe1 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0a77d5 24%,#87bcea 72%,#539fe1 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0a77d5 24%,#87bcea 72%,#539fe1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body.page-trackman-up div.landing-page-header {
background: #ff5b5b; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ff5b5b 24%, #ff6060 72%, #d34848 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ff5b5b 24%,#ff6060 72%,#d34848 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ff5b5b 24%,#ff6060 72%,#d34848 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
div.trackman-image {
  overflow: hidden;
  border-top-right-radius: 6px;
}

.black-gradient {
background: #63676d; /* Old browsers */
background: -moz-linear-gradient(-45deg, #63676d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #63676d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #63676d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* header block */
.navbar-brand strong {
  background: #fff;
  padding: 12px 7px 17px;
  border-radius: 4px;
  color: #28669F;
}

/* footer block */
.app-footer {
  background-color: #262F36;
}
.app-footer a {
  color: #fff;
}
div.app-price-plans div.featured-list-icon {
  color: #006fd7;
  border: 1px solid #006fd7;
}
img.report-cover {
  width: 100%;
  box-shadow: 4px 4px 10px 0px rgba(192,192,192,1);
}

/* modals */

.modal a {
  color: #57ad68;
}

.contact_frame {
  border: 0;
  width: 100%;
  height: 400px;
}
/* ribbons */

.app-ribbon-landing {
  background: #4cae4c;
}
.app-ribbon-landing cite {
  color: #f0f0f0;
}

/* slide-in */

#slide-in-box {
  position: absolute;
  box-sizing: border-box;
  right: 20px;
  top: -29px;
  width: 160px;
  height: 24px;
  color: #fff;
  padding: 3px 0 0 0;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  background: #57ad68;
}

#slide-in-up {
  display: inline-block;
}

#slide-in-down {
  display: none;
}

#ask-slide-in.present #slide-in-up {
  display: none;
}

#ask-slide-in.present #slide-in-down {
  display: inline-block;
}

#ask-slide-in {
  position: fixed;
  box-sizing: border-box;
  right: 35px;
  bottom: 0;
  width: 375px;
  height: 375px;
  background: #fff;
  font-size: 13px;
  border-top: 5px solid #57ad68;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
  -webkit-transform: translateY(375px) translateZ(10px);
  -ms-transform: translateY(375px) translateZ(10px);
  transform: translateY(375px) translateZ(10px);
  z-index: 999999;
  font-family: OpenSans, Arial, sans-serif;
}
#ask-slide-in a {
  color: #57ad68;
}
#ask-slide-in:hover  {
  -webkit-transform: translateY(365px) translateZ(10px);
  -ms-transform: translateY(365px) translateZ(10px);
  transform: translateY(365px) translateZ(10px);
}

#ask-slide-in.moving {
  -webkit-transition: 0.3s -webkit-transform;
  -ms-transition: 0.3s -ms-transform;
  transition: 0.3s transform;
}

#ask-slide-in.present {
  -webkit-transform: translateY(0) translateZ(10px);
  -ms-transform: translateY(0) translateZ(10px);
  transform: translateY(0) translateZ(10px);
}

#ask-slide-in div.contents {
  position: relative;
  width: 100%;
  height: 375px;
  overflow: hidden;
  -webkit-transform: translateZ(10px);
}

#ask-slide-in div.sub-page {
  float: left;
  width: 375px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  -webkit-transform: translateZ(0);
}

#ask-slide-in div.team img {
  width: 50px;
  height: 50px;
}

#ask-slide-in div.block-xs {
  margin: 14px 0;
  line-height: 1.4;
}

#ask-slide-in div.block-xs button {
  float: right;
  margin-left: 5px;
}

#ask-slide-in h4 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 15px 0;
}

/* guide content */

.docs-content, .docs-content h1, .docs-content h2, .docs-content h3, .docs-content h4, .docs-content h5 {
  font-family: -apple-system, BlinkMacSystemFont,"Segoe UI", Roboto, Helvetica,Arial,sans-serif;
  line-height: 1.5em;
  letter-spacing: normal;
  font-weight: normal;
  color: #393939;
}

.docs-content {
  font-size: 15px;
}

.docs-content code {
  background-color: #f9f9f9;
  color: inherit;
  border: 1px solid #ccc;
  white-space: nowrap;
  padding: 1px 4px;
}

.docs-content pre code {
  border: 0;
  background-color: #f5f5f5;
  white-space: pre-wrap;
}