/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_foundation.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, ../sass/_foundation.scss */
html, body {
  font-size: 100%;
}

/* line 1, ../sass/_foundation.scss */
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
}

/* line 1, ../sass/_foundation.scss */
a:focus {
  outline: none;
}

/* line 1, ../sass/_foundation.scss */
img, object, embed {
  max-width: 100%;
  height: auto;
}

/* line 1, ../sass/_foundation.scss */
object, embed {
  height: 100%;
}

/* line 1, ../sass/_foundation.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 1, ../sass/_foundation.scss */
#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important;
}

/* line 1, ../sass/_foundation.scss */
.left {
  float: left !important;
}

/* line 1, ../sass/_foundation.scss */
.right {
  float: right !important;
}

/* line 1, ../sass/_foundation.scss */
.text-left {
  text-align: left !important;
}

/* line 1, ../sass/_foundation.scss */
.text-right {
  text-align: right !important;
}

/* line 1, ../sass/_foundation.scss */
.text-center {
  text-align: center !important;
}

/* line 1, ../sass/_foundation.scss */
.text-justify {
  text-align: justify !important;
}

/* line 1, ../sass/_foundation.scss */
.hide {
  display: none;
}

/* line 1, ../sass/_foundation.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 1, ../sass/_foundation.scss */
img {
  display: inline-block;
}

/* line 1, ../sass/_foundation.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 1, ../sass/_foundation.scss */
select {
  width: 100%;
}

/* line 1, ../sass/_foundation.scss */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
}

/* line 1, ../sass/_foundation.scss */
[data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}

/* line 1, ../sass/_foundation.scss */
[data-clearing]:after {
  clear: both;
}

/* line 1, ../sass/_foundation.scss */
.clearing-blackout {
  background: #111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}

/* line 1, ../sass/_foundation.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 1, ../sass/_foundation.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 1, ../sass/_foundation.scss */
.visible-img {
  height: 95%;
  position: relative;
}

/* line 1, ../sass/_foundation.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 1, ../sass/_foundation.scss */
.clearing-caption {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0;
}

/* line 1, ../sass/_foundation.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  display: none;
}

/* line 1, ../sass/_foundation.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

/* line 1, ../sass/_foundation.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}

/* line 1, ../sass/_foundation.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

@media only screen and (min-width: 48em) {
  /* line 1, ../sass/_foundation.scss */
  .clearing-main-prev, .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }

  /* line 1, ../sass/_foundation.scss */
  .clearing-main-prev > span, .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
  }

  /* line 1, ../sass/_foundation.scss */
  .clearing-main-prev {
    left: 0;
  }

  /* line 1, ../sass/_foundation.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #fff;
  }

  /* line 1, ../sass/_foundation.scss */
  .clearing-main-next {
    right: 0;
  }

  /* line 1, ../sass/_foundation.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #fff;
  }

  /* line 1, ../sass/_foundation.scss */
  .clearing-main-prev.disabled, .clearing-main-next.disabled {
    opacity: 0.5;
  }

  /* line 1, ../sass/_foundation.scss */
  .clearing-feature ~ li {
    display: none;
  }

  /* line 1, ../sass/_foundation.scss */
  .clearing-assembled .clearing-container .carousel {
    background: #111;
    height: 150px;
    margin-top: 5px;
  }

  /* line 1, ../sass/_foundation.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: block;
    z-index: 999;
    width: 200%;
    height: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
  }

  /* line 1, ../sass/_foundation.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 175px;
    height: inherit;
    padding: 0;
    float: left;
    overflow: hidden;
    margin-right: 1px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }

  /* line 1, ../sass/_foundation.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    min-height: 100%;
    height: 100%;
    max-width: none;
  }

  /* line 1, ../sass/_foundation.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }

  /* line 1, ../sass/_foundation.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    min-width: 100% !important;
  }

  /* line 1, ../sass/_foundation.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }

  /* line 1, ../sass/_foundation.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #111;
    overflow: hidden;
    height: 75%;
  }

  /* line 1, ../sass/_foundation.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* line 1, ../sass/_base.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, ../sass/_base.scss */
