* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
html,
body {
  height: 100%;
}
body {
  font-family: serif;
  color: #444444;
  width: 100%;
  background: url(/media/gplay.png);
  z-index: 0;
  overflow-y: scroll;
  font-family: 'PT Serif', serif;
}
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  text-decoration: underline;
  color: #d05757;
}
@media  only screen and (min-width: 960px) {
  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;
}
#wrapper {
  display: table;
  height: 100%;
  width: 100%;
  margin: auto;
  box-shadow: 1px 5px 10px #aaa;
  background: white;
}
@media  only screen and (min-width: 960px) {
  #wrapper {
    width: 960px;
  }
}
header {
  display: table;
  padding: 2%;
}
@media  only screen and (min-width: 960px) {
  header {
    text-align: left;
    position: relative;
    left: 10px;
  }
}
header > div {
  display: table-cell;
  vertical-align: middle;
}
header > div:nth-child(2) {
  padding-left: 0.5em;
}
@media  only screen and (min-width: 960px) {
  header > div:nth-child(2) {
    padding-left: 1.5em;
  }
}
@media  only screen and (min-width: 960px) {
  header > div {
    text-align: left;
  }
}
header #logo {
  vertical-align: middle;
}
header #title {
  display: inline;
  font-size: 1.3em;
  text-shadow: -1px -1px 1px #ffffff, 1px 1px 1px #eeeeee;
  font-weight: bold;
  color: #3a7abd;
  margin-bottom: 0.2em;
}
@media  only screen and (min-width: 960px) {
  header #title {
    display: block;
    margin-top: 30px;
    font-size: 1.7em;
  }
}
header #slogan {
  display: inline;
  margin-left: 1em;
  color: #666666;
  text-align: right;
}
@media  only screen and (min-width: 960px) {
  header #slogan {
    text-align: left;
    margin-left: 0;
    display: block;
    font-size: 1.2em;
  }
}
header #fontresize {
  position: absolute;
  right: 5px;
  top: 5px;
}
header #fontresize #label {
  position: absolute;
  right: 84px;
  top: 8px;
  display: inline;
}
header #fontresize .control {
  position: absolute;
  top: 0;
  width: 34px;
  height: 34px;
  font-size: 40px;
  color: #999;
  border: 1px solid #999;
  border-radius: 3px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
