ƒ@charset "UTF-8";
/*!
Theme Name: Method
Author: Heron Design
Author URI: https://heronco.com/
Description: Custom theme developed for Method Architecture by Heron Design
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6


/* TO USE:
- COMPILE SCSS
- MANUALLY minimize & place page-specific code, then delete from this page
- MANUALLY  minimize & place above-the-fold code, then delete from this page
- MANUALLY minimize remainder of this page, replace everything after header section, and upload
- QUESTIONS/PROBLEMS? Email Leslie Smith - lsmith@heronco.com
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Site Specific
	- Site Specific
	- Portfolio

--------------------------------------------------------------*/
/* BRAND SPECIFIC COLORS - will need to copy to ABOVE THE FOLD */
/* 
.sage {color:$color__sage;}
.navy {color:$color__navy;}
.rust {color:$color__rust;}
.vanilla {color:$color__vanilla;} */
/***** ALSO NEED TO SET COLORS ON _navigation.scss !!!! */
/* h1, h2, h3, h4, h5, h6 {letter-spacing: 0.03em;text-transform: none; word-spacing: normal;line-height:1.2;color:$color__h1} */
/*h2 {color: $color__h2;}
h3 {color: $color__h3;}
h4 {color: $color__h4;}
h5 {color: $color__h5;}
h6 {color: $color__h6;}

.entry-content h3, .entry-content h4 {padding:0;margin:0;}
h1, h2, h3, h5 {font-family:$font__sans;}
h4, h6 {font-family:$font__serif;}
h6 {font-size:1rem;font-weight: normal;}
body {font-family:$font__sans;}
.main-navigation ul li, .main-navigation ul li a, .main-navigation ul {font-family:$font__sans;}

h1 {margin-top:0}
p {	margin-bottom: 1.5em;}

body.home p.site-title {line-height:1;}

span.euphoria {font-family:$font__cursive;}
*/
blockquote {
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  word-spacing: normal;
  line-height: 1.15;
  border-left: solid 3px #7a8e54;
  border-right: solid 3px #7a8e54;
  border-radius: 12px;
  text-align: left;
  padding: .5em 1em;
  margin: 2em auto;
  max-width: 90%; }

blockquote.no-border {
  border: none; }

a.email {
  font-weight: 400; }

.testimonial p {
  margin: .5em 0 0 0; }

