@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/***************************/
/* Helper functions */
/***************************/
/* Fluid text */
/* The font will be at the preferrred size on 1170 pixel wide viewports by default. */
/***************************/
/* Fluid gutters */
/***************************/
/* In practice */
* {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2 {
  /* Fallback for IE11 */
  font-size: 2rem;
  font-size: clamp(1.75rem, 2.735042735vw, 3.75rem);
  margin-bottom: 72px;
  margin-bottom: clamp(2.25rem, 4.6153846154vw, 4.5rem);
}

h3 {
  /* Fallback for IE11 */
  font-size: 2rem;
  font-size: clamp(1.25rem, 2.735042735vw, 3rem);
  margin-bottom: 36px;
  margin-bottom: clamp(1.125rem, 2.3076923077vw, 2.25rem);
}

p {
  /* Fallback for IE11 */
  font-size: 1.5rem;
  font-size: clamp(1rem, 2.0512820513vw, 2rem);
  margin-bottom: 36px;
  margin-bottom: clamp(1.125rem, 2.3076923077vw, 2.25rem);
}
p a {
  color: #555;
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}

figure {
  margin: 0;
}

img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

body {
  background-color: #f4f4ed;
  margin: 0;
  font-size: 62.5%;
  line-height: 1.5;
  text-align: center;
  font-family: ff-meta-correspondence-web-p, sans-serif;
  font-weight: 400;
  font-style: normal;
  min-height: calc(100vh - 60px);
  font-smooth: always;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url(img/morrison_logo.svg);
  background-repeat: no-repeat;
  background-position: center 39.5vh;
  background-attachment: fixed;
  background-size: 100px;
}

#wrapper {
  position: relative;
  display: grid;
  margin: auto;
  text-align: left;
  width: 100%;
  max-width: 2400px;
  height: 100%;
  grid-template-rows: 70px auto auto auto;
  background-color: white;
}
@media screen and (max-width: 747px) {
  #wrapper.hidden {
    opacity: 0;
  }
}

header#header_page {
  position: fixed;
  display: grid;
  grid-row: 1/2;
  height: 70px;
  width: 100%;
  max-width: 2400px;
  margin: auto;
  grid-template-columns: 15px auto 30px 15px;
  background-color: #f4f4ed;
  z-index: 100;
  padding-top: 0px;
  box-sizing: border-box;
  border-bottom: 1px #555 solid;
  top: 0px;
}
header#header_page h1 {
  position: relative;
  display: block;
  grid-column: 2/3;
  grid-row: 1/2;
  _padding-left: 56px;
  margin: 0;
  width: fit-content;
  font-size: 1.6rem;
  text-transform: lowercase;
  letter-spacing: 1px;
  _background-image: url(img/morrison_icon.svg);
  _background-repeat: no-repeat;
  _background-position: left center;
  _background-size: 48px;
  line-height: 1;
  color: black;
}
header#header_page h1 em {
  font-style: normal;
  opacity: 0.5;
}
header#header_page h1 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: black;
  text-decoration: none;
  font-family: ff-meta-web-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
header#header_page h1 a span {
  display: none;
  margin-left: -1000rem;
}
header#header_page p {
  position: relative;
  display: block;
  grid-column: 2/3;
  margin: 0;
  font-size: 0.8rem;
  color: #292720;
  margin-top: -20px;
}
header#header_page #header_page_punchline {
  display: none;
}
header#header_page #header_page_navToggle {
  position: relative;
  display: block;
  width: 20px;
  height: 30px;
  grid-column: 3/4;
  grid-row: 1/2;
  margin-top: 16px;
  overflow: hidden;
  opacity: 0.66;
  justify-self: flex-end;
  -webkit-transition: transform 300ms ease-in-out;
  -moz-transition: transform 300ms ease-in-out;
  -ms-transition: transform 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
}
header#header_page #header_page_navToggle:hover {
  cursor: pointer;
}
header#header_page #header_page_navToggle span {
  position: relative;
  display: block;
  width: 32px;
  height: 2px;
  margin-bottom: 5px;
  background-color: #555;
}
header#header_page #header_page_navToggle.active {
  transform: rotate(-45deg);
  -webkit-transition: transform 300ms ease-in-out;
  -moz-transition: transform 300ms ease-in-out;
  -ms-transition: transform 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
}
header#header_page #header_page_mavMain {
  display: none;
}
@media screen and (max-width: 747px) {
  header#header_page #header_page_mavMain.active {
    display: block;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
  }
  header#header_page #header_page_mavMain.active .menu-menu-1-container {
    position: relative;
    display: block;
    height: 60%;
  }
  header#header_page #header_page_mavMain.active ul {
    position: relative;
    display: grid;
    height: 100%;
    padding: 0;
    text-decoration: none;
    align-content: center;
  }
  header#header_page #header_page_mavMain.active ul li {
    position: relative;
    display: block;
    grid-column: 1/2;
    grid-row: span 1;
    width: 100%;
    border-top: 1px #ccc solid;
  }
  header#header_page #header_page_mavMain.active ul li a {
    position: relative;
    display: block;
    color: #555;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
    padding: 20px;
    font-weight: 100;
  }
  header#header_page #header_page_mavMain.active ul li:first-child {
    border-top: 0;
  }
}

header#header_main.header_category {
  display: none;
}

