@charset "UTF-8";
/* ====== Font stacks =========================== */
/* ====== Font weights ========================== */
/* ====== Theme colors ========================== */
/* ====== Social Media colours ================== */
/* ====== Max site width & Visual Grid ========== */
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/expresssteel-theme/fonts/Aileron-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/expresssteel-theme/fonts/Aileron-Bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/expresssteel-theme/fonts/Aileron-Heavy-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/expresssteel-theme/fonts/Aileron-Italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Aileron";
  src: url("/wp-content/themes/expresssteel-theme/fonts/Aileron-HeavyItalic-webfont.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
/*! normalize-opentype.css v0.2.4 | MIT License | kennethormandy.com/journal/normalize-opentype-css */
/**
 * 1. Inherit style issues with custom selections, per robsterlini.co.uk/journal/opentype-and-selection-dont-mix
 * 2. Turn on kerning, standard ligatures, and proportional, oldstyle numerals
 *    Turn off all other ligatures, tabular, lining numerals, and alternates
      Uses same settings for tables
 * 3. Hard-codes fallback text selection for issue #18, color is Chrome’s per via http://stackoverflow.com/a/16094931/864799
 */
::selection {
  color: inherit; /* 1. */
  text-shadow: inherit; /* 2. */
  background-color: #ACCEF7; /* 3. */
}

html,
body,
table {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0; /* 2. */
}

/* Headings
========================================================================== */
/**
 * 1. Turn on discretionary ligatures for larger headings
 */
h1,
h2,
h3 {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1; /* 1. */
}

/* Text-level semantics
========================================================================== */
/**
 * 1. Change all letters to uppercase
 * 2. Turn on small caps for upper and lowercase letters
 */
abbr {
  text-transform: uppercase; /* 1 */
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1; /* 2 */
}

/*
 * TODO: Turn on diagonal fractions where appropriate
 */
time {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
}

/*
 * 1. Turn off kerning and ligatures,
 *    Turn on lining, tabular numerals, slashed zero
 */
pre,
kbd,
samp,
code {
  font-feature-settings: "kern" 0, "liga" 0, "calt" 1, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1; /* 1. */
}

/**
 * 1. Turn on proper supercript numerals
 */
sup {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1; /* 1. */
}

/**
 * 1. Turn on proper subscript numerals
 */
sub {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1; /* 1. */
}

/* Grouping content
========================================================================== */
/**
 * TODO: Adds proper bullets
 */
/*
 * TODO:
 * 1. Adds counters for lists
 * 2. Use proper numerals for lists
 */
/**
 * Adds proper small caps
 */
/**
 * TODO: scmp, sc2c, pnum, case sensitive forms for postal codes
 */
/* Forms
========================================================================== */
/**
 * 1. Turns on lining, proportional numerals without clarified zeroes
 * TODO: Additional input modes https://developer.mozilla.org/en/docs/Web/HTML/Element/Input#attr-inputmode
 */
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=number],
input[type=range],
input[type=tel],
input[type=week] {
  font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0; /* 1. */
}

/* Localisation
========================================================================== */
/* Tables
========================================================================== */
/**
 * 1. Turns on tabular, lining numerals and slashed zero
 */
tbody,
caption {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1; /* 1. */
}

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

::selection {
  background: #27547c;
  color: #fff;
}

