/* Allow content to be full width */
.ipsApp.ipsApp_front #ipsLayout_contentArea {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #ipsLayout_mainArea {
    padding: 0px;
  }
}


#breadcrumbWrapper {
  display: none;
}

.cDarkHeader {
  width: 100%;
  background: #1d1d1d;
  color: #fff;
}

.cDarkHeader h2 {
  font: 300 35px/1.1 "Signika Negative",Arial,sans-serif;
  color: #fff;
}

.darkTitle {
  color: white;
}

h1 {
  font-size: 40px;
  color: #88ce02;
}
h1.darkTitle {
  width: 100%;
  font-size: 48px;
  color: rgb(136, 206, 2);
}

.cVeryDarkContent {
  background-color: #161616;
  border: 1px solid #121212;
}

.feature-link {
  float: left;
  font-size: 17px;
  color: #61AC27;
  font-weight: 300;
  text-decoration: none;
  padding: 0 0 8px;
}

.left-line {
  position: relative;
}
.left-line::before {
  content: '';
  position: absolute;
  left: -4%;
  top: -30px;
  width: 1px;
  height: 100%;
  height: calc(100% + 60px);
  background-color: #d9d9d9;
}


.getting-started {
  color: #838383;
  align-self: flex-start;  
}

.getting-started h3 {
  font-size: 1.1em;
}

.large-inner-heading {
  font-weight: 700;
  font-size: 4.5em;
  line-height: 86px;
  color: #f8f8f8;
}

.inlineMiddle {
  display: inline-block;
  vertical-align: middle;
}


.feature {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  html[dir="ltr"] .ipsGrid.ipsGrid_collapsePhone > [class*="ipsGrid_span"].featured-image-container {
    margin: 0 auto;
    max-width: 500px;
  }
  .feature .ipsGrid_span7 {
    order: 1;
  }
}

.feature:last-of-type [class*="ipsGrid_span"] {
  margin-bottom: 0;
}



h2.heading_large {
  font-size: 1.8em;
}

