footer.page-footer {
  margin-top: 50px;
}
footer.page-footer div.container-fluid h3 {
  font-size: 30px;
  margin-top: 0;
}
@media (min-width: 768px) {
  footer.page-footer div.container-fluid h3 {
    font-size: 32px;
  }
}
footer.page-footer div.container-fluid.drip-cta {
  background-color: #ebedee;
  padding: 30px 0;
}
footer.page-footer div.container-fluid.drip-cta h3 {
  margin-bottom: 20px;
}
footer.page-footer div.container-fluid.drip-cta img {
  float: right;
}
footer.page-footer div.container-fluid.drip-cta div.description {
  margin-bottom: 20px;
}
footer.page-footer div.container-fluid.drip-cta form {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  footer.page-footer div.container-fluid.drip-cta form label {
    min-width: 100px;
  }
  footer.page-footer div.container-fluid.drip-cta form input.form-control {
    display: inline-block;
    width: 250px;
  }
}
@media (max-width: 767px) {
  footer.page-footer div.container-fluid.drip-cta form .form-group {
    clear: both;
  }
}
footer.page-footer div.container-fluid.drip-cta small {
  color: #878c8f;
}
footer.page-footer div.container-fluid.bottom {
  background-color: #384957;
  color: #ebedee;
  font-size: 14px;
  padding: 50px 0;
}
footer.page-footer div.container-fluid.bottom a {
  color: #ebedee;
  text-decoration: underline;
}
footer.page-footer div.container-fluid.bottom a:hover {
  color: #fff;
}
footer.page-footer div.container-fluid.bottom p {
  margin-bottom: 2px;
}
footer.page-footer div.container-fluid.bottom ul.footer-contact-details {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 30px;
}
footer.page-footer div.container-fluid.bottom ul.footer-contact-details a {
  text-decoration: none;
}
@media (min-width: 768px) {
  footer.page-footer div.container-fluid.bottom ul.social,
  footer.page-footer div.container-fluid.bottom .memberwise {
    clear: both;
    float: right;
  }
}
footer.page-footer div.container-fluid.bottom ul.social a,
footer.page-footer div.container-fluid.bottom .memberwise a {
  text-decoration: none;
}
@media (min-width: 768px) {
  footer.page-footer div.container-fluid.bottom ul.social {
    margin-bottom: 45px;
  }
}
nav.navbar {
  background-color: #fff;
  border: none;
  color: #878c8f;
  font-family: 'Roboto';
  font-weight: 300;
  margin: 0;
}
nav.navbar div.container-fluid {
  padding: 0;
}
nav.navbar a.navbar-brand {
  background: url(/theme/images/logo.svg) no-repeat center left;
  height: 146px;
  padding: 0;
  text-indent: -9999px;
  width: 126px;
}
@media (max-width: 767px) {
  nav.navbar a.navbar-brand {
    background-position-x: 6px;
    background-size: 70%;
    height: 100px;
  }
}
@media (max-width: 360px) {
  nav.navbar a.navbar-brand {
    background-position-x: 10px;
    height: 80px;
    width: 76px;
  }
}
nav.navbar div.cta {
  margin-top: 20px;
}
@media (max-width: 767px) {
  nav.navbar div.cta {
    float: right;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  nav.navbar div.cta {
    position: absolute;
    right: 0;
  }
}
nav.navbar .navbar-header .navbar-toggle {
  border-color: #878c8f;
  margin-top: 20px;
}
nav.navbar .navbar-header .navbar-toggle .icon-bar {
  background-color: #384957;
}
@media (min-width: 768px) {
  nav.navbar ul.nav {
    margin-top: 78px;
  }
}
nav.navbar ul.nav li a {
  color: #878c8f;
  font-size: 17px;
  padding: 10px 15px;
}
nav.navbar ul.nav li a:hover,
nav.navbar ul.nav li a:focus {
  background-color: initial;
  outline: none;
}
@media (min-width: 768px) {
  nav.navbar ul.nav li a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  nav.navbar ul.nav li a {
    font-size: 20px;
  }
}
nav.navbar ul.nav > li > a {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  nav.navbar ul.nav > li > a {
    padding: 24px 10px;
  }
}
@media (min-width: 992px) {
  nav.navbar ul.nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
nav.navbar ul.nav .open > a,
nav.navbar ul.nav .open > a:hover,
nav.navbar ul.nav .open > a:focus {
  background-color: initial;
  color: #384957;
}
nav.navbar ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 inherit;
}
@media (max-width: 767px) {
  nav.navbar ul.nav li.dropdown ul.dropdown-menu {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  nav.navbar ul.nav li.dropdown ul.dropdown-menu {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.175);
  }
}
nav.navbar ul.nav li.dropdown ul.dropdown-menu a {
  font-weight: 300;
}
@media (min-width: 768px) {
  nav.navbar ul.nav li.dropdown ul.dropdown-menu a {
    padding: 12px 10px;
  }
}
@media (min-width: 992px) {
  nav.navbar ul.nav li.dropdown ul.dropdown-menu a {
    padding: 12px 20px;
  }
}
@media (min-width: 768px) {
  nav.navbar ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}
body.page-id-homepage article .container-fluid.services {
  background-color: #ebedee;
  padding-bottom: 50px;
}
body.page-id-homepage article .container-fluid.services h3 {
  margin-top: 50px;
  margin-bottom: 50px;
}
body.page-id-homepage article .container-fluid.services img {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 250px;
}
body.page-id-homepage article .container-fluid.testimonial {
  background-color: #ebedee;
}
body.page-id-homepage article .container-fluid.testimonial blockquote {
  background-color: #fff;
  display: none;
  margin-bottom: 5px;
  margin-right: 0;
}
body.page-id-homepage article .container-fluid.testimonial a.testimonial-next,
body.page-id-homepage article .container-fluid.testimonial a.testimonial-prev {
  color: #878c8f;
  cursor: pointer;
  font-size: 1.25em;
  padding: 0.5em;
}
body.page-id-homepage article .container-fluid.testimonial a.testimonial-next {
  float: right;
  margin-right: -0.5em;
}
body.page-id-homepage article .container-fluid.testimonial a.testimonial-prev {
  float: left;
  margin-left: -0.5em;
}
body.page-id-homepage article .container-fluid.clients {
  background-color: #ebedee;
  padding-bottom: 50px;
}
body.page-id-homepage article .container-fluid.clients h3 {
  margin-bottom: 30px;
}
body.page-id-homepage article .container-fluid.clients .logos > div {
  text-align: center;
}
body.page-id-homepage article .container-fluid.clients .logos img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.6;
  margin: 15px;
  max-height: 66px;
  max-width: 150px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body.page-id-homepage article .container-fluid.clients .logos img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
body.page-id-homepage article .content,
body.page-id-sheep article .content,
body.page-id-homepage article .services,
body.page-id-sheep article .services,
body.page-id-homepage article .why-sheep,
body.page-id-sheep article .why-sheep,
body.page-id-homepage article .sheep-tp,
body.page-id-sheep article .sheep-tp,
body.page-id-homepage article .expertise,
body.page-id-sheep article .expertise,
body.page-id-homepage article .testimonial,
body.page-id-sheep article .testimonial,
body.page-id-homepage article .cta,
body.page-id-sheep article .cta {
  margin-bottom: 0;
  padding-top: 50px;
}
body.page-id-homepage article .content,
body.page-id-sheep article .content {
  font-size: 22px;
  padding-bottom: 50px;
}
body.page-id-homepage article .content p,
body.page-id-sheep article .content p {
  margin-top: 30px;
}
body.page-id-homepage article .content .row .issue,
body.page-id-sheep article .content .row .issue {
  font-size: 18px;
  margin-bottom: 22px;
  padding-left: 35px;
}
body.page-id-homepage article .content .row .issue svg,
body.page-id-sheep article .content .row .issue svg {
  top: 5px;
  left: 15px;
  position: absolute;
}
@media (min-width: 992px) {
  body.page-id-homepage article div.content > p,
  body.page-id-sheep article div.content > p,
  body.page-id-homepage article div.content ol,
  body.page-id-sheep article div.content ol,
  body.page-id-homepage article div.content ul,
  body.page-id-sheep article div.content ul {
    padding-right: 0;
  }
}
body.page-id-homepage article .row.heading,
body.page-id-sheep article .row.heading {
  text-align: center;
}
body.page-id-homepage article .row.heading h2,
body.page-id-sheep article .row.heading h2 {
  font-size: 50px;
  margin-bottom: 50px;
  margin-top: 0;
}
body.page-id-homepage article .container.expertise,
body.page-id-sheep article .container.expertise {
  margin-bottom: 70px;
}
body.page-id-homepage article .container.expertise .row.listing ul,
body.page-id-sheep article .container.expertise .row.listing ul {
  margin-bottom: 0;
}
body.page-id-homepage article .container.expertise .row.listing ul li,
body.page-id-sheep article .container.expertise .row.listing ul li {
  margin-bottom: 5px;
}
body.page-id-homepage article .container.expertise .row.listing ul li .fa-li,
body.page-id-sheep article .container.expertise .row.listing ul li .fa-li {
  color: #609840;
}
body.page-id-homepage article .container-fluid.cta,
body.page-id-sheep article .container-fluid.cta {
  background-color: #0070b9;
  color: #fff;
  padding-bottom: 75px;
  text-align: center;
}
body.page-id-homepage article .container-fluid.cta button,
body.page-id-sheep article .container-fluid.cta button {
  margin-top: 25px;
}
body.page-id-homepage article .container-fluid.cta .calendly-inline-widget,
body.page-id-sheep article .container-fluid.cta .calendly-inline-widget {
  display: none;
  min-width: 320px;
  height: 620px;
  margin-top: 25px;
}
@media (max-width: 340px) {
  body.page-id-homepage article .container-fluid.cta .calendly-inline-widget,
  body.page-id-sheep article .container-fluid.cta .calendly-inline-widget {
    margin-left: -30px;
  }
}
body.page-id-homepage footer.page-footer,
body.page-id-sheep footer.page-footer {
  margin-top: 0;
}
/**
 * Sharing buttons
 * From http://sharingbuttons.io/
 */
.resp-sharing-button {
  display: inline-block;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  transition: background-color 25ms ease-out, border-color 25ms ease-out, opacity 250ms ease-out;
  margin: 0.5em;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.resp-sharing-button a {
  text-decoration: none;
  color: #FFF;
  display: block;
}
.resp-sharing-button__icon {
  display: inline-block;
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-bottom: -0.1em;
}
/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #FFF;
  fill: none;
}
/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #FFF;
  stroke: none;
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #FFF;
}
.resp-sharing-button--large .resp-sharing-button__icon svg,
.resp-sharing-button--medium .resp-sharing-button__icon svg {
  padding-right: 0.4em;
}
.resp-sharing-button__wrapper {
  display: inline-block;
}
.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}
.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}
.resp-sharing-button--linkedin {
  background-color: #0976b4;
  border-color: #0976b4;
}
.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #075683;
  border-color: #075683;
}
body.page-id-sheep article .container-fluid.why-sheep {
  background-color: #ebedee;
  padding-bottom: 50px;
}
body.page-id-sheep article .container-fluid.why-sheep .reasons .reason {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 25px;
}
body.page-id-sheep article .container-fluid.why-sheep .reasons .reason p:last-child {
  margin-bottom: 0;
}
body.page-id-sheep article .container-fluid.why-sheep .reasons svg {
  clear: left;
  color: #0070b9;
  float: left;
  font-size: 2.5em;
  width: 1.25em;
}
body.page-id-sheep article .container-fluid.why-sheep .reasons h3 {
  margin-top: 0;
}
body.page-id-sheep article .container-fluid.why-sheep .reasons h3,
body.page-id-sheep article .container-fluid.why-sheep .reasons p {
  margin-left: 75px;
}
body.page-id-sheep article .container.sheep-tp {
  padding-bottom: 50px;
}
body.page-id-sheep article .container.sheep-tp .row.intro {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  body.page-id-sheep article .container.sheep-tp .row.intro {
    text-align: center;
  }
}
body.page-id-sheep article .container.sheep-tp ul .fa-li {
  color: #609840;
}
body.page-id-sheep article .container-fluid.testimonial {
  background-color: #ebedee;
}
body.page-id-sheep article .container-fluid.testimonial .sal,
body.page-id-sheep article .container-fluid.testimonial .psa {
  padding-bottom: 50px;
}
body.page-id-sheep article .container-fluid.testimonial figure {
  float: right;
  margin-left: 5%;
  margin-right: 0;
  width: 175px;
}
body.page-id-sheep article .container-fluid.testimonial blockquote {
  background-color: #fff;
  margin-right: 0;
}
@media (min-width: 992px) {
  body.page-id-sheep article .container-fluid.testimonial .sal {
    padding-right: 30px;
  }
  body.page-id-sheep article .container-fluid.testimonial .psa {
    padding-left: 30px;
  }
}
body {
  color: #384957;
  font-family: "PT Sans";
  font-size: 18px;
  font-weight: 400;
}
cite,
figcaption {
  color: #878c8f;
  display: block;
  font-size: 16px;
  margin-top: 20px;
}
cite::before {
  content: "\2014";
  padding-right: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto";
  font-weight: 700;
}
h1 {
  font-size: 40px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 56px;
  }
}
h2 {
  font-size: 30px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-size: 20px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 22px;
  }
}
html {
  background-color: #384957;
}
small {
  font-size: 75%;
}
span.help {
  border-bottom: 1px dashed;
  cursor: help;
}
.btn-default {
  color: #ffffff;
  background-color: #609840;
  border-color: #609840;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #497431;
  border-color: #456d2e;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #609840;
  border-color: #609840;
}
.btn-default .badge {
  color: #609840;
  background-color: #ffffff;
}
.btn-default .fa-angle-right {
  font-size: 0.875em;
  margin-left: 0.5em;
}
.jumbotron {
  background-color: #0070b9;
  margin-bottom: 0;
  text-align: center;
}
.jumbotron h1,
.jumbotron .h1 {
  color: #fff;
  font-weight: 100;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 36px;
  }
}
.jumbotron p {
  color: #fff;
  font-size: 28px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .jumbotron p {
    font-size: 20px;
  }
}
img.photo {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}
@media (max-width: 400px) {
  img.photo {
    max-width: 120px;
  }
}
@media (min-width: 768px) {
  body.with-background article h1 {
    background-color: #fff;
    margin: -72px -20px 0 -20px;
    padding: 20px;
    position: relative;
  }
}
img.background {
  width: 100%;
}
@media (min-width: 992px) {
  article div.container > p,
  article div.container ol,
  article div.container ul,
  article div.container figure.center-block,
  article div.container div.comments {
    padding-right: 25%;
  }
  article div.container hr,
  article div.container aside,
  article div.container blockquote {
    margin-right: 25%;
  }
}
article blockquote {
  background-color: #f5f5f5;
  border: none;
  border-radius: 10px;
  color: #cc724e;
  font-family: 'Roboto';
  font-weight: 300;
  padding: 25px;
}
article figure {
  margin-top: 45px;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  article figure.right {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
  }
  article figure.right.small {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  article figure.right {
    float: right;
    margin-left: 5%;
    margin-right: 10%;
    width: 300px;
  }
  article figure.right.small {
    width: 175px;
  }
}
@media (min-width: 992px) {
  article figure.right {
    width: 350px;
  }
  article figure.right.small {
    width: 275px;
  }
}
article figure.small {
  margin-top: 15px;
  margin-bottom: 15px;
}
article figure.center-block figcaption {
  text-align: center;
}
article figure img {
  margin-left: auto;
  margin-right: auto;
}
article hr {
  margin-bottom: 10px;
  margin-top: 30px;
}
article hr + h2 {
  margin-bottom: 20px;
  margin-top: 40px;
}
article hr + p {
  font-size: 12px;
}
article p,
article ol,
article ul,
article footer.article-info {
  clear: left;
  margin-bottom: 25px;
}
article .bx-wrapper {
  clear: both;
  padding: 50px 0;
}
article .bxslider img {
  width: 250px;
}
@media (min-width: 992px) {
  body.content-type-page:not(.page-id-homepage, .page-id-about) article blockquote:nth-child(odd) {
    float: left;
    margin-right: 2%;
    width: 48%;
  }
  body.content-type-page:not(.page-id-homepage, .page-id-about) article blockquote:nth-child(even) {
    float: right;
    margin-right: 2%;
    width: 48%;
  }
}
aside.newsletter-signup {
  background-color: #ebedee;
  border-radius: 10px;
  padding: 15px 15px 0 15px;
}
aside.newsletter-signup h3 {
  margin-top: 0;
}
aside.newsletter-signup p {
  margin-bottom: 15px;
}
aside.newsletter-signup .resp-sharing-button__link:hover,
aside.newsletter-signup .resp-sharing-button__link:focus {
  color: #fff;
  text-decoration: none;
}
aside.newsletter-signup div.resp-sharing-button {
  font-family: inherit;
  font-size: 16px;
  margin: 0 10px 15px 0;
}
aside.newsletter-signup div.resp-sharing-button .resp-sharing-button__icon svg {
  height: 25px;
  margin-bottom: -6px;
  width: 25px;
}
footer.article-info {
  color: #878c8f;
  font-size: 75%;
}
footer.article-info span {
  margin-right: 10px;
}
body.page-id-membership-websites-databases h3 {
  clear: both;
}
body.page-id-about article h2,
body.page-id-about article h3 {
  margin-top: 80px;
}
body.page-id-contact article .jumbotron {
  margin: 0;
  padding: 0;
}
body.page-id-contact article p.contact-details {
  line-height: 200%;
}
@media (min-width: 768px) {
  body.page-id-contact article p.contact-details {
    font-size: 150%;
  }
}
body.page-id-contact article div#map-canvas {
  height: 400px;
  margin-top: 50px;
}
body.page-id-contact footer {
  margin-top: 0;
}
