/******************** Eric Meyer's Reset CSS v2.0 - http://cssreset.com ********************/
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/******************** Containers ********************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  height: 100%;
  line-height: 1.62em;
  font-family: 'Noto Sans', serif;
  /*font-size: 1.2em;*/
  font-size: 18px;
  letter-spacing: 0em;
  color: #545a5d;
}
#container {
  max-width: 1440px;
  height: 100%;
  border-bottom: 1px solid #b5bfc1;
  margin: 0 auto 44px;
}


/******************** Header ********************/
#header img {
  width: 100%;
  height: auto;
  vertical-align: top;
}


/******************** Navigation ********************/
nav {
  color: #f58c75;
  text-align: center;
  border-top: 1px solid #b5bfc1;
  border-bottom: 1px solid #b5bfc1;
  /*padding: 6px 0 7px;*/
}
nav a {
  color: #f58c75;
  text-decoration: none;
  letter-spacing: 1px;
  /*text-shadow: 0px 0px 2px #ffffff;*/
  /*-webkit-text-stroke: 1px #fff;*/
}
nav ul {
  display: inline-block;
  margin: 6px 0 7px;
  width: auto;
}
nav ul li {
  display: inline-block;
  margin: 0 5px;
}

.currentpage, .current_page_item a {
  /*font-weight: 600;*/
  /*text-shadow: 0px 0px 2px #f58c75;*/
  -webkit-text-stroke: 0.7px #f58c75;
}

.hb_menu {
  display: none;
  position: fixed;
  z-index: 1003;
}
.expand {
  display: block !important;
  margin: 0;
  padding: 0;
}

/*****  min-width: 270px *****/
@media only screen and (min-width: 270px) {
  .hb_menu {
    display: block;
    right: 26px;
    top: 7px;
    width: 32px;
    height: 32px;
  }
  #menu {
    display: none;
  }
  .mtd-menu-ul {
    padding: 15px 0;
  }
  .mtd-menu-ul li {
    display: block;
    text-align: left;
  }
  .mtd-menu-ul li.divider {
    display: none;
  }
}
/*****  min-width: 1440px *****/
@media only screen and (min-width: 1120px) {
  .hb_menu {
    display: none;
  }
  #menu {
    display: block;
  }
  .mtd-menu-ul {
    padding: 0;
  }
  .mtd-menu-ul li {
    display: inline;
    text-align: center;
  }
  .mtd-menu-ul li.divider {
    display: inline;
  }
}


/******************** Content ********************/
/*****  min-width: 270px *****/
@media only screen and (min-width: 270px) {
  #content {
    margin: 60px auto;
    max-width: 90%;
  }
}
/*****  min-width: 720px *****/
@media only screen and (min-width: 720px) {
  #content {
    margin: 80px auto;
    max-width: 70%;
  }
}
/*****  min-width: 970px *****/
@media only screen and (min-width: 970px) {
  #content {
    margin: 90px auto;
    max-width: 60%;
  }
}
/*****  min-width: 1120px *****/
@media only screen and (min-width: 1120px) {
  #content {
    margin: 100px auto;
    max-width: 50%;
  }
}


/******************** Styling ********************/
h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0.7em 0 0;
  line-height: 1.2em;
  letter-spacing: 1px;
}
p {
  margin: 1em 0 1em;
}
em {
  font-style: italic;
}
strong {
  font-weight: 600;
}
.quote {
  display: inline-block;
  font-style: italic;
  margin: 1em 0 1em;
}
.quote-red, .wp-block-quote {
  display: inline-block;
  color: #f58c75;
  margin: 0.2em 0 0.2em 15%;
  font-weight: 600;
}

#content img {
  display: block;
  width: 70%;
  height;
  auto;
  margin: 25px auto;
}
