@charset "UTF-8";
@import url(font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300);
/*
	Identity by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Reset */
/* line 537, ../sass/libs/_skel.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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 537, ../sass/libs/_skel.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 537, ../sass/libs/_skel.scss */
body {
  line-height: 1;
}

/* line 537, ../sass/libs/_skel.scss */
ol, ul {
  list-style: none;
}

/* line 537, ../sass/libs/_skel.scss */
blockquote, q {
  quotes: none;
}

/* line 537, ../sass/libs/_skel.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 537, ../sass/libs/_skel.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 537, ../sass/libs/_skel.scss */
body {
  -webkit-text-size-adjust: none;
}

/* Box Model */
/* line 167, ../sass/libs/_skel.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Basic */
@media screen and (max-width: 480px) {
  /* line 15, ../sass/base/_page.scss */
  html, body {
    min-width: 320px;
  }
}
/* line 25, ../sass/base/_page.scss */
body.is-loading *, body.is-loading *:before, body.is-loading *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* line 33, ../sass/base/_page.scss */
html {
  height: 100%;
}

/* line 37, ../sass/base/_page.scss */
body {
  height: 100%;
  background-color: #ffffff;
  background-image: url("images/overlay.png"), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");
  background-image: url("images/overlay.png"), -webkit-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");
  background-image: url("images/overlay.png"), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");
  background-image: url("images/overlay.png"), linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");
  background-repeat: repeat,			no-repeat,			no-repeat;
  background-size: 100px 100px,	cover,				cover;
  background-position: top left,		center center,		bottom center;
  background-attachment: fixed,			fixed,				fixed;
}
/* line 50, ../sass/base/_page.scss */
body:after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  opacity: 0;
  z-index: 1;
  background-color: #ffffff;
  background-image: url("images/overlay.png"), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
  background-image: url("images/overlay.png"), -webkit-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
  background-image: url("images/overlay.png"), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
  background-image: url("images/overlay.png"), linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
  background-repeat: repeat,			no-repeat;
  background-size: 100px 100px,	cover;
  background-position: top left,		center center;
  -moz-transition: opacity 1.75s ease-out;
  -webkit-transition: opacity 1.75s ease-out;
  -ms-transition: opacity 1.75s ease-out;
  transition: opacity 1.75s ease-out;
}
/* line 74, ../sass/base/_page.scss */
body.is-loading:after {
  opacity: 1;
}

/* Type */
/* line 13, ../sass/base/_typography.scss */
body, input, select, textarea {
  color: #414f57;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media screen and (max-width: 1680px) {
  /* line 13, ../sass/base/_typography.scss */
  body, input, select, textarea {
    font-size: 11pt;
  }
}
@media screen and (max-width: 480px) {
  /* line 13, ../sass/base/_typography.scss */
  body, input, select, textarea {
    font-size: 10pt;
    line-height: 1.75;
  }
}

/* line 32, ../sass/base/_typography.scss */
a {
  -moz-transition: color 0.2s ease, border-color 0.2s ease;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  -ms-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
  color: inherit;
  text-decoration: none;
}
/* line 40, ../sass/base/_typography.scss */
a:before {
  -moz-transition: color 0.2s ease, text-shadow 0.2s ease;
  -webkit-transition: color 0.2s ease, text-shadow 0.2s ease;
  -ms-transition: color 0.2s ease, text-shadow 0.2s ease;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}
/* line 47, ../sass/base/_typography.scss */
a:hover {
  color: #ff7496;
}

/* line 52, ../sass/base/_typography.scss */
strong, b {
  color: #313f47;
}

/* line 56, ../sass/base/_typography.scss */
em, i {
  font-style: italic;
}

/* line 60, ../sass/base/_typography.scss */
p {
  margin: 0 0 1.5em 0;
}

/* line 64, ../sass/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #313f47;
  line-height: 1.5;
  margin: 0 0 0.75em 0;
}
/* line 69, ../sass/base/_typography.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

/* line 75, ../sass/base/_typography.scss */
h1 {
  font-size: 1.85em;
  /*letter-spacing: 0.22em;*/
  margin: 0 0 0.525em 0;
  text-transform: uppercase;
}

