@import url("https://fonts.googleapis.com/css?family=Sarabun:200,300,400,600,700,800&display=swap");
/*! 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

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

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

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }

form {
  text-align: left; }

input[type=number]::-webkit-inner-spin-button, textarea[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
textarea[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666; }

[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

[type="submit"],
[type="button"] {
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    [type="submit"],
    [type="button"] {
      width: auto; } }


input,
textarea {
  width: 100%;
  padding: 10px 20px;
				  background-color: #ffffff;
  border: 1px solid #5d6166;
  border-radius: 3px;
  transition: border 125ms cubic-bezier(0.77, 0, 0.175, 1), box-shadow 125ms cubic-bezier(0.77, 0, 0.175, 1); }
  input:focus, textarea:focus {
    border-color: #5d6166;
    outline: 0; }

textarea {
  width: 100%;
  overflow: hidden; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

.arrow-list {
  padding-left: 18px; }
  .arrow-list a {
    position: relative; }
    .arrow-list a:before {
      content: "";
      position: absolute;
      top: 9px;
      left: -18px;
      width: 10px;
      height: 12px;
      background-size: 10px 12px;
      background-image: url("../../img/arrow-yellow.svg"); }

img,
picture {
  display: block;
  margin: 0;
  max-width: 100%;
  height: auto; }

figure {
  margin: 0;
  padding: 0; }

figcaption {
  padding: 10px 0 0;
  font-size: 0.875rem;
  color: #5d6166;
  font-style: italic; }

iframe {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0 0 1.5em;
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #5d6166;
  border-left: 1px solid #5d6166; }

th {
  border-bottom: 1px solid #5d6166;
  font-weight: 600;
  padding: 10px;
  text-align: left; }

td {
  border-right: 1px solid #5d6166;
  border-bottom: 1px solid #5d6166;
  padding: 10px; }

tr,
td,
th {
  vertical-align: middle; }

.button,
button,
input[type="submit"], textarea[type="submit"] {
  display: inline-block;
  padding: 15px 30px;
  background-color: #fd8204;
  border: 0;
  color: #ffffff;
  font-family: "Sarabun", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.014em;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background-color 125ms 125ms; }
  @media (min-width: 1026px) {
    .button,
    button,
    input[type="submit"], textarea[type="submit"] {
      font-size: 1.5rem; } }
  .button:hover,
  button:hover,
  input:hover[type="submit"], textarea:hover[type="submit"], .button:focus,
  button:focus,
  input:focus[type="submit"], textarea:focus[type="submit"] {
    color: #ffffff;
    box-shadow: 0 0 0 4px mull; }
  .button[data-bg="orange"],
  button[data-bg="orange"],
  input[data-bg="orange"][type="submit"], textarea[data-bg="orange"][type="submit"] {
    background-color: #fd8204; }
  .button[data-bg="purple"],
  button[data-bg="purple"],
  input[data-bg="purple"][type="submit"], textarea[data-bg="purple"][type="submit"] {
    background-color: #87319a; }
  .button[data-bg="green"],
  button[data-bg="green"],
  input[data-bg="green"][type="submit"], textarea[data-bg="green"][type="submit"] {
    background-color: #74a333; }
  .button[data-bg="blue"],
  button[data-bg="blue"],
  input[data-bg="blue"][type="submit"], textarea[data-bg="blue"][type="submit"] {
    background-color: #0083c2; }
  .button[data-bg="pink"],
  button[data-bg="pink"],
  input[data-bg="pink"][type="submit"], textarea[data-bg="pink"][type="submit"] {
    background-color: #d51067; }
  .button[data-bg="teal"],
  button[data-bg="teal"],
  input[data-bg="teal"][type="submit"], textarea[data-bg="teal"][type="submit"] {
    background-color: #0099a8; }
  .button[data-bg="yellow"],
  button[data-bg="yellow"],
  input[data-bg="yellow"][type="submit"], textarea[data-bg="yellow"][type="submit"] {
    background-color: #ffb718; }
  .button[data-bg="white"],
  button[data-bg="white"],
  input[data-bg="white"][type="submit"], textarea[data-bg="white"][type="submit"] {
    background-color: #ffffff; }
  .button[data-bg="gray"],
  button[data-bg="gray"],
  input[data-bg="gray"][type="submit"], textarea[data-bg="gray"][type="submit"] {
    background-color: #666666; }
  .button[data-bg="dark-gray"],
  button[data-bg="dark-gray"],
  input[data-bg="dark-gray"][type="submit"], textarea[data-bg="dark-gray"][type="submit"] {
    background-color: #5d6166; }
  .button[data-bg="light-gray"],
  button[data-bg="light-gray"],
  input[data-bg="light-gray"][type="submit"], textarea[data-bg="light-gray"][type="submit"] {
    background-color: #f0f0f0; }

[data-bg="orange"] {
  background-color: #fd8204; }

[data-bg="purple"] {
  background-color: #87319a; }

[data-bg="green"] {
  background-color: #74a333; }

[data-bg="blue"] {
  background-color: #0083c2; }

[data-bg="pink"] {
  background-color: #d51067; }

[data-bg="teal"] {
  background-color: #0099a8; }

[data-bg="yellow"] {
  background-color: #ffb718; }

[data-bg="white"] {
  background-color: #ffffff; }

[data-bg="gray"] {
  background-color: #666666; }

[data-bg="dark-gray"] {
  background-color: #5d6166; }

[data-bg="light-gray"] {
  background-color: #f0f0f0; }

[data-bg="texture"] {
  background-image: url("../../img/texture-mobile.svg");
  background-repeat: repeat-y; }
  @media (min-width: 769px) {
    [data-bg="texture"] {
      background-image: url("../../img/texture-tablet.svg"); } }
  @media (min-width: 1281px) {
    [data-bg="texture"] {
      background-image: url("../../img/texture.svg"); } }

body {
  color: #5d6166;
  font-family: "Sarabun", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Sarabun", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  margin: 1.5em 0 1em; }

h1 {
  margin-top: 0;
  font-size: 3rem;
  font-weight: 800; }
  @media (min-width: 1026px) {
    h1 {
      font-size: 4.125rem; } }

h2 {
  font-size: 2rem;
  font-weight: 400; }
  @media (min-width: 1026px) {
    h2 {
      font-size: 2.75rem; } }

h3 {
  font-size: 1.75rem;
  font-weight: 300; }
  @media (min-width: 1026px) {
    h3 {
      font-size: 2rem; } }

h4 {
  font-size: 1.5rem;
  font-weight: 700; }
  @media (min-width: 1026px) {
    h4 {
      font-size: 1.75rem; } }

h5 {
  font-size: 1.3125rem;
  font-weight: 500; }
  @media (min-width: 1026px) {
    h5 {
      font-size: 1.5rem; } }

h6 {
  font-size: 1.1875rem;
  font-weight: 400; }
  @media (min-width: 1026px) {
    h6 {
      font-size: 1.3125rem; } }

p {
  margin: 0 0 1.5em; }

a {
  color: #fd8204;
  text-decoration: none;
  transition: color 125ms cubic-bezier(0.77, 0, 0.175, 1); }

hr {
  border-bottom: 1px solid #5d6166;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

html,
body {
  min-height: 100%; }

body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  body * {
    box-sizing: border-box; }

article.acf {
  display: flex;
  flex-direction: column; }
  article.acf [data-padding="pt0"] {
    padding-top: 0; }
  article.acf [data-padding="pb0"] {
    padding-bottom: 0; }
  article.acf [data-padding="ptb0"] {
    padding-top: 0;
    padding-bottom: 0; }

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0 30px; }
  @media (min-width: 1280px) {
    .wrapper {
      padding: 0;
      max-width: 1200px; } }

.responsive-bg-image {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(102, 102, 102, 0.5);
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply; }

.line {
  position: relative; }
  .line:after {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 65px;
    height: 8px; }
  [data-line="orange"] .line:after {
    background-color: #fd8204; }
  [data-line="purple"] .line:after {
    background-color: #87319a; }
  [data-line="green"] .line:after {
    background-color: #74a333; }
  [data-line="blue"] .line:after {
    background-color: #0083c2; }
  [data-line="pink"] .line:after {
    background-color: #d51067; }
  [data-line="teal"] .line:after {
    background-color: #0099a8; }
  [data-line="yellow"] .line:after {
    background-color: #ffb718; }
  [data-line="white"] .line:after {
    background-color: #ffffff; }
  [data-line="gray"] .line:after {
    background-color: #666666; }
  [data-line="dark-gray"] .line:after {
    background-color: #5d6166; }
  [data-line="light-gray"] .line:after {
    background-color: #f0f0f0; }

[data-content="editor"] ul {
  list-style-type: disc;
  padding: 0 0 0 40px;
  margin: 0 0 24px; }

[data-content="editor"] a {
  border-bottom: 1px solid #fd8204;
  transition: .3s ease; }
  [data-content="editor"] a:hover, [data-content="editor"] a:focus, [data-content="editor"] a:active {
    border-bottom: 1px solid transparent; }

.image-item__container {
  display: flex;
  align-items: flex-start; }

.image-item img {
  margin: 0 25px 25px 0; }

.image-item h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 5px; }

.error-404 {
  padding: 150px 0 0;
  text-align: center; }

.footer {
  color: #5d6166;
  padding: 30px 0; }
  @media (min-width: 1026px) {
    .footer {
      border-top: 0;
      padding-right: 0; } }
  .footer a {
    color: #5d6166; }
  .footer__container {
    display: flex;
    flex-direction: column-reverse; }
    @media (min-width: 1026px) {
      .footer__container {
        flex-direction: row;
        justify-content: space-between;
        padding: 90px 40px 140px; } }
  @media (min-width: 1026px) {
    .footer__left-col {
      display: flex;
      flex-direction: row;
      justify-content: start; } }
  .footer__logo-wrapper {
    padding-right: 30px; }
  .footer__logo {
    width: 100px;
    max-height: 80px; }
  .footer__creds {
    display: flex;
    margin: 30px 0 0;
    flex-wrap: wrap; }
  .footer .cred {
    padding: 0 35px 15px 0; }
  .footer__right-col {
    margin-bottom: 30px; }
    @media (min-width: 1026px) {
      .footer__right-col {
        margin-bottom: 0; } }
  .footer__contact {
    margin-bottom: 20px; }
    .footer__contact a {
      display: block;
      font-size: 21px;
      font-weight: bold; }
  .footer__social {
    margin-bottom: 30px; }
  .footer .social-icon {
    display: inline-block;
    font-size: 31px;
    padding-right: 8px;
    line-height: 1; }
    .footer .social-icon:last-child {
      padding-right: 0; }
    .footer .social-icon span {
      font-family: "dashicons"; }
  .footer__hours, .footer__prices {
    font-size: 18px; }
  .footer__hours {
    margin-bottom: 30px; }
  .footer__hours-header {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0;
    padding: 0; }
  .footer__hours-section {
    margin-bottom: 28px; }
  .footer__hours-title {
    margin: 0;
    font-weight: bold;
    line-height: 1;
    font-size: 18px; }
  .footer__hours-text {
    margin: 0;
    line-height: 1.25; }
  .footer__prices-title {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0;
    padding: 0; }
  .footer__prices-text {
    margin: 0;
    line-height: 1.25;
    font-size: 16px; }
  .footer__prices-bold {
    font-weight: 800; }

.header {
  position: relative; }
  @media (min-width: 901px) {
    .header {
      padding: 25px 0 0; } }
  @media (min-width: 901px) {
    .header__container {
      display: flex;
      justify-content: space-between; } }

.site__branding {
  margin: 0 0 25px; }
  @media (min-width: 901px) {
    .site__branding {
      margin: 0; } }
  .site__branding .site__title {
    margin: 0;
    font-size: 0; }
    .site__branding .site__title a {
      display: block;
      text-align: center;
      background-image: url("../../img/logo-mobile.png");
      background-repeat: no-repeat;
      max-width: 350px;
      width: 100%;
      height: 21px;
      margin: 0 auto;
      background-size: 100%; }
      @media (min-width: 769px) {
        .site__branding .site__title a {
          max-width: 660px;
          height: 40px; } }
      @media (min-width: 901px) {
        .site__branding .site__title a {
          background-image: url("../../img/logo.svg");
          height: 75px;
          width: 115px;
          max-width: 115px;
          background-size: 115px 75px;
          margin: 0; } }

body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%; }

.menu-container {
  display: flex;
  flex-direction: column; }
  @media (max-width: 900px) {
    .menu-container {
      background-color: #ecebea;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      transform: translateX(100%);
      transition: transform .3s ease;
      z-index: 2;
      visibility: hidden; } }
  @media (min-width: 901px) {
    .menu-container {
      align-items: flex-end; } }
  .menu-container[aria-expanded="true"] {
    transform: translateX(0);
    visibility: visible; }

.mobile-container .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  border-bottom: 1px solid #ecebea;
  margin: 0 0 25px; }
  @media (min-width: 901px) {
    .mobile-container .wrapper {
      display: none; } }

.mobile-container .hours {
  font-weight: 800;
  font-size: 1.25rem;
  display: flex;
  align-items: center; }
  @media (min-width: 901px) {
    .mobile-container .hours {
      display: none; } }
  .mobile-container .hours img {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0; }

.menu-toggle {
  position: relative;
  z-index: 3;
  padding: 0;
  width: 27px;
  height: 30px;
  transition: none;
  background-color: #ffffff;
  border: 0; }
  @media (min-width: 901px) {
    .menu-toggle {
      background-color: #ffffff; } }
  .menu-toggle[aria-expanded='true'] {
    background-color: #ecebea; }
    .menu-toggle[aria-expanded='true'] .i-menu {
      background-color: transparent; }
      .menu-toggle[aria-expanded='true'] .i-menu:before {
        transform: rotate(45deg);
        top: 0; }
      .menu-toggle[aria-expanded='true'] .i-menu:after {
        transform: rotate(-45deg);
        top: 0; }
  .menu-toggle .i-menu {
    cursor: pointer;
    display: block;
    width: 100%;
    position: relative;
    height: 3px;
    background-color: #fd8204;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .menu-toggle .i-menu:before, .menu-toggle .i-menu:after {
      content: "";
      position: absolute;
      transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      top: -8px;
      left: 0;
      width: 27px;
      height: 3px;
      background-color: #fd8204; }
    .menu-toggle .i-menu:after {
      top: 8px; }

.main-navigation {
  background-color: #ffffff;
  margin: 70px 0 0; }
  @media (min-width: 901px) {
    .main-navigation {
      order: 1;
      margin: 0; } }
  .main-navigation .menu-primary-container > ul.menu > li:hover > a, .main-navigation .menu-primary-container > ul.menu > li:focus > a, .main-navigation .menu-primary-container > ul.menu > li:active > a {
    position: relative; }
    @media (min-width: 901px) {
      .main-navigation .menu-primary-container > ul.menu > li:hover > a:after, .main-navigation .menu-primary-container > ul.menu > li:focus > a:after, .main-navigation .menu-primary-container > ul.menu > li:active > a:after {
        content: '';
        background-color: #fd8204;
        position: absolute;
        width: 100%;
        right: 0;
        height: 6px;
        bottom: 0; } }
  @media (max-width: 900px) {
    .main-navigation .menu-primary-container > ul.menu > li.menu-item-has-children > .nav-arrow {
      background-image: url("../../img/arrow-orange.svg");
      height: 26px;
      width: 22px;
      background-size: 26px 22px; } }
  .main-navigation .menu-primary-container > ul.menu > li.current-menu-item > a, .main-navigation .menu-primary-container > ul.menu > li.current-page-ancestor > a {
    position: relative; }
    @media (min-width: 901px) {
      .main-navigation .menu-primary-container > ul.menu > li.current-menu-item > a:after, .main-navigation .menu-primary-container > ul.menu > li.current-page-ancestor > a:after {
        content: '';
        background-color: #fd8204;
        position: absolute;
        width: 100%;
        right: 0;
        height: 6px;
        bottom: -25px; } }
  @media (min-width: 901px) {
    .main-navigation ul.menu {
      text-align: right; } }
  @media (max-width: 900px) {
    .main-navigation ul.menu li {
      border-bottom: 1px solid #ecebea;
      position: relative; } }
  @media (min-width: 901px) {
    .main-navigation ul.menu li {
      display: inline-block;
      border-bottom: none; } }
  @media (min-width: 901px) {
    .main-navigation ul.menu li:hover ul.sub-menu--primary {
      visibility: visible;
      opacity: 1;
      display: block; } }
  .main-navigation ul.menu li > a {
    color: #fd8204;
    display: inline-block;
    font-size: 1.75rem;
    font-weight: 800;
    margin: 12px 0 12px 40px; }
    @media (min-width: 901px) {
      .main-navigation ul.menu li > a {
        margin: 0 0 0 54px;
        padding: 0 0 25px;
        display: block; } }
  .main-navigation ul.menu .nav-arrow {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    right: 50px;
    z-index: 1;
    transform: translateY(-50%);
    cursor: pointer; }
    @media (min-width: 901px) {
      .main-navigation ul.menu .nav-arrow {
        display: none; } }
  @media (max-width: 900px) {
    .main-navigation ul.sub-menu--primary {
      background-color: #ecebea;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      transform: translateX(100%);
      transition: transform .3s ease;
      z-index: 2;
      margin-top: 20px; } }
  .main-navigation ul.sub-menu--primary.sub-menu--active {
    transform: translateX(0); }
  @media (min-width: 901px) {
    .main-navigation ul.sub-menu--primary {
      background-color: #e6e6e6;
      position: absolute;
      opacity: 0;
      visibility: hidden;
      display: none;
      transition: .3s ease;
      z-index: 2;
      top: 100%;
      left: 0;
      width: 100%;
      text-align: left;
      padding: 65px 0; } }
  .main-navigation ul.sub-menu--primary > .wrapper {
    padding: 0; }
    @media (min-width: 901px) {
      .main-navigation ul.sub-menu--primary > .wrapper {
        padding: 0 20px;
        display: flex;
        max-width: 1360px;
        margin: 0 auto; } }
  @media (min-width: 901px) {
    .main-navigation ul.sub-menu--primary .submenu {
      margin: 0 10% 0 0; }
      .main-navigation ul.sub-menu--primary .submenu:last-child {
        margin: 0; } }
  .main-navigation ul.sub-menu--primary .submenu img {
    display: none; }
    @media (min-width: 901px) {
      .main-navigation ul.sub-menu--primary .submenu img {
        display: block; } }
  .main-navigation ul.sub-menu--primary li {
    display: block;
    background-color: #ffffff; }
    @media (min-width: 901px) {
      .main-navigation ul.sub-menu--primary li {
        background-color: transparent;
        margin-bottom: 15px; } }
    @media (max-width: 900px) {
      .main-navigation ul.sub-menu--primary li.menu-item-has-children .nav-arrow {
        background-image: url("../../img/arrow-gray.svg");
        width: 12px;
        height: 14px;
        background-size: 12px 14px;
        top: 15px;
        transform: rotate(90deg); } }
    .main-navigation ul.sub-menu--primary li a {
      color: #5d6166;
      font-size: 1.125rem;
      line-height: 1.2; }
      @media (min-width: 901px) {
        .main-navigation ul.sub-menu--primary li a {
          padding: 0; } }
  .main-navigation ul.sub-menu--primary .back {
    padding: 0 0 20px 30px;
    font-weight: 800;
    position: relative;
    display: inline-block; }
    @media (min-width: 901px) {
      .main-navigation ul.sub-menu--primary .back {
        display: none; } }
    .main-navigation ul.sub-menu--primary .back:before {
      content: '';
      display: inline-block;
      background-image: url("../../img/arrow-gray.svg");
      background-repeat: no-repeat;
      width: 16px;
      height: 19px;
      margin-right: 10px;
      transform: rotate(180deg); }
    .main-navigation ul.sub-menu--primary .back a {
      font-size: 1.5rem;
      color: #5d6166; }
  @media (min-width: 901px) {
    .main-navigation ul.sub-menu--primary ul.sub-menu--secondary li a {
      margin: 0; } }
  .main-navigation ul.sub-menu--primary ul.sub-menu--tertiary {
    height: 0;
    overflow: hidden;
    transition: height .3s ease; }
    @media (min-width: 901px) {
      .main-navigation ul.sub-menu--primary ul.sub-menu--tertiary {
        display: none; } }
    .main-navigation ul.sub-menu--primary ul.sub-menu--tertiary.sub-menu--active {
      height: auto; }
    .main-navigation ul.sub-menu--primary ul.sub-menu--tertiary li {
      background-color: #ecebea;
      border-bottom: 1px solid #ffffff;
      padding-left: 30px; }
      .main-navigation ul.sub-menu--primary ul.sub-menu--tertiary li:last-child {
        border: none; }

.utility-bar {
  background: #ffffff;
  padding: 20px 0; }
  @media (min-width: 901px) {
    .utility-bar {
      order: 0;
      padding: 0 0 20px;
      display: flex; } }

.utility-hours {
  display: none;
  font-weight: 700; }
  @media (min-width: 901px) {
    .utility-hours {
      display: block; } }

@media (min-width: 901px) {
  .utility-nav__menu {
    text-align: right; } }

@media (min-width: 901px) {
  .utility-nav__menu li {
    display: inline-block; } }

.utility-nav__menu li > a {
  color: #5d6166;
  display: block;
  font-size: 1rem;
  padding: 0 0 20px 40px;
  font-weight: 800; }
  @media (min-width: 990px) {
    .utility-nav__menu li > a {
      padding: 0 0 0 30px; } }

@media (min-width: 901px) {
  .menu-toggle {
    display: none; } }

.footer-nav__menu {
  padding-bottom: 55px; }
  .footer-nav__menu li a {
    color: #fd8204;
    display: block;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 15px; }
  .footer-nav__menu li:last-child a {
    padding-bottom: 0; }

.footer-util-nav__menu {
  padding-bottom: 70px; }
  .footer-util-nav__menu li a {
    color: #5d6166;
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 10px; }
  .footer-util-nav__menu li:last-child a {
    padding-bottom: 0; }

.blog .site-main,
.archive .site-main {
  display: flex;
  flex-direction: column; }

.blog .post-grid,
.archive .post-grid {
  padding: 30px 0 50px; }

.blog-header {
  position: relative;
  padding: 40px 0; }
  .blog-header.overlay:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 20%, rgba(255, 255, 255, 0) 100%); }
  .blog-header img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .blog-header__title {
    color: #ffffff;
    font-size: 3.125rem;
    margin: 0;
    letter-spacing: -.025em;
    z-index: 1;
    line-height: 1.3;
    position: relative; }
    @media (min-width: 1026px) {
      .blog-header__title {
        font-size: 5.625rem; } }
  .blog-header__subtitle {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 2rem;
    margin: 0; }
    @media (min-width: 1026px) {
      .blog-header__subtitle {
        font-size: 2.75rem; } }

.blog-filter {
  text-align: center; }
  .blog-filter__container {
    padding: 30px 0; }
  .blog-filter label {
    font-size: 1.75rem;
    font-weight: 800; }
  .blog-filter__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f0f0f0;
    font-size: 1.75rem;
    font-weight: 800;
    border: none;
    text-transform: lowercase;
    margin-left: 20px;
    line-height: 1.5;
    color: #5d6166;
    padding: 0 50px 8px 30px;
    background-image: url("../../img/arrow-down-gray.svg");
    background-repeat: no-repeat;
    background-size: 12px 14px;
    background-position: 90% 50%; }
  .blog-filter select::-ms-expand {
    display: none;
    /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */ }

