/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
/* line 3, ../../scss/_helpers.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
/* line 6, ../../scss/_helpers.scss */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Hide visually and from screenreaders, but maintain layout */
/* line 10, ../../scss/_helpers.scss */
.invisible {
  visibility: hidden;
}

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
/* line 12, ../../scss/_helpers.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 15, ../../scss/_helpers.scss */
.clearfix:after {
  clear: both;
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
/* line 17, ../../scss/_helpers.scss */
.clearfix {
  zoom: 1;
}

/* line 19, ../../scss/_helpers.scss */
.transition, .grayscale, div#client-logos img, .service-icon-mobile, .audit-descriptions li {
  transition: all .45s ease;
}

/* line 20, ../../scss/_helpers.scss */
.transition-fast {
  transition: all .25s ease;
}

/* line 21, ../../scss/_helpers.scss */
.transition-slow {
  transition: all .75s ease;
}

/* line 23, ../../scss/_helpers.scss */
.noscroll {
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  /* line 28, ../../scss/_helpers.scss */
  .mobile {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  /* line 33, ../../scss/_helpers.scss */
  .desktop {
    display: none;
  }
}
/* line 41, ../../scss/_helpers.scss */
.grayscale, div#client-logos img {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}

/* line 49, ../../scss/_helpers.scss */
.grayscale:hover, div#client-logos img:hover {
  -webkit-filter: grayscale(0.2);
  -moz-filter: grayscale(0.2);
  -ms-filter: grayscale(0.2);
  -o-filter: grayscale(0.2);
  filter: grayscale(0.2);
}

/* line 61, ../../scss/_helpers.scss */
.white-text {
  color: whitesmoke;
}

/* line 62, ../../scss/_helpers.scss */
.black-text {
  color: #151515;
}

/* line 63, ../../scss/_helpers.scss */
.orange-text {
  color: #ca1d13;
}

/* line 64, ../../scss/_helpers.scss */
.grey-text {
  color: #b9b9b9;
}

/* line 65, ../../scss/_helpers.scss */
.dark-grey-text {
  color: #333333;
}

/* line 70, ../../scss/_helpers.scss */
.text-center {
  text-align: center;
}

/* line 71, ../../scss/_helpers.scss */
.text-left {
  text-align: left;
}

/* line 72, ../../scss/_helpers.scss */
.text-right {
  text-align: right;
}

/***********************************************
	Gradients
***********************************************/
/* line 1, ../../scss/home/_promo_banner.scss */
#sticky_footer_promo {
  position: fixed;
  bottom: 0;
  background-color: #ca1d13;
  width: 100%;
  color: whitesmoke;
  z-index: 99;
  box-shadow: 0 -3px 15px #151515;
}
/* line 10, ../../scss/home/_promo_banner.scss */
#sticky_footer_promo p.promo-banner-text {
  margin: .5em;
}
/* line 14, ../../scss/home/_promo_banner.scss */
#sticky_footer_promo a.button.cta_button {
  padding: .25em 1em;
  background-color: whitesmoke;
  border: solid 2px #b9b9b9;
  border-radius: 3px;
  text-decoration: none;
  color: #151515;
  display: inline-block;
  margin: .5em .25em;
  transition: all .333s ease;
  text-align: center;
}
/* line 25, ../../scss/home/_promo_banner.scss */
#sticky_footer_promo a.button.cta_button:hover {
  background-color: #fff;
  border: solid 2px #333333;
}
/* line 32, ../../scss/home/_promo_banner.scss */
#sticky_footer_promo .close {
  position: absolute;
  top: -18px;
  right: 0px;
  float: right;
  background-color: #151515;
  border: solid 3px whitesmoke;
  padding: .5em 1em;
  border-radius: 100%;
  margin: 0 1em;
}
/* line 42, ../../scss/home/_promo_banner.scss */
#sticky_footer_promo .close:hover {
  cursor: pointer;
}