/* line 81, ../sass/base/_typography.scss */
h2 {
  font-size: 1.25em;
}

/* line 85, ../sass/base/_typography.scss */
h3 {
  font-size: 1em;
}

/* line 89, ../sass/base/_typography.scss */
h4 {
  font-size: 1em;
}

/* line 93, ../sass/base/_typography.scss */
h5 {
  font-size: 1em;
}

/* line 97, ../sass/base/_typography.scss */
h6 {
  font-size: 1em;
}

@media screen and (max-width: 480px) {
  /* line 102, ../sass/base/_typography.scss */
  h1 {
    font-size: 1.65em;
  }
}
/* line 107, ../sass/base/_typography.scss */
sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

/* line 113, ../sass/base/_typography.scss */
sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

/* line 119, ../sass/base/_typography.scss */
hr {
  border: 0;
  border-bottom: solid 1px #414f57;
  margin: 3em 0;
}

/* Form */
/* line 13, ../sass/components/_form.scss */
form {
  margin: 0 0 1.5em 0;
}
/* line 16, ../sass/components/_form.scss */
form > .field {
  margin: 0 0 1.5em 0;
}
/* line 19, ../sass/components/_form.scss */
form > .field > :last-child {
  margin-bottom: 0;
}

/* line 25, ../sass/components/_form.scss */
label {
  color: #313f47;
  display: block;
  font-size: 0.9em;
  margin: 0 0 0.75em 0;
}

/* line 32, ../sass/components/_form.scss */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: solid 1px #414f57;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
}
/* line 48, ../sass/components/_form.scss */
input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}
/* line 52, ../sass/components/_form.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  border-color: #ff7496;
}

/* line 57, ../sass/components/_form.scss */
.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative;
}
/* line 7, ../sass/libs/_mixins.scss */
.select-wrapper:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
/* line 62, ../sass/components/_form.scss */
.select-wrapper:before {
  color: #414f57;
  display: block;
  height: 2.75em;
  line-height: 2.75em;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 2.75em;
}
/* line 75, ../sass/components/_form.scss */
.select-wrapper select::-ms-expand {
  display: none;
}

/* line 80, ../sass/components/_form.scss */
input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: 2.75em;
}

/* line 87, ../sass/components/_form.scss */
textarea {
  padding: 0.75em 1em;
}

/* line 91, ../sass/components/_form.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}
/* line 101, ../sass/components/_form.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  text-decoration: none;
  color: #414f57;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  padding-left: 2.4em;
  padding-right: 0.75em;
  position: relative;
}
/* line 7, ../sass/libs/_mixins.scss */
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
/* line 112, ../sass/components/_form.scss */
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  border-radius: 4px;
  border: solid 1px #414f57;
  content: '';
  display: inline-block;
  height: 1.65em;
  left: 0;
  line-height: 1.58125em;
  position: absolute;
  text-align: center;
  top: 0.15em;
  width: 1.65em;
}
/* line 129, ../sass/components/_form.scss */
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  color: #ff7496;
  content: '\f00c';
}
/* line 136, ../sass/components/_form.scss */
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  border-color: #ff7496;
}

/* line 144, ../sass/components/_form.scss */
input[type="checkbox"] + label:before {
  border-radius: 4px;
}

/* line 152, ../sass/components/_form.scss */
input[type="radio"] + label:before {
  border-radius: 100%;
}

/* line 158, ../sass/components/_form.scss */
::-webkit-input-placeholder {
  color: #616f77 !important;
  opacity: 1.0;
}

/* line 163, ../sass/components/_form.scss */
:-moz-placeholder {
  color: #616f77 !important;
  opacity: 1.0;
}

/* line 168, ../sass/components/_form.scss */
::-moz-placeholder {
  color: #616f77 !important;
  opacity: 1.0;
}

