/* Sapling colors --------------------- */
/* Containers ------------------------- */
/* Screen ------------------------------ */
/* Fonts and Typography  ------------------ */
/* Top Menu ------------------------------ */
/* Overview Menu ------------------------------ */
/* Front Page Jumbotron ------------------------- */
/* Buttons--------------------------- */
/* Wells -------------------------- */
/* General ------------------------- */
/* Top Navigational Menu - handle active trail - a Drupal class, not used by Bootstrap */
.navbar-default .navbar-nav > .active-trail > a,
.navbar-default .navbar-nav > .active-trail > a:hover,
.navbar-default .navbar-nav > .active-trail > a:focus {
  color: #ffffff;
  background-color: #3e3e3d;
}
/* Buffer below main page content */
.contentPadding {
  padding-bottom: 40px;
}
/* ------- Site-wide Header / Logo area ------ */
#headerLogo {
  padding: 20px 0 10px 20px;
}
#headerLogin {
  padding: 20px 20px 10px 20px;
  float: right;
}
#headerLogin p {
  text-align: left;
  font-weight: 100;
  font-size: 1.15em;
  color: 000;
  padding-left: 5px;
  margin-bottom: 0px;
}
#headerLogin ul > li a {
  color: white;
  background-color: #c5132b;
  border-color: #c5132b;
  padding: 5px 13px;
  font-weight: 300;
  border-radius: 0px;
  font-size: 1.0em;
  display: block;
  box-shadow: none;
}
#headerLogin ul > li a:hover {
  color: white;
  background-color: #57b047;
  border-color: #57b047;
  padding: 5px 13px;
  font-weight: 300;
  border-radius: 0px;
  font-size: 1.0em;
  display: block;
  box-shadow: none;
}
#headerLogin ul > li {
  margin-top: 10px;
}
@media (max-width: 992px) {
  #headerLogo {
    text-align: center;
    display: inherit;
    padding-left: 20px;
    padding-right: 20px;
  }
  #headerLogo img {
    display: inherit;
  }
  #headerLogin {
    text-align: center;
    float: none;
  }
  #headerLogin p {
    text-align: center;
  }
  #headerLogin ul > li {
    font-size: 0.9em;
  }
}
/* ---------- Site-wide Footer Area -------- */
.footerBorder {
  border-top: 3px solid #3e3e3d;
}
.footerRow {
  padding-top: 20px;
}
.socialIcons {
  text-align: right;
}
#signOff {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .footerRow {
    text-align: center !important;
  }
  .footerRow a {
    text-align: center !important;
  }
  .socialIcons {
    text-align: center !important;
  }
}
/* ------- AUTHOR PAGE --------- */
#authorPage {
  padding-top: 30px;
}
.authorImage {
  float: left;
  margin: 0 0 0 0;
}
.authorImage img {
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  background: none;
  max-width: 100%;
}
.authorAbout {
  margin-left: 1em;
  margin-top: 0.25em;
  float: left;
}
.authorName h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.authorName {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.0em;
  font-weight: bold;
}
.authorName a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.0em;
  font-weight: bold;
}
.authorTitle {
  font-size: 1em;
  font-style: italic;
}
.authorCompany {
  font-size: 1em;
  font-style: normal;
}
.authorSubject {
  color: #88ac2e;
}
.authorBio {
  margin-top: 2em;
}
/* ---------- BLOG ------------ */
.blog {
  margin-top: 30px;
}
#disqus_thread {
  margin-top: 50px;
}
.not-front .node-author {
  margin-bottom: 20px;
}
.field-name-field-blog-date {
  font-style: italic;
  color: #88ac2e;
  margin-bottom: 5px;
}
.blogImage {
  float: left;
}
.blogImage img {
  margin: 0 20px 10px 0;
}
/* ---------- BLOG VIEW ---------- */
.view-blog .views-row {
  margin-bottom: 30px;
}
.view-blog .views-field-title a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
  color: #3e3e3d;
}
.view-blog .views-field-field-blog-date {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  font-style: italic;
  color: #88ac2e;
}
.view-blog .views-field-view-node a {
  font-weight: normal;
}
/* Body */
.view-blog .views-field-body {
  margin-top: 1.0em;
  line-height: 1.5;
}
.view-blog .views-field-body p {
  margin-bottom: 0.5em;
}
/* Synopsis */
.view-blog .views-field-field-synopsis {
  margin-top: 1.0em;
  line-height: 1.5;
}
.view-blog .views-field-field-synopsis p {
  margin-bottom: 0.5em;
}
/* ---------------- Case Study Content Type --------------- */
.stdNode,
.case-study {
  padding-bottom: 40px;
}
/* ----------------- TESTIMONIALS VIEW ------------------------- */
.view-testimonials .views-row {
  margin-bottom: 40px;
}
.view-testimonials .views-field-body {
  font-style: italic;
  font-size: 1.5em;
}
.view-testimonials .views-field-title {
  color: #88ac2e;
  font-size: 1.2em;
}
/* --------------- CASE STUDIES VIEW --------------------- */
.view-case-studies .views-row {
  margin-bottom: 75px;
  clear: both;
}
.view-case-studies .rounded-photo img {
  width: 150px;
  height: auto;
  border-radius: 75px;
  float: left;
  margin-right: 20px;
  border: 1px solid #ddd;
  padding: 3px;
}
.view-case-studies h4.case-study-title {
  /*color: #88ac2e;*/
  color:#393939;
  font-size: 1.4em;
  padding-top: 15px;
}
/* ----------------- Help Page -------------------------*/
/* This handles proportional sizing of images that the text editor screws up. */
.helpPage img,
.view-help img {
  max-width: 100%;
  height: auto !important;
}
/* ------------------- Call to Action Block --------------------- */
.ctaBlock {
  background-color: #3e3e3d;
  padding: 20px;
}
.ctaBlock h2 {
  padding: 0px;
  margin: 0px;
  color: white;
}
.ctaBlock .buttons {
  text-align: right;
}
/* When screen sizes down, re-layout the elements in the block */
@media (max-width: 992px) {
  .ctaBlock h2 {
    text-align: center;
  }
  .ctaBlock .buttons {
    text-align: center;
  }
  .ctaBlock .buttons a {
    margin-top: 10px;
  }
}
/* ---------------- Accordian --------------- */
.ui-widget {
  font-family: inherit;
  font-size: inherit;
}
/* ----------------- MISC ------------------ */
/* Webform Fix SL3973 */
form label {
  display: inherit;
  text-align: left;
}
