* {
  box-sizing: border-box;
}

body {
  background-color: #cccccc;
  background-image: url("../images/bg.png");
  background-repeat: repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #444455;
  margin: 0;
  padding: 0;
}

.col-s-1 {
  width: 8.3333333333%;
}

.col-s-2 {
  width: 16.6666666667%;
}

.col-s-3 {
  width: 25%;
}

.col-s-4 {
  width: 33.3333333333%;
}

.col-s-5 {
  width: 41.6666666667%;
}

.col-s-6 {
  width: 50%;
}

.col-s-7 {
  width: 58.3333333333%;
}

.col-s-8 {
  width: 66.6666666667%;
}

.col-s-9 {
  width: 75%;
}

.col-s-10 {
  width: 83.3333333333%;
}

.col-s-11 {
  width: 91.6666666667%;
}

.col-s-12 {
  width: 100%;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.main-content {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1.5rem;
}

#cycler {
  position: relative;
}

#cycler img {
  position: absolute;
  z-index: 1;
  border: 2px solid #E5E5E5;
}

#cycler img.active {
  z-index: 3;
}

.slide-border {
  border: 2px solid #E5E5E5;
}

.slideshow-pos {
  position: relative;
}

.slide-right {
  position: absolute;
  left: 100%;
  border: 2px solid #E5E5E5;
}

#logo {
  text-align: left;
  height: 100%;
}

#logo a:link,
#logo a:visited,
#logo a:hover,
#logo a:active {
  border: none;
  color: #000000;
  text-decoration: none;
}

#search {
  height: 100%;
}

.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu li {
  border-bottom: 0.1em dotted #99a;
  line-height: 1.2rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 15px;
  letter-spacing: 0.07em;
}

.menu li ul {
  margin-top: 0.3em;
  list-style-type: square;
  list-style-position: inside;
}

.menu li ul li {
  border-bottom: 0 solid #ccc;
  border-top: 0px solid #ccc;
  padding-top: 0.2rem;
  padding-bottom: 0rem;
  padding-left: 1rem;
  text-transform: none;
  letter-spacing: 0px;
}

.menu li ul li a {
  display: inline;
  text-decoration: none;
}

.menu ul.menu li.current a {
  color: #6666cc;
}

.menu ul.menu li.current * a {
  color: #444455;
}

.menu li ul li a:hover,
.menu li.current ul li a:hover {
  color: #6666cc;
  background: none;
}

.menu li a:link,
.menu li a:visited {
  color: #444455;
  text-decoration: none;
}

.menu li a:hover,
.menu li a:focus {
  color: #6666cc;
  background: none;
  text-decoration: none;
}

.menu li.active a {
  color: #6666cc;
}

.menu li.not-active a {
  color: #444455;
}

span.post {
  font-size: 15px;
  display: inline-block;
  padding-bottom: 1.2rem;
}

span.post ul li {
  list-style-type: square;
  line-height: 1.7;
}

span.post ol li {
  line-height: 1.7;
}

span.post hr {
  width: 5%;
  display: block;
  margin: 0;
  border-style: inset;
  border-width: 1px;
}

span.post p {
  margin: 0 0 0.7rem 0;
  line-height: 1.5;
  white-space: pre-line;
}

span.post table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #000000;
  margin: 1rem 0 1rem 0;
}

span.post th {
  border: 1px solid #000000;
}

span.post td {
  border: 1px solid #000000;
  line-height: 2;
  padding-left: 1rem;
}

.footer {
  display: flex;
  justify-content: center;
  padding: 0 1rem 1rem 1rem;
  color: #444455;
  font-size: 12px;
}

