@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro|Poppins|Open+Sans+Condensed:700");
iframe {
  box-shadow: 0 3px 6px rgba(20, 0, 50, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  display: block;
}

img {
  display: block;
}

body {
  margin: 0;
  color: #202020;
  font-family: "Source Sans Prot", sans-serif;
  font-weight: normal;
}

.no-overflow {
  overflow: hidden;
  padding-bottom: 1em;
}

ul {
  list-style-type: none;
}

ul li {
  margin: 0 0 0.6em 0;
}

input[type=checkbox] {
  background-color: #F0AD2A;
  border: none;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), inset 0 3px 6px rgba(0, 0, 0, 0.23);
}

input[type=text], textarea {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), inset 0 3px 6px rgba(0, 0, 0, 0.23);
  border-width: 0;
  border-radius: 3em;
  padding: 6px;
  display: block;
  font-size: 18px;
  text-align: center;
  width: 100%;
  min-height: 3em;
  resize: none;
}

input:focus, textarea:focus {
  outline: 0;
}

input[type=text].-b.yolk, textarea.-b.yolk {
  color: white;
}

input[type=submit] {
  display: block;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #F0AD2A;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  border-radius: 3em;
  -webkit-transition: text-shadow 300ms, background-color 300ms, color 300ms;
  transition: text-shadow 300ms, background-color 300ms, color 300ms;
}