@media screen and (max-width: 760px) {
  /* line 55, ../../scss/home/_promo_banner.scss */
  #sticky_footer_promo p.promo-banner-text {
    margin: 1.75em .25em .25em;
    text-align: center;
  }
  /* line 60, ../../scss/home/_promo_banner.scss */
  #sticky_footer_promo a.button.cta_button {
    display: block;
    margin: .5em auto;
    max-width: 100px;
  }
}
/* line 7, ../../scss/home/home.scss */
#primary_content {
  text-align: center;
}

/* line 10, ../../scss/home/home.scss */
#primary_content p, #primary_content div, #primary_content section {
  font-size: 18px;
  box-sizing: border-box;
}

@media screen and (max-width: 760px) {
  /* line 18, ../../scss/home/home.scss */
  #primary_content p, #primary_content div, #primary_content section {
    font-size: 16px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  /* line 27, ../../scss/home/home.scss */
  #primary_content p, #primary_content div, #primary_content section {
    font-size: 14px;
  }
}
/*********************************************************    

    *** Home Slice ***

*********************************************************/
/* line 38, ../../scss/home/home.scss */
.home-slice {
  font-size: 18px;
  padding: 10vh 0;
}
/* line 41, ../../scss/home/home.scss */
.home-slice .section-title {
  font-size: 2.5em;
  line-height: 1.5em;
  padding: 0;
  font-weight: 500 !important;
}
/* line 45, ../../scss/home/home.scss */
.home-slice .section-title.white {
  color: whitesmoke;
}
/* line 46, ../../scss/home/home.scss */
.home-slice .section-title.black {
  color: #151515;
}
/* line 47, ../../scss/home/home.scss */
.home-slice .section-title.orange {
  color: #c32017;
}
/* line 49, ../../scss/home/home.scss */
.home-slice .description {
  margin: 4em 0 2em;
}
/* line 52, ../../scss/home/home.scss */
.home-slice.angled-container {
  padding: 0 0 100px 0;
}
/* line 55, ../../scss/home/home.scss */
.home-slice.angled-container .high-right,
.home-slice.angled-container .high-left {
  padding: 0 0 100px 0;
}

@media screen and (max-width: 480px) {
  /* line 62, ../../scss/home/home.scss */
  .home-slice {
    font-size: 15px;
  }
  /* line 63, ../../scss/home/home.scss */
  .home-slice .description {
    margin: 2em 0;
  }
  /* line 67, ../../scss/home/home.scss */
  .home-slice.angled-container {
    padding: 0 0 50px 0;
  }
  /* line 70, ../../scss/home/home.scss */
  .home-slice .section-title {
    font-size: 1.8em;
  }
}
/*********************************************************    

    *** Hero ***

*********************************************************/
/* line 83, ../../scss/home/home.scss */
section#hero {
  padding: 2em 0 4em;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  height: calc(100vh - 210px);
}
/* line 92, ../../scss/home/home.scss */
section#hero h1 {
  color: whitesmoke;
  text-shadow: 1px 1px 1px #333333;
  font-weight: 500;
}
/* line 96, ../../scss/home/home.scss */
section#hero p {
  color: whitesmoke;
  margin-top: 1em;
  font-weight: bold;
  text-shadow: 0 1px 3px #151515;
  font-size: 1.2em;
  max-width: 80%;
  text-align: center;
  margin: 43px auto;
}

/* line 108, ../../scss/home/home.scss */
#services_guide {
  background-color: #c32017;
}

/* line 112, ../../scss/home/home.scss */
#stoney {
  background-color: #151515;
  color: whitesmoke;
}
/* line 115, ../../scss/home/home.scss */
#stoney .about-stoney {
  margin: 3em 0;
  color: #b9b9b9;
}
/* line 119, ../../scss/home/home.scss */
#stoney .about-stoney-images {
  padding: 0;
  position: relative;
  top: -54px;
}