.footer a:link,
a:visited,
a:hover,
a:active {
  color: #444455;
  text-decoration: underline;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #6666cc;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .hide-s {
    display: none;
  }
  body {
    background-color: #fff;
  }
  #logo {
    display: flex;
    align-items: center;
    padding: 0.5rem 0 0.5rem 1rem;
  }
  #logo h2 {
    line-height: 1;
    font-size: 22px;
    font-family: "Gilda Display", Georgia, serif;
    font-weight: normal;
    letter-spacing: 4px;
    padding: 0;
    color: #000000;
    margin: 0;
    display: inline;
  }
  #logo h3 {
    line-height: 1;
    font-size: 22px;
    font-family: "Gilda Display", Georgia, serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 2px;
    margin: 0;
    color: #000000;
    display: inline;
  }
  .menu {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .menu-container {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
  }
  .menu h3 {
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 0em;
    padding-bottom: 0.2rem;
    margin: 0;
    color: #3973AC;
    border-bottom: 0.1em solid #556;
  }
  .menu li {
    border-bottom: 0.1em dotted #99a;
    line-height: 1.2rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    letter-spacing: 0.07em;
  }
  span.post h1 {
    font-size: 24px;
    line-height: 2;
    font-weight: normal;
    margin: 0;
  }
  span.post h2 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: normal;
    margin: 0;
  }
  span.post h3 {
    font-size: 10px;
    margin: 0;
    line-height: 1.2;
    font-weight: normal;
  }
  span.post h4 {
    font-size: 24px;
    line-height: 2;
    font-weight: normal;
    text-decoration: underline;
    margin: 0;
  }
  span.post h5 {
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    text-decoration: underline;
    margin: 0;
  }
  span.post h6 {
    font-size: 10px;
    margin: 0;
    line-height: 1.2;
    font-weight: normal;
    text-decoration: underline;
  }
  span.post h6.author {
    margin: 0;
    font-size: 10px;
    font-weight: normal;
    color: #888899;
    margin: 5px 0 10px 0;
    text-decoration: none;
  }
  span.post h2.post-title {
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    color: #3973AC;
    margin: 0 0 0.3rem 0;
  }
  .main-content {
    margin-left: 0.6rem;
    margin-right: 0.8rem;
    margin-top: 0rem;
  }
  .footer {
    border-top: 1px solid #444455;
    padding: 0 1rem 0.2rem 1rem;
  }
}
@media screen and (min-width: 641px) {
  body {
    font-size: 12px;
  }
  .col-1 {
    width: 8.3333333333%;
  }
  .col-2 {
    width: 16.6666666667%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.3333333333%;
  }
  .col-5 {
    width: 41.6666666667%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.3333333333%;
  }
  .col-8 {
    width: 66.6666666667%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.3333333333%;
  }
  .col-11 {
    width: 91.6666666667%;
  }
  .col-12 {
    width: 100%;
  }
  .header {
    height: 84px;
  }
  #logo {
    display: flex;
    align-items: center;
    padding-left: 1.7rem;
  }
  #logo h2 {
    line-height: 1;
    font-size: 32px;
    font-family: "Gilda Display", Georgia, serif;
    font-weight: normal;
    letter-spacing: 4px;
    padding: 0;
    color: #000000;
    margin: 0;
  }
  #logo h3 {
    line-height: normal;
    font-size: 22px;
    font-family: "Gilda Display", Georgia, serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 2px;
    margin: 0;
    padding: 0rem 0 0 0rem;
    color: #000000;
  }
  .menu {
    padding-left: 0.8em;
  }
  .menu-container {
    margin-bottom: 2.5rem;
    margin-top: 1.5rem;
  }
  .menu {
    font-size: 16px;
  }
  .menu h3 {
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 0em;
    padding-bottom: 0.8em;
    margin: 0;
    color: #3973AC;
    border-bottom: 0.1em solid #556;
  }
  .menu li {
    font-size: 13px;
  }
  .menu li ul li {
    font-size: 12px;
  }
  span.post h1 {
    font-size: 24px;
    line-height: 2;
    font-weight: normal;
    margin: 0;
  }
  span.post h2 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: normal;
    margin: 0;
  }
  span.post h3 {
    font-size: 12px;
    margin: 0;
    line-height: 1.2;
    font-weight: normal;
  }
  span.post h4 {
    font-size: 24px;
    line-height: 2;
    font-weight: normal;
    text-decoration: underline;
    margin: 0;
  }
  span.post h5 {
    font-size: 15px;
    line-height: 1.5;
    font-weight: normal;
    text-decoration: underline;
    margin: 0;
  }
  span.post h6 {
    font-size: 12px;
    margin: 0;
    line-height: 1.2;
    font-weight: normal;
    text-decoration: underline;
  }
  span.post h6.author {
    margin: 0;
    font-size: 11px;
    font-weight: normal;
    color: #888899;
    margin: 5px 0 10px 0;
    text-decoration: none;
  }
  span.post h2.post-title {
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    color: #3973AC;
    margin: 0 0 0.3rem 0;
  }
}
@media screen and (min-width: 730px) {
  .menu {
    padding-left: 1.2em;
  }
  .menu li {
    font-size: 14px;
  }
  .menu li ul li {
    font-size: 12px;
  }
}
@media screen and (min-width: 770px) {
  .container {
    max-width: 980px;
  }
  .header {
    height: 84px;
  }
  .menu {
    padding-left: 1.8em;
  }
  .menu li {
    font-size: 15px;
  }
  .menu li ul li {
    font-size: 13px;
  }
}
[class*=col-] {
  float: left;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

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