input[type=submit]:hover {
  background-color: #F0AD2A;
  color: white;
  text-shadow: 0 3px 6px rgba(20, 0, 50, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

a {
  text-decoration: none;
  color: #202020;
  font-size: 1.25em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
               supported by Chrome and Opera */
}

header a {
  padding-left: 12px;
  padding-right: 12px;
}

.-t.white a {
  text-shadow: 0 3px 6px rgba(20, 0, 50, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

a:visited {
  color: #202020;
}

a:hover {
  color: #F0AD2A;
}

p a {
  font-size: inherit;
  color: #F0AD2A;
}

p a hover {
  color: #f7d289;
}

.-t.white a {
  color: white;
}

.-t.white a:visited {
  color: white;
}

.-t.white a:hover {
  color: #F0AD2A;
}

button {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}

.btn, a.btn {
  background-color: rgba(255, 255, 255, 0);
  display: block;
  padding: 3px 6px 3px 6px;
  border-radius: 500px;
  border: 0;
  color: #F0AD2A;
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  cursor: pointer;
  -webkit-transition: text-shadow 0.2s, color 0.2s, background-color 0.2s;
  transition: text-shadow 0.2s, color 0.2s, background-color 0.2s;
}

.btn:hover, a.btn:hover {
  text-shadow: 0 3px 6px rgba(20, 0, 50, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  color: white;
  background-color: #F0AD2A;
}

.shadow {
  position: relative;
  z-index: 20;
  box-shadow: 0 3px 6px rgba(20, 0, 50, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.carousel {
  margin: 36px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: hidden;
}

.carousel > .slide {
  box-shadow: 0 3px 6px rgba(20, 0, 50, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin: 0;
  display: block;
  width: 30vh;
  height: 30vh;
  border-radius: 6px;
  flex-shrink: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: transform 800ms cubic-bezier(0.4, 0, 0.2, 1), border-radius 150ms cubic-bezier(0.4, 0, 0.2, 1), filter 300ms, opacity 300ms;
  transition: transform 800ms cubic-bezier(0.4, 0, 0.2, 1), border-radius 150ms cubic-bezier(0.4, 0, 0.2, 1), filter 300ms, opacity 300ms;
}

.carousel > .slide.round {
  border-radius: 15vh;
}

.carousel > .slide.round:hover {
  border-radius: 6px;
}

.carousel > .slide.c-hidden {
  filter: alpha(opacity=0);
  opacity: 0;
}

.carousel > .slide.c-active {
  transform: none;
  z-index: 100;
}

.carousel > .slide.c-leftSide {
  transform: scale(0.8) translateX(-140%);
}

.carousel > .slide.c-rightSide {
  transform: scale(0.8) translateX(140%);
}

.reveal {
  height: 30vh;
  width: 30vh;
  overflow: hidden;
}

.reveal * {
  -webkit-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal > img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: filter 120ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: filter 120ms cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal:hover img {
  filter: blur(3px) brightness(90%);
  -webkit-filter: blur(3px) brightness(90%);
}

.reveal > .content {
  display: none;
  overflow: hidden;
}

.reveal > .slide-title {
  position: relative;
  top: -50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 120ms;
  -webkit-transition: opacity 120ms;
}

.reveal:hover > .slide-title {
  opacity: 1;
  visibility: visible;
}

.dropdown {
  position: absolute;
  z-index: 100;
  box-shadow: 0 3px 6px rgba(20, 0, 50, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 6px;
  width: 90%;
  background-color: white;
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms;
}

.dropdown.active::before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  border-bottom: 12px solid white;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}

.dropdown.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.skew {
  -ms-transform: skew(-20deg, 0deg);
  /* IE 9 */
  -webkit-transform: skew(-20deg, 0deg);
  /* Safari */
  transform: skew(-20deg, 0deg);
  /* Standard syntax */
}

.container {
  padding: 12px;
}

.narrow {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.card {
  box-shadow: 0 3px 6px rgba(20, 0, 50, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 6px;
  margin-top: 12px;
  padding: 12px;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 300ms;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 300ms;
}

.card:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(20, 0, 50, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card.no-hover:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.card > .internal {
  margin-top: 12px;
  padding: 24px;
  border-top: solid rgba(32, 32, 32, 0.2) 1px;
  border-bottom: solid rgba(32, 32, 32, 0.2) 1px;
  margin-bottom: 12px;
}

.hero {
  min-height: 100vh;
  background: repeat center;
  background-size: cover;
}

.parallax {
  background-size: cover;
  background: repeat fixed center;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

div.spacer {
  padding: 2vh;
}

.col {
  display: block;
}

.col.flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.col.col-c {
  align-items: center;
  justify-content: center;
}

.col.s1 {
  width: 8.3333333333%;
}

.col.s2 {
  width: 16.6666666667%;
}

.col.s3 {
  width: 25%;
}

.col.s4 {
  width: 33.3333333333%;
}

.col.s5 {
  width: 41.6666666667%;
}

.col.s6 {
  width: 50%;
}

.col.s7 {
  width: 58.3333333333%;
}

.col.s8 {
  width: 66.6666666667%;
}

.col.s9 {
  width: 75%;
}

.col.s10 {
  width: 83.3333333333%;
}

.col.s11 {
  width: 91.6666666667%;
}

.col.s12 {
  width: 100%;
}

.row {
  display: block;
}

.row.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.row.row-c {
  align-items: center;
  justify-content: center;
}

.row.s1 {
  height: 8.3333333333%;
}

.row.s2 {
  height: 16.6666666667%;
}

.row.s3 {
  height: 25%;
}

.row.s4 {
  height: 33.3333333333%;
}

.row.s5 {
  height: 41.6666666667%;
}

.row.s6 {
  height: 50%;
}

.row.s7 {
  height: 58.3333333333%;
}

.row.s8 {
  height: 66.6666666667%;
}

.row.s9 {
  height: 75%;
}

.row.s10 {
  height: 83.3333333333%;
}

.row.s11 {
  height: 91.6666666667%;
}

.row.s12 {
  height: 100%;
}

.d-left {
  float: left;
}

.d-right {
  float: right;
}

.s-in {
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.12), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.5em;
}

h2.poppins {
  font-size: 1.25em;
}

h3 {
  font-size: 2em;
}

h3.poppins {
  font-size: 1em;
}

h4 {
  font-size: 1.75em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.25em;
}

p {
  font-size: 1em;
}

.-t.center {
  text-align: center;
}

.-t.left {
  text-align: left;
}

.-t.right {
  text-align: right;
}

.-b.blue {
  background-color: #0EA5B8;
}

.-b.red {
  background-color: #D9192C;
}

.-b.gray {
  background-color: #202020;
}

.-b.white {
  background-color: #FFF;
}

.-b.black {
  background-color: #000;
}

.-b.egg {
  background-color: #F5F2F0;
}

.-b.baby {
  background-color: #A8CBD9;
}

.-b.yolk {
  background-color: #F0AD2A;
}

.-b.brick {
  background-image: url("../rsc/rebound_brick.png");
  background-repeat: repeat;
  background-size: 256px;
}

.-b.brick.fixed {
  background-attachment: fixed;
}

.-b.dots {
  background-image: url("../rsc/rebound_dots.png");
  background-repeat: repeat;
  background-size: 1024px;
  background-attachment: fixed;
}

.-t.blue {
  color: #0EA5B8;
}

.-t.red {
  color: #D9192C;
}

.-t.gray {
  color: #202020;
}

.-t.white {
  color: #FFF;
}

.-b.gray .-t.white {
  color: #868686;
}

.-t.black {
  color: #000;
}

.-t.egg {
  color: #F5F2F0;
}

.-t.baby {
  color: #A8CBD9;
}

.-t.yolk {
  color: #F0AD2A;
}

.-t.open {
  font-family: "Open Sans Condensed", sans-serif;
  letter-spacing: 0;
}

.-t.poppins {
  font-family: "Poppins", serif;
}

.-t.poppins.white {
  text-shadow: 0 3px 6px rgba(20, 0, 50, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.-t.open {
  font-family: "Open Sans Condensed", sans-serif;
}

.-t.s-baby {
  text-shadow: 1px 1px #5398b4, 2px 2px #4d93b0, 3px 3px #4a8da9, 4px 4px #4787a1, 5px 5px #43829a, 6px 6px #407c93, 6px 12px 8px rgba(20, 0, 50, 0.16), 6px 12px 3px rgba(0, 0, 0, 0.23);
}

.-t.s-blue {
  text-shadow: 1px 1px #0b7f8d, 2px 2px #0a7684, 3px 3px #096e7a, 4px 4px #096571, 5px 5px #085d67, 6px 6px #07545e, 6px 12px 8px rgba(20, 0, 50, 0.16), 6px 12px 3px rgba(0, 0, 0, 0.23);
}

.-t.s-gray {
  text-shadow: 1px 1px #202020, 2px 2px #1b1b1b, 3px 3px #161616, 4px 4px #111111, 5px 5px #0c0c0c, 6px 6px #070707, 6px 12px 8px rgba(20, 0, 50, 0.16), 6px 12px 3px rgba(0, 0, 0, 0.23);
}

.-t.s-red {
  text-shadow: 1px 1px #7e0e19, 2px 2px #740d18, 3px 3px #6b0c16, 4px 4px #620b14, 5px 5px #590a12, 6px 6px #500910, 6px 12px 8px rgba(20, 0, 50, 0.16), 6px 12px 3px rgba(0, 0, 0, 0.23);
}

.-t.s-white {
  text-shadow: 1px 1px #b8a294, 2px 2px #b49d8e, 3px 3px #b09888, 4px 4px #ac9382, 5px 5px #a78d7c, 6px 6px #a38876, 6px 12px 8px rgba(20, 0, 50, 0.16), 6px 12px 3px rgba(0, 0, 0, 0.23);
}

.-t.s-yolk {
  text-shadow: 1px 1px #a8730c, 2px 2px #9f6d0b, 3px 3px #95660b, 4px 4px #8c600a, 5px 5px #825909, 6px 6px #795308, 6px 12px 8px rgba(20, 0, 50, 0.16), 6px 12px 3px rgba(0, 0, 0, 0.23);
}

.-t.s-blue-min {
  text-shadow: 0 1px #0b7f8d, 0px 2px #0a7684, 0px 3px #096e7a, 0px 8px 9px rgba(20, 0, 50, 0.16), 0px 8px 5px rgba(0, 0, 0, 0.23);
}

.-t.s-white-min {
  text-shadow: 0 1px #b8a294, 0px 2px #b49d8e, 0px 3px #b09888, 0px 8px 9px rgba(20, 0, 50, 0.16), 0px 8px 5px rgba(0, 0, 0, 0.23);
}

.-t.s-yolk-min {
  text-shadow: 0 1px #a8730c, 0px 2px #9f6d0b, 0px 3px #95660b, 0px 8px 9px rgba(20, 0, 50, 0.16), 0px 8px 5px rgba(0, 0, 0, 0.23);
}

.s-std {
  text-shadow: 0 3px 6px rgba(20, 0, 50, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

p.-t.star {
  font-size: 0.6em;
}

h1.-t.title {
  font-size: 3em;
  line-height: 1em;
}

h2.-t.title {
  font-size: 2.5em;
  line-height: 1em;
}

h3.-t.title {
  font-size: 2em;
}

h4.-t.title {
  font-size: 1.5em;
}

h5.-t.title {
  font-size: 1.25em;
}

h6.-t.title {
  font-size: 1em;
  line-height: 1em;
}

@media only screen and (min-width: 768px) {
  .dropdown {
    width: 320px;
  }

  ::-webkit-scrollbar {
    width: 12px;
    box-shadow: 0 3px 6px rgba(20, 0, 50, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }

  ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
  }

  ::-webkit-scrollbar-thumb {
    background: #3cdcf0;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #6be5f4;
  }

  h1.-t.title {
    font-size: 6em;
    line-height: 1em;
  }

  h2.-t.title {
    font-size: 5em;
    line-height: 1em;
  }

  h3.-t.title {
    font-size: 4em;
  }

  h4.-t.title {
    font-size: 3em;
  }

  h5.-t.title {
    font-size: 2.5em;
  }

  h6.-t.title {
    font-size: 2em;
    line-height: 1em;
  }

  h2.poppins {
    font-size: 2.5em;
  }

  h3.poppins {
    font-size: 2em;
  }

  .col.m1 {
    width: 8.3333333333%;
  }

  .col.m2 {
    width: 16.6666666667%;
  }

  .col.m3 {
    width: 25%;
  }

  .col.m4 {
    width: 33.3333333333%;
  }

  .col.m5 {
    width: 41.6666666667%;
  }

  .col.m6 {
    width: 50%;
  }

  .col.m7 {
    width: 58.3333333333%;
  }

  .col.m8 {
    width: 66.6666666667%;
  }

  .col.m9 {
    width: 75%;
  }

  .col.m10 {
    width: 83.3333333333%;
  }

  .col.m11 {
    width: 91.6666666667%;
  }

  .col.m12 {
    width: 100%;
  }

  .row.m1 {
    height: 8.3333333333%;
  }

  .row.m2 {
    height: 16.6666666667%;
  }

  .row.m3 {
    height: 25%;
  }

  .row.m4 {
    height: 33.3333333333%;
  }

  .row.m5 {
    height: 41.6666666667%;
  }

  .row.m6 {
    height: 50%;
  }

  .row.m7 {
    height: 58.3333333333%;
  }

  .row.m8 {
    height: 66.6666666667%;
  }

  .row.m9 {
    height: 75%;
  }

  .row.m10 {
    height: 83.3333333333%;
  }

  .row.m11 {
    height: 91.6666666667%;
  }

  .row.m12 {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .col.l1 {
    width: 8.3333333333%;
  }

  .col.l2 {
    width: 16.6666666667%;
  }

  .col.l3 {
    width: 25%;
  }

  .col.l4 {
    width: 33.3333333333%;
  }

  .col.l5 {
    width: 41.6666666667%;
  }

  .col.l6 {
    width: 50%;
  }

  .col.l7 {
    width: 58.3333333333%;
  }

  .col.l8 {
    width: 66.6666666667%;
  }

  .col.l9 {
    width: 75%;
  }

  .col.l10 {
    width: 83.3333333333%;
  }

  .col.l11 {
    width: 91.6666666667%;
  }

  .col.l12 {
    width: 100%;
  }

  .row.l1 {
    height: 8.3333333333%;
  }

  .row.l2 {
    height: 16.6666666667%;
  }

  .row.l3 {
    height: 25%;
  }

  .row.l4 {
    height: 33.3333333333%;
  }

  .row.l5 {
    height: 41.6666666667%;
  }

  .row.l6 {
    height: 50%;
  }

  .row.l7 {
    height: 58.3333333333%;
  }

  .row.l8 {
    height: 66.6666666667%;
  }

  .row.l9 {
    height: 75%;
  }

  .row.l10 {
    height: 83.3333333333%;
  }

  .row.l11 {
    height: 91.6666666667%;
  }

  .row.l12 {
    height: 100%;
  }

  .article {
    text-align: justify;
  }
}
@media only screen and (max-width: 767px) {
  header a {
    display: block;
  }
}

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