body {
  background: #eef4ff;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #666666;
}
@media all and (min-width: 600px) {
  /* line 5, ../sass/_base.scss */
  body {
    padding: 0 0.7em;
  }
}

/* line 17, ../sass/_base.scss */
a {
  color: #ad8599;
}
/* line 21, ../sass/_base.scss */
a:hover, a:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

/* line 26, ../sass/_base.scss */
strong {
  font-weight: 600;
}

/* line 30, ../sass/_base.scss */
h1 {
  font-size: 1.5em;
  line-height: 1.1em;
  font-weight: 900;
  padding: 0.35em 0;
}
@media all and (min-width: 600px) {
  /* line 30, ../sass/_base.scss */
  h1 {
    font-size: 2em;
  }
}

/* line 41, ../sass/_base.scss */
h2, h3 {
  font-weight: 600;
  color: black;
}

/* line 46, ../sass/_base.scss */
p, h2, h3, figure {
  padding-bottom: 0.35em;
}

/* line 50, ../sass/_base.scss */
p {
  max-width: 40em;
}

/* line 54, ../sass/_base.scss */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* line 1, ../sass/_modules.scss */
h2[role="banner"] {
  max-width: 50%;
  font-size: 1em;
  padding-bottom: 1.4em;
}
@media all and (min-width: 600px) {
  /* line 1, ../sass/_modules.scss */
  h2[role="banner"] {
    max-width: 180px;
  }
}

/* line 11, ../sass/_modules.scss */
nav {
  padding-bottom: 1.4em;
}
/* line 14, ../sass/_modules.scss */
nav .togglenav {
  color: white;
  cursor: pointer;
  font: inherit;
  border: 1px solid white;
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: -0.35em;
  right: 0;
  padding: 0.35em;
}
@media all and (min-width: 960px) {
  /* line 14, ../sass/_modules.scss */
  nav .togglenav {
    display: none;
  }
}
@media all and (max-width: 959px) {
  /* line 33, ../sass/_modules.scss */
  nav.ishidden ul {
    height: 0;
    overflow: hidden;
  }
}
/* line 41, ../sass/_modules.scss */
nav ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 49, ../sass/_modules.scss */
nav ul li a {
  display: block;
  text-decoration: none;
  padding: 0.7em 0;
  border-bottom: 0;
}
/* line 57, ../sass/_modules.scss */
nav ul li.active a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media all and (min-width: 960px) {
  /* line 11, ../sass/_modules.scss */
  nav {
    position: absolute;
    top: -0.525em;
    right: 0;
  }
  /* line 69, ../sass/_modules.scss */
  nav li {
    display: inline-block;
    margin-left: 1.4em;
  }
}

/* line 76, ../sass/_modules.scss */
ul.gallery {
  display: block;
  margin: 0 -0.7em;
  padding: 0.35em 0;
}
@media all and (min-width: 600px) {
  /* line 76, ../sass/_modules.scss */
  ul.gallery {
    padding: 0 -0.7em;
  }
}
/* line 85, ../sass/_modules.scss */
ul.gallery li {
  padding: 0.35em;
  margin: 0;
  display: block;
  float: left;
  width: 33.33333%;
}
@media all and (min-width: 600px) {
  /* line 85, ../sass/_modules.scss */
  ul.gallery li {
    padding: 0.7em;
  }
}
/* line 96, ../sass/_modules.scss */
ul.gallery li a {
  display: block;
}
@media all and (min-width: 960px) {
  /* line 85, ../sass/_modules.scss */
  ul.gallery li {
    width: 25%;
  }
}
/* line 106, ../sass/_modules.scss */
html.events ul.gallery li {
  max-width: 120px;
  padding: 0.35em;
}

/* line 114, ../sass/_modules.scss */
article .gallery {
  margin: 0 -0.35em;
}

/* line 119, ../sass/_modules.scss */
article + article {
  border-top: #e6e6e6 2px solid;
  padding-top: 0.7em;
  margin-top: 0.7em;
}

