:root { 
  --font1: 'Open Sans', sans-serif;
  --font2: 'Open Sans Condensed', sans-serif;
  --font3: 'Open Sans', sans-serif;
}

body,html{
 height:100%;
  font-family: var(--font1);
}

body {
  background-color: #EFEFEF; 
}

.wrapper  {
  min-height: 100%;
  height: auto !important; /* ie7 fix */
  height: 100%;
  margin: 0 auto -140px;
  background: url("/images/hero.jpg") no-repeat;
  background-size: 100% auto;
}

#main {
  padding-top:10px;
  padding-bottom:120px;
}

.homerow {
  margin-bottom:150px;
}

@media (max-width:480px) {
   .wrapper {
      height:auto;
      background: none;
   }
}

.logo {
    font-size: 22px;
    font-family: 'Arvo', cursive;
    color: #95c7e0;
    text-shadow: #fff 0 1px 0;
}

.footer {
    height: 140px;
    color: #fff;
    background-color: #253340;
    padding-top:10px;
}

.footer a {
    color: #fff;
}

.newsletter {
  padding-top:20px;
}

 /*
  * grey
  */
.navbar-inner {
  min-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #253340, #253340);
  background-image: -ms-linear-gradient(top, #253340, #253340);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#253340), to(#253340));
  background-image: -webkit-linear-gradient(top, #253340, #253340);
  background-image: -o-linear-gradient(top, #253340, #253340);
  background-image: linear-gradient(top, #253340, #253340);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#253340', endColorstr='#253340', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
}

.navbar .nav > li > a {
  float: none;
  padding: 9px 10px 11px;
  line-height: 40px;
  color: #999999;
  text-decoration: none;
  text-shadow: none;
  font-family: var(--font3);
}

.navbar .nav > li > a:hover {
  color: #EC6952;
}

.dropdown-toggle:active, .open .dropdown-toggle {
  background:#253340 !important; 
  color:#fff !important;
}

/** active page **/
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #2B2530;
}

.navbar .brand {
  color: #000;
  text-shadow: none;
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}

.navbar .brand:hover {
  text-decoration: none;
  color: #EC6952;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
  border-width: 0 0 0;
}

.signup-btn {
  color:#F38630;
}

.form-search {
  margin-top:10px;
}

.subhead {
    font-family: var(--font2);
    font-weight:600;
}

.interior-subhead {
    margin-top:40px;
}

.hero-unit {
    padding-top: 80px;
    padding-bottom: 50px;
    background: none;
    margin-bottom: 0;
}

/* Jumbotrons
-------------------------------------------------- */
.jumbotron {
  position: relative;
  color: #fff;
  font-family: var(--font1);
}
.jumbotron h1 {
  margin-bottom: 9px;
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 38px;
  line-height: 1;
  margin-right: 0;
}
.jumbotron p {
  margin-bottom: 50px;
  font-weight: 300;
  margin-right: 0;
  margin-left: 0;
  font-size: 22px;
  line-height: 36px;
}
.jumbotron .btn-large {
  font-size: 20px;
  font-weight: normal;
  padding: 14px 24px;
  padding-top:100px;
  margin-right: 10px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.jumbotron .btn-large small {
  font-size: 14px;
}

#game {
  padding-bottom: 30px;
}

#error_explanation {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  width: 250px;
}

#error_explanation h2 {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}

#intro_vid {
  display: block;
  padding: 6px;
  line-height: 1;
}

.signup_top {
    margin-top:-28px;
    font-weight: bold;
    font-size: 18px;
}

.social_links {
    list-style:none;
    margin-left:0;
    margin-top:-14px;
}
.social_links li {
    display: inline;
    padding-right:10px;
}

.btn {
  background: #efefef;
  color: #253340;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
  border: 1px solid #dedede;
}

.btn-danger {
  background:#D74C46;
  border:0;
  color:#fff;
}

.btn-orange {
  background:#ff9300;
  border:0;
  color:#fff;
}

.btn-orange:hover {
  background: #ffbe66;
  border:0;
  color:#fff;
}

.btn-info {
  background:#34C4FE;
  color:#fff;
  border:0;
}

.btn-info:hover {
  background:#39BFFE;
}

.btn-newsletter {
  background: #EC6952;
  color: #fff !important;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
  border: 0;
}

.btn-success {
  background: #58B158;
  border: 0;
  color: #fff;
}

.btn-newsletter:hover {
  background: #EB9181; 
}

.btn-playgame {
  background:#7DA2F4;
  border:1px solid #ddd;
  border-color:#3ca3d7 #3799ca #338bb8;
  color:#fff !important;
  text-shadow:none;
  border: 0;
}

.btn-playgame:link, .btn-playgame:visited {
/*
    try to fix weird line in the middle of the btn on hover
*/
    color:#fff;
    text-decoration:none;
}


.btn-playgame:hover {
    /*
    */
    background:#3ca3d7;
    box-shadow:none;
    color:#fff;
    text-decoration:none;
}




.form-upgrade {
  max-width: 300px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.hidden {
  display:none;
}

.faq {
  padding-top:20px;
  margin-left:40px;
}

.faq .question {
  padding-bottom:8px;
}

.paypal_signup {
  display:none;
}

.form-addstudent {
  /*
  max-width: 220px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  */
  margin-top:30px;
}

.form-group {
  float:left;
  margin-right:20px;
}

.form-addstudent .field {
  margin-top: 12px;
}

.form-addclass {
  max-width: 220px;
  padding: 19px 29px 29px;
  /* margin: 0 auto 20px; */
  margin-bottom: 50px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  display:none;
}

.user-group {
  margin-bottom:30px;
  padding-top:20px;
  padding-bottom:30px;
  padding-left:20px;
}

.user-group hr {
  margin-top:30px;
  margin-left:-20px;
}

.user-group .subheader {
  font-size: 32px;
}

.student-record {
  margin-top: 20px;
}

.student-game {
  width:100px;
  height: 130px;
  text-align:center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 26px;
  padding-right: 26px;
  margin-bottom: 20px;
  overflow: hidden;
}

.testimonials-quote {
  height:70px;
  margin-top:20px;
  margin-left:20px;
  margin-right:20px;
}

.testimonial {
  background: #fff;
  font-style: italic;
  color: #253340;
  padding-bottom: 20px;
  box-shadow: 0 0 6px #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.hashtag {
    color:#3CA3D7;
}

.features-list {
  margin-top:40px;
  padding-top:80px;
  padding-bottom:80px;
  background: #EC6952;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.features-list img {
  margin-left: 10%;
  text-align: right;
}

.features {
  width: 40%;
}

.feature-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.feature {
  margin-bottom: 26px;
  margin-top:0;
  text-align:left;
  margin-left: 16%;
}

.signup2 {
    display:inline-block;
    font-family:var(--font1);
    font-size:24px;
    font-weight:400;
    padding:25px 40px;
    -webkit-border-radius:6px;
    border-radius:6px;
    background:#EC6952;
    color:#fff;
    text-shadow:none;
    margin-top:40px;
    border: 2px solid #fff;
}

.signup2:link, .signup2:visited {
    color:#fff;
}

.signup2:hover {
    background:#fff;
    box-shadow:none;
    color:#EC6952;
    text-decoration:none;
    border: 2px solid #EC6952;
}

.green-btn {
    display:inline-block;
    font-family:var(--font1);
    font-size:24px;
    font-weight:400;
    padding:25px 40px;
    -webkit-border-radius:6px;
    border-radius:6px;
    background:#6faf62;
    color:#fff;
    text-shadow:none;
    margin-top:40px;
    border: 2px solid #fff;
}

.green-btn:link, .green-btn:visited {
    color:#fff;
}

.green-btn:hover {
    background:#fff;
    box-shadow:none;
    color:#6faf62;
    text-decoration:none;
    border: 2px solid #6faf62;
}



.thanks-help {
  color: #999;
  font-size: 20px;
}
.thanks-help li {
  list-style-type: none;
  line-height: 36px;
}

/** GAMES LIST **/
.browse-gallery {
    padding-bottom:100px;
}

.browse-gallery .browse-block {
    margin: 22px;
    width:238px;
    display:inline-block;
    padding: 0;
    float:none;
}

.browse-gallery .browse-footer {
  color: #999;
  margin-top:8px;
  font-size:12px;
}

.browse-gallery .browse-footer i {
  margin-left:8px;
}

.browse-gallery .card {
    width:220px;
    display:inline-block;
    float:none;
}

.browse-gallery .screenshot {
  width:220px;
  height:220px;
}

.browse-details {
    color: #999;
}

.browse-subhead {
    color: #999;
    margin-top: 80px;
}

/** EXAMPLES **/
.example-gallery{
  padding-bottom: 140px;
}

.example-gallery .card {
    margin: 18px;
    width:300px;
    display:inline-block;
    float:none;
}


/** VIDEO TUTORIALS **/
.video-gallery {
    padding-bottom:140px;
}

.card {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 8px;
}

.game-card {
  border-radius: 8px;
  padding: 0;
  overflow:hidden;
  color: #253240;
}

.featured-game-card {
  color: #fff;
  background-color: #253240;
}

.video-gallery .card {
    margin: 18px;
    width:500px;
    display:inline-block;
    float:none;
}

.video-thumb {
    position:relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s ease;
}

.video-thumb:hover .video-overlay {
  opacity: 1;
}

.video-details {
  color: #999;
}

.video-subhead {
  color: #999;
  margin-top: 80px;
}

.jcarousel-wrapper {
  position: relative;
  padding-top: 40px;
}

.jcarousel {
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  float: left;
  background: #fff;
  padding: 10px;
  margin-right: 30px;
  font-family: var(--font2);
}

.jcarousel li img {
  box-shadow: 0 0 6px #ccc;
}

.home-carousel-btn {
  width: 100px;
}

.home-carousel-title {
  color:#666;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.home-developer {
  color: #7DA2F4;
  font-style:italic;
}

.jcarousel-control-prev, .jcarousel-control-next {
    position: absolute;
    top: 140px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
    border: 2px solid #fff;
    line-height: 45px;
    font-size: 32px;
}

.jcarousel-control-prev {
    left: 10px;
}

.jcarousel-control-next {
    right: 10px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

.platforms {
  padding-top:60px;
  padding-bottom:100px;
}

.platforms-title {
  padding-bottom:40px;
} 

.signup-header {
  color: #fff;
  font-size: 26px;
  margin-bottom:30px;
}

.signup-form {
  background: #fff;
  width:400px;
  padding-left:100px;
  margin-left:auto;
  margin-right:auto;
  padding-top:40px;
  padding-bottom:40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.16);
}

/** PROGRESS BARS **/


  .progress-bar {
    background-color: #DEDEDE;
    height: 20px;
    padding: 4px;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*
    -moz-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    -webkit-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;           
    */
      }

      .progress-bar span {
        display: inline-block;
        height: 100%;
        background-color: #777;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        -webkit-transition: width .4s ease-in-out;
        -moz-transition: width .4s ease-in-out;
        -ms-transition: width .4s ease-in-out;
        -o-transition: width .4s ease-in-out;
        transition: width .4s ease-in-out;		
      }

      /*---------------------------*/			

      .blue span {
        background-color: #34c2e3;   
      }

      .orange span {
        background-color: #fecf23;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fecf23), to(#fd9215));
        background-image: -webkit-linear-gradient(top, #fecf23, #fd9215);
        background-image: -moz-linear-gradient(top, #fecf23, #fd9215);
        background-image: -ms-linear-gradient(top, #fecf23, #fd9215);
        background-image: -o-linear-gradient(top, #fecf23, #fd9215);
        background-image: linear-gradient(top, #fecf23, #fd9215);  
      }	

      .green span {
        background-color: #a5df41;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#a5df41), to(#4ca916));
        background-image: -webkit-linear-gradient(top, #a5df41, #4ca916);
        background-image: -moz-linear-gradient(top, #a5df41, #4ca916);
        background-image: -ms-linear-gradient(top, #a5df41, #4ca916);
        background-image: -o-linear-gradient(top, #a5df41, #4ca916);
        background-image: linear-gradient(top, #a5df41, #4ca916);  
      }		

      /*---------------------------*/		

      .stripes span {
        -webkit-background-size: 30px 30px;
        -moz-background-size: 30px 30px;
        background-size: 30px 30px;			
        background-image: -webkit-gradient(linear, left top, right bottom,
        color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
        color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
        color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
        to(transparent));
        background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
        transparent 75%, transparent);
        background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
        transparent 75%, transparent);
        background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
        transparent 75%, transparent);
        background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
        transparent 75%, transparent);
        background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
        transparent 75%, transparent);            

        -webkit-animation: animate-stripes 3s linear infinite;
        -moz-animation: animate-stripes 3s linear infinite;       		
      }

      @-webkit-keyframes animate-stripes { 
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
      }


      @-moz-keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
      }

      /*---------------------------*/	 

      .shine span {
        position: relative;
      }

      .shine span::after {
        content: '';
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;			

        -webkit-animation: animate-shine 2s ease-out infinite;
        -moz-animation: animate-shine 2s ease-out infinite; 			
      }

      @-webkit-keyframes animate-shine { 
        0% {opacity: 0; width: 0;}
        50% {opacity: .5;}
        100% {opacity: 0; width: 95%;}
      }


      @-moz-keyframes animate-shine {
        0% {opacity: 0; width: 0;}
        50% {opacity: .5;}
        100% {opacity: 0; width: 95%;}
      }

      /*---------------------------*/	 

      .glow span {
        -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
        -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
        box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;

        -webkit-animation: animate-glow 1s ease-out infinite;
        -moz-animation: animate-glow 1s ease-out infinite; 			
      }

      @-webkit-keyframes animate-glow {
        0% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;} 
        50% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;} 
        100% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
       }

       @-moz-keyframes animate-glow {
         0% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;} 
         50% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;} 
         100% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
       }
  
.free-trial-warning {
  background:#f9f6f6;
  width: 100%;
  /*
  margin-top: 30px;
  margin-bottom: 30px;
  */
  height: 60px;
  font-size: 18px;
  border-radius: 4px;
  color: #999; /*#747474;*/
  border: 1px solid #e4d3d3;
}

.trial-message {
  padding: 30px 20px;
  line-height: 60px;
}

.signup3 {
    font-size:14px;
    font-weight:400;
    padding:10px 15px;
    margin-top:8px;
    margin-right: 20px;
}

.claim-free-trial {
  background-color: #e5b55a;
  border: 1px solid #e5b55a;
}
claim-free-trial:link, .claim-free-trial:visited {
    color:#fff;
}

.claim-free-trial:hover {
    background:#fff;
    color:#e5b55a;
    border: 1px solid #e5b55a;
}


.class-invite {
  background:#6faf62;
  width: 100%;
  height: 60px;
  font-size: 18px;
  border-radius: 4px;
  color: #fff;
}

.class-invite-message {
  padding: 30px 20px;
  line-height: 60px;
}

/**
 * flowjam results carousel
 */
#flowjam-results {
  margin-bottom:80px;
  margin-top:-40px;
  border-radius:6px;
  background: url("/images/flowjam/2022/winter/results/bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 320px;
}
.fjthumb {
  width:220px;
  height:220px;
  border-radius:8px;
}
.fjthumbtitle {
  height: 16px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:14px;
  margin-top:32px;
}
#fjcarousel {
  margin-left:72%;
}
.fjcarousel li {
    float: left;
    background: none;
    padding: 0;
    padding-right: 100px;
    margin-top: 10px;
}
.fjcarousel li img {
    box-shadow: none;
}
.fjprev {
  left:-60px;
}
.fjnext {
  left:226px;
}
#fjshadow {
  top: 0px;
  height: 100%;
  width:80px;
  position: absolute;
  right:0;
  pointer-events: none;
  border-radius:6px;
  visibility:hidden;
}
#switchaward {
  top: 203px;
  left: 178px;
  pointer-events: none;
  position: absolute;
  width: 46%;
}
#flowjam_last {
  margin-right:55px;
}
@media (min-width: 1200px) { 
    #flowjam_last {
      margin-right: 146px;
    }
}
#fjclick {
  position: absolute;
  width: 35%;
  height: 300px;
  display: block;
} 

/**
 * Upgrade Modal
 */
.fl-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  overflow: visible;
}

/* Modal Content */
.fl-modal iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: none;
  width: 100%;
  height: 100%;
}

/* The Close Button */
.fl-close-modal {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.fl-close:hover,
.fl-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#snippet {
  border-style:none;
  position: absolute;
  width:70vh;
  height:80vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: #2f343f;
  color: #fff;
  box-shadow: 0px 0px 24px 13px rgb(0 0 0 / 44%);
  z-index: 2; /* Sit on top */
}
/* The Modal (background) */
#snippet-bg {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color #020203 */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