/* line 173, ../sass/components/_form.scss */
:-ms-input-placeholder {
  color: #616f77 !important;
  opacity: 1.0;
}

/* line 178, ../sass/components/_form.scss */
.formerize-placeholder {
  color: #616f77 !important;
  opacity: 1.0;
}

/* Icon */
/* line 13, ../sass/components/_icon.scss */
.icon {
  text-decoration: none;
  position: relative;
  border-bottom: none;
}
/* line 7, ../sass/libs/_mixins.scss */
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
/* line 18, ../sass/components/_icon.scss */
.icon > .label {
  display: none;
}

/* List */
/* line 13, ../sass/components/_list.scss */
ol {
  list-style: decimal;
  margin: 0 0 1.5em 0;
  padding-left: 1.25em;
}
/* line 18, ../sass/components/_list.scss */
ol li {
  padding-left: 0.25em;
}

/* line 23, ../sass/components/_list.scss */
ul {
  list-style: disc;
  margin: 0 0 1.5em 0;
  padding-left: 1em;
}
/* line 28, ../sass/components/_list.scss */
ul li {
  padding-left: 0.5em;
}
/* line 32, ../sass/components/_list.scss */
ul.alt {
  list-style: none;
  padding-left: 0;
}
/* line 36, ../sass/components/_list.scss */
ul.alt li {
  border-top: solid 1px #414f57;
  padding: 0.5em 0;
}
/* line 40, ../sass/components/_list.scss */
ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}
/* line 47, ../sass/components/_list.scss */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
  margin-top: -0.675em;
}
/* line 53, ../sass/components/_list.scss */
ul.icons li {
  display: inline-block;
  padding: 0.675em 0.5em;
}
/* line 57, ../sass/components/_list.scss */
ul.icons li a {
  text-decoration: none;
  position: relative;
  display: block;
  width: 3.75em;
  height: 3.75em;
  border-radius: 100%;
  border: solid 1px #414f57;
  line-height: 3.75em;
  overflow: hidden;
  text-align: center;
  text-indent: 3.75em;
  white-space: nowrap;
}
/* line 7, ../sass/libs/_mixins.scss */
ul.icons li a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
/* line 32, ../sass/main.scss */
ul.icons li a:before {
  color: #ffffff;
  text-shadow: 1.25px 0px 0px #414f57, -1.25px 0px 0px #414f57, 0px 1.25px 0px #414f57, 0px -1.25px 0px #414f57;
}
/* line 43, ../sass/main.scss */
ul.icons li a:hover:before {
  text-shadow: 1.25px 0px 0px #ff7496, -1.25px 0px 0px #ff7496, 0px 1.25px 0px #ff7496, 0px -1.25px 0px #ff7496;
}
/* line 71, ../sass/components/_list.scss */
ul.icons li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  font-size: 1.85rem;
  line-height: inherit;
  text-align: center;
  text-indent: 0;
}
/* line 83, ../sass/components/_list.scss */
ul.icons li a:hover {
  border-color: #ff7496;
}
@media screen and (max-width: 480px) {
  /* line 92, ../sass/components/_list.scss */
  ul.icons li a:before {
    font-size: 1.5rem;
  }
}
/* line 100, ../sass/components/_list.scss */
ul.actions {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
/* line 105, ../sass/components/_list.scss */
ul.actions li {
  display: inline-block;
  padding: 0 0.75em 0 0;
  vertical-align: middle;
}
/* line 110, ../sass/components/_list.scss */
ul.actions li:last-child {
  padding-right: 0;
}

/* line 117, ../sass/components/_list.scss */
dl {
  margin: 0 0 1.5em 0;
}
/* line 120, ../sass/components/_list.scss */
dl dt {
  display: block;
  margin: 0 0 0.75em 0;
}
/* line 126, ../sass/components/_list.scss */
dl dd {
  margin-left: 1.5em;
}

/* Button */
/* line 13, ../sass/components/_button.scss */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  display: inline-block;
  height: 2.75em;
  line-height: 2.75em;
  padding: 0 1.5em;
  background-color: transparent;
  border-radius: 4px;
  border: solid 1px #414f57;
  color: #414f57 !important;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
/* line 37, ../sass/components/_button.scss */
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
  border-color: #ff7496;
  color: #ff7496 !important;
}
/* line 42, ../sass/components/_button.scss */
input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
  padding-left: 1.35em;
}
/* line 45, ../sass/components/_button.scss */
input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
  margin-right: 0.5em;
}
/* line 50, ../sass/components/_button.scss */
input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
  display: block;
  width: 100%;
  margin: 0 0 0.75em 0;
}
/* line 56, ../sass/components/_button.scss */
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
  font-size: 0.8em;
}
/* line 60, ../sass/components/_button.scss */
input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
button.big,
.button.big {
  font-size: 1.35em;
}
/* line 64, ../sass/components/_button.scss */
input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  opacity: 0.5;
}

