/* line 1, ../scss/base/_reset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 12, ../scss/base/_reset.scss */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* line 23, ../scss/base/_reset.scss */
body {
  background: #fff;
}

/* line 34, ../scss/base/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

/* line 37, ../scss/base/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 40, ../scss/base/_reset.scss */
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

/* line 44, ../scss/base/_reset.scss */
caption, th, td {
  font-weight: normal;
  text-align: left;
}

/* line 49, ../scss/base/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

/* line 52, ../scss/base/_reset.scss */
blockquote, q {
  quotes: "" "";
}

/* line 55, ../scss/base/_reset.scss */
a:focus {
  outline: thin dotted;
}

/* line 59, ../scss/base/_reset.scss */
a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}

/* line 62, ../scss/base/_reset.scss */
a img {
  border: 0;
}

/* Make sure embeds and iframes fit their containers */
/* line 69, ../scss/base/_reset.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* line 41, ../scss/base/_grid.scss */
body {
  width: 100%;
  *zoom: 1;
}
/* line 27, ../scss/base/_grid.scss */
body:before, body:after {
  content: "";
  display: table;
}
/* line 31, ../scss/base/_grid.scss */
body:after {
  clear: both;
}

/* line 7, ../scss/base/_base.scss */
body {
  background: #fff;
}

