/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

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.
 */

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.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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.
 */

/**
 * 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.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

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.
 */

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.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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.
 */

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.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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`.
 */

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).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * 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).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

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.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Vendor Dependencies */
/* Dependencies */
/* # Font Setup */
/* # Base Colors */
/* # Link Colors */
/* # Border Colors */
/* # Border Radius */
/* # corrects possible view port issues in browsers that do not recognize the viewport meta tag
    http://timkadlec.com/2013/01/windows-phone-8-and-device-width/
*/
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

* {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background: url(/assets/images/texture-background.png) #5b7f96;
  color: #040f17; }
  @media (min-width: 40em) {
    html,
    body {
      height: 100%;
      overflow: hidden; } }

@media (min-width: 40em) {
  body {
    transform: translate3d(0, 0, 0); } }

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
  font-family: "Mali", Georgia, sans-serif;
  color: #040f17;
  text-align: center; }
  h1 .text,
  h2 .text,
  h3 .text,
  h4 .text,
  h5 .text,
  h6 .text,
  h7 .text,
  h8 .text {
    position: relative;
    display: inline-block; }

h1 {
  font-size: 2.5rem; }
  @media (min-width: 40em) {
    h1 {
      font-size: 3.5rem; } }

h2 {
  font-size: 1.5rem; }
  @media (min-width: 40em) {
    h2 {
      font-size: 2.5rem; } }

p {
  margin: 1rem 0; }

img {
  max-width: 100% !important;
  height: auto !important; }

.hide {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

.visually-hidden {
  /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.clearfix:before,
.clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

/* # site styles */
.site-wrapper {
  position: relative;
  max-width: 100%; }
  @media (min-width: 40em) {
    .site-wrapper {
      perspective: 1px;
      transform-style: preserve-3d;
      height: 100vh;
      overflow-x: hidden;
      overflow-y: scroll; } }

.site-constrain {
  position: relative;
  max-width: 39.25rem;
  margin: 0 auto; }

.site-constrain-large {
  position: relative;
  margin: 0 5%; }

.site-constrain-small {
  position: relative;
  width: 575px;
  max-width: 95%;
  margin: 0 auto; }

.site-content {
  position: relative;
  z-index: 1; }

/* # Link Styles */
a {
  color: #040f17;
  text-decoration: none;
  transition: color 0.3s ease 0s; }
  a:hover {
    color: black; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.collapsed .caret {
  border-top: 4px solid;
  border-bottom: none;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.flip .caret {
  border-top: 4px solid;
  border-bottom: none;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.collapsed.flip .caret {
  border-top: none;
  border-bottom: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

/* # Compose Styles */
.compose-extra {
  margin-top: 30px;
  font-size: 0.875em; }
  .compose-extra .btn-text {
    margin-right: 45px; }
  .compose-extra [class^='icon-'] {
    position: relative;
    font-size: 16px;
    bottom: -1px;
    margin-right: 5px; }
  .compose-extra .btn-text:last-child {
    margin-right: 0; }

/* # Modal Styles */
.modal {
  display: none;
  position: fixed;
  top: 190px;
  left: 50%;
  max-width: 100%;
  width: 575px;
  margin-left: -287.5px;
  background: #dee1e5;
  border-radius: 3px;
  z-index: 100;
  /* 16px baseline (660px) */ }
  .modal .btn-close {
    position: absolute;
    top: -23px;
    right: -28px;
    font-size: 20px;
    line-height: 1; }
  @media only screen and (max-width: 41.25em) {
    .modal {
      width: auto;
      left: 6.667%;
      right: 6.667%;
      margin-left: auto; }
      .modal .btn-close {
        top: 5px;
        right: 5px; } }

.modal-content {
  padding: 25px; }
  .modal-content h1 {
    margin-top: 0;
    font-size: 1em;
    font-weight: 400; }
  .modal-content .compose textarea {
    width: 100%;
    min-height: 88px;
    margin-bottom: 1em;
    background: #fff;
    border: none; }
  .modal-content .compose .btn-post {
    float: right; }
  .modal-content .compose .compose-extra {
    margin-top: 5px; }

.modal-enabled .modal {
  display: block; }

.modal-enabled .modal-veil {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.8; }

main {
  position: relative; }
  main p {
    font-size: 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 40em) {
      main p {
        font-size: 1.5rem; } }
  main > section {
    padding: 0 1rem; }
    @media (min-width: 40em) {
      main > section {
        padding: 0 3rem; } }
    main > section header {
      text-align: center; }
    main > section + section {
      margin-top: 7rem; }

.content-container {
  max-width: 42rem;
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); }

.swirl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.375rem;
  overflow: hidden;
  color: #486476; }
  .swirl .svg-icon-swirl {
    font-size: 16rem; }

.section-welcome {
  text-align: center; }
  .section-welcome h1 {
    margin-bottom: 1rem; }
    .section-welcome h1 span {
      display: block;
      font-size: 1.75rem;
      line-height: 1.2; }
    .section-welcome h1 strong {
      display: block; }
  .section-welcome h2 {
    margin-bottom: 0; }
    .section-welcome h2 span {
      font-size: 1.5rem;
      line-height: 1.2;
      display: block; }
  .section-welcome h3 {
    display: inline-block;
    margin-top: 0.25rem;
    padding-top: 0.5rem;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    border-top: 2px dashed #a2001a; }

.section-when .content {
  margin: 1rem auto 3rem;
  justify-content: center;
  align-items: center; }
  @media (min-width: 40em) {
    .section-when .content {
      display: flex; } }

.section-when .datetime {
  text-align: center; }
  @media (min-width: 40em) {
    .section-when .datetime {
      padding-right: 3rem;
      border-bottom: 0; } }

.section-when .date {
  display: block;
  font-family: "Mali", Georgia, sans-serif;
  font-size: 2.5rem;
  line-height: 1.1; }
  .section-when .date span {
    display: block;
    font-weight: 700;
    font-size: 4rem; }
    .section-when .date span sup {
      font-size: 1.5rem; }

.section-when .address {
  font-size: 1.75rem;
  text-align: center; }
  .section-when .address h3 {
    font-size: 2.25rem;
    margin: 0; }
  @media (min-width: 40em) {
    .section-when .address {
      padding-left: 3rem;
      text-align: left;
      border-left: 2px dashed #a2001a; }
      .section-when .address h3 {
        text-align: left; } }

.section-when .embed-wrapper {
  margin: 1rem -1rem 0; }
  .section-when .embed-wrapper iframe {
    width: 100% !important;
    max-width: 100% !important; }
  @media (min-width: 40em) {
    .section-when .embed-wrapper {
      margin: 1rem -3rem 0; } }

.section-registry .content {
  text-align: center; }
  .section-registry .content a {
    display: block; }
  @media (min-width: 40em) {
    .section-registry .content {
      display: flex;
      align-items: center; }
      .section-registry .content a {
        display: inline-block; }
      .section-registry .content a + a {
        margin-left: 2rem; } }

.svg-icon-amazon {
  width: 13rem;
  vertical-align: bottom; }

.ribbon-header {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: relative;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  transform: rotate(-2.5deg) skewX(-3deg); }
  .ribbon-header .inner {
    position: relative;
    background: #f0e6be;
    display: block;
    color: #040f17;
    padding: 0.25em 0.7em;
    z-index: 1;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); }
  @media (min-width: 40em) {
    .ribbon-header:before, .ribbon-header:after {
      content: '';
      width: 0;
      height: 4rem;
      display: block;
      background: #4993da;
      position: absolute;
      border-style: solid;
      border-width: 0.25em;
      z-index: -1;
      border-radius: 2px;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); }
    .ribbon-header:before {
      left: -0.25em;
      top: 0.25em;
      border-color: #dbc5a4 #cdae7f #dbc5a4 #dbc5a4; }
    .ribbon-header:after {
      right: -0.25em;
      top: -0.25em;
      border-color: #dbc5a4 #dbc5a4 #dbc5a4 #cdae7f; } }

.btn {
  padding: 9px 20px 8px;
  color: #fff;
  font-weight: 600;
  font-size: 0.875em;
  background: #5b7f96;
  border: none;
  border-radius: 3px;
  transition: color 0.3s ease 0s, background 0.3s ease 0s; }
  .btn:hover {
    background: #5f849c; }

.btn-alt {
  padding: 9px 20px 8px;
  color: #040f17;
  font-weight: 400;
  font-size: 0.875em;
  background: #fff;
  border: 1px solid #f0e6be;
  border-radius: 3px;
  transition: color 0.3s ease 0s, background 0.3s ease 0s; }
  .btn-alt:hover {
    color: black; }

.btn-small {
  padding: 6px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 0.875em;
  background: #5b7f96;
  border: none;
  border-radius: 3px; }

.btn-smallest {
  padding: 2px 20px;
  font-size: 0.75em; }

.btn-text,
.btn-text[title] {
  padding: 0;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer; }

.form-text,
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="password"],
input[type="file"],
textarea,
select {
  height: 40px;
  margin: 0 0 20px;
  padding: 0 13px;
  color: #3f454d;
  border: 1px solid #f0e6be;
  border-radius: 3px; }

.form-list {
  display: table;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .form-list li {
    display: table-row; }
  .form-list .form-control,
  .form-list .form-label {
    display: table-cell;
    padding: 10px 0;
    vertical-align: middle; }
  .form-list .form-label {
    padding-left: 24px; }

.form-list.radio-group {
  margin-bottom: 5px; }
  .form-list.radio-group .form-control,
  .form-list.radio-group .form-label {
    padding-top: 5px;
    padding-bottom: 5px; }

/* # form notifications */
.form-disabled {
  color: #bec3cc; }
  .form-disabled .form-text,
  .form-disabled input[type="text"],
  .form-disabled input[type="search"],
  .form-disabled input[type="email"],
  .form-disabled input[type="url"],
  .form-disabled input[type="tel"],
  .form-disabled input[type="number"],
  .form-disabled input[type="range"],
  .form-disabled input[type="date"],
  .form-disabled input[type="month"],
  .form-disabled input[type="week"],
  .form-disabled input[type="time"],
  .form-disabled input[type="datetime"],
  .form-disabled input[type="datetime-local"],
  .form-disabled input[type="color"],
  .form-disabled input[type="password"],
  .form-disabled input[type="file"],
  .form-disabled textarea,
  .form-disabled select {
    color: #bec3cc;
    background: #fff;
    border-color: #bec3cc; }

.form-success {
  color: #00b286; }
  .form-success .form-text,
  .form-success input[type="text"],
  .form-success input[type="search"],
  .form-success input[type="email"],
  .form-success input[type="url"],
  .form-success input[type="tel"],
  .form-success input[type="number"],
  .form-success input[type="range"],
  .form-success input[type="date"],
  .form-success input[type="month"],
  .form-success input[type="week"],
  .form-success input[type="time"],
  .form-success input[type="datetime"],
  .form-success input[type="datetime-local"],
  .form-success input[type="color"],
  .form-success input[type="password"],
  .form-success input[type="file"],
  .form-success textarea,
  .form-success select {
    color: #00b286;
    border-color: #00b286; }

/* proto.io flip checkbox */
.onoffswitch {
  position: relative;
  width: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 15px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 10px;
  color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "";
  padding-left: 5px;
  background-color: #00B286;
  color: #FFFFFF; }

.onoffswitch-inner:after {
  content: "";
  padding-right: 5px;
  background-color: #DEE1E5;
  color: #999999;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 20px;
  margin: 4px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

.onoffswitch .switch-label {
  position: absolute;
  left: 50px;
  top: 0;
  width: 100%; }

/* # radio styles */
input[type="radio"] {
  vertical-align: middle; }

input[type="radio"] + label:before {
  position: relative;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  margin-top: -2px;
  left: -21px;
  margin-right: 5px;
  background: url(/assets/images/radio-sprite.png) 0 0 no-repeat; }

input[type="radio"]:checked + label:before {
  background-position: 0 -23px; }

input[type="radio"]:disabled + label:before {
  background-position: -108px 0;
  cursor: default; }

input[type="radio"]:checked:disabled + label:before {
  background-position: -108px 0;
  cursor: default; }

/* Modules & Pages */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  padding: 15px 0;
  background-color: #262728;
  color: #bec3cc;
  z-index: 10; }
  .site-header .menu-trigger {
    display: none; }

.logo-main {
  display: inline-block; }
  .logo-main a {
    display: block; }

.header-tools {
  position: absolute;
  right: 0;
  top: 0; }
  .header-tools .btn-new {
    float: left;
    color: #5b7f96;
    font-size: 32px;
    line-height: 1;
    vertical-align: middle; }
  .header-tools .form-group {
    position: relative;
    float: left;
    display: inline-block;
    margin: 0 24px; }
    .header-tools .form-group input[type="text"] {
      width: 200px;
      height: 30px;
      padding: 0 30px 0 10px;
      background: none;
      border: 1px solid #44474b;
      border-radius: 3px; }
    .header-tools .form-group .btn-text {
      position: absolute;
      right: 10px;
      top: 7px;
      color: #5f6166;
      line-height: 1; }
  .header-tools .profile {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .header-tools .profile .avatar {
      display: inline-block;
      height: 30px;
      vertical-align: middle; }
    .header-tools .profile .caret {
      color: #4b4f54; }

/* # Profile Menu */
.profile-menu {
  position: absolute;
  right: -17px;
  margin-top: 10px;
  font-size: 0.75em;
  background: #f4f5f7;
  border-radius: 3px; }
  .profile-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .profile-menu li {
    border-top: 1px solid #dee1e5; }
    .profile-menu li:first-child {
      border: none; }
  .profile-menu a {
    display: block;
    padding: 7px 1em;
    color: #040f17; }
  .profile-menu .flag {
    position: absolute;
    display: inline-block;
    top: -4px;
    right: 16px;
    width: 0;
    height: 0;
    margin-left: 2px;
    color: #f4f5f7;
    vertical-align: middle;
    border-bottom: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }

/* 16px baseline (575px) */
@media only screen and (max-width: 35.938em) {
  .site-header .header-tools {
    display: none;
    top: 45px;
    left: 0;
    height: 60px;
    margin: 0 -8%;
    padding: 10px 6.667%;
    background-color: #323435; }
    .site-header .header-tools .profile {
      float: right; }
    .site-header .header-tools input[type="text"] {
      width: 150px; }
  .site-header .header-tools.active {
    display: block; }
  .site-header .menu-trigger {
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    width: 30px;
    cursor: pointer; }
    .site-header .menu-trigger .line {
      display: block;
      height: 2px;
      margin-top: 7px;
      font-size: 0.001em;
      background-color: #040f17; }
      .site-header .menu-trigger .line:first-child {
        margin-top: 0; } }

.main-nav {
  position: fixed;
  right: 0;
  top: 5rem;
  z-index: 100;
  text-align: center; }
  .main-nav ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .main-nav a {
    display: block;
    background: #8fa9b5;
    border: 3px solid #040f17;
    padding: 0.25rem; }

.scroll-trigger {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 10rem;
  height: 10rem;
  background: #040f17;
  border-radius: 100%;
  padding: 70px 20px 0;
  text-align: center;
  color: #f0e6be;
  border: 5px solid #50463c;
  z-index: 1;
  transform-origin: 50% 50%;
  transform: translate(-51%, 105%);
  transition: all 0.3s ease-in-out 1.42s; }
  .scroll-trigger.active {
    transform: translate(-51%, 70%); }
  .scroll-trigger:after {
    display: block;
    position: absolute;
    content: '';
    left: 0.25rem;
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    border: 0.125rem dashed #a2001a;
    border-radius: 100%; }
  .scroll-trigger-inner {
    position: absolute;
    display: block;
    top: 1.5rem;
    left: 50%;
    width: 1.5rem;
    height: 3px;
    transform: translateX(-50%); }
    .scroll-trigger-inner:before, .scroll-trigger-inner:after {
      position: absolute;
      content: '';
      display: block;
      height: 100%;
      width: 70%;
      background-color: #fff;
      background-color: currentColor;
      transform: rotate(0);
      transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
    .scroll-trigger-inner:before {
      right: 38%;
      transform: rotate(45deg); }
    .scroll-trigger-inner:after {
      left: 38%;
      transform: rotate(-45deg); }

.site-footer {
  padding: 28px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875em; }
  .site-footer svg {
    color: #a2001a;
    vertical-align: text-top; }

.hero {
  height: 425px;
  padding: 7.813em 0 0;
  background: url(/assets/images/hero.jpg) no-repeat 50% 50%;
  overflow: hidden;
  /* 16px baseline (575px) */ }
  .hero .hero-image {
    display: block;
    margin: 0 auto; }
  @media only screen and (max-width: 35.938em) {
    .hero {
      padding-top: 22%; } }

.hero-compose {
  padding: 45px 28px 20px;
  background: rgba(0, 178, 134, 0.7);
  border-radius: 3px;
  /* 16px baseline (575px) */ }
  .hero-compose input[type="text"] {
    padding: 0 2px;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    font-family: inherit;
    line-height: 1;
    background: none;
    border: none;
    border-left: 1px solid #fff; }
    .hero-compose input[type="text"]:focus {
      border-left: none;
      padding-left: 3px; }
  .hero-compose .compose-extra .btn-text {
    color: #fff;
    opacity: 0.5; }
  @media only screen and (max-width: 35.938em) {
    .hero-compose {
      padding: 45px 5% 20px; }
      .hero-compose input[type="text"] {
        font-size: 28px; } }

.ribbon {
  opacity: 0;
  position: realtive;
  top: 0;
  left: 0;
  margin: 0 auto 4.25rem;
  padding-top: 1px;
  right: 0; }
  .ribbon.active {
    opacity: 1; }
  .ribbon [class*='ribbon-'] {
    max-width: 300px;
    margin: 74px auto 0;
    font-family: "Mali", Georgia, sans-serif;
    transform-origin: 50% 50%;
    transform: rotate(-8.5deg);
    position: relative;
    z-index: 4;
    width: 100%;
    height: 55px; }
    .ribbon [class*='ribbon-'] .inner {
      background: #dbc5a4;
      color: #040f17;
      text-transform: uppercase;
      text-align: center;
      display: block;
      width: 0;
      height: 100%;
      padding: 0.5rem 0;
      font-size: 1.5em;
      position: relative;
      border-radius: 2px;
      z-index: 2;
      transform: skewX(-9deg);
      transition: width 0.12s ease-in-out;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); }
    @media (min-width: 40em) {
      .ribbon [class*='ribbon-'] {
        width: 300px;
        max-width: 100%;
        height: 55px; }
        .ribbon [class*='ribbon-']:before {
          content: '';
          transform-origin: 0 0;
          transform: rotate(-17.25deg) skewX(-9deg) translateX(158px);
          display: block;
          width: 0;
          height: 100%;
          position: absolute;
          top: 0;
          left: 4px;
          background: #50463c;
          border-radius: 5px;
          z-index: -1;
          transition: all 0.12s ease-in-out 0.7s; } }
  .ribbon .ribbon-1 .inner {
    letter-spacing: 0.5rem;
    font-weight: 700; }
  .ribbon.active .inner {
    width: 100%; }
  .ribbon.active .ribbon-1 .inner {
    transition-delay: 0.82s; }
  @media (min-width: 40em) {
    .ribbon.active .ribbon-1:before {
      width: 158px;
      transform: rotate(-17.25deg) skewX(-9deg) translateX(0); } }
  .ribbon .ribbon-2 {
    z-index: 3;
    font-size: 1.875rem;
    width: 100%;
    max-width: 400px;
    height: 6rem;
    margin-top: 22px; }
    .ribbon .ribbon-2 .inner {
      padding: 19px 0;
      background: #f0e6be; }
      .ribbon .ribbon-2 .inner:before, .ribbon .ribbon-2 .inner:after {
        content: '';
        position: absolute;
        top: 14px;
        left: 14px;
        right: 14px;
        bottom: 14px;
        border-top: 0.125rem dashed #a2001a;
        opacity: 0;
        transition: opacity 0.3s ease-in-out 1.86s; }
      .ribbon .ribbon-2 .inner:before {
        transform-origin: 50% 50%;
        transform: rotate(180deg); }
      .ribbon .ribbon-2 .inner .fadeRight {
        position: relative;
        top: -7px; }
    @media (min-width: 40em) {
      .ribbon .ribbon-2 {
        font-size: 45px;
        width: 451px;
        max-width: 100%;
        height: 137px; }
        .ribbon .ribbon-2:before {
          width: 0;
          left: 11px;
          transform: rotate(-10.25deg) skewX(-9deg) translateX(451px);
          height: 47px;
          transition-delay: 0.94s; } }
  .ribbon.active .ribbon-2 .inner {
    transition-delay: 1.06s; }
    .ribbon.active .ribbon-2 .inner:before, .ribbon.active .ribbon-2 .inner:after {
      opacity: 1; }
  @media (min-width: 40em) {
    .ribbon.active .ribbon-2:before {
      width: 376px;
      transform: rotate(-10.25deg) skewX(-9deg) translateX(0); } }
  .ribbon .ribbon-3 {
    z-index: 2;
    height: 55px;
    margin-top: 24px; }
    .ribbon .ribbon-3 .inner {
      letter-spacing: 0.5rem;
      font-weight: 700; }
    @media (min-width: 40em) {
      .ribbon .ribbon-3 {
        width: 326px;
        height: 55px; }
        .ribbon .ribbon-3:before {
          width: 0;
          height: 47px;
          left: 11px;
          transform: rotate(-10.25deg) skewX(-9deg) translateX(387px);
          transition-delay: 1.18s; }
        .ribbon .ribbon-3:after {
          content: '';
          transform-origin: 100% 100%;
          transform: rotate(-15.3deg) skewX(9deg) translateX(72px);
          display: block;
          width: 0;
          height: 45px;
          position: absolute;
          bottom: 0;
          right: 4px;
          background: #50463c;
          border-radius: 5px;
          z-index: -1;
          transition-delay: 1.42s; } }
  .ribbon.active .ribbon-3 .inner {
    transition-delay: 1.3s; }
  .ribbon.active .ribbon-3:before {
    width: 387px;
    transform: rotate(-10.25deg) skewX(-9deg) translateX(0); }
  .ribbon .ball {
    position: relative;
    width: 180px;
    height: 180px;
    background: #040f17;
    border-radius: 100%;
    padding: 70px 20px 0;
    text-align: center;
    color: #f0e6be;
    border: 5px solid #50463c;
    margin: -70px auto 0;
    position: relative;
    left: 0;
    z-index: 1;
    transform-origin: 50% 50%;
    transform: rotate(-8.5deg); }
    @media (min-width: 40em) {
      .ribbon .ball {
        margin: -75px auto 0;
        left: 110px; } }
    .ribbon .ball:after {
      display: block;
      position: absolute;
      content: '';
      left: 0.25rem;
      top: 0.25rem;
      right: 0.25rem;
      bottom: 0.25rem;
      border: 0.125rem dashed #a2001a;
      border-radius: 100%; }
    .ribbon .ball .ball-text {
      font-size: 1.5rem;
      line-height: 1.2;
      text-align: center;
      display: block;
      width: 119px;
      padding-left: 0.5rem; }
      .ribbon .ball .ball-text strong {
        font-size: 2rem;
        font-style: italic;
        display: block;
        margin: 0 auto; }
  .ribbon .fadeLeft {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out 1.56s;
    display: block; }
  .ribbon .fadeRight {
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out 1.56s;
    display: block; }
  .ribbon .fadeIn {
    opacity: 0;
    transition: all 0.3s ease-in-out 1.42s;
    display: block; }
  .ribbon.active .fadeLeft,
  .ribbon.active .fadeRight {
    opacity: 1;
    transform: translateX(0); }
  .ribbon.active .fadeIn {
    opacity: 1; }

/**
 * Clouds
 */
.clouds {
  position: absolute;
  height: 100vh;
  top: -6rem;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0; }
  @media (min-width: 40em) {
    .clouds {
      top: 0;
      height: 100%;
      z-index: -1;
      transform: translateZ(-2px) scale(3); } }
  .clouds span {
    display: block;
    margin: 4rem 0; }
    .clouds span:before {
      display: inline-block;
      content: '';
      background: #fff;
      width: 4rem;
      height: 2.5rem;
      border-radius: 100%; }

.cloud {
  position: absolute;
  top: 10%;
  width: 300px;
  right: 0;
  opacity: 1; }

.cloud.front {
  z-index: 9; }

.cloud.distant {
  z-index: 1; }

.cloud.background {
  z-index: 1; }

/*Cloud Sizing*/
.cloud.smaller {
  width: 100px;
  margin-top: 90px;
  margin-right: 400px; }

.cloud.small {
  width: 150px;
  margin-top: 0;
  margin-right: 200px; }

.cloud.big {
  width: 500px;
  margin-top: 120px;
  margin-right: 150px; }

.cloud.massive {
  width: 600px;
  margin-top: 0;
  margin-right: 0px; }

/*Cloud: Animation*/
.cloud {
  -webkit-animation-name: cloud-movement;
  -webkit-animation-timing-function: linear;
  -webkit-animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  -moz-animation-name: cloud-movement;
  -moz-animation-timing-function: linear;
  -moz-animation-direction: forwards;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 8s;
  animation-name: cloud-movement;
  animation-timing-function: linear;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-duration: 8s; }

.slow {
  -webkit-animation-duration: 9.2s;
  -moz-animation-duration: 9.2s;
  animation-duration: 9.2s; }

.slower {
  -webkit-animation-duration: 11.2s;
  -moz-animation-duration: 11.2s;
  animation-duration: 11.2s; }

.slowest {
  -webkit-animation-duration: 13.5s;
  -moz-animation-duration: 13.5s;
  animation-duration: 13.5s; }

.super-slow {
  -webkit-animation-duration: 20.5s;
  -moz-animation-duration: 20.5s;
  animation-duration: 20.5s; }

@-webkit-keyframes cloud-movement {
  0% {
    opacity: 0.1;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    transform: translateX(300px); }
  10% {
    opacity: 0.7; }
  80% {
    opacity: 0.4; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-1000px);
    -moz-transform: translateX(-1000px);
    transform: translateX(-1000px); } }

/**
 * Paper Plane
 */
.balloon-frame {
  display: none; }

@media (min-width: 51.875em) {
  .balloon-frame {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    top: 0;
    left: 50%;
    transform: translateZ(-1px) scale(2) translateX(-60%); }
  /*Paper Plane: Container*/
  .balloon-container {
    width: 16rem;
    margin: 0px auto;
    z-index: 3; }
  /*Paper Plane: Image*/
  .balloon {
    position: relative;
    font-size: 16rem; }
    .balloon svg {
      position: absolute;
      top: 0;
      left: 0; }
    .balloon .svg-icon-balloon_bottom {
      color: #f0e6be; }
    .balloon .svg-icon-balloon_top {
      color: #a2001a; }
  /*Paper Plane: Animation*/
  .balloon-container {
    -webkit-animation: balloon-scoping 2s alternate infinite;
    -moz-animation: balloon-scoping 2s alternate infinite;
    animation: balloon-scoping 2s alternate infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear; }
  @-webkit-keyframes balloon-scoping {
    0% {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      transform: translateY(0px); }
    100% {
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      transform: translateY(100px); } }
  .balloon {
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation: balloon-soaring 4s forwards infinite;
    -moz-animation: balloon-soaring 4s forwards infinite;
    animation: balloon-soaring 4s forwards infinite; }
  @-webkit-keyframes balloon-soaring {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg); }
    30% {
      -webkit-transform: rotate(-5deg);
      -moz-transform: rotate(-5deg);
      transform: rotate(-5deg); }
    40% {
      -webkit-transform: rotate(-5deg);
      -moz-transform: rotate(-5deg);
      transform: rotate(-5deg); }
    60% {
      -webkit-transform: rotate(3deg);
      -moz-transform: rotate(3deg);
      transform: rotate(3deg); }
    70% {
      -webkit-transform: rotate(3deg);
      -moz-transform: rotate(3deg);
      transform: rotate(3deg); }
    100% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg); } } }

.section-rsvp iframe {
  display: block;
  margin: 0 auto;
  max-width: 100% !important; }


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