.btn {
  display: inline-block;
  position: relative;
  height: 46px;
  line-height: 45px;
  border: 1px solid #419bf9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 18px;
  color: #419bf9;
  text-decoration: none;
  padding: 0 20px 0 20px;
  text-transform: uppercase;
  -webkit-transition: color 100ms linear, background 100ms linear, border-color 100ms linear;
  transition: color 100ms linear, background 100ms linear, border-color 100ms linear; }

.btn:hover {
  color: white;
  background: #419bf9; }

.btn--buy {
  height: 46px;
  line-height: 45px;
  border: 1px solid #419bf9;
  font-size: 18px;
  color: white;
  background: #419bf9;
  text-align: center;
  width: 44%;
  padding: 0 0px 0 0px; }

.btn--buy:hover {
  background: #00BBFF;
  border-color: #00BBFF; }

.btn--trial {
  height: 46px;
  line-height: 45px;
  border: 1px solid #7ed321;
  font-size: 18px;
  color: white;
  background: #7ed321;
  text-align: center;
  width: 44%;
  padding: 0 0px 0 0px; }

.btn--trial:hover {
  background: #78E60F;
  border-color: #78E60F; }

.btn--light {
  color: white;
  border: 1px solid white; }

.btn--fullWidth {
  text-align: center;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px; }

@media only screen and (max-width: 767px) {
  .btn--fullWidthMobile {
    text-align: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px; }

  .btn--fullWidthMobile:first-of-type {
    margin-top: 0px; } }
.pageTitle {
  font-size: 40px;
  color: #333b42;
  line-height: 1.4; }

.pageSubtitle {
  font-size: 24px;
  color: #333b42;
  line-height: 1.4; }

.paragraphText {
  font-size: 18px;
  line-height: 1.4; }

.paragraphText--small {
  font-size: 14px;
  line-height: 1.4; }

.mainContainer {
  background: white;
  padding: 90px 0 90px 0; }

.container-normal {
  background: white;
  padding: 90px 0 90px 0; }

.mainContent_form {
  background: white;
  padding: 90px 0 90px 0; }

.formSplash {
  height: 260px !important;
  padding-top: 40px !important; }

.u-debug {
  background: rgba(255, 0, 0, 0.7); }

.u-displayBlock {
  display: block; }

.u-displayInlineBlock {
  display: inline-block; }

.u-paddingTop15 {
  padding-top: 15px; }

.u-paddingTop30 {
  padding-top: 30px; }

.u-paddingTop60 {
  padding-top: 60px; }

.u-paddingTop90 {
  padding-top: 90px; }

.u-paddingBottom15 {
  padding-bottom: 15px; }

.u-paddingBottom30 {
  padding-bottom: 30px; }

.u-marginTop15 {
  margin-top: 15px; }

.u-marginLeft10 {
  margin-left: 10px; }

.u-link {
  color: #419bf9;
  text-decoration: none;
  font-size: 18px;
  -webkit-transition: 100ms opacity linear;
  transition: 100ms opacity linear; }

.u-link:hover {
  opacity: 0.5; }

.u-link--small {
  font-size: 14px; }

.u-link--block {
  display: block; }

.u-color-white {
  color: white; }

.u-linkColor {
  color: black; }

.u-linkColor:hover {
  color: #419bf9; }

.u-textAlignCenter {
  text-align: center !important; }

.u-alignCenter {
  display: block;
  margin: 0 auto; }

.u-floatLeft {
  float: left; }

.u-floatRight {
  float: right; }

.u-photoCenter {
  position: relative;
  display: block;
  margin: 0 auto; }

.u-textDecorationNone {
  text-decoration: none; }

.u-textBold {
  font-weight: 600 !important; }

.googleAnnouncement {
  font-size: 18px !important;
  line-height: 1.5 !important; }

.googleHR {
  height: 1px;
  width: 100%;
  margin: 30px 0 30px 0 !important; }

.u-desktopOnly {
  display: inherit; }

.u-mobileOnly {
  display: none; }

@media only screen and (max-width: 767px) {
  .u-desktopOnly {
    display: none; }

  .u-mobileOnly {
    display: inherit; } }
/* --------------- */
/* Section: Header */
/* --------------- */
.form-header {
  line-height: 50px;
  padding-top: 10px;
  z-index: 10;
  width: 100%;
  /* header: */
  /* background-image: -o-linear-gradient(-89deg, #000000 0%, #242E37 100%);
  background-image: -moz-linear-gradient(-89deg, #000000 0%, #242E37 100%);
  background-image: -ms-linear-gradient(-89deg, #000000 0%, #242E37 100%);
  background-image: linear-gradient(-179deg, #000000 0%, #242E37 100%); */
  background: #263238;
  color: #fff;
  -webkit-transform: translate3d(0, -61px, 0);
  transform: translate3d(0, -61px, 0);
  -webkit-transition: all 300ms cubic-bezier(0.705, -0.405, 0.26, 1.46);
  transition: all 300ms cubic-bezier(0.705, -0.405, 0.26, 1.46);
  position: fixed;
  border-bottom: none !important;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 99999; }

header.subMenuActive {
  -webkit-transform: translate3d(0, -10px, 0) !important;
  transform: translate3d(0, -10px, 0) !important; }

header ul {
  display: inline-block;
  float: right; }

header ul li {
  display: inline-block;
  float: right;
  margin-right: 20px; }

header ul li:first-of-type {
  margin-right: 0px; }

header .mainNav ul li:first-of-type {
  margin-right: 0px; }

header .mainNav {
  display: block; }

header .mainNav .logoTitle {
  display: inline-block;
  font-size: 18px; }

header .logoTitleLink {
  color: #fff;
  text-decoration: none; }

header .mainNav .logoTagline {
  display: inline-block;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400; }

header .projectTitle {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.705, -0.405, 0.26, 1.46);
  transition: all 300ms cubic-bezier(0.705, -0.405, 0.26, 1.46); }

header .projectTitle:hover {
  color: #0EB7FF; }

header .mainNav ul {
  display: inline-block;
  float: right; }

header .mainNav ul li {
  display: inline-block;
  float: right;
  margin-right: 20px; }

header .subNav {
  height: 50px;
  border-bottom: 1px solid #A5B1BB; }

header .subNavButton {
  opacity: 1; }

header .subNavButtonTriggered {
  -webkit-animation-name: fadeInButton;
  animation-name: fadeInButton;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.705, -0.405, 0.26, 1.46);
  animation-timing-function: cubic-bezier(0.705, -0.405, 0.26, 1.46);
  -webkit-animation-delay: 0;
  animation-delay: 0; }

header .subNavButtonTriggered:first-of-type {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms; }

header .subNavButtonTriggered:nth-of-type(2n) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms; }

header .subNavButtonTriggered:nth-of-type(3n) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms; }

header .subNavButtonTriggered:nth-of-type(4n) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms; }

header .subNavButtonTriggered:nth-of-type(5n) {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms; }

header .subNavButtonTriggered:nth-of-type(6n) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms; }