/* line 13, ../scss/base/_base.scss */
body,
input,
select,
textarea {
  color: #58595b;
  font-family: "futura-pt", futura, verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/* Headings */
/* line 22, ../scss/base/_base.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
}

/* line 26, ../scss/base/_base.scss */
h1, .h1 {
  font-size: 1.6em;
}

/* line 29, ../scss/base/_base.scss */
h2, .h2 {
  font-size: 1.4em;
}

/* line 32, ../scss/base/_base.scss */
h3, .h3 {
  font-size: 1.2em;
}

/* line 36, ../scss/base/_base.scss */
hr {
  background-color: #58595b;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Text elements */
/* line 44, ../scss/base/_base.scss */
p {
  margin-bottom: 1.5em;
}

/* line 47, ../scss/base/_base.scss */
ul, ol {
  margin: 0 0 1.5em 3em;
}

/* line 50, ../scss/base/_base.scss */
ul {
  list-style: disc;
}

/* line 53, ../scss/base/_base.scss */
ol {
  list-style: decimal;
}

/* line 57, ../scss/base/_base.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 61, ../scss/base/_base.scss */
dt {
  font-weight: bold;
}

/* line 64, ../scss/base/_base.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 67, ../scss/base/_base.scss */
b, strong {
  font-weight: 700;
}

/* line 70, ../scss/base/_base.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 73, ../scss/base/_base.scss */
blockquote {
  margin: 0 1.5em;
  padding-left: 1em;
  border-left: 2px solid #58595b;
}

/* line 78, ../scss/base/_base.scss */
address {
  margin: 0 0 1.5em;
}

/* line 81, ../scss/base/_base.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}

/* line 92, ../scss/base/_base.scss */
code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* line 95, ../scss/base/_base.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 99, ../scss/base/_base.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 104, ../scss/base/_base.scss */
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 111, ../scss/base/_base.scss */
sup {
  bottom: 1ex;
}

/* line 114, ../scss/base/_base.scss */
sub {
  top: .5ex;
}

/* line 117, ../scss/base/_base.scss */
small {
  font-size: 75%;
}

/* line 120, ../scss/base/_base.scss */
big {
  font-size: 125%;
}

/* line 123, ../scss/base/_base.scss */
figure {
  margin: 0;
}

/* line 126, ../scss/base/_base.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* line 130, ../scss/base/_base.scss */
th {
  font-weight: bold;
}

/* line 133, ../scss/base/_base.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 140, ../scss/base/_base.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}

/* line 147, ../scss/base/_base.scss */
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

/* Links */
/* line 153, ../scss/base/_base.scss */
a,
a:visited {
  color: #3b6e8f;
}

/* line 158, ../scss/base/_base.scss */
a:hover,
a:focus,
a:active {
  color: #2c526b;
}

/* line 1, ../scss/modules/_layout.scss */
.page-wrap {
  min-height: 20em;
  width: 1080px;
  margin: 1em auto;
  padding-bottom: 1em;
}

/* line 8, ../scss/modules/_layout.scss */
.page-header {
  *zoom: 1;
  border-bottom: 2px solid #58595b;
}
/* line 27, ../scss/base/_grid.scss */
.page-header:before, .page-header:after {
  content: "";
  display: table;
}
/* line 31, ../scss/base/_grid.scss */
.page-header:after {
  clear: both;
}

/* line 13, ../scss/modules/_layout.scss */
.site-logo {
  float: left;
  width: 170px;
  margin-top: 10px;
  margin-left: 10px;
}
/* line 18, ../scss/modules/_layout.scss */
.site-logo:hover {
  border-bottom: 1px solid #58595b;
}

/* line 23, ../scss/modules/_layout.scss */
.header-right {
  float: right;
  width: 385px;
}

/* line 28, ../scss/modules/_layout.scss */
.main-content {
  *zoom: 1;
}
/* line 27, ../scss/base/_grid.scss */
.main-content:before, .main-content:after {
  content: "";
  display: table;
}
/* line 31, ../scss/base/_grid.scss */
.main-content:after {
  clear: both;
}

/* line 32, ../scss/modules/_layout.scss */
.main-content-right {
  float: right;
  width: 385px;
}

/* line 37, ../scss/modules/_layout.scss */
.footer-right {
  float: right;
  width: 385px;
}

/* line 42, ../scss/modules/_layout.scss */
.clearfix {
  *zoom: 1;
}
/* line 27, ../scss/base/_grid.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 31, ../scss/base/_grid.scss */
.clearfix:after {
  clear: both;
}

/* line 1, ../scss/modules/_navigation.scss */
.nav-header {
  font-size: 14px;
  color: #58595b;
  margin-bottom: 5px;
}
/* line 6, ../scss/modules/_navigation.scss */
.nav-header a {
  color: #58595b;
  text-decoration: none;
}
/* line 10, ../scss/modules/_navigation.scss */
.nav-header a:hover {
  color: #717275;
  text-decoration: underline;
}

/* line 17, ../scss/modules/_navigation.scss */
.nav-main {
  float: left;
  width: 190px;
  margin-top: 10px;
  font-weight: 400;
}
/* line 23, ../scss/modules/_navigation.scss */
.nav-main dl,
.nav-main ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
/* line 29, ../scss/modules/_navigation.scss */
.nav-main dt {
  font-weight: 400;
}
/* line 33, ../scss/modules/_navigation.scss */
.nav-main a {
  display: block;
  color: white;
  text-decoration: none;
}
/* line 38, ../scss/modules/_navigation.scss */
.nav-main a:hover {
  text-decoration: underline;
}

/* line 47, ../scss/modules/_navigation.scss */
.nav-main-premium a {
  background-color: #58595b;
  border-bottom: 1px solid white;
  padding: 2px 7px;
}
/* line 52, ../scss/modules/_navigation.scss */
.nav-main-premium a:hover {
  background-color: #3f4041;
}
/* line 57, ../scss/modules/_navigation.scss */
.nav-main-premium dd {
  margin: 0.5em 0 0.5em 1em;
}
/* line 59, ../scss/modules/_navigation.scss */
.nav-main-premium dd a {
  font-size: 16px;
  line-height: 1;
  background-color: white;
  color: #58595b;
}
/* line 64, ../scss/modules/_navigation.scss */
.nav-main-premium dd a:hover {
  background-color: white;
}

/* line 71, ../scss/modules/_navigation.scss */
.nav-main-secondary {
  background-color: #e8d2cf;
  padding: 7px;
}
/* line 74, ../scss/modules/_navigation.scss */
.nav-main-secondary a {
  color: #58595b;
}
/* line 77, ../scss/modules/_navigation.scss */
.nav-main-secondary a:hover {
  color: #3f4041;
}

/* line 1, ../scss/modules/_forms.scss */
.nav-search {
  background-color: #dee0e1;
  padding: 7px;
  border-top: 1px solid white;
  border-bottom: 2px solid white;
}
/* line 7, ../scss/modules/_forms.scss */
.nav-search .search-field {
  height: 1.5rem;
  width: 120px;
  margin: 0;
  padding: 0 7px;
  background-color: white;
  border: 0;
}

/* line 18, ../scss/modules/_forms.scss */
.postlisti {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 1em 1.04167%;
}
@media (min-width: 40em) {
  /* line 18, ../scss/modules/_forms.scss */
  .postlisti {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 1em 1.04167%;
  }
}
@media (min-width: 60em) {
  /* line 18, ../scss/modules/_forms.scss */
  .postlisti {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 1em 1.04167%;
  }
}

/* line 1, ../scss/modules/_buttons.scss */
.btn {
  height: 1.5rem;
  font-size: 0.8rem;
  line-height: 0;
  margin: 0;
  padding: 0 0.8em;
  background-color: #3b6e8f;
  color: #fff;
  border: 0;
}
/* line 10, ../scss/modules/_buttons.scss */
.btn:hover {
  cursor: pointer;
  background-color: #34607d;
  color: #f2f2f2;
}
/* line 16, ../scss/modules/_buttons.scss */
.btn:active {
  background-color: #427ca1;
}

/* line 20, ../scss/modules/_buttons.scss */
a.btn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 0.8rem;
  padding-top: 0.35rem;
}

/* line 1, ../scss/modules/_news.scss */
.news {
  display: inline-block;
  float: left;
  width: 440px;
  margin: 20px;
}
/* line 8, ../scss/modules/_news.scss */
.news h2,
.news h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 13, ../scss/modules/_news.scss */
.news h2 {
  text-transform: uppercase;
}
/* line 17, ../scss/modules/_news.scss */
.news h3 {
  margin-bottom: 0;
}
/* line 21, ../scss/modules/_news.scss */
.news p {
  font-weight: 400;
  color: #58595b;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 28, ../scss/modules/_news.scss */
.news a {
  text-decoration: none;
}
/* line 30, ../scss/modules/_news.scss */
.news a:hover {
  text-decoration: underline;
}
/* line 35, ../scss/modules/_news.scss */
.news .meira {
  display: inline-block;
  float: right;
  margin-bottom: 15px;
}
/* line 40, ../scss/modules/_news.scss */
.news .attachment-post-thumbnail {
  float: left;
  width: 130px;
  padding: 5px 5px 5px 0;
}

/* line 49, ../scss/modules/_news.scss */
.article,
.articles {
  display: inline-block;
  float: left;
  margin: 20px;
  width: 440px;
}
/* line 55, ../scss/modules/_news.scss */
.article .entry-title,
.articles .entry-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 60, ../scss/modules/_news.scss */
.article h1,
.articles h1 {
  font-size: 16px;
}

/* line 64, ../scss/modules/_news.scss */
.article-inside {
  margin: 5px 0;
}
/* line 66, ../scss/modules/_news.scss */
.article-inside .entry-title {
  margin-bottom: 0;
}

/* line 71, ../scss/modules/_news.scss */
.sideimg {
  float: right;
  width: 385px;
  margin-top: 10px;
}

/* line 78, ../scss/modules/_news.scss */
.nav-previous,
.nav-next {
  display: inline-block;
  float: left;
}

/* line 82, ../scss/modules/_news.scss */
.nav-next {
  float: right;
}

/* line 85, ../scss/modules/_news.scss */
.navigation-paging {
  *zoom: 1;
}
/* line 27, ../scss/base/_grid.scss */
.navigation-paging:before, .navigation-paging:after {
  content: "";
  display: table;
}
/* line 31, ../scss/base/_grid.scss */
.navigation-paging:after {
  clear: both;
}

/* line 1, ../scss/modules/_map.scss */
.map {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 1em 1.04167%;
}
/* line 4, ../scss/modules/_map.scss */
.map h3 {
  line-height: 1;
  margin-bottom: 0.5em;
}
/* line 9, ../scss/modules/_map.scss */
.map p {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
/* line 14, ../scss/modules/_map.scss */
.map ul {
  font-size: 0.8em;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
@media (min-width: 40em) {
  /* line 1, ../scss/modules/_map.scss */
  .map {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 1em 1.04167%;
  }
}
@media (min-width: 60em) {
  /* line 1, ../scss/modules/_map.scss */
  .map {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 1em 1.04167%;
  }
}

/* line 1, ../scss/modules/_sidebar.scss */
.sidebar {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 1em 1.04167%;
  border-top: 1px solid #3b6e8f;
  padding-top: 1em;
}
/* line 6, ../scss/modules/_sidebar.scss */
.sidebar ul {
  margin-left: 1.2em;
}
@media (min-width: 60em) {
  /* line 1, ../scss/modules/_sidebar.scss */
  .sidebar {
    display: inline;
    float: left;
    width: 22.91667%;
    margin: 1em 1.04167%;
    padding-left: 1em;
    border-top: 0;
    border-left: 1px solid #3b6e8f;
  }
}

/* line 1, ../scss/modules/_event-box.scss */
a.event-box {
  text-decoration: none;
}
/* line 3, ../scss/modules/_event-box.scss */
a.event-box:hover {
  text-decoration: underline;
}

/* line 7, ../scss/modules/_event-box.scss */
a.event-box-blue {
  color: #ffe94c;
}

/* line 10, ../scss/modules/_event-box.scss */
a.event-box-green {
  color: #ad4e2a;
}

/* line 14, ../scss/modules/_event-box.scss */
.event-box {
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */
  float: left;
  display: inline-block;
  width: 190px;
  min-height: 80px;
  margin-left: 5px;
  padding: 7px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
}
/* line 30, ../scss/modules/_event-box.scss */
.event-box span {
  display: block;
}
/* line 33, ../scss/modules/_event-box.scss */
.event-box h3, .event-box h4 {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
/* line 38, ../scss/modules/_event-box.scss */
.event-box h4 {
  font-size: 16px;
}
/* line 41, ../scss/modules/_event-box.scss */
.event-box .event-box-info {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: white;
}
/* line 48, ../scss/modules/_event-box.scss */
.event-box p {
  margin-top: 10px;
}
/* line 52, ../scss/modules/_event-box.scss */
.event-box img {
  width: 100%;
  height: auto;
}
/* line 57, ../scss/modules/_event-box.scss */
.event-box time {
  font-size: 14px;
}
/* line 61, ../scss/modules/_event-box.scss */
.event-box a:hover {
  text-decoration: underline;
}

/* line 66, ../scss/modules/_event-box.scss */
.event-box-first {
  margin-left: 0;
}

/* line 70, ../scss/modules/_event-box.scss */
.event-box-blue {
  background: #9bb6c5;
}
/* line 75, ../scss/modules/_event-box.scss */
.event-box-blue h3,
.event-box-blue h4,
.event-box-blue a {
  color: #ffe94c;
  text-decoration: none;
}

/* line 80, ../scss/modules/_event-box.scss */
.event-box-green {
  background: #bae0cc;
}
/* line 85, ../scss/modules/_event-box.scss */
.event-box-green h3,
.event-box-green h4,
.event-box-green a {
  color: #ad4e2a;
  text-decoration: none;
}

/* line 90, ../scss/modules/_event-box.scss */
.event-box-pink {
  background: #e8d2cf;
}
/* line 95, ../scss/modules/_event-box.scss */
.event-box-pink h3,
.event-box-pink h4,
.event-box-pink a {
  color: #008558;
  text-decoration: none;
}

/* line 101, ../scss/modules/_event-box.scss */
.event-box-long {
  min-height: 800px;
}

/* line 1, ../scss/modules/_footer.scss */
.footer {
  *zoom: 1;
  margin-top: 50px;
  padding-top: 10px;
  border-top: 2px solid #58595b;
  font-size: 12px;
}
/* line 27, ../scss/base/_grid.scss */
.footer:before, .footer:after {
  content: "";
  display: table;
}
/* line 31, ../scss/base/_grid.scss */
.footer:after {
  clear: both;
}
/* line 9, ../scss/modules/_footer.scss */
.footer ul {
  list-style: none;
  margin-left: 0;
}
/* line 17, ../scss/modules/_footer.scss */
.footer .house,
.footer .address,
.footer .hours,
.footer .map {
  float: left;
  width: 188px;
}
/* line 22, ../scss/modules/_footer.scss */
.footer .address {
  margin-left: 20px;
}
/* line 26, ../scss/modules/_footer.scss */
.footer .map {
  float: right;
}

/* line 1, ../scss/modules/_tribe-events.scss */
.tribe-events {
  float: right;
  width: 890px;
  padding: 10px;
}