#loop_category {
  position: relative;
  display: grid;
  grid-gap: 12px !important;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0px;
  box-sizing: border-box;
  grid-template-columns: repeat(2, 1fr);
  align-content: center;
}
#loop_category article {
  position: relative;
  display: block;
  display: grid;
  width: 100%;
  height: calc((100vw - 40px) / 2);
  overflow: hidden;
  _background-color: #ddd;
}
#loop_category article figure {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  grid-row: 1/2;
  grid-column: 1/2;
  overflow: hidden;
}
#loop_category article figure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f4f4ed;
  mix-blend-mode: color;
  z-index: 1;
}
#loop_category article figure img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#loop_category article header {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  grid-row: 1/2;
  grid-column: 1/2;
  background-color: rgba(0, 0, 0, 0.66);
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  -ms-transition: opacity 400ms ease-in;
  -o-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  z-index: 1;
}
#loop_category article header h3 {
  position: relative;
  display: block;
  width: 100%;
  _height: 100%;
  padding: 10px;
  margin-bottom: 0px !important;
  margin-left: 2px;
  padding-bottom: 7px !important;
  box-sizing: border-box;
  color: white;
  align-self: flex-end;
  font-weight: 400;
  font-family: ff-meta-web-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
}
#loop_category article a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: 3;
}
#loop_category article:hover header {
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  -ms-transition: opacity 400ms ease-in;
  -o-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}
@media screen and (max-width: 748px) {
  #loop_category article.empty {
    display: none;
  }
}

main#page_main {
  position: relative;
  display: block;
  grid-row: 2/3;
  padding-bottom: 20px;
  background-color: #f4f4ed;
}

.single_article {
  position: relative;
  display: block;
  background-color: #f4f4ed;
}
.single_article_header {
  position: relative;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
.single_article_header_title {
  margin-bottom: 5px;
  margin-top: 10px;
  color: black;
  font-weight: 100;
  font-family: ff-meta-web-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 1px;
}
.single_article_header span#projectLocation {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-size: 1.1rem;
  text-transform: lowercase;
  font-variant: small-caps;
  color: #999;
  letter-spacing: 0.05rem;
  _color: rgba(60, 120, 80, 0.66);
}
.single_article_main {
  position: relative;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

article.single_page {
  position: relative;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
article.single_page header.single_page_header {
  position: relative;
  display: block;
}
article.single_page header.single_page_header h2 {
  margin-bottom: 10px;
  margin-top: 0px;
  color: #555 !important;
  font-weight: 200;
  font-family: ff-meta-web-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 2rem;
  text-transform: lowercase;
  font-variant: small-caps;
  line-height: 1;
  letter-spacing: 2px;
}
article.single_page #single_page_main {
  max-width: 748px;
}
article.single_page #single_page_main figure {
  position: relative;
  display: inline-block;
  width: 45%;
  height: fit-content;
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top: 0;
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
article.single_page #single_page_main figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
article.single_page #single_page_main figure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f4f4ed;
  mix-blend-mode: color;
  z-index: 10;
}
article.single_page #single_page_main p {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ff-meta-web-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.05rem;
}
article.single_page #single_page_main p + p {
  margin-top: 10px;
}
article.single_page #single_page_main p + img {
  margin-top: 20px;
  margin-bottom: 20px;
}
article.single_page #single_page_main p span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f4f4ed;
  mix-blend-mode: color;
  z-index: 10;
}
article.single_page #single_page_main .testimonial {
  margin-bottom: 10px;
  padding-bottom: 30px;
  border-bottom: 1px #ccc solid;
}
article.single_page #single_page_main .testimonial blockquote {
  margin-left: 0;
  margin-right: 0;
  color: black;
}
article.single_page #single_page_main .testimonial cite {
  margin-left: 0;
  margin-top: 10px !important;
}
article.single_page #single_page_main .testimonial cite p {
  font-style: italic;
}
article.single_page #single_page_main .testimonial cite a {
  color: #555;
  text-decoration: none;
}
article.single_page #single_page_main .testimonial cite a:hover {
  text-decoration: underline;
}
article.single_page #single_page_main .testimonial cite::after {
  content: "";
  display: block;
  position: relative;
  clear: both;
}
article.single_page #single_page_main .testimonial:nth-child(even) figure {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
@media screen and (max-width: 747px) {
  article.single_page #single_page_main figure {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
    height: auto;
    box-sizing: border-box;
  }
}

.project_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.project_grid a {
  position: relative;
  display: block;
  width: 100%;
  height: calc((100vw - 20px) / 1 / 1.5);
  grid-column: 1/2;
  grid-row: span 1;
}
.project_grid a img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project_grid .Lead-Image {
  position: relative;
  display: block;
  width: 100%;
  height: fit-content;
  grid-column: 1/2;
  grid-row: 1/2;
}
.project_grid .Lead-Image img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project_grid .Intro-Text {
  position: relative;
  display: flex;
  align-content: center;
  grid-row: 2/3;
  grid-column: 1/2;
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
}
.project_grid .Intro-Text p {
  margin: 0;
  align-self: center;
  color: #555;
  font-style: italic;
}

body.home main#page_main {
  position: relative;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  padding-bottom: 20px;
  padding-top: 15px;
  margin: auto;
  _max-width: 2400px;
  grid-row: 2/3;
  grid-column: 1/2;
  z-index: 1;
}
body.home main#page_main article {
  background-color: #ddd;
}
body.home main#page_main article.single_page.content_home {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body.home main#page_main article.single_page.content_home a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body.home main#page_main article.single_page.content_home a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f4f4ed;
  mix-blend-mode: color;
}
body.home main#page_main article.single_page.content_home a img {
  position: relative;
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  padding: 0;
  margin: 0;
  _max-width: 2400px;
}

