@charset "UTF-8";
/* Mixins
================================================== */
/* Breakpoints
================================================== */
/* Reset
================================================== */
a, a:visited {
  text-decoration: none;
  outline: 0 !important;
  cursor: pointer;
  transition: 0.5s;
}

/* Styles
================================================== */
/* Regular button
-------------------------------------------- */
.btn,
a.btn {
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  background: transparent;
  border: none;
  outline: none !important;
  display: inline-block;
  font-size: 1.4em;
  line-height: normal;
  transition: 0.5s;
  font-family: "AdobeCaslonProItalic";
}
.btn::-moz-focus-inner,
a.btn::-moz-focus-inner {
  border: 0;
}
.btn:before,
a.btn:before {
  content: "{";
}
.btn:after,
a.btn:after {
  content: "}";
}

.btn--linkedin {
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  background: transparent;
  border: none;
  outline: none !important;
  display: inline-block;
  font-size: 1em;
  line-height: normal;
  font-family: "AdobeCaslonProItalic";
}
.btn--linkedin::-moz-focus-inner {
  border: 0;
}
.btn--linkedin:before {
  content: "";
  display: inline-block;
  width: 2.25em;
  height: 2.25em;
  background: url(../../images/li.svg) no-repeat center;
  -ms-background-size: cover;
  background-size: cover;
  vertical-align: middle;
  margin-right: 1em;
  opacity: 0.3;
  transition: 0.5s;
}
.btn--linkedin span {
  vertical-align: middle;
  margin-right: 1em;
  display: inline-block;
  border-bottom: solid 1px;
  line-height: 0.8;
  font-size: 0.95em;
}
.btn--linkedin:focus:before, .btn--linkedin:hover:before {
  opacity: 1;
}

/* Button with Arrow
-------------------------------------------- */
.btn-with-arrow,
a.btn-with-arrow {
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  background: transparent;
  border: none;
  outline: none !important;
  border: solid 1px;
  display: inline-block;
  text-align: center;
  font-size: 1em;
  padding: 0.5em 1em;
  line-height: normal;
  position: relative;
  padding-right: 2em;
  border-radius: 0.25em;
}
.btn-with-arrow::-moz-focus-inner,
a.btn-with-arrow::-moz-focus-inner {
  border: 0;
}
.btn-with-arrow:after,
a.btn-with-arrow:after {
  content: "🡢";
  position: absolute;
  right: 0.5em;
}

/* Next & Previos
-------------------------------------------- */
.btn-next,
.btn-prev {
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  background: transparent;
  border: none;
  outline: none !important;
  border: solid 1px;
  display: inline-block;
  text-align: center;
  font-size: 1em;
  padding: 0.5em 1em;
  line-height: normal;
  position: relative;
  border-radius: 0.25em;
}
.btn-next::-moz-focus-inner,
.btn-prev::-moz-focus-inner {
  border: 0;
}

.btn-next:after {
  content: "🡢";
}
.btn-next span {
  margin-right: 0.5em;
}

.btn-prev span {
  margin-left: 0.5em;
}
.btn-prev:before {
  content: "🡠";
}

/* Close
-------------------------------------------- */
.btn-close {
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  background: transparent;
  border: none;
  outline: none !important;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  position: relative;
  overflow: hidden;
}
.btn-close::-moz-focus-inner {
  border: 0;
}
.btn-close span {
  display: inline-block;
  text-indent: -99999px;
}
.btn-close:after, .btn-close:before {
  content: "";
  top: 0;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
}
.btn-close:before {
  transform: rotate(45deg);
}
.btn-close:after {
  transform: rotate(-45deg);
}

/* Group
-------------------------------------------- */
.buttons > * {
  display: inline-block;
}

/* Hamburger
-------------------------------------------- */
.hamburger-btn {
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  background: transparent;
  border: none;
  outline: none !important;
  border: none;
  padding: 0;
  width: 32px;
  background: none;
}
.hamburger-btn::-moz-focus-inner {
  border: 0;
}
.hamburger-btn em {
  display: block;
  height: 4px;
  margin: 5px 0;
  background: #000;
  transition: 0.5s;
  position: relative;
}
.hamburger-btn.open em:first-child {
  transform: rotate(-45deg);
  top: 9px;
}
.hamburger-btn.open em:nth-child(2) {
  opacity: 0;
}
.hamburger-btn.open em:last-child {
  transform: rotate(45deg);
  top: -9px;
}