/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
/* line 106, ../../../../../home/vagrant/.rvm/gems/ruby-2.1.3/gems/compass-core-1.0.1/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, scss/libs/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 79, scss/libs/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 93, scss/libs/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 114, scss/libs/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 133, scss/libs/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
/* line 143, scss/libs/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 152, scss/libs/_normalize.scss */
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 164, scss/libs/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 173, scss/libs/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 185, scss/libs/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 193, scss/libs/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 203, scss/libs/_normalize.scss */
blockquote {
  margin: 1.5em 40px;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 212, scss/libs/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 221, scss/libs/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 236, scss/libs/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 242, scss/libs/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 248, scss/libs/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 254, scss/libs/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 260, scss/libs/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 272, scss/libs/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 283, scss/libs/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 293, scss/libs/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 301, scss/libs/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 309, scss/libs/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 313, scss/libs/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 325, scss/libs/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

/* line 346, scss/libs/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 354, scss/libs/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 366, scss/libs/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 381, scss/libs/_normalize.scss */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 394, scss/libs/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 406, scss/libs/_normalize.scss */
figure {
  margin: 1.5em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 415, scss/libs/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 424, scss/libs/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 432, scss/libs/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 456, scss/libs/_normalize.scss */
form {
  margin: 0;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
/* line 470, scss/libs/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 488, scss/libs/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 499, scss/libs/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 514, scss/libs/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 529, scss/libs/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 538, scss/libs/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 549, scss/libs/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 564, scss/libs/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 581, scss/libs/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 592, scss/libs/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
}
/* line 602, scss/libs/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 612, scss/libs/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 628, scss/libs/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 642, scss/libs/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 651, scss/libs/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 662, scss/libs/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 667, scss/libs/_normalize.scss */
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/iconmoon/icomoon.eot?-ceoplb");
  src: url("fonts/iconmoon/icomoon.eot?#iefix-ceoplb") format("embedded-opentype"), url("fonts/iconmoon/icomoon.woff?-ceoplb") format("woff"), url("fonts/iconmoon/icomoon.ttf?-ceoplb") format("truetype"), url("fonts/iconmoon/icomoon.svg?-ceoplb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, scss/_fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, scss/_fonts.scss */
.icon-arrow-right:before {
  content: "\e604";
}

/* line 30, scss/_fonts.scss */
.icon-town:before {
  content: "\e601";
}

/* line 34, scss/_fonts.scss */
.icon-valley:before {
  content: "\e602";
}

/* line 38, scss/_fonts.scss */
.icon-water:before {
  content: "\e603";
}

/* line 42, scss/_fonts.scss */
.icon-mountain:before {
  content: "\e600";
}

/* line 46, scss/_fonts.scss */
.icon-menu:before {
  content: "\e605";
}

/* ---------------------------------------
	Grid
-----------------------------------------*/
/* ---------------------------------------
	Colors
-----------------------------------------*/
/* ---------------------------------------
	Typography
-----------------------------------------*/
/* line 26, scss/_variables.scss */
h1 {
  font-size: 20px;
  font-family: "museo-sans", sans-serif;
  font-weight: 400;
}

/* line 32, scss/_variables.scss */
h2 {
  font-size: 16px;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
}

/*
	~1. at-breakpoint
	~2. layout
	~2. gird/column
		~2.1 offset-margin
		~2.2 offset-padding
	~3. clearfix
	~4. fonts
		~4.1 Covert px to em
		~4.2 Covert px to em relatively to the parent font size
	~5. clearfix

*/
/* ~1. at-breakpoint
---------------------------------------------------*/
/* ~2. layout
---------------------------------------------------*/
/* ~3.grid/column
---------------------------------------------------*/
/* ~3.1 offset-margin
---------------------------------------------------*/
/* ~3.2 offset-padding
---------------------------------------------------*/
/* line 1, scss/modules/_table.scss */
table {
  width: 100%;
  margin-bottom: 1.5em;
}
/* line 5, scss/modules/_table.scss */
table thead {
  border-bottom: 1px solid #d7d7d7;
}
/* line 9, scss/modules/_table.scss */
table th {
  text-transform: uppercase;
  font-size: 12px;
  color: #97a793;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #d7d7d7;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
}
/* line 20, scss/modules/_table.scss */
table td {
  padding: 30px 10px 30px 10px;
}
/* line 23, scss/modules/_table.scss */
table td.name {
  font-size: 22px;
}
/* line 28, scss/modules/_table.scss */
table tr {
  border-bottom: 2px dotted #d7d7d7;
}
/* line 32, scss/modules/_table.scss */
table tr:last-child {
  border-bottom: none;
}

@media (min-width: 0) and (max-width: 640px) {
  /* line 40, scss/modules/_table.scss */
  table {
    overflow-x: auto;
    display: block;
  }
}
/*
.list__item {
    margin-bottom: calc-em(10);
}

.list__item--end {
    margin-bottom: 0;
}



// Bullet modifier
.list--bullet {
    list-style-type: disc;
    padding-left: calc-em(25);

    .list__item {
        margin-bottom: calc-em(5);
    }

}



// Number modifier
.list--number {
    counter-reset: items;
    padding-top: calc-em(5);

    .list__item {
        margin-bottom: calc-em(5);

        &:before {
            counter-increment: items 1;
            content: counter(items, decimal) ".";
            color: $list__number-color;
            margin-right: calc-em(5);
        }
    }

    .list__item--end {
        margin-bottom: 0;
    }
}


// Method modifier
.list--method {

    @extend .list--number;

    .list__item {
        margin-bottom: calc-em(15);

        &:before {
            @include text($text__size--beta, $text__line--beta, $color: $list__number-color);
            font-style: italic;
        }
    }

    .list__item--end {
        margin-bottom: 0;
    }

}*/
/* line 1, scss/modules/_image.scss */
.image__container {
  margin-left: 8.33333%;
  margin-right: 8.33333%;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 6em;
}
/* line 7, scss/modules/_image.scss */
.image__container img {
  width: 100%;
}

/* line 13, scss/modules/_image.scss */
.image__container--left-align .image {
  width: 50%;
  padding: 0 10px;
  float: left;
}
/* line 18, scss/modules/_image.scss */
.image__container--left-align .image-content {
  width: 25%;
  padding: 0 10px;
  margin-left: 8.33333%;
  float: left;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 25, scss/modules/_image.scss */
  .image__container--left-align .image {
    width: 100%;
    padding: 0 10px;
    display: block;
    float: none;
    padding: 0;
    margin: 0;
  }
  /* line 34, scss/modules/_image.scss */
  .image__container--left-align .image-content {
    width: 100%;
    padding: 0 10px;
    display: block;
    float: none;
    padding: 0;
    margin: 0;
  }
}

/* line 45, scss/modules/_image.scss */
.image__container--right-align .image {
  width: 33.33333%;
  padding: 0 10px;
  float: right;
}
/* line 49, scss/modules/_image.scss */
.image__container--right-align .image img {
  float: left;
}
/* line 54, scss/modules/_image.scss */
.image__container--right-align .image-content {
  width: 50%;
  padding: 0 10px;
  float: left;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 60, scss/modules/_image.scss */
  .image__container--right-align .image {
    width: 100%;
    padding: 0 10px;
    display: block;
    float: none;
    padding: 0;
    margin: 0;
  }
  /* line 69, scss/modules/_image.scss */
  .image__container--right-align .image-content {
    width: 100%;
    padding: 0 10px;
    display: block;
    float: none;
    padding: 0;
    margin: 0;
  }
}

/* line 2, scss/page/_homepage.scss */
.homepage .main__content--overlap {
  top: 0;
}
/* line 6, scss/page/_homepage.scss */
.homepage .hero--title {
  position: relative;
}
/* line 9, scss/page/_homepage.scss */
.homepage .hero--title h1 {
  font-size: 52px;
  font-family: "Alegreya", Georgia, sans-serif;
  font-weight: 400;
  color: #7aac6b;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 80px;
}
/* line 19, scss/page/_homepage.scss */
.homepage .hero--title h1 span {
  display: inline-block;
  position: relative;
}
/* line 24, scss/page/_homepage.scss */
.homepage .hero--title h1 span:before,
.homepage .hero--title h1 span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 3px solid #7aac6b;
  top: 40px;
  width: 48px;
}
/* line 34, scss/page/_homepage.scss */
.homepage .hero--title h1 span:before {
  right: 100%;
  margin-right: 15px;
}
/* line 39, scss/page/_homepage.scss */
.homepage .hero--title h1 span:after {
  left: 100%;
  margin-left: 15px;
}
/* line 46, scss/page/_homepage.scss */
.homepage .hero--title p {
  text-transform: uppercase;
  font-family: "museo-sans", sans-serif;
  font-weight: 400;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
  color: #fff;
}

/* line 1, scss/page/_details.scss */
.wedding-details {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%, #ffffff 100%, #f8f8f8 100%, #ffffff 100%);
}
/* line 4, scss/page/_details.scss */
.wedding-details section {
  margin-bottom: 4em;
}
/* line 8, scss/page/_details.scss */
.wedding-details .content__header {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 2.5em;
}
/* line 14, scss/page/_details.scss */
.wedding-details .content__header h2 {
  color: #7aac6b;
  font-size: 20px;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
}
/* line 21, scss/page/_details.scss */
.wedding-details .content__header h3 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #97a793;
}

/* line 12, scss/_global.scss */
body {
  font-size: 16px;
  font-family: "Alegreya", Georgia, sans-serif;
  font-weight: 400;
  color: #333333;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 20%, #ffffff 20%, #f8f8f8 20%, #f8f8f8 100%);
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
}

@media (min-width: 0) and (max-width: 640px) {
  body.page-template-template-activity-php,
  body.home {
    background:linear-gradient(to bottom, #ffffff 0%, #ffffff 0%, #ffffff 0%, #f8f8f8 20%, #f8f8f8 100%);
  }

  .homepage .hero--title h1 {
    font-size: 41px;
    font-family: "Alegreya", Georgia, sans-serif;
    font-weight: 400;
    color: #7aac6b;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 2px;
  }

  .homepage .hero--title h1 span:after,
  .homepage .hero--title h1 span:before {
    top:31px;
  }
}

/* line 25, scss/_global.scss */
a {
  color: #333;
  text-decoration: underline;
}
/* line 29, scss/_global.scss */
a a:visited {
  color: #333;
}

/* line 34, scss/_global.scss */
.left-align {
  float: left;
}

/* line 39, scss/_global.scss */
.right-align {
  float: right;
}

/* line 44, scss/_global.scss */
section {
  overflow: hidden;
  *zoom: 1;
}

/* line 48, scss/_global.scss */
.layout__container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

/* line 54, scss/_global.scss */
.site__header {
  padding: 1.5em 0;
  text-align: center;
  color: #97a793;
  border-bottom: 2px solid #f8f8f8;
  position: relative;
  margin-bottom: 2em;
}
/* line 62, scss/_global.scss */
.site__header a {
  text-decoration: none;
  color: #97a793;
}
@media (min-width: 1025px) {
  /* line 54, scss/_global.scss */
  .site__header {
    margin-bottom: 0;
  }
}

/* line 72, scss/_global.scss */
.ico {
  text-decoration: none;
}

/* line 76, scss/_global.scss */
.site__headline {
  font-size: 24px;
  font-family: "Alegreya", Georgia, sans-serif;
}

/* line 81, scss/_global.scss */
.site__subheadline {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
}

/* line 90, scss/_global.scss */
.icon-arrow-right:before {
  font-size: 30px;
  color: #97a793;
}

/* line 96, scss/_global.scss */
.open-panel {
  text-decoration: none;
  color: #97a793;
  position: absolute;
  left: 0;
  top: -16px;
  width: 33px;
  height: 33px;
}
/* line 105, scss/_global.scss */
.open-panel:hover {
  text-decoration: none;
}

/* line 111, scss/_global.scss */
.icon-menu:before {
  color: #97a793;
  font-size: 88px;
}

/* line 119, scss/_global.scss */
.nav {
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  *zoom: 1;
  display: none;
  margin: 0 auto;
  transition: all 0.4s ease;
}
@media (min-width: 1025px) {
  /* line 119, scss/_global.scss */
  .nav {
    display: table;
  }
}
/* line 131, scss/_global.scss */
.nav .list {
  margin: 2.5em 0;
}
/* line 135, scss/_global.scss */
.nav .list__item--inline {
  margin-right: 140px;
}
/* line 138, scss/_global.scss */
.nav .list__item--inline:last-child {
  margin: 0;
}
/* line 143, scss/_global.scss */
.nav a {
  text-decoration: none;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #97a793;
}
/* line 150, scss/_global.scss */
.nav a:hover {
  text-decoration: none;
}
/* line 155, scss/_global.scss */
.nav .ico {
  display: block;
}
/* line 158, scss/_global.scss */
.nav .ico:before {
  font-size: 50px;
  color: #97a793;
}

/* line 169, scss/_global.scss */
.nav--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 300;
}
/* line 177, scss/_global.scss */
.nav--sticky .list {
  margin: 1em 0 !important;
}
/* line 182, scss/_global.scss */
.nav--sticky .ico:before {
  font-size: 25px;
}

/* line 190, scss/_global.scss */
.article--indent {
  margin-left: 8.33333%;
  margin-right: 8.33333%;
}

/* line 195, scss/_global.scss */
.hero {
  height: 500px;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 195, scss/_global.scss */
  .hero {
    height: 250px;
  }
}

/* line 203, scss/_global.scss */
.hero--image {
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 208, scss/_global.scss */
.main__content {
  background-color: #f8f8f8;
}

/* line 212, scss/_global.scss */
.main__content--indent {
  margin-left: 8.33333%;
  margin-right: 8.33333%;
}

/* line 217, scss/_global.scss */
.main__content--overlap {
  position: relative;
  top: -25px;
}

/* line 224, scss/_global.scss */
.content__header h1 {
  color: #7aac6b;
}
/* line 228, scss/_global.scss */
.content__header h2 {
  color: #97a793;
}
/* line 232, scss/_global.scss */
.content__header h1, .content__header h2, .content__header h4, .content__header h5 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
/* line 238, scss/_global.scss */
.content__header .number {
  font-family: "Alegreya", Georgia, sans-serif;
  color: #97a793;
  display: block;
  text-align: center;
  font-size: 70px;
  line-height: 80px;
}
/* line 247, scss/_global.scss */
.content__header .number:before {
  content: 'No.';
  position: relative;
  top: -26px;
  text-transform: uppercase;
  left: -5px;
  font-size: 12px;
  color: #7aac6b;
  display: inline-block;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
}

/* line 264, scss/_global.scss */
.list {
  list-style: none;
  padding: 0;
}

/* line 269, scss/_global.scss */
.list__item--inline {
  display: inline-block;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 269, scss/_global.scss */
  .list__item--inline {
    display: block;
  }
}

/* line 277, scss/_global.scss */
.list--links {
  margin: 0 0 1.5em 0;
}
/* line 280, scss/_global.scss */
.list--links .list__item--inline {
  margin: 0.5em 0;
}

/* line 285, scss/_global.scss */
.list__item--link--title {
  display: block;
  font-family: "Alegreya", Georgia, sans-serif;
  font-weight: 600;
}

/* line 293, scss/_global.scss */
.links__container--title {
  text-transform: uppercase;
  color: #97a793;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
  font-size: 18px;
  margin-bottom: 0;
}

/* line 302, scss/_global.scss */
.richtext {
  font-size: 28px;
}
/* line 305, scss/_global.scss */
.richtext a {
  text-decoration: underline;
  color: #333;
  font-family: "Alegreya", Georgia, sans-serif;
  font-weight: 700;
}

@media (min-width: 1025px) {
  /* line 313, scss/_global.scss */
  .richtext--indent {
    padding: 0 70px 0 70px;
  }
}

/* line 319, scss/_global.scss */
.section__next {
  padding: 1.5em 0;
  text-align: center;
}
/* line 323, scss/_global.scss */
.section__next .section__next__title {
  text-transform: uppercase;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
  color: #97a793;
  font-size: 18px;
}
/* line 331, scss/_global.scss */
.section__next a {
  text-decoration: none;
}
/* line 335, scss/_global.scss */
.section__next p {
  margin: 0;
}

/* line 340, scss/_global.scss */
.map {
  text-align: center;
}
/* line 343, scss/_global.scss */
.map span {
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
  display: block;
  color: #97a793;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 353, scss/_global.scss */
.map p {
  font-family: "Alegreya", Georgia, sans-serif;
  font-size: 20px;
  margin: 1.0em;
}
/* line 359, scss/_global.scss */
.map .google-map {
  width: 100%;
  height: 400px;
  border: none;
}

/* line 366, scss/_global.scss */
footer {
  background-color: #fff;
  padding: 20px 0 20px 0;
}
/* line 370, scss/_global.scss */
footer a {
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #999;
}
/* line 379, scss/_global.scss */
footer .list {
  margin: 0;
}
/* line 382, scss/_global.scss */
footer .list li {
  margin: 0 10px;
}
/* line 387, scss/_global.scss */
footer .container {
  display: table;
  margin: 0 auto;
}
/* line 392, scss/_global.scss */
footer .copyright {
  margin: 0.5em;
  text-align: center;
  font-size: 12px;
}

/* line 400, scss/_global.scss */
.paper {
  position: relative;
  line-height: 60px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#e0e0e0), color-stop(3%, #f8f8f8)) 0 4px;
  background: -webkit-linear-gradient(top, #e0e0e0 0%, #f8f8f8 3%) 0 4px;
  background: -moz-linear-gradient(top, #e0e0e0 0%, #f8f8f8 3%) 0 4px;
  background: -ms-linear-gradient(top, #e0e0e0 0%, #f8f8f8 3%) 0 4px;
  background: -o-linear-gradient(top, #e0e0e0 0%, #f8f8f8 3%) 0 4px;
  background: linear-gradient(to bottom, #e0e0e0 0%, #f8f8f8 3%) 0 4px;
  -moz-background-size: 100% 60px;
  -o-background-size: 100% 60px;
  -webkit-background-size: 100% 60px;
  background-size: 100% 60px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 60px 0 60px 0;
}
/* line 414, scss/_global.scss */
.paper p {
  margin: 0;
}