footer {
  position: relative;
  display: block;
  grid-row: 3/4;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: fit-content;
  overflow: hidden;
  padding: 15px;
  border-top: 1px #ccc solid;
  box-sizing: border-box;
  background-position: center bottom;
  background-size: auto 48px;
  background-repeat: no-repeat;
  text-indent: -999em;
  text-align: center;
  align-self: flex-end;
  background-color: #f4f4ed;
  grid-column: 1/2;
}
footer #contact_address {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-indent: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
  max-width: 800px;
}
footer #contact_address p {
  grid-column: 1/4;
  grid-row: 1/2;
  position: relative;
  display: block;
  margin-top: 0;
  font-size: 0.75rem;
  margin-bottom: 5px !important;
}
footer #contact_address p a {
  color: #6c6968;
  text-decoration: none;
}
footer #contact_address p a:hover {
  text-decoration: underline;
}
footer #contact_address #ig_link, footer #contact_address #mail_link {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  height: 32px;
  margin-top: 20px;
  grid-column: span 1;
  grid-row: 2/3;
  text-align: left;
}
footer #contact_address #ig_link a, footer #contact_address #mail_link a {
  position: relative;
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  _padding-left: 40px;
  overflow: hidden;
  background-image: url(img/insta.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  color: #6c6968;
  font-size: 0.7rem;
  text-decoration: none;
  text-indent: -999em;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
footer #contact_address #ig_link a:hover, footer #contact_address #mail_link a:hover {
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
footer #contact_address #mail_link a {
  background-image: url(img/email.svg);
}
footer #contact_address #logos {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  grid-column: 3/4;
  grid-row: 2/3;
  margin-top: 20px;
}
footer #contact_address #logos a {
  position: relative;
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-image: url(img/riba_icon.svg);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  color: #555;
  font-size: 0.7rem;
  text-decoration: none;
  text-indent: -999em;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
footer #contact_address #logos a:hover {
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
footer p {
  font-size: 0.8rem;
  opacity: 1;
  text-indent: 0;
  margin-top: 20px;
  color: #6c6968;
}
footer p a:link, footer p a:active, footer p a:visited {
  color: #6c6968;
}
footer .right {
  width: 100%;
}
footer .right a {
  position: relative;
  display: block;
  grid-row: 1/4;
  height: 100%;
  width: 100%;
  text-indent: -999em;
  background-image: url(img/riba.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}

.copyright {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #f4f4ed;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  align-content: center;
  justify-content: left;
  grid-row: 5/6;
  grid-column: 1/2;
  box-sizing: border-box;
  align-self: flex-end;
}
.copyright p {
  position: relative;
  display: block;
  width: fit-content;
  margin: auto;
  color: #8c8c8c;
  font-size: 0.8rem;
  margin-top: 5px;
  text-transform: lowercase;
  background-color: transparent !important;
}

#gallery_modal_overlay {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10001; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
@media screen and (max-width: 639px) {
  #gallery_modal_overlay {
    display: none !important;
  }
}

#gallery_modal_overlay_content {
  position: relative;
  desplay: block;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

#slideshow {
  position: relative;
  display: grid;
  padding: 0px;
  margin: 0px;
  margin-top: 30px;
  list-style-type: none;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  height: calc(100vh - 80px);
  overflow: hidden;
}

.slide {
  position: relative;
  display: flex;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  grid-column: 1/2;
  grid-row: 1/2;
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
  box-sizing: border-box;
  overflow: hidden;
}
.slide img {
  position: relative;
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  text-align: center;
  margin: auto;
}

.showing {
  opacity: 1;
  z-index: 2;
}

/*
non-essential styles:
just for appearance; change whatever you want
*/
.slide {
  font-size: 40px;
  box-sizing: border-box;
  color: #fff;
}

/* The Close Button */
.gallery_modal_overlay_close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -20px;
}

.gallery_modal_overlay_close:hover,
.gallery_modal_overlay_close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.controls {
  display: inline-block;
  position: relative;
  top: 1rem;
  border: none;
  outline: none;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 1.5rem;
  background: #fff;
  width: fit-content;
  height: fit-content;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  padding: 0 !important;
}

.controls:hover,
.controls:focus {
  background: #eee;
  color: #333;
}

.buttons {
  position: absolute;
  display: none;
  right: 0;
  bottom: 60;
  z-index: 10;
  font-size: 0;
}

#dots_buttons {
  position: absolute;
  top: 24px;
  z-index: 200;
  grid-row: 1/2;
  grid-column: 1/2;
  align-self: flex-end;
}
#dots_buttons .dots {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgba(60, 120, 80, 0.66);
  opacity: 0.33;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
#dots_buttons .dots:hover {
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
#dots_buttons .dots i {
  opacity: 0;
}

cite {
  position: relative;
  display: block;
  margin-left: 40px;
  margin-bottom: 20px;
}

#gototop {
  display: none !important;
}

body.services {
  overflow-x: hidden;
}
body.services article.single_page {
  padding-top: 10px;
}
body.services article.single_page #single_page_main img.alignleft {
  position: relative;
  display: inline-block;
  width: 50%;
  height: auto;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 40px;
}
body.services article.single_page #single_page_main img.alignleft + p {
  margin-top: 10px;
}
body.services article.single_page #single_page_main p a.link {
  text-decoration: underline;
  color: black;
}
body.services article.single_page #single_page_main p a.link:hover {
  text-decoration: none;
}
body.services article.single_page #single_page_main p a.button {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 40px;
  border: 1px #555 solid;
  color: #555;
  border-radius: 3px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  -webkit-transition: background-color 400ms ease-in-out;
  -moz-transition: background-color 400ms ease-in-out;
  -ms-transition: background-color 400ms ease-in-out;
  -o-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  -webkit-transition: color 400ms ease-in-out;
  -moz-transition: color 400ms ease-in-out;
  -ms-transition: color 400ms ease-in-out;
  -o-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
}
body.services article.single_page #single_page_main p a.button:hover {
  background-color: #555;
  color: white;
  -webkit-transition: background-color 400ms ease-in-out;
  -moz-transition: background-color 400ms ease-in-out;
  -ms-transition: background-color 400ms ease-in-out;
  -o-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  -webkit-transition: color 400ms ease-in-out;
  -moz-transition: color 400ms ease-in-out;
  -ms-transition: color 400ms ease-in-out;
  -o-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
}
@media screen and (max-width: 747px) {
  body.services article.single_page #single_page_main figure {
    position: relative;
    display: inline-block;
    width: 100%;
    float: none;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
  }
  body.services article.single_page #single_page_main img.alignleft {
    position: relative;
    display: inline-block;
    width: 100%;
    float: none;
  }
  body.services article.single_page #single_page_main img.alignleft + p {
    margin-top: 10px;
  }
}

