/*
  Tritan Oil company site
  No web fonts, scripts or external dependencies are used.
  The single-column layout is the compatibility baseline; wider layouts are
  added only where media queries and CSS table layout are supported.
*/

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #ffffff;
  color: #242424;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  color: #815b13;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #5d410c;
}

a:focus {
  outline: 3px solid #d5a43a;
  outline-offset: 3px;
}

p,
ul,
ol,
dl {
  margin-top: 0;
  margin-bottom: 1.25em;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: #111111;
  line-height: 1.16;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  margin-bottom: 24px;
  font-size: 42px;
  font-size: 2.625rem;
}

h2 {
  margin-bottom: 24px;
  font-size: 34px;
  font-size: 2.125rem;
}

h3 {
  margin-bottom: 10px;
  font-size: 19px;
  font-size: 1.1875rem;
}

.container {
  width: 92%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.skip-link {
  position: absolute;
  top: 10px;
  left: -9999px;
  z-index: 1000;
  padding: 10px 14px;
  background: #ffffff;
  color: #111111;
  font-weight: bold;
}

.skip-link:focus {
  left: 10px;
}

.site-header {
  background: #0d0d0d;
  border-bottom: 1px solid #3a2c10;
  color: #ffffff;
}

.site-header .container {
  padding-top: 18px;
  padding-bottom: 17px;
}

.brand {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.brand:hover,
.brand:focus {
  color: #ffffff;
}

.brand-name {
  display: block;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 3px;
}

.brand-name strong {
  color: #dda937;
}

.brand-tagline {
  display: block;
  margin-top: 5px;
  color: #b9b9b9;
  font-size: 11px;
  line-height: 1.25;
  letter-spacing: 1.5px;
}

.site-nav {
  margin-top: 16px;
}

.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav li {
  display: inline-block;
  margin: 0 18px 5px 0;
}

.site-nav a {
  display: inline-block;
  padding: 5px 0;
  color: #e7e7e7;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus {
  color: #e3b24b;
}

.hero {
  padding: 60px 0;
  background: #0d0d0d;
  color: #d2d2d2;
  border-bottom: 4px solid #c9952f;
}

.hero h1,
.section-dark h2,
.section-dark h3,
.contact-section h2,
.contact-section h3 {
  color: #ffffff;
}

.hero-lead {
  max-width: 720px;
  margin-bottom: 30px;
  color: #d0d0d0;
  font-size: 19px;
  font-size: 1.1875rem;
}

.eyebrow {
  margin-bottom: 12px;
  color: #8b6110;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.eyebrow-on-dark {
  color: #e1ac3d;
}

.hero-facts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  margin-bottom: 15px;
}

.hero-facts strong,
.hero-facts span {
  display: block;
}

.hero-facts strong {
  color: #ffffff;
  font-size: 15px;
}

.hero-facts span {
  color: #8f8f8f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-mark {
  margin-top: 40px;
  text-align: center;
}

.hero-mark img {
  width: 310px;
}

.hero-mark p {
  margin: 5px 0 0;
  color: #858585;
  font-size: 12px;
  letter-spacing: 1px;
}

.section {
  padding: 64px 0;
}

.section-muted {
  background: #f5f3ee;
}

.section-dark {
  background: #151515;
  color: #c4c4c4;
}

.section-intro,
.intro {
  color: #4e4e4e;
  font-size: 18px;
  font-size: 1.125rem;
}

.section-intro {
  max-width: 930px;
  margin-bottom: 36px;
}

.section-dark .intro {
  color: #d0d0d0;
}

.column + .column {
  margin-top: 38px;
}

.brief-item {
  position: relative;
  margin-bottom: 14px;
  padding: 22px 22px 20px 76px;
  background: #f5f3ee;
  border: 1px solid #ded8cb;
}

.brief-item p {
  margin-bottom: 0;
  color: #666666;
  font-size: 14px;
}

.brief-number {
  position: absolute;
  top: 23px;
  left: 20px;
  display: block;
  width: 40px;
  height: 40px;
  background: #111111;
  color: #e0aa39;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.model-cell,
.card-cell {
  margin-bottom: 16px;
}

.model-panel {
  min-height: 245px;
  padding: 30px 26px;
  background: #ffffff;
  border: 1px solid #d8d1c5;
}

.model-panel-core {
  background: #101010;
  border-color: #101010;
  color: #d3d3d3;
}

.model-panel-core h3 {
  color: #ffffff;
}

.panel-label {
  display: inline-block;
  margin-bottom: 26px;
  padding-bottom: 5px;
  border-bottom: 2px solid #c58e23;
  color: #7d570d;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.model-panel-core .panel-label {
  color: #e1ac3d;
}

.model-panel ul {
  margin-bottom: 0;
  padding-left: 19px;
  color: #626262;
  font-size: 14px;
}

.model-panel-core ul {
  color: #c5c5c5;
}

.approach-list > div {
  margin-bottom: 14px;
  padding: 19px 20px 17px;
  border-left: 3px solid #cc962b;
  background: #202020;
}

.approach-list h3 {
  margin-bottom: 5px;
}

.approach-list p {
  margin-bottom: 0;
  color: #b5b5b5;
  font-size: 14px;
}

.product-card,
.commitment-card {
  padding: 27px 22px;
  text-align: center;
}

.product-card {
  min-height: 230px;
  background: #101010;
  border-top: 4px solid #ce992f;
  color: #c9c9c9;
}

.product-card h3 {
  margin-top: 28px;
  color: #ffffff;
}

.product-card p {
  margin: 32px 0 0;
  font-size: 14px;
}

.product-code,
.commitment-mark,
.step-number {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: #d4a038;
  color: #151515;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
}

.process-list {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  position: relative;
  min-height: 92px;
  margin-bottom: 14px;
  padding: 5px 0 16px 76px;
  border-bottom: 1px solid #d9d3c7;
}

.process-list h3 {
  margin-bottom: 4px;
}

.process-list p {
  margin-bottom: 0;
  color: #606060;
  font-size: 14px;
}

.step-number {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #171717;
}

.delivery-note {
  margin: 30px 0 0;
  padding: 20px 22px;
  background: #ffffff;
  border: 1px solid #d9d3c7;
  color: #424242;
  font-style: italic;
}

.commitment-card {
  min-height: 280px;
  background: #202020;
  border: 1px solid #343434;
}

.commitment-card h3 {
  margin-top: 28px;
}

.commitment-card p {
  margin: 28px 0 0;
  color: #bdbdbd;
  font-size: 14px;
}

.commitment-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.contact-section {
  background: #0d0d0d;
  color: #cecece;
  border-top: 1px solid #3a2c10;
}

.contact-list {
  margin-bottom: 0;
}

.contact-list dt {
  margin-top: 20px;
  color: #9d9d9d;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-list dd {
  margin: 4px 0 0;
  color: #ffffff;
  font-size: 18px;
  word-wrap: break-word;
}

.contact-list address {
  font-style: normal;
}

.contact-list a,
.site-footer a {
  color: #ffffff;
}

.site-footer {
  padding: 24px 0;
  background: #080808;
  border-top: 1px solid #2b2b2b;
  color: #939393;
  font-size: 12px;
}

.site-footer p {
  margin: 3px 0;
}

@media only screen and (min-width: 720px) {
  .header-table,
  .hero-table,
  .two-column {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .brand,
  .site-nav,
  .hero-copy,
  .hero-mark,
  .column {
    display: table-cell;
    vertical-align: middle;
  }

  .site-nav {
    margin-top: 0;
    text-align: right;
  }

  .site-nav li {
    margin-right: 0;
    margin-left: 22px;
  }

  .hero-copy {
    width: 64%;
    padding-right: 6%;
  }

  .hero-mark {
    width: 36%;
    margin-top: 0;
  }

  .hero-facts li {
    display: inline-block;
    width: 31%;
    margin-right: 1%;
    vertical-align: top;
  }

  .column {
    width: 37%;
    vertical-align: top;
  }

  .column-wide {
    width: 63%;
    padding-right: 7%;
  }

  .column + .column {
    margin-top: 0;
  }

}

@media only screen and (min-width: 900px) {
  h1 {
    font-size: 54px;
    font-size: 3.375rem;
  }

  h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }

  .hero {
    padding: 78px 0;
  }

  .section {
    padding: 78px 0;
  }

  .model-row,
  .card-row,
  .process-list {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .model-cell,
  .card-cell,
  .process-list li {
    display: table-cell;
    vertical-align: top;
  }

  .model-cell {
    width: 33.333%;
    padding-right: 18px;
  }

  .model-cell-last {
    padding-right: 0;
  }

  .card-cell {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .process-list li {
    width: 20%;
    min-height: 0;
    padding: 88px 16px 12px;
    border-right: 1px solid #d9d3c7;
    border-bottom: 0;
    text-align: center;
  }

  .process-list .process-last {
    border-right: 0;
  }

  .step-number {
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }

  h2 {
    font-size: 29px;
    font-size: 1.8125rem;
  }

  .hero,
  .section {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .site-nav li {
    margin-right: 14px;
  }

  .hero-mark img {
    width: 250px;
  }

  .brief-item {
    padding-left: 68px;
  }

}

@media print {
  body {
    background: #ffffff;
    color: #000000;
    font-size: 10pt;
  }

  .site-header,
  .skip-link,
  .hero-mark,
  .site-footer {
    display: none;
  }

  .hero,
  .section,
  .section-dark,
  .contact-section {
    padding: 22pt 0;
    background: #ffffff;
    border-color: #777777;
    color: #000000;
  }

  .hero h1,
  .section-dark h2,
  .section-dark h3,
  .contact-section h2,
  .contact-section h3,
  .model-panel-core h3,
  .product-card h3,
  .commitment-card h3,
  .contact-list dd,
  .contact-list a {
    color: #000000;
  }

  .hero-lead,
  .section-dark .intro,
  .approach-list p,
  .commitment-card p,
  .contact-list dd {
    color: #222222;
  }

  .model-panel,
  .model-panel-core,
  .approach-list > div,
  .product-card,
  .commitment-card {
    min-height: 0;
    background: #ffffff;
    border: 1px solid #777777;
    color: #000000;
    page-break-inside: avoid;
  }

  a {
    color: #000000;
  }
}
