body {
  font-size: 200%;
  /* Prevent elements from flickering due to CSS Transforms */ }

/*Navbar styling*/
.navbar-custom {
  font-family: "ff-mark-web";
  font-size: 24px;
  font-weight: 800;
  border-radius: 0;
  height: 90px; }
  .navbar-custom .navbar-right {
    margin-right: -30px !important; }
  .navbar-custom a {
    text-decoration: none;
    margin-right: 5px; }
    .navbar-custom a #alt {
      color: #FFF !important; }
  .navbar-custom a:hover {
    color: #212121; }
  .navbar-custom .twitter-follow-button {
    margin-top: 15px; }

@media (max-width: 979px) {
  .navbar-fixed-top.navbar-absolute {
    position: absolute;
    margin: 0; } }
.navbar-absolute + div {
  margin-top: 68px; }

#yellow {
  color: #F5D545; }

#yellow:hover {
  color: #C4A936; }

#red {
  color: #FF5D30; }

#red:hover {
  color: #DE4F27; }

#pink {
  color: #fb27a3; }

#pink:hover {
  color: #C91D83; }

#green {
  color: #56DC51; }

#green:hover {
  color: #40A33C; }

#blue {
  color: #552bf8; }

#blue:hover {
  color: #36206c; }

#black {
  background-color: #000000; }

#black:hover {
  background-color: #505050; }

hr {
  width: 160px;
  color: #979797; }

body {
  font-family: "ff-tisa-web-pro", sans-serif;
  font-weight: 400;
  color: #4A4A4A;
  background-color: #FFF;
  background-attachment: fixed; }
  body .h1 {
    font-family: "ff-mark-web", sans-serif;
    font-weight: 800;
    letter-spacing: 2px; }
  body .h2 {
    font-family: "ff-mark-web", sans-serif;
    font-weight: 800;
    font-size: 40px !important; }
  body .h3 {
    font-family: "ff-mark-web", sans-serif;
    font-size: 1em;
    letter-spacing: 1px; }

strong {
  letter-spacing: 2px; }

.btn:hover {
  color: white; }

.header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/assets/images/GVH_Wide_Key.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  font-family: "ff-tisa-web-pro", sans-serif;
  font-size: 18px;
  color: white; }
  .header .h1 {
    font-family: "ff-mark-web", sans-serif;
    font-size: 80px;
    font-weight: 700; }
  .header a {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-decoration: underline; }

.description p {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  text-align: center; }

.description-small p {
  font-size: 18px;
  font-weight: 600;
  text-align: center; }

form {
  display: inline-block; }

.games-home img {
  border-radius: 20px;
  margin-bottom: 40px; }
.games-home p {
  font-size: 18px; }
.games-home a {
  color: #4A4A4A;
  text-decoration: underline; }
.games-home .btn {
  background-color: #FC27A4;
  border: none;
  font-family: "ff-mark-web", sans-serif;
  font-weight: 800;
  font-size: 18px;
  width: 40%;
  height: 60px;
  border-radius: 10px;
  margin-bottom: 40px;
  margin-right: 20px; }

.kooper {
  color: white; }
  .kooper .container {
    background-image: linear-gradient(90deg, #3023AE 4%, #683471 100%);
    border-radius: 40px;
    box-shadow: -1px 5px 18px 0 rgba(0, 0, 0, 0.5); }
  .kooper .h1 {
    font-size: 50px; }
  .kooper p {
    font-size: 18px;
    padding-top: 20px; }
  .kooper .row {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 15px; }
  .kooper .special {
    background-image: url("/assets/images/kooperWhite.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 400px; }

.kooper-mobile {
  color: white; }
  .kooper-mobile .container {
    background-image: linear-gradient(90deg, #3023AE 4%, #683471 100%);
    border-radius: 20px; }
  .kooper-mobile .h1 {
    font-size: 50px; }
  .kooper-mobile p {
    font-size: 18px;
    padding-top: 20px; }
  .kooper-mobile .row {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 15px; }
  .kooper-mobile .special {
    background-image: url("/assets/images/kooperWhite.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 400px; }

.footer3 {
  font-size: 18px;
  background-color: #111725;
  background-size: cover;
  color: white; }
  .footer3 p .h1 {
    font-size: 24px !important; }
  .footer3 a {
    color: white;
    text-decoration: underline;
    line-height: 18px; }
  .footer3 .legal {
    font-size: 14px; }

.bottom-large-spacer {
  padding-bottom: 60px; }

.bottom-xlarge-spacer {
  padding-bottom: 120px; }

.bottom-med-spacer {
  padding-bottom: 40px; }

.bottom-small-spacer {
  padding-bottom: 20px; }

.bottom-xsmall-spacer {
  padding-bottom: 10px; }

.top-small-spacer {
  padding-top: 20px; }

.top-xsmall-spacer {
  padding-top: 10px; }

.top-med-spacer {
  padding-top: 40px; }

.top-xlarge-spacer {
  padding-top: 120px; }

.top-large-spacer {
  padding-top: 60px; }

.left-xsmall-spacer {
  padding-left: 10px; }

.left-small-spacer {
  padding-left: 20px; }

.left-med-spacer {
  padding-left: 40px; }

.left-large-spacer {
  padding-left: 60px; }

.right-xsmall-spacer {
  padding-right: 10px; }

.right-small-spacer {
  padding-right: 20px; }

.right-med-spacer {
  padding-right: 40px; }

.right-large-spacer {
  padding-right: 60px; }

.vert-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#mc_embed_signup form {
  text-align: center;
  padding: 10px 0 10px 0; }

.mc-field-group {
  display: inline-block; }

/* positions input field horizontally */
#mc_embed_signup input.email {
  font-family: "ff-mark-web","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
  font-size: 15px;
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #343434;
  background-color: #fff;
  box-sizing: border-box;
  height: 32px;
  padding: 0px 0.4em;
  display: inline-block;
  margin: 0;
  width: 350px;
  vertical-align: top; }

#mc_embed_signup label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold; }

#mc_embed_signup .clear {
  display: inline-block; }

/* positions button horizontally in line with input */
#mc_embed_signup .button {
  font-size: 13px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: .03em;
  color: #fff;
  background-color: #aaa;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  display: inline-block;
  margin: 0;
  transition: all 0.23s ease-in-out 0s; }

#mc_embed_signup .button:hover {
  background-color: #777;
  cursor: pointer; }

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em .5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both; }

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%; }

