code {
  padding: 2px 4px;
  font-size: 90%;
  color: #D35400;
  background-color: #ECF0F1;
  border-radius: 4px;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 27px;
  margin-bottom: 13.5px;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  line-height: 1.1;
  font-weight: bold;
  color: #2C3E4F;
}
h3 {
  font-weight: normal;
}
h3.header-icon {
  position: relative;
  padding: 0 0 10px 43px;
}
h3.header-icon:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px!important;
  position: absolute;
  left: 0;
  top: -5px;
}
h3.header-icon.cms-layout:before {
  background: url('../themes/schmoel/assets/images/icon-layouts.png') no-repeat 0 0;
}
h3.header-icon.cms-page:before {
  background: url('../themes/schmoel/assets/images/icon-pages.png') no-repeat 0 0;
}
h3.header-icon.cms-partial:before {
  background: url('../themes/schmoel/assets/images/icon-partials.png') no-repeat 0 0;
}
h3.header-icon.cms-content-block:before {
  background: url('../themes/schmoel/assets/images/icon-contentblocks.png') no-repeat 0 0;
}
h3.header-icon.cms-asset:before {
  background: url('../themes/schmoel/assets/images/icon-assets.png') no-repeat 0 0;
}
h3.header-icon.cms-placeholder:before {
  background: url('../themes/schmoel/assets/images/icon-placeholders.png') no-repeat 0 0;
}
ul.list-with-ticks {
  padding: 0;
}
ul.list-with-ticks li {
  list-style: none;
  position: relative;
  padding-left: 23px;
}
ul.list-with-ticks li:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url('../themes/schmoel/assets/images/icon-tick.png') no-repeat 0 0;
  background-size: 15px 15px;
  position: absolute;
  left: 0;
  top: 6px;
}

.jumbotron {
  background: #FAFBFD;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.jumbotron:before {
  content: '';
  border-radius: 100%;
  background-color: #F4F7F8;
  display: block;
  position: absolute;
  z-index: -1;
  width: 1100px;
  height: 1100px;
  top: -460px;
  left: -490px;
}
.jumbotron:after {
  content: '';
  border-radius: 100%;
  background-color: #F4F7F8;
  display: block;
  position: absolute;
  z-index: -1;
  width: 270px;
  height: 270px;
  top: -120px;
  right: -130px;
}
.jumbotron h1:before {
  background: url('../themes/schmoel/assets/images/platform-demo.png') no-repeat 0 0;
}
.jumbotron p {
  margin-top: 20px;
}
.jumbotron .welcome-content-container {
  padding-right: 75px;
}
@media (max-width: 1199px) {
  .jumbotron .welcome-content-container {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .jumbotron .welcome-content-container {
    padding-right: 0;
  }
  .jumbotron p {
    margin-top: 0;
  }
}
.intro {
  background: #536061;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.intro .container {
  padding-top: 40px;
  padding-bottom: 50px;
}
.intro:before {
  content: '';
  position: absolute;
  display: block;
  height: 28px;
  left: 0;
  width: 100%;
  top: -28px;
  background: url('../themes/schmoel/assets/images/home-waves-dark.svg') repeat-x 0 0;
  z-index: -1;
}
.intro h2,
.intro p {
  color: white;
}
.intro h2 {
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 30px;
}
.intro img {
  float: right;
  margin: -100px -20px 0 0;
}
@media (max-width: 991px) {
  .intro .container {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .intro img {
    float: none;
    margin: 0 0 0 -20px;
    max-width: 100%;
  }
}
.home-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  margin-bottom: -100px;
}
.home-container:before {
  content: '';
  border-radius: 100%;
  background-color: #F4F7F8;
  display: block;
  position: absolute;
  z-index: -1;
  background: #FAFBFB;
  right: -1290px;
  top: 100px;
  width: 2500px;
  height: 2500px;
}
