:root {
  --blue: #732422;
  --white: #fff;
}

/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, .button:hover, input[type="submit"], input[type="submit"]:hover {
  border-radius: 5px;
  background-color:#862A26;
  border-color:var(--blue);
  color:#fff;
}

.howitworks {
  background-color:var(--blue);
  color: #fff;
  padding-bottom: 5rem;
}

.checkperformance {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/580x452-tmc-fullwidth-bg.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}

.registerinterest {
  background-color:var(--blue);
  color: #fff;
  padding-bottom: 5rem;
}

.hero-heading {
	font-weight:bold;
	text-align:center;
}

h5 {
	text-align:center;
}

h4 {
	font-weight:bold;
	margin-top:1em;
}

.column {
	text-align:left;
}

.header {
	height:96px;
	padding:0 !important;
	background-color:var(--blue);
	border-bottom:5px solid #B99466;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
	position:relative;
}
.header .column {
	text-align:center;
}

.section + .howitworks img {
	margin-bottom:1em;
}

li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/header-image.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
  color: white;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  border-bottom: 1px solid #ddd;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
}
.categories .section-description { 
  margin-bottom: 4rem;
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section + .checkperformance {
    padding: 12rem 0 11rem;
  }
  .hero {
    padding-bottom: 12rem;
    text-align: left;
    height: 165px;
  }
  .hero-heading {
    font-size: 3.4rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 3.6rem;
  }
  .section + .checkperformance {
    padding: 14rem 0 15rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section + .checkperformance {
    padding: 20rem 0 19rem;
  }
  .hero {
    padding: 22rem 0;
  }
  .hero-heading {
    font-size: 7.0rem;
  }
}