#mc_embed_signup #mce-error-response {
  display: none; }

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none; }

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0; }

@media (max-width: 768px) {
  #mc_embed_signup input.email {
    width: 100%;
    margin-bottom: 5px; }

  #mc_embed_signup .clear {
    display: block;
    width: 100%; }

  #mc_embed_signup .button {
    width: 100%;
    margin: 0; } }
#mc_embed_signup .button, .subscribe, .teaser-container #mc_embed_signup .button, .teaser-container .subscribe {
  background-color: #979797;
  text-indent: 0;
  border: 0px solid #dcdcdc;
  border-radius: 5px;
  display: inline-block;
  color: #FFF !important;
  font-family: "ff-mark-web", sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  height: 37px;
  letter-spacing: 1px;
  width: 145px;
  text-decoration: none;
  text-align: center;
  margin-left: 0px; }

#mc_embed_signup .button:active, .subscribe:active, .teaser-container #mc_embed_signup .button:active, .teaser-container .subscribe:active {
  position: relative;
  top: 1px; }

#mc_embed_signup input.email, input[type="text"], textarea, .teaser-container #mc_embed_signup input.email, .teaser-container input[type="text"], .teaser-container textarea {
  font-size: 20px;
  font-family: "ff-mark-web", sans-serif;
  background-color: #fff;
  width: 265px;
  border-radius: 5px;
  border-width: 0px;
  border-top-color: white;
  height: 37px;
  color: #9B9B9B; }