@media screen and (max-width: 480px) {
  /* line 129, ../../scss/home/home.scss */
  #services .content-b {
    display: block;
  }
}
/*********************************************************    

    *** PPM Team ***

*********************************************************/
/* line 141, ../../scss/home/home.scss */
.ppm-employees {
  margin: 2em 0;
}
/* line 144, ../../scss/home/home.scss */
.ppm-employees li {
  margin: 2em 0;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .ppm-employees li {
    height: 260px;
  }
}
/* line 147, ../../scss/home/home.scss */
.ppm-employees li img {
  display: block;
  margin: 0 auto 1em;
  border-radius: 100%;
  max-height: 250px;
  max-width: 80%;
}
/* line 154, ../../scss/home/home.scss */
.ppm-employees li a {
  text-decoration: none;
  color: #151515;
  display: block;
  line-height: 1.4em;
}
/* line 160, ../../scss/home/home.scss */
.ppm-employees li .name {
  font-weight: 700;
}
/* line 163, ../../scss/home/home.scss */
.ppm-employees li .title {
  font-weight: 300;
}

@media screen and (max-width: 480px) {
  /* line 172, ../../scss/home/home.scss */
  .ppm-employees li.employee {
    margin: 1em;
    height: auto;
  }
  /* line 175, ../../scss/home/home.scss */
  .ppm-employees li.employee img {
    max-width: 50%;
    margin: 0 5px 0 0;
    float: left;
    max-height: 120px;
  }
  /* line 181, ../../scss/home/home.scss */
  .ppm-employees li.employee .name {
    padding-top: 2em;
  }
}
/*********************************************************    

    *** Services ***

*********************************************************/
/* line 197, ../../scss/home/home.scss */
 {
  margin-bottom: 4em;
}

/* line 201, ../../scss/home/home.scss */
.service-cards {
  margin: 2em 0;
}

/* line 205, ../../scss/home/home.scss */
.service-card {
  height: 240px;
  overflow-y: hidden;
  box-shadow: 0 0 0 #dbdbdb;
  transition: all .45s ease;
  margin: 0.5em;
  border: solid 2px #dbdbdb;
}
/* line 212, ../../scss/home/home.scss */
.service-card:hover {
  box-shadow: 0 0 1em #dbdbdb;
}
/* line 214, ../../scss/home/home.scss */
.service-card:hover .lower-card {
  top: -240px;
}
/* line 219, ../../scss/home/home.scss */
.service-card .upper-card {
  background-color: #ca1d13;
  height: 240px;
  box-shadow: inset 0 0 10px #812001;
}
/* line 224, ../../scss/home/home.scss */
.service-card .lower-card {
  min-height: 240px;
  padding: .5em;
  background-color: #fff;
  position: relative;
  top: -4.25em;
  transition: all 0.333s ease;
}
/* line 231, ../../scss/home/home.scss */
.service-card .lower-card .service-title {
  font-size: 1.4em;
  height: 2.5em;
  font-weight: 500;
}
/* line 235, ../../scss/home/home.scss */
.service-card .lower-card .service-description {
  margin: 0;
  margin: 0.25em 0;
}
/* line 239, ../../scss/home/home.scss */
.service-card .lower-card a.service-button {
  text-decoration: none;
  background-color: #ca1d13;
  color: #fff;
  padding: .5em 1em;
  margin: 1em;
  display: inline-block;
  transition: all .333s ease;
  overflow-x: hidden;
}
/* line 248, ../../scss/home/home.scss */
.service-card .lower-card a.service-button:hover {
  border-radius: 3px;
  text-shadow: 0 2px 1px #001a00;
  box-shadow: 0 2px 5px #b9b9b9;
  background-color: green;
}
/* line 253, ../../scss/home/home.scss */
.service-card .lower-card a.service-button:hover .fa {
  right: -5px;
}
/* line 257, ../../scss/home/home.scss */
.service-card .lower-card a.service-button:active {
  box-shadow: inset 0 0 5px #812001;
  text-shadow: 0 0 0 #151515;
}
/* line 260, ../../scss/home/home.scss */
.service-card .lower-card a.service-button:active .fa {
  right: -3em;
}
/* line 264, ../../scss/home/home.scss */
.service-card .lower-card a.service-button .fa {
  transition: all .333s ease;
  position: relative;
  right: 0;
}

/* line 275, ../../scss/home/home.scss */
#primary_content .service-card .service-description {
  font-size: 0.75em;
}

