@import url(https://fonts.googleapis.com/css?family=Bitter:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic);
.row {
  max-width: 1000px; }

.slam_section {
  position: relative; }

.slam_section_content {
  z-index: 10;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px; }

.bg-silver {
  background-color: #f4f4f4;
  color: #383d3d; }

.bg-white {
  color: #383d3d; }

.bg-blue {
  background-color: #415763;
  color: #FFF; }

.bg-sky {
  background-color: #53b4ca;
  color: #FFF; }

.bg-slate {
  background-color: #383d3d;
  color: #FFF; }

.white {
  color: #FFF; }

.row.fullwidth {
  max-width: 100%; }

.has_image {
  overflow: hidden;
  position: relative; }

.section_background_image.opaque {
  opacity: 1; }
.section_background_image.fade-85 {
  opacity: .85; }
.section_background_image.fade-50 {
  opacity: .5; }
.section_background_image.fade-15 {
  opacity: .15; }

.section_background_img {
  position: absolute;
  width: 100%;
  top: -50%; }

.section_background_div {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -100px;
  bottom: -100px;
  background-size: cover;
  background-position: center center; }

.attachment-top .section_background_div {
  background-position: top center; }

.panel.radius {
  border-radius: 10px; }

.shadow {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4); }

.no-padding {
  padding: 0px; }

.thin-padding {
  padding-top: 30px;
  padding-bottom: 30px; }

.normal-padding {
  padding-top: 60px;
  padding-bottom: 60px; }

.thick-padding {
  padding-top: 120px;
  padding-bottom: 120px; }

.fullwidth .row {
  max-width: 100%;
  padding-left: rem-calc(20);
  padding-right: rem-calc(20); }

.no-overflow {
  overflow: hidden; }

.hidden {
  display: none; }

.button,
input.button {
  background: #b2cf4c;
  border-color: inherit;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 10px;
  margin-bottom: 0px;
  transition: .1s;
  font-family: "Bitter", "Montserrat", sans-serif; }
  .button.big,
  input.button.big {
    font-size: 2em; }
  .button:hover, .button:active, .button:focus,
  input.button:hover,
  input.button:active,
  input.button:focus {
    background: #FFF;
    color: #b2cf4c; }
    .bg-white .button:hover, .bg-silver .button:hover, .bg-white .button:active, .bg-silver .button:active, .bg-white .button:focus, .bg-silver .button:focus, .bg-white
    input.button:hover, .bg-silver
    input.button:hover, .bg-white
    input.button:active, .bg-silver
    input.button:active, .bg-white
    input.button:focus, .bg-silver
    input.button:focus {
      padding: 3px 8px;
      border: 2px solid #b2cf4c;
      color: #b2cf4c; }
  .button:visited,
  input.button:visited {
    background: transparent; }

.button.min200 {
  min-width: 200px; }

.button.cta {
  background-color: #b2cf4c;
  color: #FFF;
  border: none; }

.postfix {
  padding: 0px;
  font-size: 1em;
  border: none; }

span.blank {
  display: inline-block;
  min-width: 50vw;
  max-width: 90%;
  min-height: 1.15em;
  padding: .15em 0em;
  text-align: left;
  color: #b2cf4c;
  position: relative;
  z-index: 5; }
  span.blank:after {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 6px solid #FFF;
    bottom: -.25em;
    left: 0px;
    z-index: -1; }

span.cursor {
  display: inline-block;
  height: 1em;
  width: 1px;
  animation-name: blink;
  animation-duration: 1s;
  position: relative;
  top: -10px;
  animation-iteration-count: infinite; }

.typed-cursor {
  animation-name: blinktype;
  animation-duration: 1s;
  position: relative;
  top: -10px;
  animation-iteration-count: infinite; }

/* The animation code */
@keyframes blinktype {
  0% {
    color: #b2cf4c; }
  49% {
    color: #b2cf4c; }
  50% {
    color: transparent; }
  100% {
    color: transparent; } }
/* The animation code */
@keyframes blink {
  0% {
    border-left: 6px solid #b2cf4c; }
  49% {
    border-left: 6px solid #b2cf4c; }
  50% {
    border-left: 6px solid transparent; }
  100% {
    border-left: 6px solid transparent; } }
.i-quit {
  font-size: 12vh;
  line-height: 1em;
  text-align: center;
  margin: 15vh 0px; }

form .i-quit {
  margin: .5em 0px; }

input.blank {
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  font-size: 12vh;
  display: inline-block;
  min-width: 50vw;
  max-width: 90%;
  height: auto;
  border-bottom: 6px solid #FFF;
  text-align: left;
  color: #b2cf4c;
  font-weight: bold;
  overflow: visible; }
  input.blank:active, input.blank:hover, input.blank:focus {
    background: transparent;
    border-bottom: 6px solid #FFF; }

.block-background {
  display: inline-block;
  background: #FFF;
  color: #383d3d;
  padding: .2em .7em;
  font-family: 'Bitter', sans-serif;
  max-width: 90%; }

.gapless {
  line-height: 1em;
  margin: 0px;
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  color: inherit; }

.series-list h4 {
  font-family: "Bitter", sans-serif;
  font-size: 5vh;
  line-height: 1em;
  color: #666; }
  .series-list h4 span.thin {
    display: block;
    color: #999; }

a {
  color: #b2cf4c; }

body {
  font-family: 'Source Sans Pro', sans-serif; }

h1 {
  font-family: 'Bitter', sans-serif;
  font-weight: bold;
  color: inherit; }

h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: inherit; }

.panel h5 {
  margin: 1em 0px; }

form {
  font-family: sans-serif; }

.panel {
  border: none;
  background: rgba(255, 255, 255, 0.8); }

.overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(56, 61, 61, 0.77); }

.fullheight {
  min-height: 100vh; }

@media only screen and (min-width: 40.063em) {
  #home-filter {
    padding-top: 25vh; } }
#home-filter svg {
  transition: .3s; }
#home-filter path {
  transition: .3s; }
#home-filter .logo-white {
  width: 500px;
  max-width: 100%;
  height: auto; }
#home-filter a:hover svg {
  transform: translateY(-5px) rotateZ(12deg) scale(1.1);
  width: 110px; }
  #home-filter a:hover svg path {
    fill: #b2cf4c; }
#home-filter a:hover hr {
  width: 120px; }
#home-filter hr {
  width: 60px;
  margin: 15px auto;
  transition: .3s; }
#home-filter a {
  color: #FFF;
  transition: .3s;
  display: block; }
  #home-filter a:hover {
    color: #b2cf4c; }

@media only screen and (min-width: 40.063em) {
  .v-pop {
    margin: -30px 0px; }

  .hero-image {
    background-attachment: fixed; } }
.tweet a blockquote {
  color: #53b4ca;
  padding: 0px;
  padding-left: 20px;
  transition: .2s; }
  .tweet a blockquote:hover {
    color: #2b7a8c; }

.tweet .social-icon {
  color: #53b4ca; }

.sky {
  color: #53b4ca; }

#container {
  overflow: hidden; }

header {
  background: transparent;
  border-top: 4px solid #b2cf4c;
  padding: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000; }

[data-magellan-expedition],
[data-magellan-expedition-clone] {
  padding: 0px; }

#logo {
  width: auto;
  height: auto;
  margin: 10px 10px 10px auto;
  float: right;
  position: relative; }

#logo-svg {
  max-width: 100%;
  height: auto; }

label {
  margin-bottom: .5em; }

input[type="radio"] + label {
  max-width: 80%; }

blockquote {
  border-left: 1px solid #777;
  padding-left: 20px;
  box-sizing: border-box;
  padding-top: 1em;
  padding-bottom: 1em; }

.thick-padding .hider {
  padding-top: 120px; }

.icon {
  border: 3px solid;
  border-color: inherit;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: inline-block;
  text-align: center;
  font-size: 1em;
  line-height: 1.5em; }

.hider {
  display: none; }

.section-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateY(-50%) translateX(-50%); }

.social {
  list-style: none;
  text-align: center; }
  .social > li {
    display: inline-block;
    margin: 5px; }
    .social > li > a {
      opacity: .2;
      color: #FFF;
      transition: .2s; }
      .social > li > a:hover {
        color: #b2cf4c;
        opacity: 1; }
      .social > li > a span {
        display: none; }
      .social > li > a i {
        font-size: 3em; }

.social-icon {
  font-size: 2em;
  margin-right: 5px; }