header .subNavButtonTriggered:nth-of-type(7n) {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms; }

header .subNavButtonTriggered:nth-of-type(8n) {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms; }

.form-header-button {
  color: #fff !important; }

.doubleheader {
  background: #fff;
  position: relative;
  top: 0px;
  margin-top: -60px;
  height: 50px;
  width: 100%;
  line-height: 50px; }

.doubleheader h2 {
  font-size: 20px;
  display: inline-block;
  float: left; }

.doubleheader ul {
  display: inline-block;
  float: right; }

.doubleheader ul li {
  display: inline-block;
  float: right;
  margin-right: 20px; }

.doubleheader ul li:first-of-type {
  margin-right: 0; }

.doubleheader ul li a {
  color: black;
  text-decoration: none; }

.doubleheader ul li a:hover {
  color: #0EB7FF;
  text-decoration: none; }

.noDesktopPadding {
  margin-right: 0px; }

header .mainNav ul li:first-of-type {
  display: none; }

@media only screen and (max-width: 767px) {
  header {
    -webkit-transform: translate3d(0, -371px, 0) !important;
    transform: translate3d(0, -371px, 0) !important;
    -webkit-transition: all 500ms cubic-bezier(0.705, -0.405, 0.26, 1.46);
    transition: all 500ms cubic-bezier(0.705, -0.405, 0.26, 1.46); }

  header .mainNav .logoTagline {
    display: none; }

  header .mainNav ul li {
    display: none; }

  header .mainNav ul li:first-of-type {
    display: inline-block; }

  header .subNav {
    height: auto;
    overflow: hidden;
    padding-top: 10px; }

  header .subNav ul li {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0; }

  header .subNav .globalButton {
    border-color: #A5B1BB;
    color: #A5B1BB;
    width: 280px;
    padding: 0; }

  header .subNav .globalButton .mobileOnly {
    border-color: #333B42 !important;
    color: #333B42 !important;
    display: block; }

  header .subNavButtonTriggered {
    -webkit-animation-name: fadeInButtonMobile;
    animation-name: fadeInButtonMobile;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.705, -0.405, 0.26, 1.46);
    animation-timing-function: cubic-bezier(0.705, -0.405, 0.26, 1.46);
    -webkit-animation-delay: 0;
    animation-delay: 0; }

  .noDesktopPadding {
    margin-right: 20px; } }