p.process {
  border: solid 1px #000;
  border-radius: 12px;
  padding: 1em;
  max-width: 400px;
  margin: 0 auto;
  background: #FFF; }

.margin0 {margin:0}
.padding1 {padding:1em}
.textalignleft {text-align:left}

/* reflexgrid weird spacing override */
/* .grid, .inner-panel {
letter-spacing: 0.03em;word-spacing: normal
h1, h2, h3, h4, h5, h6 {letter-spacing: 0.03em;word-spacing: normal;width:100%;}
p {letter-spacing: 0.03em; word-spacing: normal;width:100%;}
}
*/
/* for reference from old theme */
/* @import "variables/columns";*/
/* Breakpoints */
/*Foundation 6 numbers
$breakpoints: (
  small: 0,
  medium: 640px,
  large: 1024px,
  xlarge: 1200px,
  xxlarge: 1440px,
) !default;
*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%; }

/* 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;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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;
  font-size: 1em; }

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 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;
  padding: 0; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * 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;
  font: inherit; }

/* 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; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: font__sans;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

dfn,
cite,
em,
i {
  font-style: italic; }

address {
  margin: 0; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
/* moved to above the fold
body { @include teal-background-gradient;
font-size:1rem;
height:100%;
margin:0;
background-repeat: no-repeat;
background-attachment: fixed;
font-family:$font__sans;
letter-spacing: normal; //reflex grid fix
word-spacing: normal; //reflex grid fix
}


*/
/*HIDE posted in */
footer span.cat-links {
  display: none; }

footer {
  max-width: 100%;
  background: transparent;
  color: #3f2021; }
  footer address {
    font-style: normal; }

body:not(.home) .site-footer {
  text-align: right;
  font-style: normal;
  margin-top: 2em;
  padding-top: .5em;
  border-top: solid 3px #7a8e54;
  box-shadow: 10px 10px 20px 6px rgba(0, 0, 0, 0.5); }
  body:not(.home) .site-footer address, body:not(.home) .site-footer .footer-nav {
    padding-right: 1em; }

body.home .site-footer {
  text-align: center; }

.footer-social-icons {
  display: inline;
  padding-left: .75em; }
  .footer-social-icons img {
    width: 25px;
    height: 25px;
    position: relative;
    bottom: -5px; }

.footer-right {
  align-self: flex-end;
  text-align: right;
  /*** max-width 640px ***/ }
  .footer-right .widget {
    float: right; }
  @media (max-width: 40em) {
    .footer-right {
      align-self: center; }
      .footer-right text-align:center
      .widget {
        float: none; } }

.footer-widgets {
  max-width: 1100px;
  margin: 1em auto; }

.site-info {
  width: 100%;
  padding: .5em;
  margin: 0 auto;
  padding-right: 1em;
  font-size: .8em;
  text-align: right;
  text-transform: uppercase;
  background: transparent;
  background: linear-gradient(180deg, #3f2021 33%, black 100%);
  color: #fafafa; }

/**** PANELS & STRUCTURE *****/
/*
.inner-panel {
	width:100%;
	padding:2em 1em 0;
	margin:0 auto;
	@include for-desktop-up {
		padding:2em 0;
		@include max-width;
	}
}
.center {text-align: center;}
.left {text-align:left;}
.flex-panel {
	display:flex;
	justify-content: space-around;
	align-content: space-evenly;
	align-items: center;
}
.flex-col {
	display:flex;
	flex-direction: column;
}


.desktop-flex-row {
	@include for-tablet-portrait-up {
		display:flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
}

.desktop-only {
	display:none;
	@include for-tablet-portrait-up {
	display:block;
	}
}
.mobile-only {
	display:block;
@include for-tablet-portrait-up {
	display:none;}
}

.bleed {margin:0;padding:0;}

.dark-panel {
	width:100%;
	background:$color__background-panel;
	color:$color__background-panel-text;
	text-align: center;
	h1, h2, h3 {color:$color__background-panel-text;}
}

.dark-background {
	background:$color__background-panel;
	color:$color__background-panel-text;
	h1, h2, h3 {color:$color__background-panel-text;}
}
.light-panel {
	width:100%;
	background:$color__background-light-panel;
}

.white-panel {
	width:100%;
	background:#FFF;
}
*/
.info-box {
  border: solid 2px #7a8e54;
  border-radius: 12px;
  padding: 1.5em;
  background: #FFF;
  color: #000; }

.info-box.box2 {
  border-color: #501c00; }

/**** REFLEX GRID FIXES *****/
/* .no-wrap {
	@include for-tablet-landscape-down {
	-webkit-flex-wrap: wrap; 
	flex-wrap: wrap;
	}
}
*/
hr {
  background-color: #3f2021;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

ul.checks {
  letter-spacing: normal;
  word-spacing: normal;
  font-size: 1em;
  list-style: none;
  margin: 0; }
  ul.checks li {
    line-height: 1.5;
    margin: .5em 1em;
    text-align: left; }
  ul.checks li:before {
    content: "\2713\0020";
    font-size: 1.2em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

figure {
  margin: 1em 0; }

img.has-shadow {
  webkit-box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.5);
  margin-bottom: 1em; }

img.no-shadow {
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: none; }

img.rotate-4-deg {
  ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  margin-bottom: 4%;
  position: relative;
  margin-left: -4%; }

img.rotate-6-deg {
  -ms-transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
  margin-bottom: 4%;
  margin-left: -3%;
  position: relative;
  z-index: 100; }

img.rotate-2-deg {
  -ms-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
  position: relative;
  margin-left: -3%; }

img.round {
  border-radius: 50%; }

img.full-width-on-mobile {
  /*** max-width 640px ***/ }
  @media (max-width: 40em) {
    img.full-width-on-mobile {
      width: 100%; } }

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  letter-spacing: normal;
  word-spacing: normal; }

th {
  padding: .25em;
  text-align: left;
  background-color: #7a8e54;
  color: #FFF; }

tr:nth-child(even) {
  background-color: #f2f2f2; }

td {
  padding: .25em .5em; }

/* Links
--------------------------------------------- */
a {
  color: #7a8e54;
  font-weight: bold;
  text-decoration: none; }
  a:visited {
    color: #a0b27d; }
  a:hover, a:focus, a:active {
    color: #a9c47f; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

a.white-link, a:visited.white-link {
  color: #FFF; }

a:hover.white-link {
  color: #7a8e54; }

/* BUTTONS */
a.button {
  background: #7a8e54;
  border: solid 2px #7a8e54;
  color: #FFF;
  padding: .75em 2em;
  font-size: 1.25rem;
  text-transform: uppercase;
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  margin-top: 1em; }

a.button:hover, a.button:focus {
  background: transparent;
  color: #7a8e54; }

a.button.cta {
  background: #7a8e54;
  border: solid 2px #7a8e54;
  color: #FFF;
  padding: .75em 2em;
  font-size: 1.25rem;
  text-transform: uppercase;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 500; }

a.button.cta:hover, a.button.cta:focus {
  background: transparent;
  color: #7a8e54; }

a.button.cta.minor {
  background: #3f2021;
  border-color: #3f2021;
  color: #FFF; }

a.button.cta.minor:hover, a.button-cta.minor:focus {
  background: transparent;
  color: #3f2021; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #7a8e54;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation .site-logo-link img {
  float: left;
  margin-top: 2vw;
  height: 10vw;
  max-height: 84px;
  /*** max-width 960px ***/ }
  @media (max-width: 60em) {
    .main-navigation .site-logo-link img {
      margin-top: 3vw;
      height: 8vw; } }

body:not(.home) .main-navigation .site-logo-link img {
  height: 5.5vw;
  max-height: 60px;
  margin-top: 1vw; }

.main-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background-color: #fafafa;
  transition: transform .5s ease-in-out;
  border-bottom: solid 4px #7a8e54;
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0 1em;
  z-index: 999;
  -webkit-box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.5); }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0 auto;
    padding: 6px 0 0;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	 font-size:1.15rem;
    float: left;
    background-color: transparent; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.25em;
      left: -999em;
      z-index: 99999;
      background-color: #7a8e54;
      width: 200px;
      opacity: .9;
      flex-direction: column; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        font-size: 1.1rem;
        text-align: left;
        padding: .3em 0;
        line-height: 1.2; }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
          display: block;
          left: 200px; }
      .main-navigation ul ul a {
        padding: .75em; }
      .main-navigation ul ul li:hover, .main-navigation ul ul a:hover {
        background-color: transparent;
        background: transparent; }
      .main-navigation ul ul a, .main-navigation ul ul a:visited {
        width: 100%;
        padding: .75em;
        color: #fff; }
      .main-navigation ul ul :hover > a,
      .main-navigation ul ul .focus > a {
        color: #a9c47f; }
      .main-navigation ul ul a:hover,
      .main-navigation ul ul a.focus {
        color: #a9c47f; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
    .main-navigation ul li {
      float: left;
      position: relative;
      text-transform: uppercase;
      padding: 0 .5em; }
    .main-navigation ul li:hover {
      background-color: transparent;
      /*** max-width 960px ***/ }
      @media (min-width: 60em) {
        .main-navigation ul li:hover {
          background-color: transparent; } }
    .main-navigation ul a {
      display: block;
      text-decoration: none;
      padding: 0;
      color: #7a8e54;
      font-weight: 500; }
      @media (max-width: 1040px) {
        .main-navigation ul a {
          padding: 0 .25em; } }
    .main-navigation ul a:hover {
      color: #7a8e54; }
    .main-navigation ul li.current_page_item > a,
    .main-navigation ul .current-menu-item > a,
    .main-navigation ul .current_page_ancestor > a,
    .main-navigation ul .current-menu-ancestor > a {
      background-color: transparent;
      /*** max-width 960px ***/ }
      @media (min-width: 60em) {
        .main-navigation ul li.current_page_item > a,
        .main-navigation ul .current-menu-item > a,
        .main-navigation ul .current_page_ancestor > a,
        .main-navigation ul .current-menu-ancestor > a {
          background-color: transparent; } }

.main-navigation .menu-item-has-children > a::after, .main-navigation .page_item_has_children > a::after {
  content: '▼';
  display: inline;
  left: 2px;
  position: relative;
  top: 0; }

.main-navigation ul ul li.menu-item-has-children > a::after, .main-navigation ul ul li.page_item_has_children > a::after {
  content: '▶'; }

.main-navigation.toggled ul ul li.menu-item-has-children > a::after, .main-navigation.toggled ul ul li.page_item_has_children > a::after {
  content: ''; }

.menu-toggle::before, .menu-item-has-children > a::after, .page_item_has_children > a::after, .bypostauthor::before {
  font-size: 1.1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  vertical-align: text-bottom; }

body.home .main-navigation.scrolled {
  /* background-color:$color__vanilla; */
  flex-direction: row; }

/* Small menu. */
.menu-toggle {
  display: block;
  border: none;
  background: transparent;
  font-size: 1.1rem;
  padding: 0 10px 10px;
  color: #FFF;
  flex-grow: 1;
  text-align: right; }

.main-navigation.toggled ul {
  display: block;
  border: none;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  width: 300px;
  position: fixed;
  top: auto; }
  .main-navigation.toggled ul ul a:hover, .main-navigation.toggled ul ul ul :hover > a, .main-navigation.toggled ul ul ul .focus > a {
    color: #a9c47f; }

.main-navigation.scrolled.toggled ul {
  right: 0;
  top: 128px; }

.main-navigation.scrolled.toggled ul ul {
  top: auto; }

.main-navigation .custom-logo-link {
  margin: 0; }

body.home .main-navigation.toggled ul {
  background: transparent; }

body.home .main-navigation.toggled ul li ul {
  background: transparent; }

.main-navigation.toggled ul li {
  padding: .5em; }

.main-navigation.toggled ul li ul {
  position: relative;
  left: 0;
  background: transparent;
  box-shadow: none;
  display: block;
  padding: 0; }

.menu-footer-menu-container ul.menu {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 1em 0;padding:0 }
  .menu-footer-menu-container ul.menu li {
    float: left;
    padding: 0 .5em;
    text-transform: uppercase; }
  .menu-footer-menu-container ul.menu li:first-child {
    padding-left: 0; }
  .menu-footer-menu-container ul.menu li:last-child {
    padding-right: 0; }
  .menu-footer-menu-container ul.menu a {
    text-decoration: none;
    font-weight: 500; }

body.home .menu-footer-menu-container ul.menu {
  justify-content: center; }

@media screen and (min-width: 60em) {
  .menu-main-navigation-menu-container {
    order: 1; }

  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex;
    flex-direction: row;
    background: transparent;
    left: 0;
    top: 0; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em; }
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
/* @import "media/media"; */
/* ^^ added to before the fold css */
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.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 !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #3f2021;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #fafafa;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/***********************************************
/* Page Specific

--------------------------------------------- */
/* PAGE SPECIFIC STYLES */
/* THESE STYLES DO NOT LOAD IN MAIN style.css file - they MUST be loaded into page header individually for each page */
/* @import '/page-specific/homepage'; */
.home-hero {
  height: 500px;
  display: flex;
  justify-content: flex-end;
  padding: 2em; }
  .home-hero h1 {
    color: #FFF;
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 1.1;
    padding: .5em 1em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
    text-align: right; }

/***********************************************
/* ABOVE THE FOLD
--------------------------------------------- */
/* Scss Document */
/*** Above the fold HOME PAGE ONLY ******/
/* LOAD AFTER SITE-WIDE code */
body.home .main-navigation {
  background-color: transparent;
  opacity: .9;
  border-bottom: none;
  box-shadow: none;
  padding-right: 8%; }
  body.home .main-navigation li.why-choose-us {
    display: none; }

body.home .main-navigation.scrolled {
  /* background-color:$color__vanilla; */ }

body.home .main-navigation.toggled ul {
  background: #7a8e54; }

body.home .main-navigation.toggled ul li ul {
  background: transparent; }

body.home .site-header {
  height: 66px;
  /*** max-width 640px ***/ }
  @media (max-width: 40em) {
    body.home .site-header {
      height: 66px; } }

body.home .site-main {
  	/* IDEA-1
  	background: url(http://localhost:8888/client/method/wp-content/uploads/stovall-illustration.png);
      background-position: top center;
      margin-top: -113px;
  	 */
  /*background:url('http://localhost:8888/client/method/wp-content/uploads/method-architecture-background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  */
  justify-content: space-between;
  flex-grow: 3; }
  body.home .site-main .stay {
    flex-grow: 1; }
  body.home .site-main .stretch {
    flex-grow: 5; }
  body.home .site-main img.spacer {
    /* margin-top:-66px */ }

body.home article {
  position: relative; }

body.home #opening-background {
  margin-top: 0;
min-height:56.3vw;
	background: #FBFBFB;
  /*** max-width 640px ***/ }
  @media (max-width: 1379px) {
    body.home #opening-background {
      margin-bottom: -11px; } }
  @media (max-width: 40em) {
    body.home #opening-background {
      min-height: 24vh;
      margin-top: 100px; } }
  @media (min-width: 1530px) {
    body.home #opening-background {
      min-height: 62vh;
      /* margin-top: -222px; */
      } }
  @media (min-width: 1900px) {
    body.home #opening-background {
      width: 1900px;
      margin: -125px auto -160px; } }
  body.home #opening-background img, body.home #opening-background video {
    width: 100%;
    height: auto; }
  body.home #opening-background .opening-building {
    z-index: 100;
    display: none;
    position: fixed; }
  body.home #opening-background .opening-illustration {
    z-index: 200;
    display: none;
    position: fixed; }
  body.home #opening-background .opening-3 {
    z-index: 300;
    display: none;
    position: fixed; }
  body.home #opening-background .opening-2 {
    z-index: 400;
    display: none;
    position: fixed; }
  body.home #opening-background .opening-1 {
    z-index: 500;
    position: fixed; }
  body.home #opening-background .opening-rect1, body.home #opening-background .opening-rect2, body.home #opening-background .opening-rect3 {
    background: pink;
    opacity: .5;
    position: fixed; }
  body.home #opening-background .opening-rect1 {
    width: 100%;
    height: 100%;
    z-index: 550;
    animation: rect 2s; }
  body.home #opening-background .opening-rect2 {
    display: none; }
  body.home #opening-background .opening-rect3 {
    display: none; }

body.home .welcome-panel {
  /*** max-width 640px ***/ }
  @media (max-width: 40em) {
    body.home .welcome-panel {
      padding: 1em; } }
  @media (min-width: 1530px) {
    body.home .welcome-panel {
      margin-top: -10px; } }
  @media (min-width: 1900px) {
    body.home .welcome-panel {
      margin-top: 0; } }

@media (min-width: 1900px) {
  body.home .site-header {
    width: 1900px;
    margin: 0 auto; } }

body.home .page {
  margin: 0; }

body.home .site-footer {
  /* margin-top:18vh; //make room for video */ }

.vidbg-container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background: #fafafa;
  background-image: -webkit-linear-gradient(bottom, #501c00 0%, #501c00 20%, #fafafa 70%, #fafafa 100%);
  background-image: -o-linear-gradient(bottom, #501c00 0%, #501c00 20%, #fafafa 70%, #fafafa 100%);
  background-image: linear-gradient(to top, #501c00 0%, #501c00 20%, #fafafa 70%, #fafafa 100%); }

.vidbg-container video {
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  opacity: 0; }

body.home.page-template-default .entry-content {
  padding: 0;
  flex-direction: column;
  width: 100%;
  text-align: right;
  max-width: unset; }
  body.home.page-template-default .entry-content h1 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: .5em;
    /*** max-width 640px ***/ }
    @media (max-width: 40em) {
      body.home.page-template-default .entry-content h1 {
        font-size: 1.75rem;
        margin-top: 11px; } }
  body.home.page-template-default .entry-content h3 {
    font-size: 2.3rem;
    margin-bottom: .5em;
    /*** max-width 640px ***/ }
    @media (max-width: 40em) {
      body.home.page-template-default .entry-content h3 {
        font-size: 1.5rem; } 
        body.home.page-template-default [class*="col-"] {margin:0;padding:0}
        body.home.page-template-default img.alignright {float:none;margin:0}
        body.home.page-template-default .padding1 {padding:0 1em}
    }
  body.home.page-template-default .entry-content p {
    margin: 0; }

.delay-intro {
	padding-right:2rem;
	animation: delay-show 9s;
	position:absolute;
	top:50px;
	right:0;
}
 @media (max-width: 40em) {
     .delay-intro {top:20px}
    body.home.page-template-default .entry-content .delay-intro h1 {margin-bottom:0}
     body.home.page-template-default .entry-content a.button.cta {font-size:.8rem}
     body.home.page-template-default .entry-content .textalignleft a.button.cta {text-align:center;display:block;}
     footer {margin-top:3em}
 }

@keyframes delay-show {
	0% {opacity:0; }
	40% {opacity:0; }
	50% {opacity:.5; }
	100% {opacity:1; }
}

/** ABOVE THE FOLD IF HAS LI or UL>CHECKS **/
ul.checks {
  letter-spacing: normal;
  word-spacing: normal;
  font-size: 1em;
  list-style: none;
  margin: 0; }
  ul.checks li {
    line-height: 1.5;
    margin: .5em 1em;
    text-align: left; }
  ul.checks li:before {
    content: "\2713\0020";
    font-size: 1.2em; }

ul,
ol {
  margin: 0 0 1.5em 3em;
  /*** max-width 640px ***/ }
  @media (max-width: 40em) {
    ul,
    ol {
      margin: 0 0 1.5em; } }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

p, li {
  letter-spacing: normal;
  word-spacing: normal; }

/****** ABOVE THE FOLD if has sidebar **********/
.sidebar-panel {
  padding: .5em 1.25em;
  text-align: left; }
  .sidebar-panel a {
    font-weight: 500; }
  .sidebar-panel a.current {
    color: #a0b27d; }

/***** ABOVE THE FOLD Team Members ********/
body.section-team .entry-header {
  display: none; }

/****** ABOVE THE FOLD site-wide **********/
.site {
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0;
  padding: 0;
  justify-content: space-between; }

.site-header {
  height: 160px;
  background: transparent; }

.site-main {
  flex: 1;
  background: #fafafa;
  padding-top: 2em;
  color: #000; }

body:not(.home) .site-main {
  margin-top: 110px;
  /*** max-width 640px ***/ }
  @media (max-width: 40em) {
    body:not(.home) .site-main {
      margin-top: 62px; } }

body.page-template-default .entry-content {
  max-width: 1100px;
  padding: 0 .5em;
  margin: 0 auto; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.03em;
  text-transform: none;
  word-spacing: normal;
  line-height: 1.2;
  color: #3f2021; }

h2 {
  color: #3f2021; }

h3 {
  color: #3f2021; }

h4 {
  color: #3f2021; }

h5 {
  color: #3f2021; }

h6 {
  color: #3f2021; }

.entry-content h3, .entry-content h4 {
  padding: 0;
  margin: 0; }

h1, h2, h3, h5 {
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-weight: 400; }

h4, h6 {
  font-family: "Archivo Black", Tahoma, Verdana, Segoe, sans-serif; }

h6 {
  font-size: 1rem;
  font-weight: 400; }

body {
  font-family: Futura, "Trebuchet MS", Arial, sans-serif; }

.main-navigation ul li, .main-navigation ul li a, .main-navigation ul {
  font-family: Futura, "Trebuchet MS", Arial, sans-serif; }

h1 {
  margin-top: 0; }

p {
  margin-bottom: 1em;
  margin-top: .5em; }

body.page-template-page-full-width h1.entry-title {
  margin: .5em auto; }

body.home p.site-title {
  line-height: 1; }

body.post-type-archive h1 {
  text-align: center; }
body.post-type-archive h2 {
  text-align: left;
  color: #7a8e54; }
body.post-type-archive h3.category-name {
  display: block;
  font-style: italic; }
body.post-type-archive .site-footer h2 {
  text-align: center; }
body.post-type-archive article {
  max-width: 1100px;
  margin: 0 auto; }

.sage {
  color: #7a8e54; }

.brown {
  color: #3f2021; }

.rust {
  color: #501c00; }

.vanilla {
  color: #fafafa; }

img.reduce-small-screen {
  max-width: 60%;
  margin: 0; }

.desktop-only {
  /*** max-width 480px ***/ }
  @media (max-width: 30em) {
    .desktop-only {
      display: none; } }

.mobile-only-inline {
  display: inline; }

@media (min-width: 481px) {
  .mobile-only, .mobile-only-inline {
    display: none; } }

/**** REFLEX GRID FIXES *****/
.no-wrap {
  /*** max-width 960px ***/ }
  @media (max-width: 60em) {
    .no-wrap {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }

/* reflexgrid weird spacing override */
.grid, .inner-panel {
  letter-spacing: 0.03em;
  word-spacing: normal h1, h2, h3, h4, h5, h6;
    word-spacing-letter-spacing: 0.03em;
    word-spacing-word-spacing: normal;
    word-spacing-width: 100%; }
  .grid p, .inner-panel p {
    letter-spacing: 0.03em;
    word-spacing: normal;
    width: 100%; }

h2, h3 {
  width: 100%; }

h2.project-category-name {
  font-weight: bold;
  border-top: solid 2px; }

body {
  /* background:$color__background-body;*/
  background: #fafafa;
  color: #fafafa;
  font-size: 1rem;
  height: 100vh;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  letter-spacing: normal;
  word-spacing: normal; }

body.page-template-default .entry-content {
  max-width: 1100px;
  padding: 0 .5em;
  margin: 0 auto; }

body:not(.home) .entry-header {
  max-width: 1100px;
  padding: 0 .5em;
  margin: 0 auto; }
  body:not(.home) .entry-header for-tablet-portrait-down {
    margin: 0 1.5em; }

body:not(.home) .entry-content {
  max-width: 1100px;
  margin: 0 auto;
  /*** max-width 640px ***/ }
  @media (max-width: 40em) {
    body:not(.home) .entry-content {
      margin: 0 .5em; } }

img.size-project {
  width: 450px;
  height: auto; }

.project-category-container {
  width: 100%; }

.inner-panel {
  width: 100%;
  padding: 1em;
  margin: 0 auto;
  /*** min-width 1280px ***/
  /*** max-width 640px ***/ }
  @media (min-width: 80em) {
    .inner-panel {
      padding: 2em;
      max-width: 1100px; } }
  @media (max-width: 40em) {
    .inner-panel {
      padding: 0; } }

.center {
  text-align: center; }

.left {
  text-align: left; }

.flex-panel {
  display: flex;
  justify-content: space-around;
  align-content: space-evenly;
  align-items: center; }

.flex-col {
  display: flex;
  flex-direction: column; }

.flex-row {
  display: flex;
  flex-direction: row; }

.desktop-flex-row {
  /*** max-width 640px ***/ }
  @media (min-width: 40em) {
    .desktop-flex-row {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; } }

.desktop-only {
  display: none;
  /*** max-width 640px ***/ }
  @media (min-width: 40em) {
    .desktop-only {
      display: block; } }

.mobile-only {
  display: block;
  /*** max-width 640px ***/ }
  @media (min-width: 40em) {
    .mobile-only {
      display: none; } }

.bleed {
  margin: 0;
  padding: 0; }

.dark-panel {
  width: 100%;
  background: #3f2021;
  color: #FFF;
  text-align: center; }
  .dark-panel h1, .dark-panel h2, .dark-panel h3 {
    color: #FFF; }

.dark-background {
  background: #3f2021;
  color: #FFF; }
  .dark-background h1, .dark-background h2, .dark-background h3 {
    color: #FFF; }

.light-panel {
  width: 100%;
  background: #a9c47f; }

.gradient-sage-panel {
  background: linear-gradient(180deg, #a9c47f 0%, #fafafa 90%); }

.with-top-shadow {
  box-shadow: 0px -7px 4px -5px rgba(63, 32, 33, 0.67);
  -webkit-box-shadow: 0px -7px 4px -5px rgba(63, 32, 33, 0.67);
  -moz-box-shadow: 0px -7px 4px -5px rgba(63, 32, 33, 0.67); }

.white-panel {
  width: 100%;
  background: #fafafa;
  color: #000; }
  .white-panel h1, .white-panel h2, .white-panel h3, .white-panel h4 {
    color: #7a8e54; }

a {
  color: #7a8e54;
  font-weight: bold;
  text-decoration: none; }

.site-footer a {
  color: #7a8e54;
  font-weight: normal;
  text-decoration: underline; }

.site-footer a:hover, .site-footer a:focus {
  color: #CCC; }

.site-footer h2 {
  color: #7a8e54; }

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

img.hero {
  min-width: 400px;
  object-fit: cover;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

p.intro {
  font-size: 1.2em;
  line-height: 1.2;
  color: #7a8e54; }

span.dropcap {
  font-weight: 400;
  font-size: 1.5em;
  padding-right: .03em; }

p.intro span.dropcap {
  font-size: 1.7em; }

/*** NAVIGATION: Above the fold site-wide ******/
/* REMOVED: 2nd level ULs (they'll load in main style.css) */
/* - HOVER/FOCUS styles */
/* THIS CODE remains intact in style.css */
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

a.breadcrumbs {
  font-size: .9em;
  font-weight: 400; }

.main-navigation {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 6%; }

.main-navigation .site-logo-link img {
  float: left;
  margin-top: 2vw;
  height: 10vw;
  max-height: 84px;
  /*** max-width 960px ***/ }
  @media (max-width: 60em) {
    .main-navigation .site-logo-link img {
      margin-top: 3vw;
      height: 8vw; } }

body:not(.home) .main-navigation .site-logo-link img {
  height: 5.5vw;
  max-height: 60px;
  margin-top: 1vw; }

.main-navigation .menu-item-has-children > a::after, .main-navigation .page_item_has_children > a::after {
  /* content: '▼'; */
  content: '+';
  display: inline;
  left: 2px;
  position: relative;
  top: 0; }

.main-navigation.toggled .menu-item-has-children > a::after, .main-navigation.toggle .page_item_has_children > a::after {
  content: ''; }

.menu-toggle::before, .menu-item-has-children > a::after, .page_item_has_children > a::after, .bypostauthor::before {
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  vertical-align: text-bottom; }

/* Small menu. */
.menu-toggle {
  display: block;
  border: none;
  background: transparent;
  font-size: 2.5rem;
  padding: 12px 0 10px 18px;
  color: #7a8e54; }

.main-navigation.toggled ul {
  display: block;
  border: none;
  background: #7a8e54;
  font-size: .9rem;
  display: flex;
  flex-direction: column;
  width: 240px;
  position: fixed;
  top: auto;
  right: 0;
  padding: .25em; }

.main-navigation .custom-logo-link img {
  max-height: 120px;
  width: auto; }

body:not(.home) .main-navigation.toggled ul {
  top: 69px; }

body:not(.home) .main-navigation.toggled ul ul {
  top: 0; }

.main-navigation.toggled ul li {
  padding: .25em .75em;
  border-bottom: rgba(255, 255, 255, 0.4) groove 1px;
  font-size: 1.1rem; }
  .main-navigation.toggled ul li a {
    color: #fff; }

.main-navigation.toggled ul ul li, .main-navigation.toggle ul li:last-child {
  border-bottom: none; }

.main-navigation.toggled ul li ul {
  position: relative;
  left: 0;
  background: transparent;
  box-shadow: none;
  display: block;
  padding: 0; }

@media screen and (min-width: 60em) {
  .menu-main-navigation-menu-container {
    order: 1; }

  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex;
    flex-direction: row;
    background: transparent;
    left: 0;
    top: 0; } }
