h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.13;
  margin: 0;
}

h1 {
  color: #252530;
  font-size: 36px;
  margin: 0 0 20px;
}

a {
  color: #00833b;
  text-decoration: none;
}

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

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  max-height: 1000000px;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
  width: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: fieldwork, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143;
  color: #666;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

p, ul {
  color: #666666;
  font-size: 16px;
  letter-spacing: -0.2px;
  line-height: 1.75;
}

.hidden {
  display: none;
}

.title-section {
  padding: 0 3.846% 20px;
  background: #f7f7f7;
}

body {
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-areas: "nav topnav" "nav content" "nav footer";
  grid-template-columns: 360px 1fr;
  grid-template-rows: auto 1fr auto;
}

.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(247, 247, 247, 0.9490196078);
  z-index: 10;
}

nav {
  grid-area: nav;
  height: 100vh;
}

nav .nav {
  position: fixed;
  left: 0;
  top: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100vh;
  width: 360px;
  z-index: 100;
  background: white;
}

nav .nav-s2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 360px;
  height: 100vh;
  background: white;
  z-index: 90;
  transition: left 0.6s ease;
}

nav .nav-s2.active {
  left: 360px;
}

.top-nav-wrap {
  grid-area: topnav;
  width: 100%;
}

.top-nav-wrap .img-strip {
  width: 100%;
  height: 122px;
  background-image: url("/assets/images/layout/castrol-pathway-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.content {
  grid-area: content;
}

footer {
  grid-area: footer;
}

nav .nav-s2 {
  display: none;
}

nav .nav,
nav .nav-s2 {
  border-right: 1px solid #eaeaea;
}

nav .nav-brand {
  padding: 40px 0;
  display: grid;
  justify-items: center;
}

nav .nav-brand a {
  display: block;
  margin: 0 auto;
}

nav .nav-brand a svg {
  width: 150px;
}

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

nav .nav-ul li a.nav-s1,
nav .nav-ul li a.parent-link {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

nav .nav-ul li a.nav-s1 .chevron {
  width: 9px;
  height: 9px;
}

nav .nav-ul li a.nav-s1 .chevron .chevron-path,
nav .nav-ul li a .arrow-path {
  fill: #009343;
}

nav .nav-ul li a {
  cursor: pointer;
  display: block;
  color: #252530;
  font-weight: 500;
  font-size: 14px;
  -webkit-tap-highlight-color: #e9e9e9;
  line-height: 1.71;
  letter-spacing: -0.2px;
  width: 100%;
  padding: 13px 60px 14px;
  webkit-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
}

nav .nav-ul li a:hover,
nav .nav-ul li a.menu-link:hover {
  background: #009343;
  color: white;
}

nav .nav-ul li a.nav-s1:hover .chevron .chevron-path,
nav .nav-ul li a.parent-link:hover .arrow .arrow-path,
nav .nav-ul li a.menu-link:hover .arrow .arrow-path {
  fill: white;
}

nav .nav-ul li a.active {
  background: #00833b;
  color: white;
}

nav .nav-ul li a.nav-s1.active .chevron .chevron-path,
nav .nav-s2 .nav-ul li a.parent-link.active .arrow .arrow-path {
  fill: white;
}

nav .nav-s2 {
  padding: 45px 0 0 0;
}

nav .nav-s2 .nav-ul li a.parent-link {
  font-size: 16px;
}

nav .nav-ul li a.menu-link {
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: center;
  padding-left: 15px;
  background: #f7f7f7;
}

.top-nav-wrap .img-strip .links {
  display: grid;
  justify-content: end;
  height: 100%;
  padding: 40px 140px;
}

.top-nav-wrap .img-strip .links a {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px;
  color: #fdfdfd;
  font-size: 14px;
  align-items: center;
}

.top-nav-wrap .img-strip .links a .envelope .envelope-path {
  fill: #fdfdfd;
}

.top-nav-wrap .breadcrumb {
  background: #f7f7f7;
  padding: 20px 3.846% 20px calc(3.846% - 8px);
  font-size: 14px;
  line-height: 24px;
}

.top-nav-wrap .breadcrumb a {
  padding: 0 8px;
  color: #252530;
}

.top-nav-wrap .breadcrumb .inactive {
  padding: 0 8px;
  color: #666666;
}

footer {
  padding: 40px 3.846%;
  background: #f7f7f7;
  color: rgba(64, 66, 80, 0.7490196078);
  font-size: 12px;
}