/* line 125, ../sass/_modules.scss */
nav.book {
  position: relative;
}
@media all and (min-width: 960px) {
  /* line 125, ../sass/_modules.scss */
  nav.book {
    padding: 1.4em 0 0 0.7em;
    float: right;
  }
}
/* line 133, ../sass/_modules.scss */
nav.book li {
  margin: 0;
  float: right;
  text-align: right;
}
/* line 138, ../sass/_modules.scss */
nav.book li a {
  font-size: .9em;
}
@media all and (min-width: 600px) {
  /* line 133, ../sass/_modules.scss */
  nav.book li {
    width: 25%;
  }
}
/* line 146, ../sass/_modules.scss */
nav.book li.prev {
  float: left;
  text-align: left;
  padding-left: 0.7em;
}
/* line 152, ../sass/_modules.scss */
nav.book li.back {
  float: left;
  text-align: left;
}
@media all and (min-width: 600px) {
  /* line 152, ../sass/_modules.scss */
  nav.book li.back {
    width: 50%;
  }
}
@media all and (min-width: 960px) {
  /* line 125, ../sass/_modules.scss */
  nav.book {
    float: right;
    width: 50%;
  }
}

/* line 168, ../sass/_modules.scss */
aside.meta {
  width: 100%;
  clear: both;
  text-align: right;
}
/* line 173, ../sass/_modules.scss */
aside.meta h1 {
  font-size: 1.5em;
  padding-top: 0.7em;
  font-weight: 700;
  font-style: italic;
}
/* line 179, ../sass/_modules.scss */
aside.meta h1 a {
  color: inherit;
  text-decoration: none;
}
/* line 185, ../sass/_modules.scss */
aside.meta p {
  max-width: 100%;
}

/* line 191, ../sass/_modules.scss */
ul[class^="tableau"] li {
  position: relative;
  width: 100%;
}
@media all and (min-width: 600px) {
  /* line 191, ../sass/_modules.scss */
  ul[class^="tableau"] li {
    width: 50%;
  }
}
/* line 200, ../sass/_modules.scss */
ul[class^="tableau"] .full {
  width: 100%;
}
/* line 203, ../sass/_modules.scss */
ul[class^="tableau"] .full img {
  width: auto;
  margin: 0 auto;
}
/* line 212, ../sass/_modules.scss */
ul[class^="tableau"][class*="-3"] li + li a {
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 600px) {
  /* line 217, ../sass/_modules.scss */
  ul[class^="tableau"][class*="-3"] li + li img {
    position: relative;
    top: -0.7em;
  }
}
@media all and (min-width: 600px) {
  /* line 224, ../sass/_modules.scss */
  ul[class^="tableau"][class*="-3"] li + li + li {
    position: relative;
    top: -0.7em;
    margin-bottom: -1.4em;
  }
}
/* line 237, ../sass/_modules.scss */
ul[class^="tableau"][class*="-4"] li:first-child + li a {
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 600px) {
  /* line 242, ../sass/_modules.scss */
  ul[class^="tableau"][class*="-4"] li:first-child + li img {
    position: relative;
    top: -0.7em;
  }
}
/* line 249, ../sass/_modules.scss */
ul[class^="tableau"][class*="-4"] li + li + li {
  width: 50%;
}
@media all and (min-width: 600px) {
  /* line 249, ../sass/_modules.scss */
  ul[class^="tableau"][class*="-4"] li + li + li {
    margin-top: -0.7em;
    width: 25%;
  }
}
/* line 261, ../sass/_modules.scss */
ul[class^="tableau"][class*="-5"] li + li {
  width: 50%;
}
@media all and (min-width: 600px) {
  /* line 261, ../sass/_modules.scss */
  ul[class^="tableau"][class*="-5"] li + li {
    width: 25%;
  }
}

/* line 272, ../sass/_modules.scss */
.clearing-container .clearing-close {
  text-decoration: none;
}
/* line 276, ../sass/_modules.scss */
.clearing-container .visible-img {
  height: 100% !important;
}
/* line 280, ../sass/_modules.scss */
.clearing-container .carousel {
  display: none !important;
}
/* line 284, ../sass/_modules.scss */
.clearing-container li {
  margin-top: 0 !important;
  top: 0 !important;
}
/* line 288, ../sass/_modules.scss */
.clearing-container li img {
  position: static !important;
}

