* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 85%;
}
@media  (min-width: 992px) {
  html {
    font-size: 100%;
  }
}
html,
body {
  height: 100%;
}
@media  (min-width: 992px) {
  font-size: 1.2em;
}
body {
  font-family: 'Noto Sans', Verdana, sans-serif;
  color: #444;
  width: 100%;
  background: url(diamonds.png);
  z-index: 0;
}
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  text-decoration: underline;
  color: #B06087;
}
@media  (min-width: 992px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    color: inherit;
    cursor: default;
  }
}
img {
  max-width: 100%;
}
nav a {
  text-decoration: none;
}
nav a:focus {
  outline: none;
}
.pageWrapper {
  display: table;
  height: 100%;
  width: 100%;
  margin: auto;
  box-shadow: 1px 5px 10px #aaa;
  background: white;
}
@media  (min-width: 992px) {
  .pageWrapper {
    width: 960px;
  }
}
.container {
  margin: auto;
}
@media  (min-width: 992px) {
  .container {
    display: flex;
  }
}
@media (max-width: 992px) {
  body.hasBurger nav {
    display: none;
  }
  .burgerNav a.active {
    background: #7BBC96;
  }
}
.burger {
  position: absolute;
  right: 0.6em;
}
.burger .line {
  background-color: #7BBC96;
}
@media  (min-width: 992px) {
  .burger {
    display: none !important;
  }
}
@media  (min-width: 992px) {
  .columns {
    display: flex;
  }
  .columns > * {
    flex: 1;
  }
  .columns > *:not(:last-child) {
    padding-right: 2.5%;
  }
  .columns > *:last-child:not(:first-child) {
    padding-left: 2.5%;
  }
}
article {
  padding: 3% 3% 0 3%;
}
@media  (min-width: 992px) {
  article {
    padding: 5% 5% 0 5%;
  }
}
article a,
article a:visited {
  color: #B06087;
}
article a:hover,
article a:visited:hover {
  color: #c182a1;
}
article .metaInfo {
  float: right;
  margin-right: 2%;
  color: #666;
}
@media  (min-width: 992px) {
  article .metaInfo {
    margin-right: 5%;
  }
}
article blockquote {
  text-align: center;
  font-size: 1.1em;
  font-style: italic;
  margin-bottom: 0.7em;
}
article blockquote footer {
  margin-top: 0.3em;
  font-size: 0.8em;
  font-style: normal;
}
article img {
  height: auto;
}
@media  (min-width: 992px) {
  article img {
    max-width: none;
  }
}
article h1 {
  color: #7BBC96;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-size: 1.4em;
}
@media  (min-width: 992px) {
  article h1 {
    margin-top: 1em;
  }
}
article h1:first-child {
  margin-top: 0;
}
article h2 {
  font-size: 1.2em;
  color: #777;
  margin-top: 0.4em;
  margin-bottom: 0.3em;
}
@media  (min-width: 992px) {
  article h2 {
    margin-top: 0.9em;
  }
}
article b {
  font-weight: bold;
}
article i {
  font-style: italic;
}
article p,
article table {
  margin-bottom: 0.7em;
}
article li {
  margin-left: 2%;
  margin-bottom: 0.5em;
}
article ul {
  margin-left: 6%;
}
article ul ul {
  margin-left: 3%;
  margin-top: 0.5em;
}
article figure {
  text-align: center;
}
@media  (min-width: 992px) {
  article figure {
    margin-top: 5%;
  }
}
@media  (min-width: 992px) {
  article figure img {
    border: 12px solid #fff;
    box-shadow: 2px 2px 8px #999;
  }
}
article figure figcaption {
  margin-bottom: 1em;
}
article figure figcaption div:first-child {
  margin-top: 0.5em;
  font-family: 'Indie Flower', 'Noto Sans', serif;
  font-size: 2em;
  color: #7BBC96;
}
article figure figcaption div:nth-child(2) {
  font-size: 1.2em;
  color: #666;
  font-style: italic;
  margin-bottom: 0.5em;
}
article .tableWrapper {
  width: 100%;
  overflow-y: auto;
  overflow-x: auto;
  margin: 0 0 1em;
}
article table th {
  font-weight: bold;
  padding: 0 3px;
}
article table td {
  padding-right: 1em;
}
article table.info {
  margin-top: 1.5em;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
}
article table.info td,
article table.info th {
  padding: 0.3em 0.4em;
}
article table.info th {
  padding-top: 0.6em;
}
article table.info td {
  border: 1px solid #777;
}
article table.info td:first-child {
  border-left: 0;
}
article table.info td:last-child {
  border-right: 0;
}
article table.info td:nth-child(1),
article table.info td:nth-child(3) {
  text-align: left;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
article table.info th:nth-child(1),
article table.info th:nth-child(3) {
  padding-left: 0.6em;
  padding-right: 0.6em;
}
article table.price td:last-child {
  text-align: right;
}
article table.info + p {
  margin-top: 2em;
}
#headerWrapper {
  width: 100%;
  background: white;
  font-size: 0.85em;
}
@media  (min-width: 992px) {
  #headerWrapper {
    font-size: 1em;
  }
}
#headerWrapper header {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  position: relative;
}
@media  (min-width: 992px) {
  #headerWrapper header {
    padding: 1em 0;
    left: -80px;
  }
}
#headerWrapper header > * {
  display: flex;
  align-items: center;
}
@media  (min-width: 992px) {
  #headerWrapper header > * {
    display: inline-flex;
  }
}
@media  (min-width: 992px) {
  #headerWrapper header * {
    white-space: nowrap;
  }
}
#headerWrapper header #headerLeft {
  text-align: left;
}
#headerWrapper header #headerLeft > *:nth-child(2) {
  flex: 1;
}
#headerWrapper header #headerLeft > * {
  margin-left: 1em;
  display: inline-block;
}
#headerWrapper header #headerLeft .burger {
  display: inline-flex;
}
#headerWrapper header #headerCenter {
  justify-content: center;
  flex: 1;
}
#headerWrapper header #headerRight {
  justify-content: center;
  text-align: right;
}
#headerWrapper header .slogan {
  display: block;
}
#headerWrapper header:after {
  content: " ";
  clear: both;
  display: table;
}
#headerWrapper #headerBottom nav {
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #73BF93;
  background: -webkit-gradient(linear, left top, left bottom, from(#73BF93), to(#8DD6AC));
  background: -webkit-linear-gradient(top, #73BF93, #8DD6AC);
  background: -moz-linear-gradient(top, #73BF93, #8DD6AC);
  background: -ms-linear-gradient(top, #73BF93, #8DD6AC);
  background: -o-linear-gradient(top, #73BF93, #8DD6AC);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73BF93', endColorstr='#8DD6AC',GradientType=0 );
}
#headerWrapper #headerBottom nav a {
  display: inline-block;
  text-decoration: none;
  color: white;
  padding: 0.4em 0.4em;
  letter-spacing: 1px;
  font-weight: bold;
  text-shadow: 0px 1px 1px grey;
}
#headerWrapper #headerBottom nav a.over {
  background-color: #DD78AA;
  background: -webkit-gradient(linear, left top, left bottom, from(#DD78AA), to(#DDA7C7));
  background: -webkit-linear-gradient(top, #DD78AA, #DDA7C7);
  background: -moz-linear-gradient(top, #DD78AA, #DDA7C7);
  background: -ms-linear-gradient(top, #DD78AA, #DDA7C7);
  background: -o-linear-gradient(top, #DD78AA, #DDA7C7);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DD78AA', endColorstr='#DDA7C7',GradientType=0 );
}
#headerWrapper #headerBottom nav a.active {
  background-color: #DD78AA;
  background: -webkit-gradient(linear, left top, left bottom, from(#DD78AA), to(#DDA7C7));
  background: -webkit-linear-gradient(top, #DD78AA, #DDA7C7);
  background: -moz-linear-gradient(top, #DD78AA, #DDA7C7);
  background: -ms-linear-gradient(top, #DD78AA, #DDA7C7);
  background: -o-linear-gradient(top, #DD78AA, #DDA7C7);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DD78AA', endColorstr='#DDA7C7',GradientType=0 );
}
@media  (min-width: 992px) {
  #headerWrapper #headerBottom nav a {
    font-size: 1.2em;
  }
}
#headerWrapper .logo {
  width: 80px;
}
@media  (min-width: 992px) {
  #headerWrapper .logo {
    width: auto;
    margin-right: 0.7em;
  }
}
#headerWrapper .title {
  font-size: 1.3em;
  font-weight: bold;
  color: #7BBC96;
}
@media  (min-width: 992px) {
  #headerWrapper .title {
    margin-top: 0.5em;
    font-size: 1.7em;
  }
}
#headerWrapper .slogan {
  margin-top: 0.2em;
  font-size: 1em;
  color: #666;
}
@media  (min-width: 992px) {
  #headerWrapper .slogan {
    font-size: 1.2em;
  }
}
#corpusWrapper {
  display: table-row;
  height: 100%;
}
@media  (min-width: 992px) {
  #corpusWrapper {
    background: #eee;
  }
}
#corpusWrapper #leftCol {
  background: #eee;
}
@media  (min-width: 992px) {
  #corpusWrapper #leftCol {
    width: 240px;
    float: left;
    border: 0;
    vertical-align: top;
  }
}
#corpusWrapper #leftCol nav {
  text-align: center;
  border-bottom: 1px solid #ccc;
}
@media  (min-width: 992px) {
  #corpusWrapper #leftCol nav {
    text-align: left;
    padding-top: 25px;
    border-bottom: 0;
  }
}
#corpusWrapper #leftCol nav h2 {
  padding-top: 5px;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  color: #7BBC96;
}
@media  (min-width: 992px) {
  #corpusWrapper #leftCol nav h2 {
    font-size: 1.1em;
    margin-bottom: 0.2em;
  }
}
#corpusWrapper #leftCol nav a {
  padding: 0.3em 8px 0.3em 8px;
  display: inline-block;
  line-height: 1.5;
  text-decoration: none;
  color: #777;
  font-weight: bold;
}
@media  (min-width: 992px) {
  #corpusWrapper #leftCol nav a {
    display: block;
    line-height: 1.3;
    border-top: 2px solid white;
  }
  #corpusWrapper #leftCol nav a:last-child {
    border-bottom: 2px solid white;
  }
}
#corpusWrapper #leftCol nav a.over,
#corpusWrapper #leftCol nav a.active {
  background-color: #DD78AA;
  background: -webkit-gradient(linear, left top, left bottom, from(#DD78AA), to(#DDA7C7));
  background: -webkit-linear-gradient(top, #DD78AA, #DDA7C7);
  background: -moz-linear-gradient(top, #DD78AA, #DDA7C7);
  background: -ms-linear-gradient(top, #DD78AA, #DDA7C7);
  background: -o-linear-gradient(top, #DD78AA, #DDA7C7);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DD78AA', endColorstr='#DDA7C7',GradientType=0 );
  color: white;
}
#corpusWrapper main {
  word-spacing: 0.15em;
  background: white;
  box-sizing: border-box;
}
@media  (min-width: 992px) {
  #corpusWrapper main {
    height: 100%;
    float: right;
    border-spacing: 0;
    width: 720px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
  }
}
#corpusWrapper main > *:last-child {
  padding-bottom: 0.5em;
}
@media  (min-width: 992px) {
  #corpusWrapper main section > .container > * {
    flex: 1 1;
  }
  #corpusWrapper main section > .container > *:not(:last-child) {
    padding-right: ;
  }
}
#corpusWrapper nav.cycleBoxControls {
  border-top: none;
  border-bottom: 1px solid #999;
  display: table;
  width: 100%;
  font-size: 1em;
  text-align: center;
  background-color: #8DD6AC;
  background: -webkit-gradient(linear, left top, left bottom, from(#8DD6AC), to(#a0ddba));
  background: -webkit-linear-gradient(top, #8DD6AC, #a0ddba);
  background: -moz-linear-gradient(top, #8DD6AC, #a0ddba);
  background: -ms-linear-gradient(top, #8DD6AC, #a0ddba);
  background: -o-linear-gradient(top, #8DD6AC, #a0ddba);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8DD6AC', endColorstr='#a0ddba',GradientType=0 );
}
#corpusWrapper nav.cycleBoxControls a {
  border-radius: 0;
  width: 33.333333%;
  padding: 0.4em 0.4em;
  color: white;
}
@media  (min-width: 992px) {
  #corpusWrapper nav.cycleBoxControls a {
    font-size: 1.2em;
  }
}
#corpusWrapper nav.cycleBoxControls a.over {
  color: white;
}
#corpusWrapper nav.cycleBoxControls a,
#corpusWrapper nav.cycleBoxControls div {
  vertical-align: middle;
  box-sizing: border-box;
  display: table-cell;
}
#corpusWrapper nav.cycleBoxControls .prev {
  border-right: 1px solid #999;
}
#corpusWrapper nav.cycleBoxControls .next {
  border-left: 1px solid #999;
}
#corpusWrapper nav.cycleBoxControls .prev.over,
#corpusWrapper nav.cycleBoxControls .next.over {
  background-color: #50af78;
  background: -webkit-gradient(linear, left top, left bottom, from(#50af78), to(#67c991));
  background: -webkit-linear-gradient(top, #50af78, #67c991);
  background: -moz-linear-gradient(top, #50af78, #67c991);
  background: -ms-linear-gradient(top, #50af78, #67c991);
  background: -o-linear-gradient(top, #50af78, #67c991);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50af78', endColorstr='#67c991',GradientType=0 );
}
#corpusWrapper nav.cycleBoxControls .curIdxIndicator {
  color: white;
  line-height: 0.4;
  vertical-align: middle;
  font-size: 30px;
  word-wrap: break-all;
  overflow-wrap: break-word;
}
#corpusWrapper nav.cycleBoxControls .curIdxIndicator span {
  display: inline-block;
  line-height: 0.4;
  vertical-align: middle;
  font-size: 30px;
}
#corpusWrapper nav.cycleBoxControls .curIdx {
  color: #ed1c24;
}
form {
  padding-top: 4%;
  padding-left: 3%;
  padding-right: 3%;
}
@media  (min-width: 992px) {
  form {
    padding-left: 10%;
    padding-right: 10%;
  }
}
form .formField {
  display: block;
  margin-bottom: 1em;
  width: 100%;
}
form input,
form label,
form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
form input,
form textarea {
  border-radius: 5px;
  border: 1px solid #bababa;
  font-size: 1em;
  padding: 7px;
  font-family: sans-serif;
}
form label {
  padding-left: 7px;
}
form textarea {
  min-height: 200px;
}
form input[type='submit'] {
  color: #444;
}
#footerWrapper {
  display: table-row;
  text-align: right;
  font-size: 0.9em;
  background: #eee;
}
#footerWrapper #footer nav {
  margin: 1%;
}
#footerWrapper #footer a {
  color: #808080;
  text-decoration: underline;
  margin-right: 1em;
}
#footerWrapper #footer a.over,
#footerWrapper #footer a.active {
  color: #DD78AA;
}
@media  (min-width: 992px) {
  #topGradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 600px;
    z-index: -200;
    background-color: #D7F5E4;
    background: -webkit-gradient(linear, left top, left bottom, from(#D7F5E4), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #D7F5E4, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(top, #D7F5E4, rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(top, #D7F5E4, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(top, #D7F5E4, rgba(255, 255, 255, 0));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@clrTopGradient', endColorstr='rgba(255,255,255,0)',GradientType=0 );
  }
}
.one_third {
  width: 32%;
  display: inline-block;
  vertical-align: top;
}