@media screen and (max-width: 480px) {
  /* line 282, ../../scss/home/home.scss */
  #primary_content .service-card .service-description {
    font-size: 1em;
  }
}
/* line 290, ../../scss/home/home.scss */
.about-stoney li.accomplishment {
  padding: 0 .75em;
}
/* line 293, ../../scss/home/home.scss */
.about-stoney li.accomplishment a {
  color: whitesmoke;
  text-decoration: underline;
  display: block;
  margin: 1em;
  transition: all .333s ease;
}
/* line 299, ../../scss/home/home.scss */
.about-stoney li.accomplishment a:hover {
  color: #ca1d13;
}

/* line 305, ../../scss/home/home.scss */
.about-stoney-images {
  padding: 2em 1em;
}
/* line 308, ../../scss/home/home.scss */
.about-stoney-images img {
  display: block;
  margin: 3em auto;
  border-radius: 100%;
  box-shadow: 0 0 20px 0px #333333;
  max-width: 200px;
  transition: all 0.5s ease;
}
/* line 315, ../../scss/home/home.scss */
.about-stoney-images img:hover {
  box-shadow: 0 0 30px 0px #c32017;
}

/* line 321, ../../scss/home/home.scss */
.service-icon-mobile {
  opacity: 0;
  max-height: 0;
}

@media screen and (max-width: 760px) {
  /* line 327, ../../scss/home/home.scss */
  .service-icon-mobile {
    opacity: 1;
    max-height: 200px;
    display: block;
    margin: 1em auto;
    border-radius: 100%;
    box-shadow: 0 0 20px 0px #333333;
  }

  /* line 337, ../../scss/home/home.scss */
  .about-stoney-images img {
    display: none;
  }
}
/*********************************************************    

    *** Audits ***

*********************************************************/
/* line 349, ../../scss/home/home.scss */
#audits {
  background-color: #151515;
}

/* line 353, ../../scss/home/home.scss */
.audits-selection {
  margin: 4em 0 2em 0;
  color: whitesmoke;
}
/* line 357, ../../scss/home/home.scss */
.audits-selection.mobile {
  margin-bottom: 4em;
}

/* line 364, ../../scss/home/home.scss */
.audit-types,
.audit-descriptions {
  list-style: none;
  height: 448px;
}

/* line 370, ../../scss/home/home.scss */
.audit-types li {
  background-color: whitesmoke;
  padding: 1em 0;
  border-bottom: solid 1px #c32017;
  text-align: left;
  padding-left: 10px;
  color: #151515;
  border-right: solid 4px #c32017;
}
/* line 379, ../../scss/home/home.scss */
.audit-types li.active {
  background-color: #ca1d13;
  color: whitesmoke;
  border-right: solid 4px #ca1d13;
}
/* line 384, ../../scss/home/home.scss */
.audit-types li:hover {
  cursor: pointer;
  background-color: #c32017;
  color: whitesmoke;
}

/* line 392, ../../scss/home/home.scss */
.audit-descriptions {
  background-color: #ca1d13;
}
/* line 394, ../../scss/home/home.scss */
.audit-descriptions li {
  opacity: 0;
  height: 0;
  padding: 0 1em;
  overflow: hidden;
}
/* line 400, ../../scss/home/home.scss */
.audit-descriptions li.open {
  opacity: 1;
  height: 100%;
  padding: 3em 1em 1em 1em;
}

@media screen and (max-width: 760px) {
  /* line 408, ../../scss/home/home.scss */
  #audits {
    background-size: contain;
    background-position: 50% 50%;
    margin-bottom: 4em;
  }
}
/*********************************************************    

    *** Testimonials ***

*********************************************************/
/* line 421, ../../scss/home/home.scss */
.testimonials {
  background: whitesmoke;
  padding: 2em 0;
  border-radius: 5px;
}
/* line 426, ../../scss/home/home.scss */
.testimonials .pill-button {
  text-align: center;
  text-transform: uppercase;
  background-color: #ca1d13;
  color: whitesmoke;
  padding: 0.5em 1em;
  border-radius: 20px;
  margin: 1.5em;
  text-decoration: none;
  transition: all .333s ease;
}
/* line 436, ../../scss/home/home.scss */
.testimonials .pill-button:hover {
  text-shadow: 0 1px 2px #151515;
  box-shadow: 0 1px 5px #151515;
  background-color: #c32017;
}