.blog-feed {
  background-color: #f0f0f0; }

.clear {
  clear: both; }

.block {
  display: block; }

.center {
  text-align: center; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

.push {
  margin-bottom: 40px; }

.hidden {
  display: none; }

/* Text meant only for screen readers. */
.screen-reader-text, .submenu__title--hidden {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus, .submenu__title--hidden:focus {
    background-color: #5d6166;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #666666;
    display: block;
    font-size: 0.05469rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.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; }

.note {
  font-size: 0.875rem; }

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

.footer__container {
    flex-wrap: wrap;
}
.footer__creds {
    width: 100%;
    justify-content: center;
}
.footer .cred:last-child{padding-right:0;}

 
   @media (min-width: 991px) {
.main-navigation ul.menu li > a {
    margin: 0 0 0 30px;
}
   }
      @media (max-width: 990px) {
.main-navigation ul.menu li > a {
    margin: 0 0 0 20px !important;

}
.utility-nav__menu li > a {
    padding: 0 0 20px 24px;
 }
ul#utility-menu {
    display: flex;
    align-items: center;
    align-content: center;
}
}
      @media (max-width: 900px) {

ul#utility-menu {
    display: block;
}
	  }
 @media (max-width:1025px) {
	  .footer__container {
    flex-direction: inherit;
}
.footer__left-col{    order: 2;}
	  .footer__right-col {
    order: 1;
}
.footer__creds {
    order: 3;
}
	  }
.single-post .article .article-author__container {
    margin-bottom: 25px;
}