.subscribephone {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #100e14), color-stop(1, #100e14));
  background: -moz-linear-gradient(center top, #100e14 5%, #100e14 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#100e14', endColorstr='#100e14');
  background-color: #100e14;
  -webkit-border-top-left-radius: 26px;
  -moz-border-radius-topleft: 26px;
  border-top-left-radius: 26px;
  -webkit-border-top-right-radius: 26px;
  -moz-border-radius-topright: 26px;
  border-top-right-radius: 26px;
  -webkit-border-bottom-right-radius: 26px;
  -moz-border-radius-bottomright: 26px;
  border-bottom-right-radius: 26px;
  -webkit-border-bottom-left-radius: 26px;
  -moz-border-radius-bottomleft: 26px;
  border-bottom-left-radius: 26px;
  text-indent: 0;
  border: 0px solid #dcdcdc;
  display: inline-block;
  color: #FFF;
  font-family: "ff-mark-web";
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  height: 50px;
  line-height: 50px;
  width: 185px;
  text-decoration: none;
  text-align: center; }

.subscribephone:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #030103), color-stop(1, #000000));
  background: -moz-linear-gradient(center top, #030103 5%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#030103', endColorstr='#000000');
  background-color: #030103; }

.subscribephone:active {
  position: relative;
  top: 1px; }

.games-container {
  font-family: "ff-tisa-web-pro", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 24px;
  background-color: #fafafa;
  background-attachment: fixed;
  background-size: 150%; }
  .games-container #header-games {
    font-family: "ff-mark-web", sans-serif;
    font-weight: 900;
    line-height: 1em;
    color: #64F65C; }
  .games-container .btn-default, .games-container .btn-alt {
    font-family: "ff-mark-web", sans-serif; }

.text-wrapper {
  margin-top: 20px;
  padding-top: 5px;
  padding-left: 20px;
  min-height: 240px;
  color: #FFF; }
  .text-wrapper .spacedog {
    background-color: green !important; }
  .text-wrapper div {
    padding-left: 0px; }
  .text-wrapper .h1 {
    font-family: "ff-mark-web", sans-serif;
    font-weight: 800; }
  .text-wrapper p {
    font-weight: 500; }

.link-wrapper {
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .link-wrapper p {
    display: inline-block;
    padding-right: 10px; }
  .link-wrapper a {
    margin-bottom: 10px;
    color: #fff;
    font-size: 1em;
    font-weight: 600; }
  .link-wrapper img {
    margin-bottom: 5px; }

.btn-default {
  background-color: #C4B935;
  border: none;
  border-radius: 5px !important; }

.gnog {
  color: #ffffff; }
  .gnog .h1 {
    color: #fff26c; }
  .gnog .btn-default {
    border-radius: 5px;
    letter-spacing: 1px;
    background-color: #ffff6b;
    color: #292929;
    border: none; }
  .gnog .btn-alt {
    border-radius: 5px;
    background-color: #00f985;
    color: #292929;
    border: none; }

.gnog-game {
  background-color: #3f2046;
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  @media (max-width: 768px) {
    .gnog-game {
      background-image: url("/assets/images/gnog-promo.png"); } }
  @media (min-width: 769px) {
    .gnog-game {
      background-image: url("/assets/images/gnog-promo.png"); } }

.lcgo {
  background-image: url("/assets/images/lcgo-lead-dark.png");
  background-size: cover;
  color: #fff; }
  .lcgo .btn-default {
    border-radius: 5px;
    letter-spacing: 1px;
    background-color: #d5b369;
    color: #FFF;
    border: none; }

.tamperdrome {
  background-color: #000;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: left;
  color: #EFEFEF;
  overflow: hidden; }
  @media (max-width: 768px) {
    .tamperdrome {
      background-color: #000000; } }
  .tamperdrome p {
    padding-right: 20px;
    padding-left: 20px; }
  .tamperdrome .btn-default {
    background-color: #EFEFEF;
    color: black; }

.spacedog {
  color: #fff;
  background-image: url("/assets/images/spacedog-bg.png");
  background-color: #166674;
  overflow: hidden; }
  .spacedog p {
    padding-left: 20px; }
  .spacedog .btn-default {
    background-color: #8220F7;
    color: #FFF; }

.skippingstones {
  background-image: url("/assets/images/skippingstones2.png");
  background-position: bottom;
  background-size: cover;
  overflow: hidden; }
  .skippingstones .h1 {
    color: white; }
  .skippingstones p {
    padding-left: 20px;
    padding-right: 20px; }
  .skippingstones .btn-default {
    background-color: #8A5380;
    color: #FFF; }

.orchids {
  background-image: url("/assets/images/orchids/orchids-bg3.png");
  background-size: cover;
  background-position: center;
  max-height: 600px;
  overflow: hidden; }
  .orchids .h1 {
    color: #df7e08; }
  .orchids p {
    padding-left: 20px;
    padding-right: 20px;
    color: #396f6a; }
  .orchids .btn-default {
    background-color: #3A7D84;
    font-family: "ff-mark-web", sans-serif;
    color: #FFF; }

.gardenarium-wrapper {
  background-image: url("/assets/images/gardenarium3.png");
  background-position: right;
  max-height: 600px;
  overflow: hidden; }
  .gardenarium-wrapper p {
    padding-left: 20px;
    padding-right: 20px;
    color: #7438af; }
  .gardenarium-wrapper .btn-default {
    background-color: #7438af;
    font-family: "ff-mark-web", sans-serif;
    color: #FFF; }

.ranpal {
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #E4E4E4;
  max-height: 600px;
  overflow: hidden; }
  .ranpal p {
    padding-left: 40px;
    padding-right: 40px; }
  .ranpal .text-wrapper {
    color: #000; }

.facerift {
  background-image: url("/assets/images/facerift2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 600px;
  overflow: hidden; }
  .facerift #textvis {
    color: white;
    background-color: black; }
  .facerift .h1 {
    color: white; }
    .facerift .h1 #black-text {
      color: black !important; }
  .facerift .btn-default {
    font-family: "ff-mark-web", sans-serif; }
  .facerift .text-wrapper {
    background-color: white; }

.fishjn {
  background-image: url("/assets/images/fishjn.png");
  background-size: cover;
  overflow: hidden; }
  .fishjn p {
    padding-left: 40px; }
  .fishjn .btn-default {
    background-color: #640050;
    font-family: "ff-mark-web", sans-serif;
    color: #FFF; }

.kolab-banner {
  height: 100px;
  font-family: "ff-mark-web", sans-serif;
  color: #000; }
  .kolab-banner .h1 {
    letter-spacing: 5px;
    color: #FF5D31; }

.btn-default {
  border-radius: 0px; }

.kolab {
  font-family: "ff-tisa-web-pro", sans-serif;
  color: #FFF; }
  .kolab a {
    color: #FFF;
    font-weight: 800;
    text-decoration: underline; }
  .kolab .subnav a {
    margin-right: 40px; }
  .kolab .emphasis {
    font-size: 1.5em;
    font-family: "ff-mark-web", sans-serif;
    color: #F5E645; }
  .kolab .h1 {
    font-family: "ff-mark-web", sans-serif;
    font-weight: 600; }
    .kolab .h1 #kolab-header {
      font-size: 5em; }
    .kolab .h1 .footer {
      color: #61C6F6; }
  .kolab #subheader {
    font-family: "ff-mark-web", sans-serif;
    color: #fff; }
  .kolab #kolab-header {
    font-size: 4em;
    letter-spacing: 5px;
    color: #F5E645; }
  .kolab em {
    font-weight: 800; }
  .kolab .btn-primary {
    height: 36px; }
  .kolab .textfield {
    line-height: 1.8em; }

.lab-sectionbreak {
  width: 100%;
  padding-top: 2px;
  background-color: #CFCFCF;
  margin-left: auto;
  margin-right: auto; }

.workshops {
  color: #5A5A5A;
  background-image: url("/assets/images/workshop-bg.png");
  background-size: cover;
  background-position: right; }
  .workshops #header-workshops {
    font-family: "ff-mark-web", sans-serif;
    font-weight: 900;
    color: #552bf8;
    font-size: 2em;
    letter-spacing: 5px;
    line-height: 1em; }
  .workshops .lead-workshops {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center; }
  .workshops #workshop-sub {
    font-family: "ff-mark-web", sans-serif; }
  .workshops .h1 {
    font-weight: 600;
    color: #5A5A5A; }
    .workshops .h1 .footer {
      color: #4BD940; }
  .workshops .h2 {
    font-size: 1.5em;
    text-decoration: underline; }
  .workshops a {
    color: #552bf8;
    text-decoration: underline; }
  .workshops a:visited {
    color: #552bf8; }
  .workshops .comingsoon {
    color: #737373; }
  .workshops .sectionbreak {
    background-color: #484848; }
  .workshops .textfield {
    line-height: 1.8em; }
  .workshops .booking .h1 {
    font-family: "ff-mark-web", sans-serif;
    color: #FF5D31; }

.about-wrapper {
  background-color: #FFFFFF;
  color: #4A4A4A;
  font-size: 18px; }
  .about-wrapper a {
    color: #161212;
    text-decoration: underline; }
  .about-wrapper .h1 {
    font-family: "ff-mark-web", sans-serif;
    letter-spacing: 2px;
    color: #FC27A4;
    font-size: 80px; }
  .about-wrapper .h3 {
    font-family: "ff-mark-web", sans-serif;
    color: #FC27A4;
    font-size: 30px; }

.profiles img {
  padding-bottom: 10px;
  width: 290px; }
.profiles div {
  padding-bottom: 10px; }

.workforhire img {
  padding-bottom: 10px; }
.workforhire div {
  padding-bottom: 10px; }

.yellow {
  color: #E6D93E; }

.orange {
  color: #ff5d30; }

.pink {
  color: #fb27a3; }

.green {
  color: #56DC51; }

.blue {
  color: #552bf8; }

.gardenarium {
  font-family: "Soleil", sans-serif;
  color: #F500FF;
  background-color: #f2fdbe;
  font-size: 1em; }
  .gardenarium .h1 {
    font-size: 2em;
    font-weight: 800; }
  .gardenarium a {
    color: #fff;
    text-decoration: underline; }

.garden-head {
  background-image: url("/assets/images/gardenarium/spiral18.png");
  background-size: 200px; }

.garden-info {
  background-color: #AE00B0;
  color: #EFFFB1; }

.image-gallery {
  display: inline-block; }

.pokoheader {
  background-image: url("/assets/images/pokodome-header.png");
  background-size: cover;
  background-position: center;
  color: #3AAA31;
  font-family: "ff-mark-web", sans-serif;
  font-weight: 900; }
  .pokoheader .h1 {
    font-size: 4em;
    font-weight: 800;
    color: #56DC51; }

.pokodome {
  background-color: #fafafa; }
  .pokodome .h1 {
    font-family: "ff-mark-web", sans-serif; }

.orchids-container {
  font-weight: 500;
  background-image: url("/assets/images/orchids/orchids-bg10.png");
  background-position: center;
  background-size: cover;
  color: #396f6a;
  font-size: .8em; }
  .orchids-container a {
    font-weight: 900;
    color: #396f6a;
    text-decoration: none; }
  .orchids-container .h1 {
    font-family: "Clavo", serif;
    color: #df7e08; }
  .orchids-container .more {
    color: #FFF; }
    .orchids-container .more a {
      color: #FFF; }
    .orchids-container .more #contact {
      padding-right: 10px; }

.lifebehindplay {
  font-size: 1.5em;
  color: black;
  background-color: white; }
  .lifebehindplay .KO_OP {
    color: black; }

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px); }

.conduct {
  background-color: #FFFFFF;
  font-family: "ff-tisa-web-pro", sans-serif;
  color: black; }
  .conduct #header-conduct {
    font-family: "ff-mark-web", sans-serif;
    font-size: 4em;
    letter-spacing: 5px;
    color: black;
    margin-top: 1em; }
  .conduct p {
    margin-top: 2em; }
  .conduct a {
    color: black;
    font-weight: 800;
    text-decoration: underline; }

.jobs {
  background-color: #FFFFFF;
  font-family: "ff-tisa-web-pro", sans-serif;
  font-size: 18px; }
  .jobs .KO_OP2 {
    color: black; }
  .jobs #header-jobs {
    font-family: "ff-mark-web", sans-serif;
    font-size: 4em;
    letter-spacing: 5px;
    color: black;
    margin-top: 1em;
    font-weight: 900; }
  .jobs .h1 {
    font-family: "ff-mark-web", sans-serif;
    letter-spacing: 2px;
    color: #562BF8;
    font-size: 80px; }
  .jobs strong {
    letter-spacing: 0px; }
  .jobs a {
    color: black;
    font-weight: 800;
    text-decoration: underline; }

.teaser-container {
  background: url("/assets/images/teaser/classroom.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: proxima-soft-condensed, sans-serif !important;
  font-weight: 600;
  font-size: 40px;
  color: white;
  line-height: 40px;
  /* positions input field horizontally */
  /* positions button horizontally in line with input */ }
  .teaser-container .tagline {
    font-family: proxima-soft, sans-serif;
    font-weight: 600;
    font-style: normal; }
    .teaser-container .tagline span {
      color: #FF4C57; }
  .teaser-container .h2 {
    font-size: 36px;
    line-height: 70px;
    color: #FDF9DE; }
  .teaser-container .dialog1 {
    width: 570px;
    background-color: #2E1433;
    border-radius: 30px;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 15px; }
  .teaser-container .dialog2 {
    background-color: #2E1433;
    border-radius: 30px;
    margin-bottom: 10px;
    padding-top: 25px;
    padding-bottom: 15px;
    width: 85%; }
  .teaser-container button {
    background-color: #7763F2;
    border: none;
    color: #FFFFFF;
    border-radius: 20px;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px; }
  .teaser-container #mc_embed_signup form {
    text-align: center;
    padding: 10px 0 10px 0; }
  .teaser-container .mc-field-group {
    display: inline-block; }
  .teaser-container #mc_embed_signup input.email {
    font-family: "proxima-soft","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: top; }
  .teaser-container #mc_embed_signup label {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold; }
  .teaser-container #mc_embed_signup .clear {
    display: inline-block; }
  .teaser-container #mc_embed_signup .button {
    font-size: 18px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: .03em;
    color: #fff;
    background-color: #aaa;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s; }
  .teaser-container #mc_embed_signup .button:hover {
    background-color: #777;
    cursor: pointer; }
  .teaser-container #mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both; }
  .teaser-container #mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%; }
  .teaser-container #mc_embed_signup #mce-error-response {
    display: none; }
  .teaser-container #mc_embed_signup #mce-success-response {
    color: #529214;
    display: none; }
  .teaser-container #mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0; }
  @media (max-width: 768px) {
    .teaser-container #mc_embed_signup input.email {
      width: 100%;
      margin-bottom: 5px; }
    .teaser-container #mc_embed_signup .clear {
      display: block;
      width: 100%; }
    .teaser-container #mc_embed_signup .button {
      width: 100%;
      margin: 0; } }
  #mc_embed_signup .teaser-container .button, .teaser-container #mc_embed_signup .button, .teaser-container .subscribe {
    background-color: #FF5964;
    text-indent: 0;
    border: 0px solid #dcdcdc;
    border-radius: 20px;
    display: inline-block;
    color: white !important;
    font-family: proxima-soft;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    height: 46px;
    letter-spacing: 1px;
    width: 185px;
    text-decoration: none;
    text-align: center;
    margin-left: 0px; }
  #mc_embed_signup .teaser-container .button:hover, .teaser-container #mc_embed_signup .button:hover, .teaser-container .subscribe:hover {
    background-color: #2E1433;
    text-decoration: none; }
  #mc_embed_signup .teaser-container .button:active, .teaser-container #mc_embed_signup .button:active, .teaser-container .subscribe:active {
    position: relative;
    top: 1px; }
  #mc_embed_signup .teaser-container input.email, .teaser-container #mc_embed_signup input.email, .teaser-container input[type="text"], .teaser-container textarea {
    font-size: 18px;
    font-family: proxima-soft;
    background-color: #fff;
    width: 285px;
    border-radius: 10px;
    border-width: 0px;
    border-top-color: white;
    height: 46px;
    color: #8F8F8F; }
  .teaser-container .subscribephone {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #100e14), color-stop(1, #100e14));
    background: -moz-linear-gradient(center top, #100e14 5%, #100e14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#100e14', endColorstr='#100e14');
    background-color: #100e14;
    -webkit-border-top-left-radius: 26px;
    -moz-border-radius-topleft: 26px;
    border-top-left-radius: 26px;
    -webkit-border-top-right-radius: 26px;
    -moz-border-radius-topright: 26px;
    border-top-right-radius: 26px;
    -webkit-border-bottom-right-radius: 26px;
    -moz-border-radius-bottomright: 26px;
    border-bottom-right-radius: 26px;
    -webkit-border-bottom-left-radius: 26px;
    -moz-border-radius-bottomleft: 26px;
    border-bottom-left-radius: 26px;
    text-indent: 0;
    border: 0px solid #dcdcdc;
    display: inline-block;
    color: #FFF;
    font-family: "proxima-soft";
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    height: 50px;
    line-height: 50px;
    width: 185px;
    text-decoration: none;
    text-align: center; }
  .teaser-container .subscribephone:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #030103), color-stop(1, #000000));
    background: -moz-linear-gradient(center top, #030103 5%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#030103', endColorstr='#000000');
    background-color: #030103; }
  .teaser-container .subscribephone:active {
    position: relative;
    top: 1px; }
  .teaser-container ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #9B9B9B; }
  .teaser-container :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #9B9B9B; }
  .teaser-container ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #9B9B9B; }
  .teaser-container :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #9B9B9B; }