/* line 443, ../../scss/home/home.scss */
#primary_content .testimonial {
  margin: 2em;
}
/* line 445, ../../scss/home/home.scss */
#primary_content .testimonial p.quote {
  font-size: 1.4em;
}
/* line 447, ../../scss/home/home.scss */
#primary_content .testimonial p.quote .fa {
  /*color: #b9b9b9;*/
  position: relative;
  color: #c32017;
}
/* line 451, ../../scss/home/home.scss */
#primary_content .testimonial p.quote .fa.fa-quote-left {
  top: -0.5em;
  left: -0.5em;
  font-size: 2em;
}
/* line 456, ../../scss/home/home.scss */
#primary_content .testimonial p.quote .fa.fa-quote-right {
  bottom: -0.5em;
  right: -0.5em;
}
/* line 463, ../../scss/home/home.scss */
#primary_content .testimonial .author {
  margin: 1em 0;
  font-size: .8em;
  font-weight: 300;
}
/* line 468, ../../scss/home/home.scss */
#primary_content .testimonial.active {
  display: block;
}

/* line 473, ../../scss/home/home.scss */
section#testimonials {
  padding-bottom: 0;
}

/* line 476, ../../scss/home/home.scss */
div#client-logos {
  padding: 1em 0;
  margin: 1em 0 0 0;
}
/* line 480, ../../scss/home/home.scss */
div#client-logos img {
  width: 90%;
}

@media screen and (max-width: 760px) {
  /* line 489, ../../scss/home/home.scss */
  .home-slice {
    padding: 1em;
  }

  /* line 493, ../../scss/home/home.scss */
  section.hero h1 {
    position: inherit;
    color: #151515;
    text-shadow: none;
  }

  /* line 499, ../../scss/home/home.scss */
  section#hero {
    height: calc(100vh - 50px);
  }
  /* line 501, ../../scss/home/home.scss */
  section#hero p {
    max-width: 100%;
  }

  /* line 506, ../../scss/home/home.scss */
  #primary_content .testimonial p.quote {
    font-size: 1.2em;
  }
}
/*********************************************************    

    *** Footer ***

*********************************************************/
/*********************************************************    

    *** Scroll Indicator ***

* Source: http://codepen.io/BJack/pen/GJlKt?editors=1100

*********************************************************/
/* line 529, ../../scss/home/home.scss */
.indicator {
  position: fixed;
  left: calc(50% - 24pt);
  bottom: 60px;
  width: 48pt;
  height: 48pt;
  border-radius: 100%;
  box-shadow: 0 0 0 5px transparent;
}
/* line 537, ../../scss/home/home.scss */
.indicator div {
  color: white;
  font-size: 48pt;
  position: absolute;
  left: calc(50% - 12pt);
  top: calc(50% - 24pt);
  transform: rotate(-90deg) scale(1);
  margin: 0 auto;
  padding: 0;
  animation: scroll 1.4s ease-in-out infinite;
  opacity: 1;
}
/* line 548, ../../scss/home/home.scss */
.indicator div:nth-child(1) {
  top: calc(50% - 14pt);
}

@keyframes scroll {
  /* line 555, ../../scss/home/home.scss */
  50% {
    top: calc(50%);
    opacity: 0;
    transform: rotate(-90deg) scale(1.5);
  }
}

/* line 564, ../../scss/home/home.scss */
#primary_header.shrink .indicator,
#primary_header.shrink #indicator_link {
  display: none;
}

/* line 569, ../../scss/home/home.scss */
#indicator_link {
  position: fixed;
  display: block;
  height: 60px;
  width: 60px;
  bottom: 30px;
  left: calc(50% - 30px);
  z-index: 99;
}

/* line 579, ../../scss/home/home.scss */
#services_title {
  padding-top: 300px;
  margin-top: -300px;
}

@media screen and (max-width: 760px) {
  /* line 585, ../../scss/home/home.scss */
  #services_title {
    padding-top: 60px;
    margin-top: -60px;
  }
}