/* Main */
/* line 13, ../sass/layout/_main.scss */
#main {
  position: relative;
  max-width: 100%;
  min-width: 27em;
  padding: 4.5em 3em 3em 3em ;
  background: #ffffff;
  border-radius: 4px;
  cursor: default;
  opacity: 0.95;
  text-align: center;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -moz-transition: opacity 1s ease, -moz-transform 1s ease;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  -ms-transition: opacity 1s ease, -ms-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
}
/* line 32, ../sass/layout/_main.scss */
#main .avatar {
  position: relative;
  display: block;
  margin-bottom: 1.5em;
}
/* line 37, ../sass/layout/_main.scss */
#main .avatar img {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  box-shadow: 0 0 0 1.5em #ffffff;
}
/* line 44, ../sass/layout/_main.scss */
#main .avatar:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -3em;
  width: calc(100% + 6em);
  height: 1px;
  z-index: -1;
  background: #414f57;
}
@media screen and (max-width: 480px) {
  /* line 13, ../sass/layout/_main.scss */
  #main {
    min-width: 0;
    width: 100%;
    padding: 4em 2em 2.5em 2em ;
  }
  /* line 63, ../sass/layout/_main.scss */
  #main .avatar:before {
    left: -2em;
    width: calc(100% + 4em);
  }
}
/* line 70, ../sass/layout/_main.scss */
body.is-loading #main {
  opacity: 0;
  -moz-transform: rotateX(15deg);
  -webkit-transform: rotateX(15deg);
  -ms-transform: rotateX(15deg);
  transform: rotateX(15deg);
}

/* Footer */
/* line 13, ../sass/layout/_footer.scss */
#footer {
  -moz-align-self: -moz-flex-end;
  -webkit-align-self: -webkit-flex-end;
  -ms-align-self: -ms-flex-end;
  align-self: flex-end;
  width: 100%;
  padding: 1.5em 0 0 0;
  color: rgba(255, 255, 255, 0.75);
  cursor: default;
  text-align: center;
}
/* line 21, ../sass/layout/_footer.scss */
#footer .copyright {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  list-style: none;
}
/* line 27, ../sass/layout/_footer.scss */
#footer .copyright li {
  display: inline-block;
  margin: 0 0 0 0.45em;
  padding: 0 0 0 0.85em;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  line-height: 1;
}
/* line 34, ../sass/layout/_footer.scss */
#footer .copyright li:first-child {
  border-left: 0;
}

/* Wrapper */
/* line 13, ../sass/layout/_wrapper.scss */
#wrapper {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  position: relative;
  min-height: 100%;
  padding: 1.5em;
  z-index: 2;
}
/* line 24, ../sass/layout/_wrapper.scss */
#wrapper > * {
  z-index: 1;
}
/* line 28, ../sass/layout/_wrapper.scss */
#wrapper:before {
  content: '';
  display: block;
}
@media screen and (max-width: 360px) {
  /* line 13, ../sass/layout/_wrapper.scss */
  #wrapper {
    padding: 0.75em;
  }
}
/* line 37, ../sass/layout/_wrapper.scss */
body.is-ie #wrapper {
  height: 100%;
}
