.background-image-1,
.background-image-2,
.background-image-3 {
  position: relative;
  opacity: 1.0;
  background-color: #000000;
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: auto 500px;
  min-height: 500px;
}

.background-image-1 {
  background-image: url("../images/home/lion-1.jpg");
}

.background-image-2 {
  background-image: url("../images/home/lion-2.jpg");
}

.background-image-3 {
  background-color: #3d5200;
  background-image: url("../images/home/lion-3.jpg");
}

@media all and (min-width:950px) {
  .background-image-1,
  .background-image-2,
  .background-image-3 {
    background-attachment: fixed;
    background-position: center -50px;
    background-size: auto 825px;
  }

  .background-image-1 {
    background-attachment: scroll;
    min-height: 675px;
  }

  .background-image-2 {
    min-height: 575px;
  }

  .background-image-3 {
    min-height: 575px;
  }
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000000;
}

.caption.relative {
  background: #000000;
  position: relative;
  height: auto;
  padding: 20px 0;
}

.caption.iso {
    top: 20%;
}

.caption.first-lion,
.caption.second-lion {
    background-image: url("../images/home/overlay-1.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 500px;
    position: absolute;
    top: 0;
    height: 500px;
}

.caption.second-lion {
    background-position: center top;
    background-image: url("../images/home/overlay-2.png");
}

@media all and (min-width:950px) {
  .caption.first-lion{
      background-size: 100% auto;
      height: 675px;
  }

  .caption.second-lion {
      background-size: 100% auto;
      height: 575px;
  }
}

@media all and (min-width:1800px) {
  .caption.first-lion{
      background-position: center 0px;
  }
}

.caption h2,
.caption h3,
.caption p {
  color: #ffffff;
  font-weight: 100;
  padding-top: 5px; 
}

.caption p {
  font-size: 12px;
  margin-left: 20px;
  margin-right: 20px;
}

@media all and (min-width:480px) {
  .caption p {
    font-size: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.caption h2,
.caption h2 .typedBannerText {
  font-family: 'Lora', serif;
  margin: 25px auto 15px auto;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  height: 47px;
}

@media all and (min-width:480px) {
  .caption h2,
  .caption h2 .typedBannerText {
    font-size: 40px;
    line-height: 42px;
    height: 93px;
  }
}

.typedBannerText span.green {
  font-family: 'Lora', serif;
  color: #85c440;
}

.caption h3,
#caseStudyTilesHome h3,
#caseStudyTilesHome h3 a,
.homeColumnWrapper h3,
.homeColumnWrapper h3 a {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  width: auto;
}

@media all and (min-width:480px) {
  .caption h3,
  #caseStudyTilesHome h3,
  #caseStudyTilesHome h3 a,
  .homeColumnWrapper h3,
  .homeColumnWrapper h3 a {
    font-size: 26px;
  }
}

#caseStudyTilesHome h3 a:hover,
.homeColumnWrapper h3 a:hover {
  text-decoration: underline;
  color: #000000;
}

.caption.relative.partnerships { 
  background: #ffffff;
}

.caption.relative.partnerships h3,
.caption.relative.partnerships p {
  color: #000000;
}

.caption.relative p a {
  color: #95b21e;
  font-weight: bold;
}

.caption.relative p a:hover {
  text-decoration: underline;
}

.caption.iso h3,
.caption.iso p {
  color: #ffffff;
}

.caption a.evolve {
  background: transparent;
  color: #95b21e;
  border: 1px solid #95b21e;
  padding: 5px 20px;
  width: 180px;
  margin: 0;
  font-size: 16px;
  font-family: 'Lora', serif;
  font-weight: 400;
}

.caption a.evolve:hover {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.caption .scroll {
  font-size: 11px;
  margin-top: 40px;
  margin-bottom: 1em;
}

#sideBar {
  display: none;
}

@media all and (min-width:950px) {
  #sideBar {
    display: block;
    width: auto;
    height: auto;
    background-color: #1f1f1f;
    position: fixed;
    top: 40%; 
    left: 0;
    z-index: 100;
  }

  #sideBar ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
  }

  #sideBar ul li { 
    color: #95b21e;
    margin: 0 20px;
    padding: 0;
  }

  #sideBar ul li:before {
    content: "• ";
    font-size: 22px;
    color: #95b21e;
    vertical-align: -12%;
  }

  #sideBar ul li:hover > a,
  #sideBar ul li:hover::before {
    color: #ffffff;
  }

  #sideBar ul li a {
    color: #95b21e;
    font-family: "Open Sans", Arial, serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
  }
}

