/* Sapling colors --------------------- */
/* Containers ------------------------- */
/* Screen ------------------------------ */
/* Fonts and Typography  ------------------ */
/* Top Menu ------------------------------ */
/* Overview Menu ------------------------------ */
/* Front Page Jumbotron ------------------------- */
/* Buttons--------------------------- */
/* Wells -------------------------- */
/* General ------------------------- */
/* Containers ------------------------- */
.container {
  background-color: white;
}
.container-padded {
  padding-left: 40px;
  padding-right: 40px;
}
.toEdge {
  padding-left: 0px;
  padding-right: 0px;
}
.toLeftEdge {
  padding-left: 0px;
}
.toRightEdge {
  padding-right: 0px;
}
/* Fonts and Typography  ------------------ */
h1 {
  font-weight: 700;
  color: #000;
}
h2 {
  font-weight: 600;
  color: #3e3e3d;
}
h2 a,
h2 a:hover,
h2 a:focus {
  color: #3e3e3d;
}
h3 {
  font-weight: 600;
  color: #3e3e3d;
  font-size: 1.5em;
}
h3 a,
h3 a:hover,
h3 a:focus {
  color: #3e3e3d;
}
/* Top Menu ------------------------------ */
.navbar-default {
  margin-bottom: 0px;
  border-top: 0px;
  border-bottom: 7px solid #3e3e3d;
}
/* Overview Menu ------------------------------ */
.navbar-nav {
  float: none;
}
.navbar-default {
  border-left: 0px;
  border-right: 0px;
}
.navbar > ul {
  margin: 0 auto;
  width: 420px;
  cursor: pointer;
}
.navbar-nav > li {
  margin-top: 10px;
  text-align: center;
}
.navbar-inverse {
  margin-bottom: 20px;
}
.navbar a {
  font-size: 9pt;
  font-weight: 500;
  text-transform: uppercase;
}
/* Secondary navigation - used on many pages -------- */
#secondaryNav {
  background-color: #3e3e3d;
  color: white;
}
#secondaryNav a {
  color: white;
  font-weight: 300;
}
#secondaryNav ul {
  padding: 8px 20px;
  margin-bottom: 0px;
}
#secondaryNav ul li {
  padding: 0px 10px;
  /*font-weight: normal;*/
  font-size: 9pt;
  font-weight: 500;
  text-transform: uppercase;
}
#secondaryNav ul li.active {
  font-weight: 600;
  text-decoration: underline;
}
#secondaryNav ul li a.active-trail {
  text-decoration: underline;
}
/* Buttons--------------------------- */
.btn-success {
  border-width: 3px;
  border-style: solid;
  /*text-shadow: 2px 2px #999;*/
}
.btn-primary {
  border-width: 3px;
  border-style: solid;
  text-shadow: 1px 1px #666;
}
.btn-info {
  border-width: 3px;
  border-style: solid;
  text-shadow: 1px 1px #aaa;
}
.btn-warning {
  border-width: 3px;
  border-style: solid;
  text-shadow: 1px 1px #888;
}
.btn-dark-border {
  border: 3px solid #ab9456;
}
a.btn {
  text-transform: uppercase;
}
/* Lists --------------------------- */
.icon-list li {
  padding: 0 0 20px 20px;
  display: block;
  position: relative;
}
.icon-list li a {
  color: #57b047;
  /*color: #57B047;*/
  font-weight: 600;
}
.icon-list li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 100%;
}
.squareblock li:before {
  content: '\25FC';
  color: #57b047;
}
.checkmark li:before {
  content: '\2713';
  color: #57b047;
}
.arrow-right li:before {
  content: '\25B6';
  color: #57B047;
}
/* Image Icons ----------------------- */
.icon span {
  padding: 5px 0 20px 50px;
  display: block;
  position: relative;
}
.icon span:before {
  position: absolute;
  left: 0px;
  top: -5px;
  font-size: 100%;
}
.icon-checkmark span:before {
  content: url("/sites/default/files/spruce/img/icon_checkmark.png");
}
/* General ------------------------- */
.shaded {
  background-color: #f8f8f8;
}
.shadeddarkgray {
  background-color: #3e3e3d;
}
.whitetext{
  color: #ffffff;
}
.litetext{
  color: #bbbbbb;
}
body {
  padding-top: 0px;
  color: #555555;
}
body a {
  font-weight: bold;
}
body ul li a {
  font-weight: 300;
  color: #57b047;
  
}
body ul li a:hover {
  color: #57b047;
  text-decoration: none;
}
hr {
  margin: 40px 0 40px 0;
  color: #eee;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.img-center {
  margin: 0px auto;
  display: block;
}
/* Used when the header needs to align to the top of the div */
.flushTop {
  margin-top: 0px;
}
.standOut {
  margin: 1em 0px;
}
.standOut2 {
  margin: 2.5em 0px;
}
/* Used on front page */
h1.largeNum {
  text-align: center;
  font-size: 8em;
  color: #3e3e3d;
}

h1.largeNumWhite {
  text-align: center;
  font-size: 8em;
  color: #ffffff;
}