body.testimonials {
  overflow-x: hidden;
}
body.testimonials article.single_page {
  margin-top: 10px;
}
body.testimonials article.single_page #single_page_main img.alignleft {
  position: relative;
  display: inline-block;
  width: 40%;
  height: auto;
  float: left;
  margin-bottom: 20px;
  margin-right: 40px;
}
body.testimonials article.single_page #single_page_main cite {
  color: #555;
}
body.testimonials article.single_page #single_page_main cite::after {
  position: relative;
  display: block;
  clear: both;
}
body.testimonials article.single_page #single_page_main article.testimonial {
  display: grid;
}
body.testimonials article.single_page #single_page_main article.testimonial figure {
  grid-row: 3/4;
}
body.testimonials article.single_page #single_page_main article.testimonial blockquote {
  grid-row: 1/2;
  margin-bottom: 0;
}
body.testimonials article.single_page #single_page_main article.testimonial cite {
  grid-row: 2/3;
}
body.testimonials article.single_page #single_page_main article.testimonial:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 747px) {
  body.testimonials article.single_page #single_page_main img.alignleft, body.testimonials article.single_page #single_page_main figure {
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0px;
    height: auto;
    width: 100%;
    float: none !important;
  }
}

@media screen and (min-width: 1024px) {
  form {
    margin-bottom: 40px;
  }
}
form div p label {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 0.8rem;
}
@media screen and (min-width: 1024px) {
  form div p label {
    font-size: 1rem;
  }
}
form div p input {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px #ccc solid;
  border-radius: 3px;
}
form div p textarea {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px #ccc solid;
  border-radius: 3px;
}
form div p button {
  border: none;
  border-radius: 3px;
  padding: 10px 30px;
  background-color: #eee;
  margin-top: 10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (min-width: 1024px) {
  form div p button {
    font-size: 0.8rem;
  }
}
form div p button:hover {
  cursor: pointer;
  background-color: #555;
  color: #eee;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.block {
  position: relative;
  display: grid;
}
.block figure {
  grid-row: 3/4;
  grid-column: 1/2;
}
.block figure:first-child {
  grid-row: 5/6;
  grid-column: 1/2;
}
.block p {
  grid-column: 1/2;
}

body.home #wrapper {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-content: center;
}
body.home #wrapper header#header_page {
  background-color: transparent;
  display: block;
  align-self: center;
  margin: auto;
  position: relative;
  z-index: 10000;
  width: fit-content;
  height: fit-content;
  top: unset !important;
  border-bottom: none;
  grid-row: 1/2;
  grid-column: 1/2;
  text-align: center;
  background: url(background);
  pointer-events: none;
}
body.home #wrapper header#header_page #header_page_navToggle {
  display: none;
}
body.home #wrapper header#header_page h1 {
  color: #f4f4ed;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