/*
 * Content Elements
 */

#sectionWrapperHeroHome {
  height:100%;
}

#caseStudyTilesHome,
.homeColumnWrapper {
  float: none;
  position: relative;
  height: auto;
  display: table;
  padding-left: 10px;
  padding-right: 10px;
}

@media all and (min-width:950px){
  .homeColumnWrapper {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
  }

  #caseStudyTilesHome,
  .homeColumnWrapper {
    padding-left: auto;
    padding-right: auto;
  }
}

#caseStudyTilesHome h3,
.homeColumnWrapper h3 {
  margin-top: 30px; 
}

.footerColumnRight img {
  float: left;
  margin-bottom: 15px;
}

.footerColumnRight .legal {
  width: auto;
  float: left;
}

@media all and (min-width:768px) {
  .footerColumnRight .legal {
    float: right;
  }
}

/* ISO, Website Grader and Discovery Call */

.header-iso {
  width: 50px;
  height: 51px;
  margin: -10px 0 0 20px;
  float: left;
}

.header-iso a,
.header-iso img  {
  width: 50px;
  height: 51px;
}

.header-iso img  {
  width: 50px;
  height: 51px;
}

.discovery-call {
  background-color: #211D1F;
}

.discovery-call h4,
.discovery-call a {
  background-color: transparent;
  color: #ffffff;
  font-weight: 100;
  font-size: 14px;
  
}

@media all and (min-width:480px) {
  .discovery-call h4,
  .discovery-call a {
    font-size: 16px;   
  }
}

.green-border,
.white-border {
  width: 100%;
  text-align: center;
  margin-top: 15px; 
}

.green-border a {
  border: 1px solid #95b21e;
  width: auto;
  padding: 10px 20px;
  font-family: 'Lora', serif;
}

.green-border a:hover {
  background: #95b21e;
}

.website-grader {
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 20px 5% 30px;
  float: left;
}

.website-grader h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.white-border a {
  font-size: 14px;
  font-family: 'Lora', serif;
  color: #95b21e;
  border: 1px solid #000000;
  width: auto;
  padding: 10px 20px;
}

@media all and (min-width:950px) {
  .website-grader h4,
  .white-border a {
    font-size: 18px;   
  }
}

.white-border a:hover {
  background-color: #000000;
}

.mainNav nav ul li:nth-of-type(4) ul{
    background-color:#000000;
}

.mainNav nav ul li:nth-of-type(4) ul li a:hover{
    background-color: #333333;
}

/*
 * Locations
 */