/* line 1, ../sass/_layout.scss */
#wrapper {
  margin: 0 auto;
  max-width: 1180px;
}
/* line 7, ../sass/_layout.scss */
#wrapper > header,
#wrapper > section,
#wrapper > footer {
  padding: 1.4em 0.7em;
  width: 100%;
  float: left;
}
@media all and (min-width: 600px) {
  /* line 7, ../sass/_layout.scss */
  #wrapper > header,
  #wrapper > section,
  #wrapper > footer {
    padding: 1.4em;
  }
}
@media all and (min-width: 960px) {
  /* line 7, ../sass/_layout.scss */
  #wrapper > header,
  #wrapper > section,
  #wrapper > footer {
    padding-left: 10%;
    padding-right: 10%;
  }
}
/* line 21, ../sass/_layout.scss */
#wrapper > header {
  background: #ad8599;
}
/* line 24, ../sass/_layout.scss */
#wrapper > header a {
  color: white;
}
/* line 28, ../sass/_layout.scss */
#wrapper > header > .content {
  border-bottom: 2px solid white;
  position: relative;
}
/* line 32, ../sass/_layout.scss */
#wrapper > header > .content h2 {
  font-size: 1em;
}
/* line 37, ../sass/_layout.scss */
#wrapper > header h1#image {
  padding: .5em 0 0;
  text-align: center;
  color: white;
}
@media all and (min-width: 600px) {
  /* line 37, ../sass/_layout.scss */
  #wrapper > header h1#image {
    font-size: 2.75em;
  }
}
/* line 48, ../sass/_layout.scss */
#wrapper > footer {
  padding: 1.4em 0;
  background: #eef4ff;
  text-align: center;
}
/* line 53, ../sass/_layout.scss */
#wrapper > footer .logo {
  max-width: 120px;
  margin: 0 auto;
  padding: 0.7em 0 1.4em;
}
/* line 59, ../sass/_layout.scss */
#wrapper > footer a {
  color: #666666;
}
/* line 63, ../sass/_layout.scss */
#wrapper > footer .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: .85em;
}

/* line 70, ../sass/_layout.scss */
section[role="main"] {
  background: white;
  overflow: hidden;
}
@media all and (min-width: 600px) {
  /* line 75, ../sass/_layout.scss */
  section[role="main"] > figure {
    width: 50%;
    float: left;
    padding: 0.7em;
  }
  /* line 81, ../sass/_layout.scss */
  section[role="main"] figure + .content {
    width: 50%;
    float: left;
    padding: 0.7em;
  }
}

@media all and (min-width: 960px) {
  /* line 91, ../sass/_layout.scss */
  html.home #wrapper > header {
    margin-bottom: -100%;
  }
}
/* line 96, ../sass/_layout.scss */
html.home #wrapper > header h1 {
  font-size: 1em;
  font-weight: 600;
  line-height: inherit;
}
/* line 100, ../sass/_layout.scss */
html.home #wrapper > header h1 a {
  text-decoration: none;
}
@media all and (min-width: 960px) {
  /* line 96, ../sass/_layout.scss */
  html.home #wrapper > header h1 {
    font-size: 2.5em;
    line-height: 1.2em;
    position: relative;
    text-align: center;
    margin: 3em 20% 0;
    font-weight: 900;
  }
}
/* line 114, ../sass/_layout.scss */
html.home figure.full {
  width: 100%;
  overflow: hidden;
}
@media all and (min-width: 960px) {
  /* line 114, ../sass/_layout.scss */
  html.home figure.full {
    width: 130%;
    height: 35em;
    margin-top: -1.4em;
    margin-left: -15%;
    padding: 0;
  }
}
/* line 126, ../sass/_layout.scss */
html.home figure.full img {
  width: 100%;
}

/* line 135, ../sass/_layout.scss */
html.galleryitem #wrapper > header {
  padding-bottom: 0.35em;
}
/* line 137, ../sass/_layout.scss */
html.galleryitem #wrapper > header h1#image {
  font-size: 2em;
  text-align: left;
  padding-bottom: 0.175em;
}
@media all and (min-width: 960px) {
  /* line 137, ../sass/_layout.scss */
  html.galleryitem #wrapper > header h1#image {
    width: 50%;
    float: left;
    padding-right: 0.7em;
  }
}