body.home #wrapper header#header_page h1 a {
  color: #f4f4ed;
  padding-left: 0;
  background-image: none;
  pointer-events: visible;
}
body.home #wrapper header#header_page h1 em {
  opacity: 1;
}
body.home #wrapper header#header_page h1::before {
  content: " ";
  height: 44px;
  width: 60px;
  margin-bottom: 0px;
  background-image: url(img/morrison_icon_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
  position: relative;
  display: inline-block;
  height: 64px;
  width: 100px;
  pointer-events: none;
}
body.home #wrapper header#header_page p {
  color: #f4f4ed;
  opacity: 1;
}
body.home #wrapper header#header_page p a {
  color: #f4f4ed;
}
body.home #wrapper header#header_page p a:hover {
  text-decoration: none;
}
body.home #wrapper main#page_main {
  grid-row: 1/2;
  grid-column: 1/2;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 748px) {
  #wrapper {
    grid-template-rows: 120px auto auto;
  }
  header#header_page {
    padding-top: 10px;
    grid-template-columns: 15px auto auto 15px;
    height: 120px;
    padding-bottom: 10px;
    grid-template-columns: 1fr;
    border-bottom: 1px #ccc solid;
  }
  header#header_page h1 {
    font-size: 2rem;
    grid-column: 1/2;
    grid-row: 1/2;
    justify-self: center;
    margin-bottom: 0px;
    width: 100%;
    letter-spacing: 2px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  header#header_page h1 a {
    white-space: nowrap;
  }
  header#header_page h1 span {
    display: none;
  }
  header#header_page p {
    grid-column: 1/2;
    grid-row: 2/3;
    align-self: center;
    justify-self: center;
    margin-top: 0;
  }
  header#header_page #header_page_navToggle {
    display: none;
  }
  header#header_page #header_page_mavMain {
    position: relative;
    display: block;
    grid-column: 1/2;
    grid-row: 3/4;
    text-align: center;
    _height: 100%;
    justify-self: center;
    align-self: center;
    margin-top: 10px;
  }
  header#header_page #header_page_mavMain .menu-menu-1-container {
    position: relative;
    display: block;
    width: fit-content;
    text-align: right;
    margin-left: auto;
    height: 100%;
  }
  header#header_page #header_page_mavMain .menu-menu-1-container ul.menu {
    position: relative;
    display: grid;
    grid-gap: 10px;
    width: fit-content;
    padding: 0;
    margin: 0;
    margin-top: 0px;
  }
  header#header_page #header_page_mavMain .menu-menu-1-container ul.menu li.menu-item {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    grid-column: span 1;
    grid-row: 1/2;
    justify-self: right;
    position: relative;
    display: block;
  }
  header#header_page #header_page_mavMain .menu-menu-1-container ul.menu li.menu-item a {
    font-size: 0.9rem;
    color: #555;
    text-decoration: none;
    font-family: ff-meta-web-pro-condensed, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 1;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
  }
  header#header_page #header_page_mavMain .menu-menu-1-container ul.menu li.menu-item a:hover {
    opacity: 0.66;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
  }
  header#header_page #header_page_mavMain .menu-menu-1-container ul.menu li.menu-item.current-menu-item a, header#header_page #header_page_mavMain .menu-menu-1-container ul.menu li.menu-item.current-menu-parent a {
    color: #999;
  }
  main#page_main {
    padding-top: 15px;
    align-self: center;
  }
  article.single_page header.single_page_header {
    max-width: 748px;
    margin: auto;
  }
  article.single_page header.single_page_header h2 {
    font-size: 2.4rem;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  article.single_page #single_page_main {
    margin: auto;
  }
  article.single_page #single_page_main .testimonial figure {
    width: calc(50% - 15px);
    margin-left: 30px;
  }
  article.single_page #single_page_main .testimonial:nth-child(even) figure {
    float: left;
    margin-left: 0 !important;
    margin-right: 30px;
  }
  #loop_category {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 10px;
  }
  #loop_category article {
    height: calc((100vw - 55px) / 3);
    box-sizing: border-box;
    overflow: hidden;
  }
  #loop_category article#article_logo {
    grid-column: 2/3;
    grid-row: 2/3;
    background-image: url(img/morrison_logo.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f4f4ed;
  }
  .single_article_header {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto;
    padding-right: 15px;
    box-sizing: border-box;
    padding-top: 0px;
    position: sticky;
    top: 120px;
    background-color: #f4f4ed;
    z-index: 1000;
  }
  .single_article_header_title {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-bottom: 15px;
    line-height: 1;
    margin-top: 0;
    font-size: 2.4rem;
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: lowercase;
    font-variant: small-caps;
  }
  .single_article_header span#projectLocation {
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: center;
    justify-self: right;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .project_grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .project_grid figure {
    position: relative;
    display: block;
    width: 100%;
    height: calc((100vw - 40px) / 2 / 1.5);
    overflow: hidden;
    margin: 0;
    padding: 0;
    grid-row: span 1;
    grid-column: span 1;
  }
  .project_grid figure img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .project_grid figure img:hover {
    cursor: pointer;
  }
  .project_grid .Lead-Image {
    height: calc((100vw - 40px) / 2);
    grid-column: 1/2;
    grid-row: 1/2;
    width: 100%;
  }
  .project_grid .Intro-Text {
    height: calc((100vw - 40px) / 2);
    grid-column: 1/3;
    grid-row: 2/3;
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    width: calc((100vw - 40px) / 2);
    height: calc((100vw - 40px) / 2);
    box-sizing: border-box;
    overflow: hidden;
  }
  .project_grid .Intro-Text p {
    font-size: 1.25rem;
  }
  .project_grid.style02 .Lead-Image, .project_grid.style04 .Lead-Image {
    grid-column: 1/2;
    height: calc((100vw - 40px) / 2 / 1.5);
  }
  .project_grid.style02 .Intro-Text, .project_grid.style04 .Intro-Text {
    grid-column: 1/3;
    width: calc(100vw - 40px);
    height: calc((100vw - 40px) / 3);
  }
  .project_grid.style02 figure:nth-child(6), .project_grid.style04 figure:nth-child(6) {
    height: calc((100vw - 40px) / 2 * 1.5);
  }
  .project_grid.style02 figure:nth-child(7), .project_grid.style04 figure:nth-child(7) {
    height: calc((100vw - 40px) / 2 * 1.5);
  }
  .project_grid.style03 .Lead-Image {
    grid-column: 1/3;
    grid-row: 1/3;
    height: calc(100vw - 30px);
    width: 100%;
  }
  .project_grid.style03 .Intro-Text {
    grid-column: 1/3;
    grid-row: 3/4;
    width: 100%;
    height: calc((100vw - 30px) / 4);
  }
  .project_grid.style05 .Lead-Image, .project_grid.style06 .Lead-Image {
    grid-column: 1/2;
    grid-row: 1/2;
    height: calc((100vw - 40px) / 2 * 1.5);
    width: 100%;
  }
  .project_grid.style05 .Intro-Text, .project_grid.style06 .Intro-Text {
    grid-column: 1/3;
    grid-row: 2/3;
    width: 100%;
    height: calc((100vw - 30px) / 4);
  }
  .project_grid.style05 figure:nth-child(3), .project_grid.style06 figure:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/2;
    height: calc((100vw - 40px) / 2 * 1.5);
    width: 100%;
  }
  .project_grid.style07 .Lead-Image {
    grid-column: 1/3;
    grid-row: 1/3;
    height: calc(100vw - 30px);
    width: 100%;
  }
  .project_grid.style07 .Intro-Text {
    grid-column: 1/3;
    grid-row: 3/4;
    width: 100%;
    height: calc((100vw - 30px) / 4);
  }
  .project_grid.style07 figure:nth-child(9) {
    height: calc((100vw - 40px) / 2 * 1.5);
  }
  .project_grid.style07 figure:nth-child(10) {
    height: calc((100vw - 40px) / 2 * 1.5);
  }
  .project_grid.style08 .Lead-Image {
    grid-column: 1/2;
    grid-row: 1/2;
    height: calc((100vw - 30px) / 2 / 1.5);
    width: 100%;
  }
  .project_grid.style08 .Intro-Text {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
    height: calc((100vw - 30px) / 2 / 1.5);
  }
  .project_grid.style08 figure {
    height: calc((100vw - 40px) / 2 * 1.5);
  }
  .project_grid.style08 figure:nth-child(3) {
    height: calc((100vw - 30px) / 2 / 1.5);
  }
  .project_grid.style08 figure:nth-child(4) {
    height: calc((100vw - 30px) / 2 / 1.5);
  }
  .project_grid.style08 figure:nth-child(5) {
    height: calc((100vw - 30px) / 2 / 1.5);
  }
  .project_grid.style08 figure:nth-child(6) {
    height: calc((100vw - 30px) / 2 / 1.5);
  }
  .project_grid.style09 .Lead-Image {
    grid-row: 2/3;
    height: 100%;
  }
  .project_grid.style09 .Intro-Text {
    grid-row: 1/2;
    grid-column: 1/2;
    height: 100%;
  }
  .buttons {
    display: block;
  }
  .buttons #previous {
    position: fixed;
    top: 45%;
    left: 15px;
    background-color: transparent;
    border: none !important;
    opacity: 0.5;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
  }
  .buttons #previous i {
    display: none;
  }
  .buttons #previous:hover {
    opacity: 1;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
  }
  .buttons #previous::after {
    content: "←";
    font-size: 2rem;
    font-weight: 200;
  }
  .buttons #next {
    position: fixed;
    top: 45%;
    right: 15px;
    border: none;
    background-color: transparent;
    opacity: 0.5;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
  }
  .buttons #next i {
    display: none;
  }
  .buttons #next:hover {
    opacity: 1;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
  }
  .buttons #next::after {
    content: "→";
    font-size: 2rem;
    font-weight: 200;
  }
  .buttons #pause {
    display: none !important;
  }
  footer {
    padding-top: 15px;
  }
  footer #contact_address {
    grid-template-columns: 2fr 1fr;
    margin-bottom: 0px;
  }
  footer #contact_address #logos {
    grid-column: 3/4;
    grid-row: 2/3;
    height: 40px;
    margin-top: 20px;
  }
  footer p {
    color: #6c6968;
    opacity: 1 !important;
  }
  footer p a:link, footer p a:active, footer p a:visited {
    color: #6c6968 !important;
  }
  footer .right a {
    position: relative;
    display: block;
    grid-row: 1/4;
    height: 120%;
    text-indent: -999em;
    background-image: url(img/riba.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
  }
  .copyright p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .slide {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  body.services article.single_page #single_page_main p a.button {
    display: block;
    margin-top: 40px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  body.testimonials article.single_page {
    margin-top: 2px;
    padding-top: 10px;
  }
  body.testimonials article.single_page #single_page_main article.testimonial {
    position: relative;
    display: grid;
    grid-template-columns: 4fr 3fr;
    grid-column-gap: 20px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body.testimonials article.single_page #single_page_main article.testimonial figure {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    grid-column: 2/3;
    grid-row: 1/4;
    margin: 0;
  }
  body.testimonials article.single_page #single_page_main article.testimonial blockquote {
    position: relative;
    display: block;
    grid-column: 1/2;
    grid-row: span 1;
  }
  body.testimonials article.single_page #single_page_main article.testimonial cite {
    position: relative;
    display: block;
    grid-column: 1/2;
    grid-row: span 1;
  }
  body.testimonials article.single_page #single_page_main article.testimonial:nth-child(even) {
    grid-template-columns: 3fr 4fr;
  }
  body.testimonials article.single_page #single_page_main article.testimonial:nth-child(even) figure {
    grid-column: 1/2;
  }
  body.testimonials article.single_page #single_page_main article.testimonial:nth-child(even) blockquote {
    grid-column: 2/3;
  }
  body.testimonials article.single_page #single_page_main article.testimonial:nth-child(even) cite {
    grid-column: 2/3;
  }
  body.single-post footer div#contact_address {
    max-width: 100%;
  }
  .block {
    position: relative;
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }
  .block figure {
    grid-row: 3/4;
    grid-column: span 1;
    width: 100% !important;
    margin-bottom: 0;
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    object-fit: cover;
  }
  .block figure img {
    position: relative;
    display: block;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
  }
  .block figure:first-child {
    grid-row: 3/4;
    grid-column: 2/3;
  }
  .block p {
    grid-row: span 1;
    grid-column: 1/3;
    text-align: justify;
  }
}
@media screen and (min-width: 1024px) {
  #wrapper {
    grid-template-rows: 140px auto auto;
  }
  header#header_page {
    padding-top: 20px;
    height: 140px;
  }
  header#header_page h1 {
    font-size: 2.4rem;
  }
  header#header_page p {
    font-size: 0.9rem;
    margin-top: 0px;
  }
  header#header_page #header_page_mavMain {
    margin-top: 0;
  }
  header#header_page #header_page_mavMain .menu-menu-1-container ul.menu li.menu-item a {
    font-size: 1rem;
  }
  #loop_category {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 10px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  #loop_category article {
    height: 246.6666666667px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #loop_category article header h3 {
    font-size: 28px;
  }
  .project_grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 2400px;
  }
  .project_grid figure {
    height: calc((100vw - 60px) / 4 / 1.5);
  }
  .project_grid .Lead-Image {
    height: calc((100vw - 60px) / 2);
  }
  .project_grid .Intro-Text {
    height: calc((100vw - 60px) / 2);
    grid-column: 3/5;
    grid-row: 2/3;
  }
  .project_grid .Intro-Text p {
    font-size: 1.2rem;
  }
  .project_grid.style02 .Lead-Image, .project_grid.style04 .Lead-Image {
    grid-row: 1/2;
    grid-column: 1/2;
    height: calc((100vw - 60px) / 4 / 1.5);
    width: 100%;
  }
  .project_grid.style02 .Intro-Text, .project_grid.style04 .Intro-Text {
    grid-column: 1/3;
    grid-row: 2/3;
    height: calc((100vw - 60px) / 4 / 1.5);
    width: 100%;
  }
  .project_grid.style02 figure:nth-child(6), .project_grid.style04 figure:nth-child(6) {
    grid-column: 3/4;
    grid-row: 1/3;
    height: calc((100vw - 60px) / 4 * 1.5);
  }
  .project_grid.style02 figure:nth-child(7), .project_grid.style04 figure:nth-child(7) {
    grid-column: 4/5;
    grid-row: 1/3;
    height: calc((100vw - 60px) / 4 * 1.5);
  }
  .project_grid.style03 .Lead-Image {
    grid-column: 1/3;
    grid-row: 1/3;
    height: calc((100vw - 50px) / 2);
    width: 100%;
  }
  .project_grid.style03 .Intro-Text {
    grid-column: 3/5;
    grid-row: 2/3;
    width: 100%;
    height: calc((100vw - 30px) / 4);
  }
  .project_grid.style03 figure:nth-child(3) {
    grid-row: 1/2;
    grid-column: 3/4;
  }
  .project_grid.style03 figure:nth-child(4) {
    grid-row: 1/2;
    grid-column: 4/5;
  }
  .project_grid.style05 .Lead-Image, .project_grid.style06 .Lead-Image {
    grid-column: 1/2;
    grid-row: 1/3;
    height: calc((100vw - 60px) / 4 * 1.5);
    width: 100%;
  }
  .project_grid.style05 .Intro-Text, .project_grid.style06 .Intro-Text {
    grid-column: 3/5;
    grid-row: 2/3;
    width: 100%;
    height: calc((100vw - 30px) / 4 / 1.5);
  }
  .project_grid.style05 figure:nth-child(3), .project_grid.style06 figure:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/3;
    height: calc((100vw - 60px) / 4 * 1.5);
    width: 100%;
  }
  .project_grid.style05 figure:nth-child(4), .project_grid.style06 figure:nth-child(4) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .project_grid.style05 figure:nth-child(5), .project_grid.style06 figure:nth-child(5) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .project_grid.style05 figure:nth-child(6), .project_grid.style06 figure:nth-child(6) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .project_grid.style05 figure:nth-child(7), .project_grid.style06 figure:nth-child(7) {
    grid-column: 4/5;
    grid-row: 1/2;
  }
  .project_grid.style07 .Lead-Image {
    grid-column: 1/3;
    grid-row: 1/3;
    height: calc((100vw - 50px) / 2);
    width: 100%;
  }
  .project_grid.style07 .Intro-Text {
    grid-column: 3/5;
    grid-row: 2/3;
    width: 100%;
    height: calc((100vw - 100px) / 4 / 1.5);
  }
  .project_grid.style07 figure:nth-child(5) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .project_grid.style07 figure:nth-child(6) {
    grid-column: 4/5;
    grid-row: 1/2;
  }
  .project_grid.style07 figure:nth-child(9) {
    grid-column: 3/4;
    grid-row: 3/5;
    height: 100%;
  }
  .project_grid.style07 figure:nth-child(10) {
    grid-column: 4/5;
    grid-row: 3/5;
    height: 100%;
  }
  .project_grid.style08 .Lead-Image {
    grid-column: 1/3;
    grid-row: 1/3;
    height: calc((100vw - 20px) / 2 / 1.5);
    width: 100%;
  }
  .project_grid.style08 .Intro-Text {
    grid-column: 1/3;
    grid-row: 3/4;
    width: 100%;
    height: calc((100vw - 20px) / 4 / 1.5);
  }
  .project_grid.style08 figure {
    height: calc((100vw - 50px) / 4 * 1.5);
  }
  .project_grid.style08 figure:nth-child(3) {
    height: calc((100vw - 50px) / 4 / 1.5);
  }
  .project_grid.style08 figure:nth-child(4) {
    height: calc((100vw - 50px) / 4 / 1.5);
  }
  .project_grid.style08 figure:nth-child(5) {
    height: calc((100vw - 50px) / 4 / 1.5);
  }
  .project_grid.style08 figure:nth-child(6) {
    height: calc((100vw - 50px) / 4 / 1.5);
  }
  .project_grid.style08 figure:nth-child(7) {
    height: calc((100vw - 50px) / 4 / 1.5);
  }
  .project_grid.style08 figure:nth-child(8) {
    height: calc((100vw - 50px) / 4 / 1.5);
  }
  .project_grid.style09 .Lead-Image {
    grid-row: 2/4;
    grid-column: 1/3;
  }
  .project_grid.style09 .Intro-Text {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  article.single_page {
    position: relative;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  article.single_page header.single_page_header {
    position: relative;
    display: block;
    _top: 140px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  article.single_page header.single_page_header h2 {
    margin-bottom: 20px;
    margin-top: 10px;
    color: black;
    font-weight: 100;
    font-family: ff-meta-web-pro, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 3.2rem;
  }
  article.single_page #single_page_main {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  article.single_page #single_page_main figure {
    position: relative;
    display: inline-block;
    width: 45%;
    height: fit-content;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 0;
    _float: right;
  }
  article.single_page #single_page_main figure img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  article.single_page #single_page_main p {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    font-family: ff-meta-web-pro, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1.05rem;
    text-align: justify;
  }
  article.single_page #single_page_main p + p {
    margin-top: 10px;
  }
  body.about article.single_page #single_page_main p + p {
    margin-top: 25px;
  }
  .single_article_header_title {
    font-size: 3.2rem;
    font-weight: 200;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .single_article_header span#projectLocation {
    font-size: 1.4rem;
  }
  body.testimonials article.single_page {
    margin-top: 2px;
    padding-top: 10px;
  }
  body.testimonials article.single_page #single_page_main article.testimonial {
    position: relative;
    display: grid;
    grid-template-columns: 3fr 3fr;
    grid-column-gap: 20px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body.testimonials article.single_page #single_page_main article.testimonial figure {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    grid-column: 2/3;
    grid-row: 1/4;
    margin: 0;
  }
  body.testimonials article.single_page #single_page_main article.testimonial blockquote {
    position: relative;
    display: block;
    grid-column: 1/2;
    grid-row: span 1;
  }
  body.testimonials article.single_page #single_page_main article.testimonial cite {
    position: relative;
    display: block;
    grid-column: 1/2;
    grid-row: span 1;
  }
  body.testimonials article.single_page #single_page_main article.testimonial:nth-child(even) {
    grid-template-columns: 3fr 3fr;
  }
  body.testimonials article.single_page #single_page_main article.testimonial:nth-child(even) figure {
    grid-column: 1/2;
  }
  body.testimonials article.single_page #single_page_main article.testimonial:nth-child(even) blockquote {
    grid-column: 2/3;
  }
  body.testimonials article.single_page #single_page_main article.testimonial:nth-child(even) cite {
    grid-column: 2/3;
  }
}
@media screen and (min-width: 2400px) {
  #loop_category {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 0;
  }
  #loop_category article {
    height: 790px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .project_grid {
    max-width: 2400px;
  }
  .project_grid figure {
    height: 451.1278195489px;
  }
  .project_grid .Lead-Image {
    height: 1200px;
    width: 1200px;
  }
  .project_grid .Intro-Text {
    height: 439.8496240602px;
  }
  .project_grid.style02 .Lead-Image, .project_grid.style04 .Lead-Image {
    grid-row: 1/2;
    grid-column: 1/2;
    height: 451.1278195489px;
    width: 100%;
  }
  .project_grid.style02 .Intro-Text, .project_grid.style04 .Intro-Text {
    grid-column: 1/3;
    grid-row: 2/3;
    height: 439.8496240602px;
    width: 100%;
  }
  .project_grid.style02 figure:nth-child(6), .project_grid.style04 figure:nth-child(6) {
    grid-column: 3/4;
    grid-row: 1/3;
    height: 996px;
  }
  .project_grid.style02 figure:nth-child(7), .project_grid.style04 figure:nth-child(7) {
    grid-column: 4/5;
    grid-row: 1/3;
    height: 996px;
  }
  .project_grid.style03 .Lead-Image {
    grid-column: 1/3;
    grid-row: 1/3;
    height: 1175px;
    width: 100%;
  }
  .project_grid.style03 .Intro-Text {
    grid-column: 3/5;
    grid-row: 2/3;
    width: 100%;
    height: 592.5px;
  }
  .project_grid.style03 figure:nth-child(3) {
    grid-row: 1/2;
    grid-column: 3/4;
  }
  .project_grid.style03 figure:nth-child(4) {
    grid-row: 1/2;
    grid-column: 4/5;
  }
  .project_grid.style05 .Lead-Image, .project_grid.style06 .Lead-Image {
    grid-column: 1/2;
    grid-row: 1/3;
    height: 778.05px;
    width: 100%;
  }
  .project_grid.style05 .Intro-Text, .project_grid.style06 .Intro-Text {
    grid-column: 3/5;
    grid-row: 2/3;
    width: 100%;
    height: 445.4887218045px;
  }
  .project_grid.style05 figure:nth-child(3), .project_grid.style06 figure:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/3;
    height: 778.05px;
    width: 100%;
  }
  .project_grid.style05 figure:nth-child(4), .project_grid.style06 figure:nth-child(4) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .project_grid.style05 figure:nth-child(5), .project_grid.style06 figure:nth-child(5) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .project_grid.style05 figure:nth-child(6), .project_grid.style06 figure:nth-child(6) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .project_grid.style05 figure:nth-child(7), .project_grid.style06 figure:nth-child(7) {
    grid-column: 4/5;
    grid-row: 1/2;
  }
  .project_grid.style07 .Lead-Image {
    height: 1175px !important;
  }
  .project_grid.style07 .Intro-Text {
    height: fit-content;
  }
}
@media screen and (max-width: 747px) {
  #wrapper {
    grid-template-rows: 70px auto auto 1fr;
  }
  header#header_page h1 {
    justify-self: center;
    grid-column: 2/4;
    font-size: 1.6rem;
    font-weight: 700;
  }
  header#header_page h1 a {
    padding-left: 0px;
    padding-top: 3px;
    font-weight: 700;
  }
  header#header_page h1::before {
    _content: " ";
    background-image: url(img/morrison_logo.svg);
    background-size: 48px;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    position: fixed;
    left: 10px;
    top: 0px;
  }
  header#header_page p {
    grid-column: 2/4;
    justify-self: center;
    font-size: 0.75rem;
    margin-top: -12px;
  }
  #loop_category {
    padding-top: 15px;
  }
  article#article_logo {
    display: none;
    grid-column: 1/3;
    background-image: url(img/morrison_logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -1;
  }
  footer #contact_address {
    grid-template-columns: 3fr 2fr;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */
