@import 'tinitt_fonts.css';
body {
  padding: 0;
  margin: 0;
  font: 62.4%/160% DINOT, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: transparent url("/img/masthead.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.gutter {
  max-width: 960px;
  padding: 0 40px;
  margin: auto;
}
header {
  min-height: 200px;
}
header h1 {
  margin: 0;
  padding: 20px 0;
}
header h1 img {
  max-width: 200px;
}
header h2 {
  margin: 0;
  padding: 80px 0 120px;
  font-size: 65px;
  line-height: 60px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
header h2 .spacer {
  height: 75px;
}
header h2 span {
  background: rgba(209,81,32,0.75);
  padding: 10px 20px 0px 20px;
}
article {
  padding: 60px 0;
  border-top: 4px #d15120 solid;
  border-bottom: 2px #d15120 solid;
  background: rgba(68,68,68,0.9);
  color: #fff;
  font-size: 230%;
  line-height: 145%;
}
article .gutter > *:first-child {
  margin-top: 0;
}
article .gutter > *:last-child {
  margin-bottom: 0;
}
h2 {
  margin: 60px 0 5px 0;
  padding: 0;
}
a {
  color: #d15120;
}
a:hover {
  color: #e47950;
}
#tinitt_cross_sell {
  background: rgba(34,34,34,0.95);
  color: #777;
  padding: 40px 0;
  font-size: 24px;
  line-height: 36px;
}
footer {
  background: #d15120;
  color: #fff;
  padding: 7px;
  font-size: 18px;
}