header #fontresize #incFontSize {
  right: 42px;
  background-image: url(FontResizePlus.png);
}
header #fontresize #decFontSize {
  right: 0px;
  background-image: url(FontResizeMinus.png);
}
header #banner {
  position: absolute;
  right: 10px;
  bottom: 30px;
  z-index: 10;
}
#mainNav {
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #cde3f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#cde3f5), to(#8dcaee));
  background: -webkit-linear-gradient(top, #cde3f5, #8dcaee);
  background: -moz-linear-gradient(top, #cde3f5, #8dcaee);
  background: -ms-linear-gradient(top, #cde3f5, #8dcaee);
  background: -o-linear-gradient(top, #cde3f5, #8dcaee);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde3f5', endColorstr='#8dcaee',GradientType=0 );
}
#mainNav 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;
}
#mainNav a.over {
  background-color: #d5656a;
  background: -webkit-gradient(linear, left top, left bottom, from(#d5656a), to(#ee4747));
  background: -webkit-linear-gradient(top, #d5656a, #ee4747);
  background: -moz-linear-gradient(top, #d5656a, #ee4747);
  background: -ms-linear-gradient(top, #d5656a, #ee4747);
  background: -o-linear-gradient(top, #d5656a, #ee4747);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5656a', endColorstr='#ee4747',GradientType=0 );
}
#mainNav a.active {
  background-color: #d5656a;
  background: -webkit-gradient(linear, left top, left bottom, from(#d5656a), to(#ee4747));
  background: -webkit-linear-gradient(top, #d5656a, #ee4747);
  background: -moz-linear-gradient(top, #d5656a, #ee4747);
  background: -ms-linear-gradient(top, #d5656a, #ee4747);
  background: -o-linear-gradient(top, #d5656a, #ee4747);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5656a', endColorstr='#ee4747',GradientType=0 );
}
@media  only screen and (min-width: 960px) {
  #mainNav a {
    font-size: 1.2em;
  }
}
#corpus {
  display: table-row;
  height: 100%;
}
@media  only screen and (min-width: 960px) {
  #corpus {
    background: #cde3f5;
  }
}
#corpus #leftCol {
  background: #cde3f5;
   letter-spacing:0.05em;
}
@media  only screen and (min-width: 960px) {
  #corpus #leftCol {
    width: 240px;
    float: left;
    border: 0;
    vertical-align: top;
  }
}
#corpus #leftCol nav {
  text-align: center;
  border-bottom: 1px solid #ccc;
}
@media  only screen and (min-width: 960px) {
  #corpus #leftCol nav {
    text-align: left;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 0;
  }
}
#corpus #leftCol nav h2 {
  padding-top: 5px;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  color: #3a7abd;
}
@media  only screen and (min-width: 960px) {
  #corpus #leftCol nav h2 {
    font-size: 1.1em;
    margin-bottom: 0.2em;
  }
}
#corpus #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  only screen and (min-width: 960px) {
  #corpus #leftCol nav a {
    display: block;
    line-height: 1.3;
    border-top: 2px solid white;
  }
  #corpus #leftCol nav a:last-child {
    border-bottom: 2px solid white;
  }
}
#corpus #leftCol nav a.over,
#corpus #leftCol nav a.active {
  background-color: #d5656a;
  background: -webkit-gradient(linear, left top, left bottom, from(#d5656a), to(#ee4747));
  background: -webkit-linear-gradient(top, #d5656a, #ee4747);
  background: -moz-linear-gradient(top, #d5656a, #ee4747);
  background: -ms-linear-gradient(top, #d5656a, #ee4747);
  background: -o-linear-gradient(top, #d5656a, #ee4747);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5656a', endColorstr='#ee4747',GradientType=0 );
  color: white;
}
#corpus main {
  word-spacing: 0.15em;
  background: white;
  box-sizing: border-box;
}
@media  only screen and (min-width: 960px) {
  #corpus 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;
  }
}
#corpus main > *:last-child {
  padding-bottom: 0.5em;
}
#corpus main .metaInfo {
  float: right;
  margin-right: 2%;
  color: #666;
}
@media  only screen and (min-width: 960px) {
  #corpus main .metaInfo {
    margin-right: 5%;
  }
}
#corpus main h1,
#corpus main h2,
#corpus main h3,
#corpus main p,
#corpus main table,
#corpus main form,
#corpus main ul,
#corpus main ol,
#corpus main blockquote {
  margin-left: 2%;
  margin-right: 2%;
}
@media  only screen and (min-width: 960px) {
  #corpus main h1,
  #corpus main h2,
  #corpus main h3,
  #corpus main p,
  #corpus main table,
  #corpus main form,
  #corpus main ul,
  #corpus main ol,
  #corpus main blockquote {
    margin-left: 5%;
    margin-right: 5%;
  }
}
#corpus main blockquote {
  text-align: center;
  font-size: 1.1em;
  font-style: italic;
  margin-bottom: 0.7em;
}
#corpus main blockquote footer {
  margin-top: 0.3em;
  font-size: 0.8em;
  font-style: normal;
}
#corpus main img {
  height: auto;
}
@media  only screen and (min-width: 960px) {
  #corpus main img {
    max-width: none;
  }
}
#corpus main h1 {
  color: #3a7abd;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-size: 1.4em;
}
@media  only screen and (min-width: 960px) {
  #corpus main h1 {
    margin-top: 1em;
  }
}
#corpus main h2 {
  font-size: 1.2em;
  color: #777777;
  margin-top: 0.4em;
  margin-bottom: 0.3em;
}
@media  only screen and (min-width: 960px) {
  #corpus main h2 {
    margin-top: 0.9em;
  }
}
#corpus main b {
  font-weight: bold;
}
#corpus main i {
  font-style: italic;
}
#corpus main p,
#corpus main table {
  margin-bottom: 0.7em;
}
#corpus main article a,
#corpus main article a:visited {
  color: #d05757;
}
#corpus main article a:hover,
#corpus main article a:visited:hover {
  color: #db7f7f;
}
#corpus main li {
  margin-left: 2%;
  margin-bottom: 0.5em;
}
#corpus main ul {
  margin-left: 6%;
}
#corpus main ul ul {
  margin-left: 3%;
  margin-top: 0.5em;
}
#corpus main figure {
  text-align: center;
}
@media  only screen and (min-width: 960px) {
  #corpus main figure {
    margin-top: 5%;
  }
}
@media  only screen and (min-width: 960px) {
  #corpus main figure img {
    border: 12px solid #fff;
    box-shadow: 2px 2px 8px #999;
  }
}
#corpus main figure figcaption {
  margin-bottom: 1em;
  font-size: 0.75em;
}
#corpus main figure figcaption div:first-child {
  margin-top: 0.5em;
  font-family: 'Indie Flower', 'Noto Sans', serif;
  font-size: 2em;
  color: #3a7abd;
}
#corpus main figure figcaption div:nth-child(2) {
  font-size: 1.2em;
  color: #666666;
  font-style: italic;
  margin-bottom: 0.5em;
}
#corpus main .tableWrapper {
  width: 100%;
  overflow-y: auto;
  overflow-x: auto;
  margin: 0 0 1em;
}
#corpus main table th {
  font-weight: bold;
  padding: 0 3px;
}
#corpus main table td {
  padding-right: 1em;
}
#corpus main 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;
}
#corpus main table.info td,
#corpus main table.info th {
  padding: 0.3em 0.4em;
}
#corpus main table.info th {
  padding-top: 0.6em;
}
#corpus main table.info td {
  border: 1px solid #777;
}
#corpus main table.info td:first-child {
  border-left: 0;
}
#corpus main table.info td:last-child {
  border-right: 0;
}
#corpus main table.info td:nth-child(1),
#corpus main table.info td:nth-child(3) {
  text-align: left;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