h2.medNumWhite {
  text-align: center;
  font-size: 4em;
  color: #ffffff;
}

h1.reduced {
  font-size: 2em;
}
h2 {
  font-size: 1.75em;
}
/* ================================= PAGE SPECIFIC CSS ================================= */
/* --------------------------------- FRONT PAGE ---------------------------------------- */
/* Front Page Jumbotron ------------------------- */
.container .jumbotron {
  border-radius: 0px;
}
.jumbotron {
  text-align: center;
  margin-bottom: 0px;
}
.jumbotron h1 {
  font-size: 42px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2;
  margin-top: 0px;
}
.jumbotron p {
  margin-top: 1em;
  line-height: 1.5;
  padding-left: 2em;
  padding-right: 2em;
}
.jumbotron .btn {
  font-size: 16.1px;
}
#cornerCTA {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}
#cornerCTA .cornerCTAbox {
  background-color: #3e3e3d;
  background: rgba(62, 62, 61, .95);
  padding: 10px 25px;
  color: white;
  text-align: center;
  border-top-left-radius: 0px;
  /*border-style: solid none none solid;
  border-color: white;
  border-width: 1px;*/
}
#cornerCTA h1 {
  font-size: 1.8em;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  margin-top: 0px;
  color: white;
}
#cornerCTA .btn {
  font-size: 1em;
}
@media (max-width: 992px) {
  #fpHeroLarge {
    display: none;
  }
  .cornerCTAbox {
    display: none;
  }
  #cornderCTA {
    display: none;
  }
}
@media (min-width: 992px) {
  #fpHeroSmall {
    display: none;
  }
}
/* Why Sapling? Block ----------- */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #wsl_left1 {
    text-align: right;
  }
  #wsl_left2 {
    margin-top: 110px;
    text-align: right;
  }
  #wsl_left3 {
    margin-top: 95px;
    text-align: right;
  }
  #wsl_right1 {
    margin-top: 125px;
  }
  #wsl_right2 {
    margin-top: 100px;
  }
}
/* Testimonial Slider -------- */

.sliderHeaderSection{
  background-color: #3e3e3d;
  padding-top: 15px;
  padding-bottom: 15px;

}
.carouselbg{
  background-color: #3e3e3d;
}

.sliderHeaderSection h1{
  color: white;
  text-align: center;
  /*
  margin-top: 1em;
  margin-bottom: 1em;
  */
}

#fpSlider {
  background-color: #3e3e3d;
  height: 450px;
}
.carousel-caption {
  top: 0%;
  left: 10%;
  right: 10%;
}
.carousel-caption h1 {
  color: white;
  margin-top: 1em;
  margin-bottom: 1em;
}
.carousel-caption h2 {
  color: white;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-shadow: none;
}
.carousel-caption p {
  color: white;
  font-size: 2.0em;
  font-weight: 100;
  text-shadow: none;
}
.carousel li {
  margin-left: 5px;
  margin-right: 5px;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0px 5px 0px 5px;
}
.carousel-indicators .active {
  margin-left: 5px;
  margin-right: 5px;
}
/* Resize the font size so carousel caption doesn't overflow */
@media (max-width: 992px) {
  .carousel-caption p {
    font-size: 1.4em;
  }
  .carousel-caption h2 {
    font-size: 1.2em;
  }
}
.carousel-caption a {
  color: white;
  font-size: 0.5em;
  font-weight: 600;
  text-shadow: none;
}
.carousel-control.left {
  color: #57B047;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
  color: #57B047;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
}
/* ---------------------------------- Video Handling --------------------------------- */
.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.js-video.widescreen {
  padding-bottom: 57.25%;
}
.js-video.vimeo {
  padding-top: 0;
}
.js-video embed,
.js-video iframe,
.js-video object,
.js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
/* --------------------------------- COURSE PAGE ---------------------------------------- */
#coursePage .techta p {
  margin-top: 1em;
}
#courseCTA p {
  line-height: 1.8;
  margin-bottom: 0px;
}
#courseCTA .alignment {
  text-align: right;
}
@media (max-width: 992px) {
  #courseCTA p {
    text-align: center;
  }
  #courseCTA .alignment {
    margin-top: 1em;
    text-align: center;
  }
}
/* --------------------------------- COURSES SERVED PAGE -------------------------------- */
#coursesServed .course {
  margin: 35px 0px;
  clear: both;
}
#coursesServed .course img {
  float: left;
  margin-right: 15px;
}
#coursesServed .course div {
  padding-top: 10px;
  overflow: hidden;
}
#coursesServed .course a {
  color: #3e3e3d;
  font-weight: 600;
  font-size: 1.1em;
}
#coursesServed h2 {
  color: #000;
  font-size: 1.5em;
  border-bottom: 1px solid #ddd;
}
/* --------------------------------- HE LANDING PAGE -------------------------------- */
#heLanding img.topHEschools {
  margin-bottom: 30px;
}

/*rebranding*/
.quote-cta-btn{
  font-size: 8em;
}

.menu-name-menu-footer a {
  font-weight: 500;
}