.section-nativeTaglines {
  padding-top: 130px; }

@media only screen and (max-width: 767px) {
  .section-nativeTaglines {
    padding-top: 30px; } }
.container-features {
  background-image: -o-linear-gradient(-89deg, #080B0F 0%, #2B3445 100%);
  background-image: -moz-linear-gradient(-89deg, #080B0F 0%, #2B3445 100%);
  background-image: -ms-linear-gradient(-89deg, #080B0F 0%, #2B3445 100%);
  background-image: linear-gradient(-179deg, #080B0F 0%, #2B3445 100%);
  -moz-box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.07), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.07), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5); }

.container-bottom {
  background: #455A64; }

.sampleProjects li {
  height: 150px;
  width: 20%;
  float: left;
  overflow: hidden;
  border: 2px solid #fff; }

.sampleProjects li a img {
  position: relative;
  left: 50%;
  margin-left: -94px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear; }

.sampleProjects li a img:hover {
  opacity: 0.5;
  -webkit-transform: scale(1.05); }

.section-gettingStarted {
  padding-top: 90px; }

.callOutModule {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  /* 	background-image: -o-linear-gradient(-89deg, #FFFFFF 0%, #FCFCFC 100%);
  	background-image: -moz-linear-gradient(-89deg, #FFFFFF 0%, #FCFCFC 100%);
  	background-image: -ms-linear-gradient(-89deg, #FFFFFF 0%, #FCFCFC 100%);
  	background-image: linear-gradient(-179deg, #FFFFFF 0%, #FCFCFC 100%); */
  border: 1px solid #DBDBDB;
  padding: 20px;
  position: relative;
  -webkit-transition: 100ms border linear;
  transition: 100ms border linear; }

.callOutModule:last-of-type {
  display: block;
  margin-top: 30px; }

.callOutModule:hover {
  border: 1px solid #419bf9; }

.callOutModule h5 {
  color: #333b42;
  font-size: 24px;
  padding-left: 80px; }

.callOutModule p {
  color: #333b42;
  font-size: 14px;
  position: relative;
  line-height: 1.4;
  padding-left: 80px; }

.callOutModule-link {
  padding-left: 80px; }

.callOutModule img {
  position: absolute; }

.googleModule {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  position: relative;
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  font-family: 'Roboto', sans-serif; }

.googleModule:hover {
  background: #E6E6E6; }

.googleModule h5 {
  font-size: 26px;
  float: right;
  line-height: 100px; }

.googleModule img {
  float: left;
  width: 152px; }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .googleModule h5 {
    font-size: 20px; }

  .googleModule img {
    width: 125px;
    padding-top: 9px; } }
@media only screen and (max-width: 767px) {
  .googleModule {
    height: 100%;
    top: 30px;
    padding-top: 15px;
    padding-bottom: 15px; }

  .googleModule h5 {
    float: none;
    text-align: center;
    font-size: 16px;
    line-height: 1.5; }

  .googleModule img {
    width: 125px;
    padding-top: 4px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    float: none;
    display: block;
    position: relative; }

  .btn-viewer-index {
    margin-left: 0;
    margin-top: 10px; } }
.googleA {
  color: #6c6c6c; }

.formDemoContainer {
  position: relative; }

.formDemo {
  top: 70px;
  left: 155px;
  position: absolute;
  height: 397px;
  width: 224px;
  z-index: 100; }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .formDemo {
    top: 70px;
    left: 60px; } }
.container-material {
  background: #1976D2;
  padding: 60px 0 60px 0 !important; }

.m-featureButton {
  font-size: 18px !important;
  height: 46px;
  width: 200px; }

.m-subFeatureButton {
  font-size: 14px !important;
  height: 32px;
  width: 200px;
  text-align: center; }

.m-blue500 {
  background: #2196F3 !important; }

.m-green500 {
  background: #4CAF50 !important; }

.m-pink500 {
  background: #E91E63 !important; }

.m-orange500 {
  background: #F4511E !important; }

.m-leftShowcaseImage {
  float: left;
  width: 50%; }

.container-fast {
  	/* background: url('/static/img/form/index/fast_white@2x.png') no-repeat center center;
  	-webkit-background-size: cover;
  	background-size: cover;
   */
  padding: 60px 0 0 0 !important; }

.container-share {
  background: #263238;
  padding: 60px 0 60px 0 !important; }

.container-sdk {
  background: #FFFFFF;
  padding: 60px 0 60px 0 !important; }

.u-padding40 {
  padding: 40px; }

.line-data {
  font-size: 10px; }

.line-numbers {
  font-size: 10px; }

.gist-meta {
  font-size: 10px !important; }

.container-SDKmodule {
  background: #ECEFF1;
  padding: 60px 0 60px 0; }

.container-SDKmodule img {
  border-radius: 2px; }

.container-SDKmodule h3 {
  font-weight: 400 !important; }

.container-SDKPatch {
  background: #263238;
  padding: 60px 0 60px 0; }

.container-SDKPatch h3 {
  color: white;
  font-weight: 400 !important; }

.container-sdkExample {
  padding-top: 60px;
  padding-bottom: 0; }

/* Form 1.3 Specific Stuff */
.container-frontpage-subfeature {
  display: block;
  height: 600px;
  width: 100%;
  overflow: hidden; }

.container-frontpage-material {
  background: #3b78e7; }

.container-frontpage-performance {
  background: #263238; }

.container-frontpage-sharing {
  background: #009688; }

.container-frontpage-SDK {
  background: #607D8B; }

.frontpage-left-right-container {
  height: 100%;
  width: 960px;
  position: relative;
  margin: 0 auto;
  overflow: visible; }

.frontpage-h1, .frontpage-h4 {
  color: #fff;
  font-family: Roboto; }

.frontpage-h1 {
  font-size: 36px; }

.frontpage-h4 {
  font-size: 18px;
  opacity: 0.7;
  padding-top: 23px;
  line-height: 1.4; }

.frontpage-left {
  float: left;
  width: 368px;
  height: 172px;
  margin-top: 214px;
  margin-left: 10px;
  margin-right: 10px; }

.frontpage-right {
  margin-left: 480px;
  height: 600px;
  width: 700px; }

.material-flat-button {
  height: 36px;
  width: 120px;
  background: rgba(255, 255, 255, 0);
  display: inline-block;
  text-decoration: none;
  margin-top: 23px;
  border-radius: 2px;
  -webkit-transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.material-flat-button:hover {
  background: rgba(255, 255, 255, 0.3); }

.material-flat-button-left {
  margin-left: -23px; }

.material-flat-button-left2 {
  margin-left: -16px; }

.material-flat-button-text {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
  padding-top: 11px; }

.frontpage-right-asset-material {
  background: url("/img/form/index/material/design@2x.png");
  background-size: 578px 600px;
  width: 578px;
  height: 600px; }

.frontpage-right-asset-performance {
  background: url("/img/form/index/material/performance@2x.png");
  background-size: 635px 600px;
  width: 635px;
  height: 600px; }

.frontpage-right-asset-sharing {
  background: url("/img/form/index/material/sharing.png");
  width: 484px;
  height: 600px; }

.frontpage-right-asset-SDK {
  background: url("/img/form/index/material/sdk@2x.png");
  background-size: 740px 600px;
  width: 740px;
  height: 600px; }

.front-right-video-material {
  position: relative;
  margin: 130px 0 0 15px;
  width: 191px;
  height: 340px; }

.front-right-video-performance {
  position: relative;
  margin: 147px 0 0 18px;
  width: 230px; }

.front-right-video-sharing {
  position: relative;
  margin: 130px 0 0 15px;
  width: 191px;
  height: 340px; }

.front-right-video-sharing-right {
  position: relative;
  margin: 130px 0 0 67px;
  width: 191px;
  height: 340px; }

.front-right-video-sharing-2 {
  margin-top: 60px; }

/* 959 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .frontpage-left-right-container {
    width: 768px; } }
/* 767 */
@media only screen and (max-width: 767px) {
  .frontpage-right {
    display: none; }

  .frontpage-left-right-container {
    width: 300px; }

  .frontpage-left {
    width: 300px;
    margin-left: 0;
    margin-right: 0; }

  .frontpage-h1 {
    font-size: 32px; }

  .container-frontpage-subfeature {
    height: 320px; }

  .frontpage-left {
    margin-top: 70px; }

  .frontpage-left-nobuttons {
    margin-top: 90px; } }
/* 480 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .frontpage-right {
    display: none; }

  .frontpage-left-right-container {
    width: 420px; }

  .frontpage-left {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .container-frontpage-subfeature {
    height: 320px; }

  .frontpage-left {
    margin-top: 70px; }

  .frontpage-left-nobuttons {
    margin-top: 107px; } }
.exampleTile {
  position: relative;
  display: block;
  height: 215px;
  width: 100%;
  border: 1px solid #CCD3D8;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 15px; }

.exampleOverlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  display: block;
  height: 215px;
  width: 100%;
  opacity: 0;
  text-align: center;
  font-size: 20px;
  line-height: 214px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }

.exampleOverlay:hover {
  opacity: 1; }

.verticalMargins15 {
  margin: 0 15px 0 15px; }

.learnCard {
  background: white;
  border: 1px solid #B8B8B8;
  -moz-box-shadow: 0px 2px 4px 0px #DCDCDC;
  box-shadow: 0px 2px 4px 0px #DCDCDC;
  height: 260px;
  display: inline-block;
  margin-top: 30px !important;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease; }

.learnCard:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -moz-box-shadow: 0px 3px 8px 0px #DCDCDC;
  box-shadow: 0px 3px 8px 0px #DCDCDC; }

.learnCardHeader {
  background: red;
  height: 108px;
  width: 100%; }

.learnCardHeader--fundamentals {
  background: #87c048; }

.learnCardHeader--views {
  background: #36b3c0; }

.learnCardHeader--interactions {
  background: #fd6c6e; }

.learnCardHeader--animations {
  background: #55cdc0; }

.learnCardHeader--deviceapis {
  background: #c466ae; }

.learnCardHeader--organization {
  background: #607779; }

.learnCardHeader--materialdesign {
  background: #ffab40; }

.learnCardHeader--simplepatches {
  background: #4fc3f7; }

.learnCardImage--fundamentals {
  padding-top: 26px !important; }

.learnCardImage--views {
  padding-top: 21px !important; }

.learnCardImage--interactions {
  padding-top: 22px !important; }

.learnCardImage--animations {
  padding-top: 22px !important; }

.learnCardImage--deviceapis {
  padding-top: 22px !important; }

.learnCardImage--organization {
  padding-top: 22px !important; }

.learnCardImage--materialdesign {
  padding-top: 28px !important; }

.learnCardImage--simplepatches {
  padding-top: 30px !important; }

.learnCardText {
  padding-top: 22px; }

.learnCardTextTitle {
  padding-bottom: 10px; }

.learnCardTextDesc {
  color: #333b42 !important; }

.learnCardTextTitle,
.learnCardTextDesc {
  padding-left: 10px;
  padding-right: 10px; }

.learnNav {
  margin-top: 0 !important;
  padding: 0 !important; }

.learnItem {
  background: white;
  border: 1px solid #E0E0E0;
  border-top: none;
  height: 46px;
  line-height: 46px;
  margin: 0;
  padding: 0 0 0 16px;
  font-size: 16px;
  -webkit-transition: all 100ms linear; }

.learnItem--first {
  border-top: 1px solid #E0E0E0; }

.learnItem--selected {
  background: #FDFEFF;
  border: 1px solid #419bf9 !important;
  color: #419bf9 !important; }

.learnItem:hover {
  border-color: #419bf9 !important;
  background: #419bf9;
  color: white !important; }

.learnTitle {
  color: #333b42;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 15px; }

.learnParagraph {
  color: #333b42;
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 15px; }

.learnBreak {
  margin-top: 15px;
  margin-bottom: 30px; }

.learnStep {
  color: #979797;
  padding-right: 15px;
  font-weight: normal; }

.learnCanvas {
  background: black;
  min-height: 300px;
  max-height: 600px;
  width: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.learnCanvas--full {
  -webkit-transition: width 300ms linear, -webkit-transform 300ms linear;
  transition: width 300ms linear, transform 300ms linear;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0px); }

.learnCanvas--full:hover {
  -webkit-transform: translate3d(-280px, 0, 0);
  width: 1000px; }

.learnResult {
  position: absolute; }

.learnCanvasSection {
  position: relative;
  display: block;
  height: 600px;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.learnCanvasHalf {
  display: inline-block;
  background: black;
  float: left;
  width: 66.6666%;
  height: 100%;
  overflow: scroll;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center; }

.learnResult {
  display: inline-block;
  /* bg: */
  /* Rectangle 1: */
  background-image: -o-linear-gradient(89deg, #FBFBFB 0%, #DDDDDD 100%);
  background-image: -moz-linear-gradient(89deg, #FBFBFB 0%, #DDDDDD 100%);
  background-image: -ms-linear-gradient(89deg, #FBFBFB 0%, #DDDDDD 100%);
  background-image: linear-gradient(-1deg, #FBFBFB 0%, #DDDDDD 100%);
  float: right;
  width: 33.3333%;
  height: 100%;
  overflow: scroll; }

.fakeDimensions {
  background: red;
  width: 320px;
  height: 568px;
  position: relative;
  margin: 0 auto;
  border: 14px solid black;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  box-sizing: content-box;
  -webkit-transform: scale(0.8);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.4) 0 10px 20px; }

.videoWrapper {
  height: 400px;
  width: 100%; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.videoSection {
  padding-top: 60px; }

.videoSection .videoWrapper {
  position: relative;
  padding-bottom: 55%;
  padding-top: 25px;
  height: 0; }

.player .video-wrapper {
  background: white !important; }

.learnImage {
  padding-top: 15px; }

.learnArrow {
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px; }

.sdkItem {
  background: white;
  /* border: 1px solid #E0E0E0; */
  border-top: none;
  /* height: 32px; */
  /* line-height: 32px; */
  margin: 0;
  padding: 8px 8px 8px 0px;
  font-size: 16px;
  -webkit-transition: all 100ms linear;
  list-style: none; }

.sdkLinkColor {
  color: black !important; }

.sdkLinkColor:hover {
  color: #737C83 !important; }

.whiteText {
  color: white !important; }

.indentLeft {
  padding-left: 10px; }

.sectionTitle {
  font-weight: 500 !important;
  font-size: 16px; }

.listTitle {
  font-weight: 400 !important;
  font-size: 14px; }

.borderTop {
  border-top: 1px solid #E0E0E0; }

.titlePadding {
  padding-top: 30px !important; }

.columnPadding {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.marginTop10 {
  margin-top: 10px; }

.marginTop30 {
  margin-top: 30px !important; }

.marginLeft30 {
  margin-left: 30px; }

.marginTop50 {
  margin-top: 50px; }

.marginTop60 {
  margin-top: 60px !important; }

.marginTop80 {
  margin-top: 80px; }

.marginBottom30 {
  margin-bottom: 30px; }

.captionText {
  font-size: 12px; }

.stepImg {
  padding: 0px !important; }

.btnWidth {
  width: 36%; }

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