/* Generated by less 2.5.1 */
body {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: #555;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.img-responsive {
  margin: 0 auto;
}
/*Typography*/
a {
  color: #5e347f;
}
a:hover,
a:focus {
  color: #6207a0;
}
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  line-height: 1.4;
  color: #333;
}
h1 {
  font-size: 2.7em;
  font-weight: 700;
}
h2 {
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 1.2em;
}
h3 {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 1.2em;
}
h4 {
  font-weight: 300;
  font-size: 1.35em;
}
h5 {
  font-size: 1.2em;
  font-weight: 400;
  color: #333;
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.7em;
    font-weight: 700;
  }
}
.lead {
  font-size: 1.8em;
  font-weight: 300;
}
.text-muted {
  color: #666;
}
.text-orange,
a.link-orange {
  color: #e66a1f;
}
.text-purple {
  color: #5e347f;
}
.subtitle {
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
p {
  margin: 0 0 3em;
}
.mb1 {
  margin-bottom: 1em;
}
.mb2 {
  margin-bottom: 2em;
}
.mt2 {
  margin-top: 2em;
}
ul.check-bullets li {
  background: url(../media/svg/icon-bullet-check.svg) 0 0 no-repeat;
  padding-left: 32px;
  margin-bottom: 20px;
}
ul.check-bullets.list-inline li {
  margin-right: 20px;
}
/*Buttons*/
.btn {
  text-transform: uppercase;
  border-radius: 3px;
  padding: 8px 15px;
}
.btn-default,
.btn-default.active,
.btn-default:active,
.btn-default.focus,
.btn-default:focus,
.btn-default:active:focus,
.btn-default.active:focus {
  border: 1px solid #c2c2c2;
  color: #000;
  box-shadow: none;
}
.btn-primary,
.btn-primary.active,
.btn-primary:active,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus {
  background-color: #e66a1f;
  border-color: transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  font-weight: 700;
}
.btn-primary:hover {
  background-color: #f47021;
  border-color: transparent;
}
.btn-success,
.btn-success.active,
.btn-success:active,
.btn-success.focus,
.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus {
  background-color: #5e347f;
  border-color: transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  font-weight: 700;
}
.btn-success:hover {
  background-color: #6b3b91;
  border-color: transparent;
}
.btn-lg {
  font-size: 16px;
  padding: 15px 25px;
}
@media (max-width: 768px) {
  .btn,
  .btn-group {
    width: 100%;
  }
}
/*Header*/
.navbar {
  margin-bottom: 0;
}
.navbar-brand {
  height: auto;
  padding: 25px 20px;
}
.navbar-default {
  background-color: #fff;
  border-color: #e7e7e7;
}
@media (min-width: 768px) {
  .navbar-nav li a.btn-default {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 8px;
    margin-left: 10px;
  }
  .navbar-nav {
    margin-top: 20px;
    font-size: 14px;
  }
  .navbar-nav li a.btn-primary {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 8px;
    margin-left: 10px;
    color: #fff;
  }
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #777;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a.btn-default {
  color: #000;
}
.navbar-default .navbar-nav > li > a.btn-primary {
  color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #000;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a.btn-primary,
.navbar-default .navbar-nav > .open > a.btn-primary:focus,
.navbar-default .navbar-nav > .open > a.btn-primary:hover,
.navbar-default .navbar-nav > li > a.btn-primary:hover {
  color: #fff;
  background-color: #f47021;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 21px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #111;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
@media (max-width: 768px) {
  .navbar-collapse.in .navbar-nav > li > a.btn-default,
  .navbar-collapse.in .navbar-nav > li > a.btn-primary {
    margin: 15px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: 14px;
    right: auto;
  }
}
/*Mini header*/
.mini-header {
  font-size: 13px;
  padding: 5px 0;
}
.mini-header ul {
  margin-bottom: 0;
}
.mini-header ul li {
  border-right: 1px solid #e1e1e1;
  margin-right: 5px;
  padding-right: 10px;
}
.mini-header ul li.last {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
/*Breadcrumb*/
.breadcrumb {
  padding: 0;
  margin-bottom: 2em;
  list-style: none;
  background-color: transparent;
  font-size: 13px;
}
.breadcrumb a {
  color: #b7b7b7;
  text-transform: capitalize;
}
.breadcrumb > .active {
  color: #fff;
}
/*Testimonial*/
blockquote {
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 32px;
  border-left: none;
  border-radius: 300px;
  margin: 0 auto 2em auto;
  vertical-align: center;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: none;
}
blockquote footer {
  background-color: transparent;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 1em;
}
.testimonial.orange-bg {
  background-color: #e66a1f;
}
.testimonial.navy-bg {
  background-color: #1f51a1;
}
.testimonial.green-bg {
  background-color: #2c6341;
}
.testimonial.yellow-bg {
  background-color: #f2da88;
  color: #350457;
}
.testimonial.yellow-bg footer {
  color: #350457;
}
@media (min-width: 1201px) {
  .testimonial {
    background-color: #7fa3cc;
    padding: 100px;
    width: 500px;
    height: 500px;
  }
  .testimonial-noh {
    padding-top: 150px;
  }
}
@media (max-width: 1200px) {
  .testimonial {
    background-color: #7fa3cc;
    width: 400px;
    height: 400px;
    font-size: 24px;
    padding: 75px;
  }
  .testimonial-noh {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .testimonial {
    width: 100%;
    height: auto;
    font-size: 24px;
    padding: 2em;
    border-radius: 0;
  }
}
/*Hero*/
.hero {
  background: url(../media/bg/hero-bg.jpg) center left no-repeat #0c0718;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 5em 0 0 0;
}
.hero.inner {
  background: url(../media/bg/hero-bg.jpg) bottom left no-repeat #0c0718;
  color: #fff;
  padding: 2em 0 2.5em 0;
}
.hero.inner-resources {
  background: url(../media/bg/testimonial-bg.png) bottom left no-repeat #0c0718;
  color: #fff;
  padding: 2em 0 2.5em 0;
}
.hero.inner-resources .subtitle {
  color: #fff;
}
#blog .hero {
  background: url(../media/bg/testimonial-bg.png) bottom left no-repeat #0c0718;
  color: #fff;
  padding: 2em 0 2.5em 0;
}
.hero h1,
.hero h2 {
  color: #fff;
}
/*Featured*/
.featured {
  padding: 2.5em 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-top: 5em;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.featured h5 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-top: 2px;
}
.featured a {
  color: #fff;
}
.featured img {
  border: 1px solid #fff;
}
.featured .subtitle {
  margin-bottom: 1em;
  color: #fff;
}
.featured .link {
  text-decoration: underline;
  font-size: 0.85em;
}
/*Carousel*/
.item.global {
  background: url(../media/bg/hero-bg.jpg) bottom left no-repeat #5e347f;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 5em 0 0 0;
  min-height: 38em;
}
.item.webinar {
  background: url(../media/bg/hero-bg2.png) center left no-repeat #5e347f;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 5em 0 0 0;
  min-height: 38em;
}
.item.rsa {
  background: url(../media/bg/rsa-bg.jpg) center top no-repeat #ffffff;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 5em 0 0 0;
  min-height: 38em;
}
.item h1,
.item h2 {
  color: #fff;
}
.item.rsa h1,
.item.rsa h2 {
  color: #111;
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 230px;
  }
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 20%;
  margin-right: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 30%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 30%;
  margin-left: -10px;
}
/*Inline subnav*/
.subnav {
  background-color: #f2f3f5;
}
.subnav ul {
  margin: 0 auto;
  display: block;
}
.subnav ul li a {
  padding: 15px 20px;
  display: inline-block;
  color: #333;
}
.subnav ul li a.active {
  border-bottom: 2px solid #e66a1f;
  font-weight: 700;
}
.subnav ul li a:hover {
  text-decoration: none;
  color: #111;
}
/*Content blocks*/
.content-block {
  padding: 3em 0;
}
@media (max-width: 768px) {
  .content-block {
    padding: 1em 0;
  }
}
.grey-bg {
  background-color: #f2f3f5;
}
.dark-grey-block {
  background-color: #959595;
  color: #fff;
  border-radius: 10px;
  padding: 2em;
}
.top-border {
  border-top: 1px solid #e1e1e1;
}
.product-box {
  background-color: #fff;
  padding: 2em;
  border: 1px solid #e1e1e1;
  min-height: 445px;
  margin-bottom: 2em;
}
.product-box p {
  min-height: 96px;
}
.we-offer p {
  margin-bottom: 2em;
}
.we-offer p.first {
  margin-top: 1em;
}
.answers-we-provide p {
  color: #333;
}
.answers-we-provide .icon {
  margin: 2.5em auto 1em auto;
}
.answers-we-provide .btn {
  margin-top: 3em;
}
.why-farsight-security p.lead {
  font-size: 48px;
  font-weight: 700;
  color: #e66a1f;
  margin-bottom: 0;
}
.featured-testimonial {
  background: url(../media/bg/testimonial-bg.png) center top no-repeat #0c0718;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 5em 0;
}
.featured-testimonial h4 {
  color: #fff;
}
.featured-testimonial p {
  margin-top: 2em;
}
.call-to-action .btn {
  margin: 1.5em 0;
}
.call-to-action p {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 1em;
}
.call-to-action p .black,
.call-to-action p a {
  color: #000;
  font-weight: 500;
}
.call-to-action p a {
  text-decoration: underline;
}
.farsight-solution h2 {
  margin-bottom: 0;
}
.farsight-solution h3 {
  margin-top: 0;
}
.dnsdb-overview .dark-grey-block {
  margin-top: 5em;
}
.brand-sentry h3 {
  margin-bottom: 0;
}
.brand-sentry h4 {
  margin-bottom: 2em;
}
.team .profile-img {
  border-radius: 5px;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.team h3 {
  margin-bottom: 0;
}
.team h4 {
  margin-bottom: 2em;
}
.team .lead {
  font-size: 17px;
  font-weight: 300;
}
.customer-block {
  border: 1px solid #e1e1e1;
  padding: 20px 0;
  margin-bottom: 2em;
}
.inner-resources h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.inner-resources .lead {
  font-size: 24px;
}
.webinars .img-responsive {
  margin-bottom: 20px;
}
.webinars a:hover {
  text-decoration: none;
}
.webinars a {
  margin-bottom: 2em;
  display: block;
}
.webinars a .title:hover {
  text-decoration: underline;
}
.webinars a img {
  border: 1px solid #e1e1e1;
}
.resources p {
  margin-bottom: 10px;
}
.resources .media {
  margin-bottom: 2em;
}
.resources .media-object {
  border: 1px solid #e1e1e1;
  padding: 3px;
}
.datasheets ul li {
  display: block;
  margin-bottom: 1em;
}
.datasheets a {
  background: url(../media/svg/pdf.svg) 0 0 no-repeat;
  padding-left: 24px;
}
.faq a {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 1em;
}
.faq-answer {
  border-top: 1px solid #e1e1e1;
  margin-top: 2em;
}
.faq-answer h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.faq-answer p {
  margin-bottom: 1em;
}
.did-you-know {
  background: url(../media/bg/testimonial-grey-bg.png) bottom right no-repeat #f2f3f5;
}
.map-block {
  margin-bottom: -10px;
}
.map-block .overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 460px;
  /* your iframe height */
  top: 460px;
  /* your iframe height */
  margin-top: -460px;
  /* your iframe height */
}
.solutions h3 {
  margin-bottom: 0.5em;
}
.solutions p {
  margin-bottom: 1em;
}
.solution-paper h3 {
  margin-bottom: 0.5em;
  margin-top: 0;
}
.solution-paper ul {
  margin-bottom: 3em;
}
.demo-signup .panel {
  border-radius: 0;
  border: 1px solid #e1e1e1;
  box-shadow: none;
}
.demo-signup .panel .panel-body {
  padding: 30px;
}
.demo-signup form input {
  border-radius: 3px;
}
.demo-signup form label {
  font-weight: 400;
}
.demo-signup form {
  margin-bottom: 1em;
}
.news-events .subtitle {
  color: #000;
}
.news-events .news-entry h3,
.news-events .pr-entry h3 {
  font-weight: 400;
  margin-top: 0;
}
.news-events .news-entry h3 a,
.news-events .pr-entry h3 a {
  text-decoration: underline;
}
.news-events .event h3,
.events .event h3 {
  margin-top: 0;
}
.news-events .event .subtitle,
.events .event .subtitle {
  background: url(../media/svg/icon-event.svg) 0 0 no-repeat;
  padding-left: 20px;
}
.news-events .pr-entry .subtitle {
  background: url(../media/svg/icon-pr.svg) 0 0 no-repeat;
  padding-left: 20px;
}
.news-events .event img,
.events .event img {
  border: 1px solid #e1e1e1;
}
.events .event {
  border-top: 1px solid #e1e1e1;
  padding-top: 1em;
  margin-bottom: 1em;
}
.events .event p {
  margin-bottom: 0;
}
/*Related-content*/
.related-content .datasheets li {
  display: none;
}
.related-content .datasheets li.visible {
  display: block;
}
/*Blog*/
#blog .blog-entry {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 2em;
}
#blog .blog-entry p {
  line-height: 30px;
}
#blog .blog-entry h2 {
  margin-bottom: 0.5em;
  font-weight: 400;
  font-size: 1.65em;
}
#blog .blog-entry h2 a:hover {
  text-decoration: none;
}
#blog .subtitle {
  color: #333;
  margin-bottom: 1em;
}
#blog p {
  margin-bottom: 2em;
}
#blog span.previous,
#blog span.next {
  border: 1px solid #e1e1e1;
  color: #999;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 8px 15px;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: top;
}
#blog .share-panel {
  background-color: #f2f3f5;
  display: block;
  padding: 30px 20px 20px 20px;
  margin-bottom: 1em;
}
#blog .recent-posts {
  border: 1px solid #e1e1e1;
  padding: 1.5em;
  margin-top: 1em;
}
#blog .recent-posts li,
.recent-posts li {
  margin-bottom: 1em;
}
#blog .recent-posts p {
  margin-bottom: 1em;
}
#blog blockquote {
  color: #999;
  text-align: left;
  font-size: 16px;
  border-left: 2px solid #e1e1e1;
  border-radius: 0;
  padding: 0 20px;
  font-weight: 400;
}
#blog blockquote p {
  margin-bottom: 0;
}
#blog .post h4 {
  font-weight: 700;
  font-size: 23px;
}
#blog .post ul,
#blog .post p {
  margin-bottom: 1em;
}
#blog .post a {
  text-decoration: underline;
}
#blog .post img {
  max-width: 100%;
}
#blog .post .panel {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  box-shadow: none;
  background: #f2f3f5;
}
#blog .post .panel a {
  text-decoration: none;
}
/*Order services*/
@media (min-width: 768px) {
  .order-services .product-box p {
    min-height: 394px;
  }
}
/*Form elements*/
.form-control {
  border-radius: 3px;
}
.required-error {
  border: 1px solid red;
  border-radius: 5px;
}
div.required {
  display: inline-block;
}
div.optional {
  display: inline-block;
}
.required:after,
.required-error:after {
  color: #f00;
  content: "* ";
}
#processing {
  border: 1px solid black;
  width: 280px;
  /* 4 * circle overall width (10px + 2 * 30px) */
  padding: 20px;
  background-color: #E77341;
  color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  visibility: hidden;
  outline: 9999px solid rgba(0, 0, 0, 0.5);
}
#message {
  text-align: center;
}
.circle {
  border-radius: 50%;
}
#processing .circle {
  display: inline-block;
  position: relative;
  background-color: white;
  width: 10px;
  height: 10px;
  margin: 0px 30px;
}
/*Request demo*/
#demo-form .panel,
#grant-form .panel {
  border-width: 2px;
  border-radius: 0;
  border-color: #e66a1f;
}
#demo-form .panel .panel-body,
#grant-form .panel .panel-body {
  padding: 30px;
  background-color: #fbfbfc;
  box-shadow: inset 0px 0px 0px 3px #ffffff;
}
#demo-form h1,
#grant-form h1 {
  margin-bottom: 1em;
}
#demo-form .splunk-trial h1 {
  margin-bottom: 0;
}
#demo-form .splunk-trial h2 {
  margin-top: 0;
  margin-bottom: 0;
}
#demo-form .call-to-action,
#grant-form .call-to-action {
  display: none;
}
#g-recaptcha {
  margin-bottom: 1em;
}
.invisible {
  display: none;
}
/*Footer*/
.footer-nav {
  padding: 3em 0;
  background-color: #222222;
  font-size: 13px;
  color: #fff;
}
.footer-nav .title {
  font-weight: 700;
  margin-bottom: 1em;
  display: block;
}
.footer-nav ul li a {
  color: #959595;
  margin-bottom: 0.3em;
  display: block;
}
.footer-nav .social-links a img {
  width: 24px;
  height: auto;
  margin-left: 1em;
}
footer {
  padding: 1em;
  background: #191919;
  color: #fff;
  font-size: 13px;
}
footer a {
  color: #959595;
  margin-left: 20px;
  text-decoration: underline;
}
footer a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  footer .pull-left,
  footer .pull-right {
    text-align: center;
    float: none;
    width: 100%;
  }
}
/* pygments syntax highlighter: jwarby/jekyll-pygments-themes github.css */
.highlight .hll {
  background-color: #ffffcc;
}
.highlight .c {
  color: #999988;
  font-style: italic;
}
/* Comment */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
/* Error */
.highlight .k {
  color: #000000;
  font-weight: bold;
}
/* Keyword */
.highlight .o {
  color: #000000;
  font-weight: bold;
}
/* Operator */
.highlight .cm {
  color: #999988;
  font-style: italic;
}
/* Comment.Multiline */
.highlight .cp {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}
/* Comment.Preproc */
.highlight .c1 {
  color: #999988;
  font-style: italic;
}
/* Comment.Single */
.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}
/* Comment.Special */
.highlight .gd {
  color: #000000;
  background-color: #ffdddd;
}
/* Generic.Deleted */
.highlight .ge {
  color: #000000;
  font-style: italic;
}
/* Generic.Emph */
.highlight .gr {
  color: #aa0000;
}
/* Generic.Error */
.highlight .gh {
  color: #999999;
}
/* Generic.Heading */
.highlight .gi {
  color: #000000;
  background-color: #ddffdd;
}
/* Generic.Inserted */
.highlight .go {
  color: #888888;
}
/* Generic.Output */
.highlight .gp {
  color: #555555;
}
/* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
}
/* Generic.Strong */
.highlight .gu {
  color: #aaaaaa;
}
/* Generic.Subheading */
.highlight .gt {
  color: #aa0000;
}
/* Generic.Traceback */
.highlight .kc {
  color: #000000;
  font-weight: bold;
}
/* Keyword.Constant */
.highlight .kd {
  color: #000000;
  font-weight: bold;
}
/* Keyword.Declaration */
.highlight .kn {
  color: #000000;
  font-weight: bold;
}
/* Keyword.Namespace */
.highlight .kp {
  color: #000000;
  font-weight: bold;
}
/* Keyword.Pseudo */
.highlight .kr {
  color: #000000;
  font-weight: bold;
}
/* Keyword.Reserved */
.highlight .kt {
  color: #445588;
  font-weight: bold;
}
/* Keyword.Type */
.highlight .m {
  color: #009999;
}
/* Literal.Number */
.highlight .s {
  color: #d01040;
}
/* Literal.String */
.highlight .na {
  color: #008080;
}
/* Name.Attribute */
.highlight .nb {
  color: #0086b3;
}
/* Name.Builtin */
.highlight .nc {
  color: #445588;
  font-weight: bold;
}
/* Name.Class */
.highlight .no {
  color: #008080;
}
/* Name.Constant */
.highlight .nd {
  color: #3c5d5d;
  font-weight: bold;
}
/* Name.Decorator */
.highlight .ni {
  color: #800080;
}
/* Name.Entity */
.highlight .ne {
  color: #990000;
  font-weight: bold;
}
/* Name.Exception */
.highlight .nf {
  color: #990000;
  font-weight: bold;
}
/* Name.Function */
.highlight .nl {
  color: #990000;
  font-weight: bold;
}
/* Name.Label */
.highlight .nn {
  color: #555555;
}
/* Name.Namespace */
.highlight .nt {
  color: #000080;
}
/* Name.Tag */
.highlight .nv {
  color: #008080;
}
/* Name.Variable */
.highlight .ow {
  color: #000000;
  font-weight: bold;
}
/* Operator.Word */
.highlight .w {
  color: #bbbbbb;
}
/* Text.Whitespace */
.highlight .mf {
  color: #009999;
}
/* Literal.Number.Float */
.highlight .mh {
  color: #009999;
}
/* Literal.Number.Hex */
.highlight .mi {
  color: #009999;
}
/* Literal.Number.Integer */
.highlight .mo {
  color: #009999;
}
/* Literal.Number.Oct */
.highlight .sb {
  color: #d01040;
}
/* Literal.String.Backtick */
.highlight .sc {
  color: #d01040;
}
/* Literal.String.Char */
.highlight .sd {
  color: #d01040;
}
/* Literal.String.Doc */
.highlight .s2 {
  color: #d01040;
}
/* Literal.String.Double */
.highlight .se {
  color: #d01040;
}
/* Literal.String.Escape */
.highlight .sh {
  color: #d01040;
}
/* Literal.String.Heredoc */
.highlight .si {
  color: #d01040;
}
/* Literal.String.Interpol */
.highlight .sx {
  color: #d01040;
}
/* Literal.String.Other */
.highlight .sr {
  color: #009926;
}
/* Literal.String.Regex */
.highlight .s1 {
  color: #d01040;
}
/* Literal.String.Single */
.highlight .ss {
  color: #990073;
}
/* Literal.String.Symbol */
.highlight .bp {
  color: #999999;
}
/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #008080;
}
/* Name.Variable.Class */
.highlight .vg {
  color: #008080;
}
/* Name.Variable.Global */
.highlight .vi {
  color: #008080;
}
/* Name.Variable.Instance */
.highlight .il {
  color: #009999;
}
/* Literal.Number.Integer.Long */
/*Icons*/
.icon-o-orange {
  width: 66px;
  height: 66px;
  background-color: #e66a1f;
  padding: 15px;
  border-radius: 100px;
}
.icon-o-purple {
  width: 66px;
  height: 66px;
  background-color: #350457;
  padding: 15px;
  border-radius: 100px;
}
/*Sticky NOD CTA*/
.sticky-nod-cta {
  position: fixed;
  bottom: 0;
  right: 5px;
  z-index: 999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  padding: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.sticky-nod-cta.alert-dismissible .close {
  position: fixed;
  bottom: 150px;
  right: 13px;
  top: initial;
  color: #fff;
  opacity: 1;
  height: 20px;
  width: 20px;
}
/*RSA conference landingpage*/
.rsa-conf {
  background: url(../media/bg/rsa-bg.jpg) center top no-repeat #ffffff;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 5em 0;
}
.rsa-conf h1,
.rsa-conf .lead {
  color: #111;
}
.rsa-conf .lead,
.andrew-lewman .lead {
  font-size: 1.5em;
}
.andrew-lewman {
  background-color: #0f0a13;
  padding-bottom: 0;
}
.andrew-lewman h2,
.andrew-lewman .lead {
  color: #fff;
}
.andrew-lewman h2 {
  margin-bottom: 0.8em;
}
.rsa-events .event img {
  height: 30px;
}
.rsa-events .event {
  padding: 1em;
}
.rsa-events .event .lead {
  font-size: 1.1em;
}