#corpus main table.info th:nth-child(1),
#corpus main table.info th:nth-child(3) {
  padding-left: 0.6em;
  padding-right: 0.6em;
}
#corpus main table.price td:last-child {
  text-align: right;
}
#corpus main table.info + p {
  margin-top: 2em;
}
#corpus nav.cycleBoxControls {
  border-top: none;
  border-bottom: 1px solid #999;
  display: table;
  width: 100%;
  font-size: 1em;
  text-align: center;
  background-color: #8dcaee;
  background: -webkit-gradient(linear, left top, left bottom, from(#8dcaee), to(#a3d4f1));
  background: -webkit-linear-gradient(top, #8dcaee, #a3d4f1);
  background: -moz-linear-gradient(top, #8dcaee, #a3d4f1);
  background: -ms-linear-gradient(top, #8dcaee, #a3d4f1);
  background: -o-linear-gradient(top, #8dcaee, #a3d4f1);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dcaee', endColorstr='#a3d4f1',GradientType=0 );
}
#corpus nav.cycleBoxControls a {
  border-radius: 0;
  width: 33.333333%;
  padding: 0.4em 0.4em;
  color: white;
}
@media  only screen and (min-width: 960px) {
  #corpus nav.cycleBoxControls a {
    font-size: 1.2em;
  }
}
#corpus nav.cycleBoxControls a.over {
  color: white;
}
#corpus nav.cycleBoxControls a,
#corpus nav.cycleBoxControls div {
  vertical-align: middle;
  box-sizing: border-box;
  display: table-cell;
}
#corpus nav.cycleBoxControls .prev {
  border-right: 1px solid #999;
}
#corpus nav.cycleBoxControls .next {
  border-left: 1px solid #999;
}
#corpus nav.cycleBoxControls .prev.over,
#corpus nav.cycleBoxControls .next.over {
  background-color: #a2cbed;
  background: -webkit-gradient(linear, left top, left bottom, from(#a2cbed), to(#61b5e7));
  background: -webkit-linear-gradient(top, #a2cbed, #61b5e7);
  background: -moz-linear-gradient(top, #a2cbed, #61b5e7);
  background: -ms-linear-gradient(top, #a2cbed, #61b5e7);
  background: -o-linear-gradient(top, #a2cbed, #61b5e7);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2cbed', endColorstr='#61b5e7',GradientType=0 );
}
#corpus nav.cycleBoxControls .curIdxIndicator {
  color: white;
  line-height: 0.4;
  vertical-align: middle;
  font-size: 30px;
  word-wrap: break-all;
  overflow-wrap: break-word;
}
#corpus nav.cycleBoxControls .curIdxIndicator span {
  display: inline-block;
  line-height: 0.4;
  vertical-align: middle;
  font-size: 30px;
}
#corpus nav.cycleBoxControls .curIdx {
  color: #ed1c24;
}
form {
  padding-top: 4%;
  padding-left: 3%;
  padding-right: 3%;
}
@media  only screen and (min-width: 960px) {
  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;
  margin-bottom: 10px;
  background: #eee;
  vertical-align: middle;
}
#footerWrapper #footer {
  padding: 1%;
}
#footerWrapper #footer a {
  color: #808080;
  text-decoration: underline;
}
#footerWrapper #footer a.over,
#footerWrapper #footer a.active {
  color: #d5656a;
}
#topGradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 600px;
  z-index: -200;
  background-color: #3a7abd;
  background: -webkit-gradient(linear, left top, left bottom, from(#3a7abd), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #3a7abd, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(top, #3a7abd, rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(top, #3a7abd, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(top, #3a7abd, rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@clrTopGradient', endColorstr='rgba(255,255,255,0)',GradientType=0 );
}
p{  font-family: 'Alegreya Sans', sans-serif;
}