@charset "UTF-8";
/* All clamps 320 - 750 unless noted */


body {
  scroll-padding-top: 5.25em;
}

body.slideNav {
  overflow: hidden;
}




/* HEADER ------------------------------ */

body>header {
  align-items: center;
  background: var(--ws-blue);
  display: flex;
  justify-content: space-between;
  padding: 1em 1.5em 1em 1em;
  position: sticky;
  top: 0;
  z-index: 1;
}

body>header>aside {
  position: absolute;
}

body>header:before {
  background-color: #000;
  content: '';
  display: block;
  height: 100vh;
  left: 100vw;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: left 0ms ease 200ms, opacity 200ms ease;
  width: 100vw;
  z-index: 3;
}

body.slideNav>header:before {
  left: 0;
  opacity: .5;
  transition: left 0ms ease 0ms, opacity 200ms ease;
}

body>header button.hamburger {
  background: #FFF;
  border-radius: 0;
  mask: url('/images/bars.svg') no-repeat center / contain;
  padding: .6875em;
}

#brand {
  display: block;
  max-width: 8.75em;
  width: 100%;
}

#navContainer {
  background-color: var(--ws-blue);
  bottom: 0;
  left: 100%;
  max-height: 100vh;
  overflow: auto;
  position: fixed;
  top: 0;
  transition: left 200ms ease;
  width: 75%;
  z-index: 3;
  -webkit-overflow-scrolling: touch;
}

body.slideNav #navContainer {
  left: 25%;
}

#navContainer nav {
  display: inline;
}

#navContainer ul {
  display: block;
  margin: 0;
  padding-left: 0;
  width: 100%;
}

#navContainer li {
  border-top: 1px solid rgba(255,255,255,0.125);
  display: block;
  position: relative;
  width: 100%;
}

#navContainer li li {
  border: 0;
}

#navContainer :where(a, .menu) {
  color: #FFF;
  display: block;
  line-height: 1;
  padding: 1em 1em;
  width: 100%;
}

#navContainer .menu>span {
  font-size: 2.25em;
  line-height: 0;
  margin: 0 .0625em 0 0;
  position: relative;
  top: .1875em;
}

#navContainer li.on a {
  background: rgba(255,255,255,0.1);
}

#navContainer li.open {
  background-color: rgba(255,255,255,0.1);
}

#navContainer li>button {
  background: rgba(255,255,255,0.5);
  display: block;
  height: 2.75em;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.75em;
}

#navContainer ul ul {
  height: 0;
  overflow: hidden;
  transition: var(--ws-transition);
}

#navContainer ul ul a {
  padding-left: 2rem;
}

#navContainer ul ul li.on a {
  background-color: rgba(255,255,255,0.2);
}

#navContainer li>button::before,
#navContainer li>button::after {
  background-color: #000;
  content: '';
  display: block;
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform-origin: center center;
  transition: transform .2s ease;
  width: 50%;
}

#navContainer li>button::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

#navContainer li>button::after,
#navContainer li.open > button:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

#mainnav>ul>li>a>span {
  color: inherit;
  transition: none;
}




/* ANCILLARY ------------------------------ */

#ancillary {
  display: block;
}

#ancillary .search {
  border-top: 1px solid rgba(255,255,255,0.125);
  display: block;
  overflow: auto;
  padding: 1rem;
}

#ancillary .search input[type="text"] {
  width: calc(100% - 7rem);
}

#ancillary .search input[type="submit"] {
  padding-inline: .5em;
  width: 6.5rem;
}




/* MOBILE NAV ------------------------------ */

#mobilenav {
  align-items: center;
  background-color: #000;
  display: flex;
  justify-content: center;
  position: sticky;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}

#mobilenav :is(a, span) {
  color: #FFF;
  flex: 1 1 auto;
  font-size: 1em;
  line-height: 2.25;
}

#mobilenav span svg {
  fill: #FFF;
  pointer-events: none;
  position: relative;
  top: .3em;
  width: 1em;
}




/* CMS PAGE ELEMENTS ------------------------------ */

.photoright {
  margin: 0 0 .75em 1em;
}

.photoleft {
  margin: 0 1em .75em 0;
}

.twoCol, .threeCol, .resCol {
  columns: auto;
  column-width: 13em;
}




/* FORMS AND INPUTS ------------------------------ */

.formTable, .formTable table {
  display: block;
  width: 100%;
}

.formTable tbody {
  display: block;
}

.formTable tr {
  display: block;
}

.formTable td {
  display: block;
  padding: 0;
  width: 100%;
}

.formTable :is(input:is([type="text"], [type="password"], [type="tel"], [type="number"], [type="email"], [type="url"]), textarea) {
  margin-bottom: 1em
}

.formTable table td + td {
  padding-left: 0 !important;
}


/* New contact form markup */
.form-flex :where(.half, .third) {
  width: 100%;
}

.form-flex .quarter {
  width: calc(50% - .5em);
}





/* FOOTER ------------------------------ */

body>footer .wrap {
  align-content: stretch;
  align-items: stretch;
  display: flex;
  flex-direction: column;
}

#web-solutions {
  order: 1;
}

body>footer .wrap nav a+span:before {
  content: "|";
  margin: 0 0.5em;
}





/* MAIN ------------------------------ */

#content {
  padding: 2em 0 3em;
}





/* RESPONSIVE TABLES ------------------------------ */

.price-table {
	padding: 0 0 0.5em;
}

.table-wrap {
  position: relative;
}

.table-wrap::before,
.table-wrap::after {
  color: #666;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .3s ease;
}

.table-wrap::before {
  content: '\2039\00A0scroll';
  left: 1em;
}

.table-wrap::after {
  content: 'scroll\00A0\203A';
  right: 1em;
}

.table-wrap:where(.scroll-left, .scroll-right) {
  padding-top: 1.5em;
}

.table-wrap table {
	white-space: nowrap;
}

.table-responsive {
  border: 0;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}

.table-responsive :is(th, td) {
  padding-left: 1em;
  padding-right: 1em;
}

.table-responsive :is(th, td):first-child {
	background: #fff;
	left: 0;
  	position: sticky;
	z-index: 1;
}








/* HERO ------------------------------ */

.hero {
  background: linear-gradient(150deg, var(--ws-blue) 25%, var(--ws-red) 100% );
  padding-block: 1.6875em;
  --ws-margin: clamp(1.5em, 0.3em + 6vw, 1.875em); /* 320 - 420 */
}

.hero .images figure {
  aspect-ratio: 1042 / 1633;
  margin-bottom: calc(-56% / (1042 / 1633)); /* Aspect ratio of the image */
}

.hero .textbox {
  margin: 0 0 3em;
}

.hero :is(h1, p) {
  margin-inline: -.625rem;
}

.hero .jump-link {
  display: none;
}




/* GET OIL ------------------------------ /
* - Homepage
*/

.get-oil {
  margin-top: calc(54% / (1042 / 1633));  /* Aspect ratio of the hero image */
  padding-block: 0 3em;
}

.get-oil .textbox {
  margin: 0 0 3em;
}




/* MAX-WIDTH MEDIA QUERIES ------------------------------ */

/* 370px */
@media (max-width: 23.125em) {
  .hero .minimum {
    flex-direction: column;
    gap: .25em;
  }
}


/* -------~~~~~~~======= STYLE-M.CSS =======~~~~~~~------- */