b, .screenreader, .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.aria-hidden {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

html {
  font-family: "Aileron", sans-serif;
  line-height: 1.66667;
  text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  background-color: #fff;
  color: #293241;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  min-height: 100vh;
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
  text-rendering: optimizeSpeed;
}

.main {
  padding: 1.25rem;
}

@media only screen and (min-width: 72rem) {
  .container {
    display: grid;
    grid-template-columns: 1fr 72rem 1fr;
  }
  .container > * {
    grid-column: 2;
  }
  .main.container {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
 *
 * Includes styles from normalize.css v5.0.0
 * with some additions from https://hankchizljaw.com/wrote/a-modern-css-reset/
 *
 */
/* ====== Headings ====== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 0 0.25em;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1.page-heading {
  font-size: 1.4em;
  line-height: 1.4;
  margin-bottom: 0;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}
* + h3 {
  margin-top: 1.5em;
}

h4 {
  font-size: 1.6em;
}
* + h4 {
  margin-top: 1.5em;
}

/* ====== Standard elements ====== */
address {
  font-style: normal;
}

ol, ul, dl {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 0 0 0 2em;
}

li ul,
li ol {
  margin: 0.5em 0 0;
}

p {
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
}
* + p {
  margin-top: 1.5em;
}

li {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

strong {
  font-weight: 700;
}

.has-small-font-size, small {
  font-size: 80%;
}

blockquote {
  margin: 0 0 1.5em -2.4em;
  padding-left: 2.4em;
  border-left: 2px solid #eaeaea;
  font-style: normal;
}
blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q {
  quotes: none;
}
q:before {
  content: "“";
}
q:after {
  content: "”";
}

abbr[title] {
  border-bottom: none;
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 80%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  background: transparent;
  border-collapse: collapse;
  border: 1px solid #eaeaea;
  border-width: 1px 0;
  border-bottom-color: #fafafa;
  box-sizing: content-box;
  color: transparent;
  clear: both;
  display: block;
  height: 0;
  margin: 2em 0;
  overflow: visible;
  padding: 0;
}

/* ====== Images ====== */
figure {
  margin: 0;
}

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

svg:not(:root) {
  overflow: hidden;
}

/* ====== Form fields ====== */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  user-select: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* ====== Anchors ====== */
a {
  background-color: transparent;
  outline-color: #1F314D;
  outline-width: 0;
  text-decoration: none;
}
a:link {
  color: inherit;
}
a:visited {
  color: inherit;
}
a:hover {
  color: #FF7400;
}
a:hover {
  color: #FF7400;
}
a:focus {
  color: #FF7400;
  outline: thin dotted;
}

video {
  display: block;
  height: auto;
  width: 100%;
}

audio {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

details {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template,
[hidden] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.masthead {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 72rem;
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.active_nav .masthead {
  overflow: visible;
}
.masthead img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.masthead .logo {
  display: inline-block;
  margin: 0;
  width: calc(100% - 80px);
  max-width: 250px;
  position: relative;
}
.masthead .logo a {
  background-size: contain;
  display: block;
}

.menu-toggle {
  appearance: none;
  border: none;
  border-radius: 100%;
  display: inline-block;
  height: 48px;
  outline-width: 0;
  padding: 0.75rem;
  position: relative;
  width: 48px;
  z-index: 100;
}
.menu-toggle svg {
  display: block;
  height: auto;
  width: 100%;
}
.menu-toggle path.menu {
  opacity: 1;
}
.menu-toggle path.close {
  opacity: 0;
}
.menu-toggle:hover {
  background-color: #eaeaea;
}
.menu-toggle:hover path {
  fill: #FF7400;
}
.active_nav .menu-toggle path.menu {
  opacity: 0;
}
.active_nav .menu-toggle path.close {
  opacity: 1;
}

.nav-wrapper {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translateX(100%);
  transition: all 0.25s ease-in-out;
  width: 100%;
  z-index: 99;
}
.nav-wrapper ol {
  list-style: none;
  margin: auto;
  padding: 0;
}
.nav-wrapper li {
  margin: 0;
  padding: 0;
}
.nav-wrapper li + li {
  border-top: 1px solid #ccc;
}
.nav-wrapper a {
  display: block;
  font-size: 1.3em;
  padding: 0.75em 1.5em;
  text-align: center;
}
.active_nav .nav-wrapper {
  opacity: 1;
  transform: translateX(0);
}

.base {
  background-color: #fafafa;
  padding: 1.25rem;
  margin-top: auto;
}

.button,
.button:link,
.button:visited {
  appearance: none;
  background-color: #FF7400;
  border: none;
  box-shadow: 0.3em 0.3em 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding: 0.75em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover,
.button:link:hover,
.button:visited:hover {
  box-shadow: 0.3em 0.3em 0 rgba(0, 0, 0, 0.5);
}

.featured {
  display: grid;
  grid-column: 1/4;
  grid-template-columns: 1.25rem 1fr 1.25rem;
  grid-template-rows: 1.25rem 1fr 1.25rem;
  max-height: 50vh;
}
.featured img {
  height: 100%;
  grid-row: 1/4;
  grid-column: 1/4;
  object-fit: cover;
  width: 100%;
}
.featured figcaption {
  align-self: center;
  grid-row: 2;
  grid-column: 2;
  justify-self: center;
  position: relative;
  text-align: center;
  z-index: 5;
}
.featured figcaption h2 {
  color: #fff;
  font-size: calc(1em + 1vw);
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  text-shadow: 1px 1px 1px #000;
}
.featured figcaption .button-wrap {
  padding-top: 2rem;
}
.featured figcaption .button {
  font-size: calc(0.75em + 1vw);
}

.homepage {
  padding-top: 2rem;
}

.google-map {
  background-color: #ccc;
  margin-top: 2rem;
  height: 20rem;
  width: 100%;
}

@media only screen and (min-width: 72rem) {
  .featured figcaption .button {
    font-size: 1.25em;
  }
  .homepage {
    display: grid;
    gap: 4rem;
    grid-template-columns: 1fr 20em;
  }
  .homepage .callout {
    border-top: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .homepage .callout li {
    border-bottom: 1px solid #ccc;
  }
  .homepage .callout a {
    display: block;
    font-weight: 700;
    line-height: 1;
    padding: 1em;
    transition: all 0.25s ease-in-out;
  }
  .homepage .callout a:hover {
    text-indent: 0.25em;
  }
  .google-map {
    height: 40rem;
    margin-top: 4rem;
  }
}
@media print {
  body {
    color: #000;
    background: #fff;
  }
}