.location-header {
    margin: 10px 0px 0px 0px; 
}
#pageContentContact h2.location-header,
.location-contact-form h2 {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
}
.locations {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 20px;
    border: 1px solid #eeeeee;
}
.locations h3 {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
ul.location-headers {
    list-style: none;
    padding: 0;
    margin: 0px 0px 20px 0px;
    width: 100%;
    float: left;
}
ul.location-headers li {
    float: left;
    padding: 0px;
    margin: 0px;
}
ul.location-headers li:not(:last-child) {
    border-right: 1px solid #000000;
    padding: 0px 7px 0px 0px;
    margin: 0px 7px 0px 0px;
}
@media (min-width: 768px) {
    ul.location-headers li:not(:last-child) {
      padding: 0px 15px 0px 0px;
      margin: 0px 15px 0px 0px;
  }
}
ul.location-headers li h3 {
    float: left;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}
ul.location-headers li h3:hover,
ul.location-headers li h3.active {
    color: #85c33f;
}
.location-tab {
    display: none;
}
.location-tab.active {
    display: block;
}
.location-address {
    float: left;
}
.location-address h3 {
    margin: 20px 0px 10px 0px;
}
.location-address p {
    font-size: 14px;
    margin: 0px 0px 2px 0px;
}
.locations .googlemapWrapper {
    float: left;
    width: 100%;
    margin: 0px;
}
.location-contact-form {
    float: left;
    width: 100%;
    background-color: rgba(133,195,63,0.9);
    margin: 20px auto;
}
.location-contact-form .contactFormWrapper {
    width: 100%;
    padding: 20px 20px 40px 20px;
    background-color: transparent;
}
.location-contact-form h2 {
    color: #ffffff;
    margin-bottom: 10px;
}
.location-contact-form .contactFormWrapper label {
    color: #ffffff;
    width: auto;
    font-size: 10px;
}
@media (min-width: 768px) {
    .location-contact-form .contactFormWrapper label {
        width: 13%;
        font-size: 14px;
    }
}
.location-contact-form .contactFormWrapper ul.hs-error-msgs {
    margin: 0px;
}
.location-contact-form .contactFormWrapper form input[type=text],
.location-contact-form .contactFormWrapper form input[type=email],
.location-contact-form .contactFormWrapper form textarea {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-family: 'Open Sans', sans-serif;
}
.location-contact-form .contactFormWrapper form input[type=submit] {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.location-contact-form .contactFormWrapper form input[type=submit]:hover {
    border: 1px solid #ffffff;
}
@media (min-width: 768px) {
    .location-address h3 {
        margin: 0px 0px 10px 0px;
    }
    .locations .googlemapWrapper {
        width: 65%;
        margin: 0px 20px 0px 0px;
    }
}
.footerColumn {
    width: 50%;
}
.footerColumnRight {
    width: 100%;
}
.footerColumnRight img {
    width: 100px;
    float: initial;
    margin: 0 auto 20px auto;
    display: block;
    text-align: center;
}
@media (min-width: 768px) {
    .footerColumn,
    .footerColumnRight {
        width: 33.333%;
    }
    .footerColumnRight img {
        float: right;
    }
}
.legal p {
    text-transform: uppercase;
    text-align: center;
}
.legal p {
    text-transform: uppercase;
    text-align: center;
}
.offices a h3 {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 16px;
}
.offices a h3:hover {
    color: #85c33f;
}
.offices p {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

.bannerMap {
    position: relative;
    height: 580px;
    margin-bottom: 10px; 
}

.bannerMap .location-contact-form {
    margin: 0;
}

.bannerMap .contactFormWrapper {
    height: 330px;
}

.bannerMap .contactFormWrapper form textarea {
    min-height: 60px !important;
    height: 60px !important;
}

.bannerMap iframe {
    height: 250px;
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);    
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

@media (min-width: 768px) {
    .bannerMap,
    .bannerMap iframe {
        height: 400px;
    }
    .bannerMap .location-contact-form {
        width: 400px;
        position: absolute;
        top: 0px;
        left: 60%;
        margin: 0;
    }
    .bannerMap .contactFormWrapper {
        width: 400px;
        height: 400px;
    }
    .bannerMap .contactFormWrapper form textarea {
        min-height: 100px !important;
        height: 100px !important;
    }
}
@media (min-width: 1200px) {
    .bannerMap .location-contact-form,
    .bannerMap .contactFormWrapper {
        width: 450px;
    }
}

.microsite .categoryTilesWrapper {
	border: 0px;
	margin-top: 10px;
}

.microsite .categoryTile {
	background-color: #85c33f;
}

.padding-lr-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.microsite .leftContentCaseStudiesExamplesWrapper {
	padding: 10px;
	margin-bottom: 20px;
}

.microsite .leftContentCaseStudiesExamplesWrapper h2 {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.microsite .leftContentCaseStudiesExample {
		width: 32.5%;
	}
	.microsite .secondCaseStudy{
		margin-left: 5px;
		margin-right: 5px;
	}
}

.microsite .supportAndInsightWrapper {
	margin-bottom: 20px;
}

.microsite .supportAndInsightWrapper h2 {
	padding-bottom: 10px;
}
