body {
  margin-bottom: 0px;
  font-family:'Open Sans', sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 20px;
}
h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-shadow: none;
}
h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin: 10px 0px;
  font-family:'Open Sans', sans-serif;
  color: #054c8d;
  font-size: 29px;
  line-height: 48px;
  font-weight: 400;
  text-shadow: none;
}
h4 {
  margin: 10px 0px;
  float: none;
  font-family:'Open Sans', sans-serif;
  color: black;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-shadow: none;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-shadow: none;
}
p {
  min-height: 0px;
  margin-bottom: 15px;
  font-family:'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.74);
  font-size: 13px;
  line-height: 24px;
  text-align: left;
  text-transform: none;
  list-style-type: none;
  text-shadow: none;
}
.button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 14px 29px;
  float: none;
  border: 2px solid white;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.09);
  box-shadow: rgba(15, 23, 31, 0.2) 0px 1px 0px 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}
.button:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.button.nav {
  margin-left: 18px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.button.nav:hover {
  background-color: #9299ad;
}
.button.big-green {
  margin-top: 191px;
  padding: 25px 22px;
  background-color: #32ac97;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 29px;
  text-transform: capitalize;
}
.button.big-green:hover {
  background-color: #258575;
}
.button.button-blue {
  display: inline-block;
  padding: 14px 24px;
  border: 2px solid #3195f3;
  background-color: #0a7cff;
  box-shadow: none;
  text-shadow: none;
}
.button.button-blue:hover {
  border-color: #0a7cff;
  background-color: #06f;
  box-shadow: rgba(15, 23, 31, 0.2) 2px 2px 0px 1px;
  text-shadow: none;
}
.button.button-blue.smaller {
  padding: 10px 16px;
  font-size: 13px;
  text-shadow: none;
}
.button.button-blue.fixed-to-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 15px;
  display: block;
  box-shadow: none;
  text-shadow: none;
}
.button.button-blue.plan-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  box-shadow: none;
  text-shadow: none;
}
.button.button-med {
  display: inline-block;
  padding: 14px 20px;
  border: 2px solid white;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.74);
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 0px;
  font-size: 12px;
  line-height: 14px;
  text-shadow: none;
}
.button.button-med:hover {
  display: inline-block;
  background-color: #171c21;
}
.button.button-med.button-default {
  padding-bottom: 13px;
  padding-left: 20px;
  float: none;
  background-image: -webkit-linear-gradient(#b3b3b3, #878686);
  background-image: linear-gradient(#b3b3b3, #878686);
  box-shadow: rgba(0, 0, 0, 0.29) 1px 1px 0px 0px;
  font-family:'Open Sans', sans-serif;
  color: #054c8d;
  font-size: 13px;
  font-weight: 600;
}
.button.button-med.button-default:hover {
  background-image: -webkit-linear-gradient(white, #878686);
  background-image: linear-gradient(white, #878686);
  font-family:'Open Sans', sans-serif;
  font-weight: 600;
}
.button.button-med.hidden {
  display: none;
}
.button.button-ghost {
  display: inline-block;
  width: auto;
  height: auto;
  float: none;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.54);
  background-color: rgba(0, 0, 0, 0.49);
  box-shadow: rgba(15, 23, 31, 0.2) 1px 1px 0px 0px;
  -webkit-transition-property: all;
  transition-property: all;
  text-shadow: none;
}
.button.button-ghost:hover {
  background-color: #0a7cff;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 0px 0px;
  opacity: 1;
  text-shadow: none;
}
.button.button-ghost.button-ghost-dark {
  border-color: rgba(0, 0, 0, 0.49);
  background-color: rgba(0, 0, 0, 0.2);
  color: black;
}
.button.button-download {
  display: inline-block;
  margin-top: 0px;
  float: none;
  border: 2px solid #3195f3;
  border-radius: 6px;
  background-color: #0a7cff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-align: center;
  text-shadow: none;
}
.button.button-download:hover {
  border-color: #8bb8fc;
  background-color: #0ab1ff;
  box-shadow: rgba(0, 0, 0, 0.49) 1px 1px 1px 0px;
}
.button.button-download.righty {
  float: right;
  text-shadow: none;
}
.button.button-green {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(106, 186, 141, 0.8);
  background-color: rgba(1, 148, 65, 0.8);
  box-shadow: none;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  color: white;
  text-shadow: none;
}
.button.button-green:hover {
  border-color: rgba(142, 189, 2, 0.8);
  background-color: rgba(2, 214, 94, 0.8);
  text-shadow: none;
}
.button.button-green.plans-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  box-shadow: none;
  text-shadow: none;
}
.button.button-small {
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
  padding: 6px 15px;
  font-size: 11px;
  text-shadow: none;
}
.button.button-small.blue-text {
  color: #0a7cff;
  font-size: 11px;
  font-weight: 700;
}
.section {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #171c21;
}
.section.header {
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #262933;
}
.section.hero {
  position: relative;
  display: block;
  height: 500px;
  margin-top: 0px;
  padding-top: 52px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.section.hero.celeste-bg {
  position: static;
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  padding-top: 40px;
  background-color: #054c8d;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  opacity: 1;
}
.section.hero.celeste-bg.large-hero {
  overflow-x: visible;
  overflow-y: visible;
  height: 650px;
  margin-top: 0px;
  padding-top: 20px;
  background-color: white;
  background-image: url('../images/slide-chartfx8-bg4.jpg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: repeat-x;
  background-attachment: fixed;
  opacity: 1;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.section.hero.celeste-bg.cfx8-hero {
  position: relative;
  padding-top: 25px;
  background-color: rgba(255, 255, 255, 0.70);
  background-image: url('../images/slide-chartfx8-bg4.jpg');
  background-position: -8% 141px;
  background-size: 1850px;
  background-repeat: repeat-x;
  background-attachment: fixed;
}
.section.hero.celeste-bg.cfx8-requirements-hero {
  background-image: url('../images/example-bg.png');
  background-size: 125px;
}
.section.hero.celeste-bg.main-hero-a1 {
  background-image: url('../images/grid-4-bg.png'), url('../images/shutterstock_187403492.jpg');
  background-position: 0% 0%, -34% 17%;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}
.section.hero.cfx-default-hero {
  padding-bottom: 0px;
  background-color: white;
  background-image: url('../images/grid-4-bg.png'), url('../images/hero-people-bg-1.jpg');
  background-position: 0% 0%, -296px -177px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}
.section.hero.cfx8-hero {
  padding-top: 35px;
  background-image: url('../images/grid-5-bg.png'), url('../images/chartfx-hero_positioning9.jpg');
  background-position: 0% 0%, 50% -138px;
  background-size: auto, 2000px;
  background-repeat: repeat, repeat;
}
.section.hero.cfx8-hero.forcom {
  background-image: url('../images/grid-5-bg.png'), url('../images/hero-people-bg-14.jpg');
  background-position: 0% 0%, 25% -110px;
  background-size: auto, 2600px;
}
.section.hero.small-hero {
  height: 250px;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.section.hero.small-hero.cfx8-hero-requirements {
  background-image: url('../images/grid-4-bg.png'), url('../images/watermark-visualstudio-logo-4.png'), url('../images/dashboard-sample-out-focus.png');
  background-position: 0% 0%, 50% 50%, 96% 37%;
  background-size: auto, cover, 2022px;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}
.section.hero.small-hero.cfx8-hero-requirements.double-line {
  padding-top: 20px;
}
.section.hero.small-hero.cfx8-hero-features {
  background-image: url('../images/grid-5-bg.png'), url('../images/chartfx-hero_positioning9.jpg');
  background-position: 0% 0%, 50% 31%;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}
.section.hero.small-hero.cfx8-hero-features.java-watermark {
  background-image: url('../images/watermar-java-bg.png'), url('../images/grid-5-bg.png'), url('../images/chartfx-hero_positioning9.jpg');
  background-position: 34% 69%, 0% 0%, 50% 31%;
  background-size: 300px, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}
.section.hero.small-hero.cfx7-hero-features {
  background-image: url('../images/grid-5-bg.png'), url('../images/hero-people-bg-2.jpg');
  background-position: 50% 50%, -666px 36%;
  background-size: auto, 2300px;
  background-repeat: repeat, repeat-x;
  background-attachment: scroll, scroll;
}
.section.hero.small-hero.cfxgauges-hero-features {
  padding-top: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url('../images/grid-5-bg.png'), url('../images/hero-people-bg-4.jpg');
  background-position: 0% 0%, 30% 25%;
  background-repeat: repeat, repeat;
}
.section.hero.small-hero.cfx-xtns-hero-features {
  padding-top: 20px;
  background-image: url('../images/grid-5-bg.png'), url('../images/chartfx-hero_positioning9.jpg');
  background-position: 0% 0%, 78% 47%;
  background-size: auto, 4000px;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}
.section.hero.small-hero.cfx7-hero-requirements {
  background-image: url('../images/watermar-java-bg.png'), url('../images/watermar-java-bg.png'), url('../images/shutterstock_141716080.jpg');
  background-position: 50% 70%, 50% 70%, 50% -4px;
  background-size: 300px, 300px, 2300px;
  background-repeat: no-repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}
.section.hero.small-hero.generic-hero-v1 {
  background-color: #0a7cff;
  background-image: url('../images/generic-positioning-bg2.png');
  background-position: -98% -70px;
  background-size: cover;
}
.section.hero.small-hero.resellers-hero {
  background-image: url('../images/hero-skyline-bg.jpg');
  background-position: 50% 42%;
  background-size: cover;
}
.section.hero.small-hero.cfx8com-hero-features {
  background-image: url('../images/grid-5-bg.png'), url('../images/watermar-com-bg_1.png'), url('../images/hero-people-bg-14.jpg');
  background-position: 0% 0%, 50% 34%, 25% 26%;
  background-size: auto, auto, 2600px;
  background-repeat: repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}
.section.hero.small-hero.powergadgets1-small-hero {
  background-image: url('../images/grid-5-bg.png'), url('../images/hero-people-bg-15a.jpg');
  background-position: 0% 0%, 47% 16%;
  background-size: auto, 1600px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}
.section.hero.small-hero.powershell1-hero-requirements {
  background-image: url('../images/grid-5-bg.png'), url('../images/hero-people-bg-17.jpg');
  background-position: 0% 0%, -6px 67%;
  background-size: auto, auto 423px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}
.section.hero.small-hero.powergadgets2-small-hero {
  background-image: url('../images/grid-5-bg.png'), url('../images/hero-people-bg-16.jpg');
  background-position: 0% 0%, 86% 25%;
  background-size: auto, 1800px;
}
.section.hero.cfx7-hero {
  background-image: url('../images/grid-5-bg.png'), url('../images/hero-people-bg-2.jpg');
  background-position: 0% 0%, 82% 30%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}
.section.hero.cfx7-hero.java {
  background-image: url('../images/watermar-java-bg.png'), url('../images/grid-5-bg.png'), url('../images/shutterstock_182480570.jpg');
  background-position: 10% -20%, 0% 0%, -345px 35%;
  background-size: 400px, auto, 2600px;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, fixed, scroll;
}
.section.hero.cfx6-hero {
  background-image: url('../images/grid-5-bg.png'), url('../images/hero-people-bg-3.jpg');
  background-position: 0% 0%, 17% 50%;
  background-size: auto, 1800px;
  background-repeat: repeat, repeat-x;
}
.section.hero.cfxgauges-hero {
  background-color: rgba(255, 255, 255, 0.70);
  background-image: url('../images/grid-5-bg.png'), url('../images/hero-people-bg-4_1.jpg');
  background-position: 0% 0%, 54% 21%;
  background-repeat: repeat, repeat;
}
.section.hero.cfx-xtns-hero {
  background-image: url('../images/grid-5-bg.png'), url('../images/hero-people-bg-5.jpg');
  background-position: 0% 0%, 50% 22%;
  background-size: auto, 2100px;
}
.section.hero.java.cfx7-hero-desktop {
  background-image: url('../images/grid-5-bg.png'), url('../images/hero-people-bg-7_1.jpg');
  background-position: 0% 0%, 99% 34%;
  background-size: auto, 2300px;
  background-repeat: repeat, no-repeat;
}
.section.hero.chartfx7-java-server {
  background-image: url('../images/grid-5-bg.png'), url('../images/hero-people-bg-10.jpg');
  background-position: 0% 0%, -433px 29%;
  background-repeat: repeat, no-repeat;
}
.section.hero.studiofx-default-hero {
  background-image: url('../images/grid-4-bg_1.png'), url('../images/hero-people-bg-13.jpg');
  background-position: 0% 0%, 49% 41%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}
.section.hero.powergadgets1-hero {
  background-image: url('../images/grid-5-bg.png'), url('../images/hero-people-bg-16.jpg');
  background-position: 0% 0%, 86% 23%;
  background-size: auto, 2000px;
  background-repeat: repeat, no-repeat;
}
.section.hero.chartfxcom-62-hero {
  background-image: url('../images/grid-5-bg.png'), url('../images/hero-people-bg-18.jpg');
  background-position: 0% 0%, 77% 43%;
  background-size: auto, 1500px;
}
.section.grey {
  background-color: #eff1f4;
  text-align: center;
}
.section.centered {
  text-align: center;
}
.section.centered.light-gray-section {
  height: auto;
  background-color: #f0f0f0;
  box-shadow: none;
}
.section.centered.light-gray-section.celeste-bg {
  padding-bottom: 65px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0);
  background-color: #f5f5ff;
  box-shadow: none;
}
.section.centered.light-gray-section.celeste-bg.geometric-bg1 {
  display: block;
  height: auto;
  padding-top: 40px;
  border-top-width: 2px;
  border-top-color: white;
  background-color: #b9d3fa;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  box-shadow: none;
}
.section.centered.light-gray-section.watermark-extensions {
  background-image: url('../images/watermark-extensions.png'), none;
  background-position: 50% 50%, 0% 0%;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, fixed;
  box-shadow: none;
}
.section.centered.light-blue-block {
  background-color: rgba(126, 177, 252, 0.09);
}
.section.centered.inset-box {
  border: 1px solid white;
  background-color: white;
  box-shadow: black 0px 0px 8px 0px inset;
}
.section.footer {
  padding-top: 10px;
  border-style: solid;
  border-width: 2px 0px;
  border-color: #0b78b5;
  background-color: #171717;
  text-align: left;
}
.company {
  margin-top: 11px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 28px;
  font-weight: 400;
}
.nav-link {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 30px 9px 15px;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-family:'Open Sans', sans-serif;
  color: rgba(212, 207, 207, 0.81);
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}
.nav-link:hover {
  padding-left: 15px;
  color: white;
}
.nav-link.w--open {
  padding-right: 30px;
  background-color: black;
}
.nav-link.sign-up {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #0a7cff;
}
.nav-link.sign-up:hover {
  background-color: #3ac2ab;
}
.nav-column {
  padding-top: 10px;
  text-align: right;
}
.logo {
  margin-top: 8px;
  margin-right: 11px;
  float: left;
}
.hero-heading {
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 65px;
  line-height: 48px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
  text-shadow: #00b7ff 0px 1px 0px, rgba(0, 0, 0, 0.49) 0px 3px 0px;
}
.hero-heading.hero-heading-dark {
  font-family:'Open Sans', sans-serif;
  color: #171c21;
  font-size: 41px;
}
.hero-heading.dark {
  color: black;
  text-shadow: #00b7ff 0px 1px 0px;
}
.hero-subhead {
  width: 77%;
  min-height: 0px;
  margin: 22px auto 10px;
  padding: 12px 10px;
  border-radius: 6px;
  background-color: transparent;
  color: white;
  font-size: 30px;
  line-height: 42px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: rgba(0, 0, 0, 0.49) 0px 0px 6px;
}
.hero-subhead.hero-subhead-dark {
  padding-top: 5px;
  font-family:'Open Sans', sans-serif;
  color: #06628c;
  font-size: 17px;
  font-weight: 600;
}
.hero-subhead.dark {
  margin-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  color: #333;
  font-weight: 400;
  text-shadow: rgba(230, 230, 230, 0.2) 1px 1px 0px;
}
.hero-subhead.subhead-smaller {
  font-size: 29px;
}
.hero-subhead.subhead-smaller.double-line {
  margin-top: -22px;
}
.section-title {
  font-family:'Open Sans', sans-serif;
  font-size: 33px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
.section-title.studiofx-light-title {
  color: #d6b445;
}
.section-title.studiofx-light-title.lefty {
  color: #ffd857;
  font-size: 26px;
  text-align: left;
  text-shadow: none;
}
.section-subtitle {
  margin-bottom: 43px;
  color: #848999;
  text-align: center;
  text-shadow: none;
}
.section-subtitle.lefty {
  min-height: 0px;
  margin-bottom: auto;
  text-align: left;
  text-shadow: none;
}
.responsive-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.grey-icon {
  margin-right: 9px;
}
.content-column {
  padding-top: 79px;
  text-align: left;
}
.circle {
  height: 303px;
  margin-bottom: 25px;
  padding-top: 21px;
  border-radius: 190px;
  background-color: #f7f8fa;
}
.number {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
  padding-top: 10px;
  border-radius: 50px;
  background-color: #363b48;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 20px;
}
.icons {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-top: 30px;
  padding-top: 12px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.52);
  font-family:'Fontawesome webfont', sans-serif;
  font-size: 28px;
}
.quote-box {
  padding: 34px 40px 34px 98px;
  border-radius: 8px;
  background-color: white;
  background-image: url('../images/12-quotes.png');
  background-position: 8% 22%;
  background-size: 50px;
  background-repeat: no-repeat;
  text-align: left;
  text-shadow: none;
}
.quote {
  color: #2d303b;
  font-size: 15px;
  line-height: 24px;
}
.quote-thingy {
  display: block;
  margin-top: -2px;
  margin-right: auto;
  margin-left: 45px;
}
.by-section {
  text-align: left;
}
.person-icon {
  margin-right: 15px;
  float: left;
}
.location {
  font-family: Varela;
  color: #848999;
  font-size: 15px;
}
.logo-bottom {
  margin-right: 14px;
  float: left;
}
.footer-text {
  display: inline-block;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  color: #7d8391;
  font-size: 15px;
}
.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 7px;
  margin-left: 7px;
  padding-top: 9px;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: rgba(255, 255, 255, 0) 0px 1px 3px 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}
.social-icon:hover {
  background-color: rgba(255, 255, 255, 0);
}
.right-footer-col {
  text-align: right;
}
.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 15;
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: 1px solid #054c8d;
  border-bottom: 1px solid #054c8d;
  background-color: #555;
  background-image: url('../images/texture-paper.png');
  box-shadow: rgba(0, 0, 0, 0.49) 1px 1px 3px 0px;
}
.image-crop {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 302px;
  box-shadow: red 0px -11px 0px 0px inset;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
}
.image-crop:hover {
  height: 372px;
}
.button-group {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.button-group.platform-tabs-button-group {
  margin-top: 0px;
  padding-left: 0px;
  text-align: center;
  text-shadow: none;
}
.button-group.platform-tabs-button-group.lefty {
  text-align: left;
}
.button-group.platform-tabs-button-group.righty {
  text-align: right;
}
.button-group.hero-position-bottom {
  margin-top: 30px;
}
.center {
  text-align: center;
  text-shadow: none;
}
.center.features-2c {
  padding-right: 40px;
  padding-left: 40px;
}
.center.smaller-h3 {
  font-size: 29px;
  text-shadow: none;
}
.center.plans-title {
  color: #054c8d;
  font-size: 23px;
  line-height: 34px;
  text-shadow: none;
}
.center.right-border {
  display: block;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: white rgba(126, 177, 252, 0.49) rgba(126, 177, 252, 0.49) white;
  text-shadow: none;
}
.center.right-border.overflow-hidden {
  text-shadow: none;
}
.center.right-border.no-right-border {
  border-right-width: 0px;
  border-left-width: 0px;
  text-shadow: none;
}
.home-slide-figure {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}
.platform-tab {
  display: inline-block;
  height: auto;
  padding: 16px 45px;
  float: left;
  clear: none;
  background-color: transparent;
  opacity: 0.7;
  color: white;
  font-size: 13px;
}
.platform-tab.w--current {
  width: auto;
  height: auto;
  padding-right: 45px;
  padding-left: 45px;
  float: left;
  background-color: #054c8d;
  background-image: url('../images/bg_txtr_ltmeshBg.png');
  box-shadow: none;
  opacity: 1;
  color: white;
  text-align: center;
}
.platform-tab.active {
  width: 140px;
  height: 90px;
  text-align: center;
}
.platform-tab.active.w--current {
  height: 90px;
}
.platform-tab.inactive {
  width: 140px;
  height: 90px;
  text-align: center;
}
.platforms-tabs {
  width: 120px;
  height: 90px;
  float: left;
}
.home-tab-group {
  position: static;
  width: auto;
  height: auto;
  float: none;
  clear: both;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0));
}
.tab-pane {
  float: none;
  background-color: #054c8d;
  background-image: url('../images/bg_txtr_ltmeshBg.png');
  box-shadow: black 1px -1px 3px 0px;
}
.tab-development {
  position: relative;
  padding-top: 55px;
  background-image: url('../images/icons_platforms-med.png');
  background-position: 50% -22px;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 16px;
}
.tab-mobile {
  width: 66px;
  padding-top: 55px;
  background-image: url('../images/icons_platforms-med.png');
  background-position: 50% 54%;
  background-repeat: no-repeat;
  font-size: 16px;
  text-align: center;
}
.tab-sharepoint {
  width: auto;
  padding-top: 55px;
  background-image: url('../images/icons_platforms-med.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  font-size: 16px;
  text-align: center;
}
.platform-navigation {
  overflow-x: visible;
  overflow-y: visible;
  padding-bottom: 35px;
  background-color: #054c8d;
  background-image: url('../images/bg_txtr_ltmeshBg.png');
}
.platform-cta-label {
  display: inline-block;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  background-color: transparent;
  font-family:'Droid Sans', sans-serif;
  color: #4487b8;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
}
.tab-visual-studio {
  padding-top: 60px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
}
.tab-language {
  min-width: 70px;
  margin-bottom: 0px;
  padding: 63px 8px 13px;
  background-image: url('../images/developer_subpositioning-nav.png');
  background-position: 2px -14px;
  background-repeat: no-repeat;
  font-size: 12px;
  text-align: center;
}
.tab-language.tab-java {
  background-position: -99px -14px;
}
.tab-language.tab-html5 {
  background-position: -187px -14px;
}
.tab-language.tab-wpf {
  padding-right: 8px;
  background-position: -276px -14px;
}
.tab-language.tab-com {
  background-position: -366px -14px;
}
.tab-language.tab-powershell {
  background-position: -449px -14px;
}
.tab-language.tab-sqlserver {
  background-position: -538px -14px;
}
.tab-language.tab-ios {
  background-image: url('../images/mobile_subpositioning-nav.png');
  background-position: -10px -14px;
}
.tab-language.tab-android {
  background-image: url('../images/mobile_subpositioning-nav.png');
  background-position: -187px -14px;
}
.tab-language.tab-windows-phone {
  background-image: url('../images/mobile_subpositioning-nav.png');
  background-position: -261px -14px;
}
.tab-language.tab-citrix {
  background-image: url('../images/mobile_subpositioning-nav.png');
  background-position: -455px -14px;
}
.tab-language.tab-cfxforsp {
  background-image: url('../images/sharepoint_subpositioning-nav.png');
  background-position: -8px -14px;
}
.platform-cta {
  min-width: 0px;
  background-color: black;
  box-shadow: black 0px 0px 6px 0px;
  font-size: 12px;
}
.platform-menu-label {
  color: #ccc;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
}
.aligner {
  width: 226px;
  height: 90px;
  float: left;
}
.platform-subtab {
  margin-top: 28px;
  padding-right: 28px;
  padding-left: 28px;
  background-color: transparent;
  opacity: 0.55;
  color: white;
  font-size: 11px;
}
.platform-subtab.w--current {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 28px;
  margin-bottom: 1px;
  padding-top: 20px;
  border-top: 1px solid #3195f3;
  background-color: #054c8d;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  opacity: 1;
}
.platform-subtab.outline-open-tab.w--current {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 10px;
  margin-bottom: -1px;
  padding-top: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #7eb1fc #7eb1fc #054c8d;
}
.platform-tabs-paragraph {
  min-height: 86px;
  margin-bottom: 10px;
  padding: 12px 35px 12px 38px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  text-shadow: none;
}
.platform-tabs-paragraph.outline-open-tab-pane {
  min-height: 115px;
  margin-top: 1px;
  padding-top: 25px;
  padding-bottom: 25px;
  clear: both;
  background-color: rgba(126, 177, 252, 0.09);
}
.aligner-3 {
  width: 414px;
  height: 90px;
  min-width: 100px;
  float: left;
}
.aligner2 {
  width: 201px;
  height: 90px;
  float: left;
}
.logo-image {
  width: 100%;
}
.nav-dd-item {
  background-color: transparent;
  text-shadow: none;
}
.nav-dd-item:hover {
  background-color: rgba(23, 28, 33, 0.4);
}
.nav-dd-item:active {
  background-color: rgba(23, 28, 33, 0.38);
}
.nav-dd-item:focus {
  background-color: #171c21;
}
.dropdown-link {
  background-color: transparent;
  color: #3195f3;
}
.dropdown-link.dropdown-sublink {
  overflow-x: visible;
  overflow-y: visible;
  text-shadow: none;
}
.dropdown-link.dropdown-sublink:hover {
  background-color: #1d2329;
}
.dropdown-link.dropdown-sublink.hide-me {
  display: none;
}
.drop-down-list {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-shadow: none;
}
.drop-down-list.w--open {
  width: 176px;
  padding-bottom: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: black;
  box-shadow: rgba(0, 0, 0, 0.65) 1px 1px 3px 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.drop-down-list.mega {
  text-shadow: none;
}
.drop-down-list.mega.w--open {
  width: 470px;
  background-color: black;
}
.nav-link-dd-arrow {
  margin-right: 13px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #054c8d;
  text-shadow: none;
}
.nav-link-dd-arrow:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #3195f3;
}
.nav-link-dd-arrow:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-link-dd-arrow:focus {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nav-link-dd-text {
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  text-shadow: none;
}
.centered-image {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.dark-blue-section {
  background-color: #171c21;
}
.dark-blue-section.section-air {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #171c21;
  background-image: url('../images/chartfx-hero_positioning7.jpg');
  background-size: cover;
}
.fa-download {
  font-family:'Fontawesome webfont', sans-serif;
  color: rgba(0, 0, 0, 0.74);
  font-size: 30px;
  line-height: 40px;
}
.fa-download.icon-type {
  color: #3195f3;
}
.fa-support {
  font-family:'Fontawesome webfont', sans-serif;
  color: rgba(0, 0, 0, 0.74);
}
.fa-support.icon-type {
  color: #3195f3;
  font-size: 30px;
  line-height: 38px;
}
.icon-type {
  color: #3195f3;
  font-size: 30px;
  line-height: 38px;
  font-style: normal;
}
.icon-image {
  padding: 15px 20px 5px;
  text-shadow: none;
}
.icon-image.frame-less {
  padding-right: 45px;
  padding-left: 45px;
  text-shadow: none;
}
.icon-image.features {
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-bottom: 20px;
  padding-left: 50px;
  text-align: center;
  text-shadow: none;
}
.icon-image.product-logo {
  padding-right: 40px;
  padding-left: 40px;
  text-shadow: none;
}
.icon-image.product-logo.smaller {
  text-shadow: none;
}
.icon-image.vs-icon-feat {
  padding: 10px;
  border: 0px solid white;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  box-shadow: none;
  text-shadow: none;
}
.air-40 {
  height: 40px;
  text-shadow: none;
}
.air-40.air-20 {
  text-shadow: none;
}
.air-40.zero-height {
  text-shadow: none;
}
.air-40.new-product-special-box {
  text-shadow: none;
}
.footer-nav-holder {
  font-size: 11px;
}
.nav-footer {
  padding-bottom: 15px;
  float: left;
  background-color: transparent;
}
.nav-footer.righter {
  position: relative;
  padding-top: 0px;
  float: right;
}
.footer-nav-link {
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family:'Open Sans', sans-serif;
  color: #727273;
  font-size: 11px;
  text-transform: uppercase;
}
.footer-nav-link:hover {
  color: #3195f3;
}
.footer-nav-link.hide-mob:hover {
  text-decoration: none;
}
.home-slider {
  display: block;
  height: 500px;
  margin-bottom: 1px;
  background-color: transparent;
}
.shift-text {
  color: rgba(255, 255, 255, 0.70);
  font-weight: 400;
}
.studiofx-footer-ad {
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  box-shadow: none;
}
.footer-subnav-menu {
  float: left;
  background-color: transparent;
}
.footer-subnav-link {
  padding-left: 45px;
  float: none;
  background-color: transparent;
  opacity: 0.12;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 14px;
}
.footer-subnav-link:hover {
  opacity: 0.33;
}
.footer-subnav-link.subnav-link-chartfx {
  padding-top: 20px;
  padding-left: 45px;
  background-image: url('../images/icon-chartfx.png');
  background-position: 0px 40%;
  background-repeat: no-repeat;
  opacity: 1;
  color: white;
}
.footer-subnav-link.subnav-link-chartfx:hover {
  opacity: 0.15;
}
.footer-subnav-link.subnav-link-gridfx {
  padding-left: 45px;
  background-image: url('../images/icon-gridfx.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  opacity: 1;
  color: white;
}
.footer-subnav-link.subnav-chartfx {
  background-image: url('../images/icon-chartfx.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
.footer-subnav-link.subnav-gridfx {
  background-image: url('../images/icon-gridfx.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
.footer-subnav-link.subnav-jchartfx {
  padding-left: 49px;
  background-image: url('../images/icon-jchartfx.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
.footer-subnav-link.subnav-powergadgets {
  background-image: url('../images/icon-powergadgets.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
.footer-subnav-link.subnav-cfx4sp {
  background-image: url('../images/icon-chartfx-for-sharepoint.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  font-weight: 400;
}
.subnav-bar {
  background-color: transparent;
}
.h4-footer {
  font-family:'Open Sans', sans-serif;
  color: rgba(174, 174, 174, 0.56);
  font-weight: 400;
}
.studiofx-minilogo-hz {
  margin-top: 16px;
}
.footer-disclaimer {
  padding-top: 40px;
  padding-bottom: 0px;
  font-size: 12px;
}
.disclaimer {
  margin-bottom: 0px;
  opacity: 0.75;
  color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-shadow: rgba(0, 0, 0, 0.93) 0px -1px 0px;
}
.zero-mp {
  padding-right: 0px;
  padding-left: 0px;
}
.block-transparent {
  padding-right: 35px;
  padding-left: 35px;
}
.awards-holder {
  margin-right: 0px;
  margin-left: 0px;
  padding: 30px 15px;
  border: 1px solid white;
  border-radius: 6px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, rgba(49, 149, 243, 0), rgba(49, 149, 243, 0) 33%, rgba(49, 149, 243, 0) 67%, rgba(49, 149, 243, 0));
  background-image: linear-gradient(to right, rgba(49, 149, 243, 0), rgba(49, 149, 243, 0) 33%, rgba(49, 149, 243, 0) 67%, rgba(49, 149, 243, 0));
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 0px inset;
}
.award-blocky {
  padding-bottom: 0px;
  opacity: 1;
  text-align: center;
}
.award-blocky:hover {
  margin-top: -1px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-radius: 6px;
  background-color: rgba(126, 177, 252, 0.09);
  opacity: 1;
}
.light-gray-section {
  padding-top: 65px;
  padding-bottom: 65px;
  border-top: 1px solid white;
  background-color: rgba(230, 230, 230, 0.2);
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 6px 0px;
}
.light-gray-section.watermark-com {
  text-shadow: none;
}
.slider-clients {
  height: 175px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0));
}
.air-80 {
  height: 80px;
  text-shadow: none;
}
.client-slide {
  background-color: transparent;
}
.client-slider-mask {
  background-color: transparent;
}
.client-slider-nav {
  opacity: 0;
}
.action-block {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 6;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 3px;
  background-color: transparent;
  font-family:'Open Sans', sans-serif;
  text-shadow: none;
}
.action-block:hover {
  margin-top: 1px;
  border-width: 0px;
  border-color: #d5e7fa;
  background-color: rgba(255, 255, 255, 0.09);
  text-shadow: none;
}
.action-box-holder {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  min-height: 300px;
  padding-right: 10px;
  padding-bottom: 35px;
  padding-left: 10px;
  -webkit-transition-delay: initial;
  transition-delay: initial;
  text-shadow: none;
}
.action-box-holder:hover {
  border-width: 1px;
  border-color: white;
  border-radius: 6px;
  box-shadow: none;
}
.action-box-holder.product-blurp {
  margin-left: auto;
  padding-bottom: 20px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.70);
  border-radius: 6px;
  box-shadow: rgba(126, 177, 252, 0.49) 1px 1px 0px 0px;
}
.action-box-holder.catalog {
  margin-top: 35px;
  padding: 0px 15px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(126, 177, 252, 0.29) transparent transparent white;
  text-shadow: none;
}
.action-box-holder.catalog:hover {
  background-color: rgba(126, 177, 252, 0.09);
  box-shadow: none;
  text-shadow: none;
}
.action-box-holder.catalog.related-products-new-tag {
  background-image: url('../images/new-product-badge.png');
  background-position: 97% 4px;
  background-size: 65px;
  background-repeat: no-repeat;
  text-shadow: none;
}
.home-slider-nav.hide {
  display: none;
}
.tabs-menu {
  position: static;
  margin-bottom: -1px;
  padding-bottom: 0px;
  clear: none;
}
.special {
  margin-top: 21px;
  padding-top: 13px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(75, 100, 128, 0.36);
  background-image: url('../images/fff-glow-bg.png'), url('../images/new-product-badge.png'), url('../images/watermar-java-bg.png'), url('../images/bubbles-2.png'), url('../images/shutterstock_111721961.jpg');
  background-position: -60px -120px, 31% 2%, 36% 25%, 3% 19%, 102% 0%;
  background-size: auto, 90px, 500px, 2000px, contain;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  color: #0077c8;
  text-shadow: none;
}
.h4-product {
  font-family:'Droid Sans', sans-serif;
  color: #0090e1;
  font-size: 30px;
  line-height: 48px;
  font-weight: 400;
  text-shadow: none;
}
.h4-product.h4-product-smaller {
  font-size: 28px;
}
.white-bg-contrast {
  padding-bottom: 20px;
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.70) 30%, rgba(255, 255, 255, 0.70) 70%, transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.70) 30%, rgba(255, 255, 255, 0.70) 70%, transparent);
  box-shadow: none;
  line-height: 66px;
}
.white-bg-contrast.white-bg-contrast-vertical {
  box-shadow: none;
}
.special-shadow {
  padding-bottom: 5px;
  box-shadow: none;
  line-height: 60px;
  text-shadow: white 1px 1px 0px, #0cf 2px 2px 0px;
}
.special-shadow.bigger {
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  box-shadow: none;
  font-size: 38px;
  font-weight: 400;
}
.special-shadow.bigger.ubber-highlightblock {
  box-shadow: none;
}
.special-shadow.bigger.super-highliter-block {
  position: relative;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-radius: 6px;
  background-color: white;
  background-image: url('../images/arrow-down-fff.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  box-shadow: none;
  line-height: 65px;
}
.hero-product-logo-s1 {
  padding-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
}
.hero-cta {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 56px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.hero-cta.black-bg-contrast {
  position: absolute;
  bottom: 0px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 50%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, rgba(255, 255, 255, 0));
}
.float-left {
  display: block;
  float: left;
  opacity: 1;
  text-align: left;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 6px;
}
.float-left.white-bullet {
  line-height: 23px;
  font-weight: 600;
  list-style-type: square;
  text-shadow: rgba(255, 255, 255, 0.4) 0px 1px 0px;
}
.float-right {
  display: inline-block;
  float: right;
  box-shadow: none;
  font-weight: 300;
  text-align: right;
  text-shadow: none;
}
.float-right.studiofx-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 9px;
  box-shadow: none;
  text-shadow: none;
}
.float-right.mini-logo-text {
  box-shadow: none;
  text-shadow: none;
}
.white-bg-contrast-vertical {
  padding-bottom: 15px;
  background-image: -webkit-linear-gradient(white, rgba(255, 255, 255, 0) 92%);
  background-image: linear-gradient(white, rgba(255, 255, 255, 0) 92%);
}
.icon-play-video {
  margin-top: 15px;
  margin-left: 0px;
  padding-left: 0px;
  opacity: 0.75;
}
.icon-play-video:hover {
  opacity: 1;
}
.product-paragraph {
  display: block;
  min-height: 63px;
  margin-bottom: 10px;
  color: #333;
  text-shadow: none;
}
.alpha-out {
  display: block;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.alpha-out:hover {
  display: block;
}
.fade-out {
  opacity: 0;
}
.product-tab {
  position: static;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 1px;
  margin-left: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.product-tab:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background-color: rgba(255, 255, 255, 0.2);
}
.product-tab.w--current {
  overflow-x: visible;
  overflow-y: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 9px;
  border-bottom-width: 0px;
  border-bottom-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.49);
}
.product-tab.w--current:hover {
  border-color: white;
  background-color: rgba(255, 255, 255, 0.4);
}
.product-tab-icon {
  height: 150px;
  padding: 0px 30px 1px;
}
.product-tab-h4 {
  color: #3195f3;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}
.product-tab-icon {
  padding: 20px 44px 5px;
}
.product-tab-pane {
  position: static;
  margin-top: -2px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.70);
  background-color: rgba(255, 255, 255, 0.49);
  font-size: 14px;
  text-align: left;
}
.products-tab-tagline {
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.hero-single {
  height: 500px;
  margin-top: 0px;
}
.menu-space-filler-w {
  height: 94px;
}
.hero-medium {
  height: 350px;
}
.hero-medium.sfx-family-slide-bg {
  height: 380px;
  background-color: #0053b3;
  background-image: url('../images/grid-3-bg.png'), url('../images/bg-texture.png');
}
.air-20 {
  height: 20px;
  clear: both;
  text-shadow: none;
}
.list-item {
  padding-left: 15px;
  list-style-type: none;
  text-shadow: none;
}
.ul-list {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  font-family:'Open Sans', sans-serif;
  line-height: 26px;
  list-style-type: none;
  text-shadow: none;
}
.ul-list.li {
  padding-left: 7px;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.li {
  padding-left: 16px;
  background-image: url('../images/1.gif');
  background-position: 0px 7px;
  background-repeat: no-repeat;
  font-size: 13px;
}
.li.li-empty {
  height: 26px;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.li-subtt {
  color: #171717;
  font-size: 15px;
  line-height: 32px;
  font-weight: 600;
  list-style-type: none;
  text-shadow: none;
}
.absolute-tab-hero {
  position: absolute;
  left: 0px;
  top: -485px;
  right: 0px;
  z-index: 10;
  display: inline-block;
  width: 100%;
  height: 347px;
  padding-top: 29px;
  background-color: transparent;
  text-align: center;
}
.absolute-tab-hero.gridfx {
  position: absolute;
  top: -517px;
  display: block;
  height: 380px;
  margin-top: 0px;
  padding-top: 34px;
  background-color: transparent;
  background-image: url('../images/gridfx-hero_positioning2.png');
  background-position: 50% 8px;
  background-size: 911px;
  background-repeat: no-repeat;
}
.absolute-tab-hero.powergadgets {
  position: absolute;
  top: -518px;
  display: block;
  height: 380px;
  margin-top: 0px;
  padding-top: 50px;
  background-color: transparent;
  background-image: url('../images/powergadgets-hero_positioning3.png');
  background-position: 50% 8px;
  background-repeat: no-repeat;
}
.absolute-tab-hero.chartfx {
  position: absolute;
  left: 0px;
  top: -517px;
  right: 0px;
  display: block;
  height: 380px;
  margin-top: 0px;
  padding-top: 40px;
  background-image: url('../images/chartfx-hero_positioning5.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}
.product-tabs {
  position: static;
}
.hero-cta-holder {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(185, 211, 250, 0.52);
}
.icon-med-visualstudio {
  display: inline-block;
  background-image: url('../images/developer_subpositioning-nav.png');
  background-position: 1% 0%;
  background-size: 500px;
}
.icon-med-java {
  display: inline-block;
  background-image: url('../images/developer_subpositioning-nav.png');
  background-position: 17% 0%;
  background-size: 500px;
}
.icon-med-html5 {
  display: inline-block;
  background-image: url('../images/developer_subpositioning-nav.png');
  background-position: 33% 0%;
  background-size: 500px;
}
.icon-med-wpf {
  display: inline-block;
  background-image: url('../images/developer_subpositioning-nav.png'), url('../images/developer_subpositioning-nav.png');
  background-position: 50% 0px, 50% 0%;
  background-size: 500px, 500px;
}
.icon-med-com {
  display: inline-block;
  background-image: url('../images/developer_subpositioning-nav.png');
  background-position: 66% 0%;
  background-size: 498px;
}
.icon-med-sql {
  display: inline-block;
  background-image: url('../images/developer_subpositioning-nav.png');
  background-position: -130% 0%;
  background-size: 500px;
}
.icon-med-holder {
  height: 76px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-radius: 6px;
  background-color: rgba(5, 76, 141, 0);
}
.chartfx-platforms-icons {
  height: 60px;
  background-image: url('../images/chartfx-platform-icons.png');
  background-position: 50% 50%;
  background-size: 456px;
  background-repeat: no-repeat;
}
.link {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  box-shadow: none;
  color: #0a7cff;
  text-decoration: none;
  text-shadow: none;
}
.link:hover {
  box-shadow: none;
  color: #3195f3;
  text-shadow: none;
}
.link.subnav-download-button {
  margin: 9px 12px 7px 5px;
  padding: 10px;
  border-radius: 6px;
  background-color: #0a7cff;
  box-shadow: none;
  color: white;
  text-shadow: none;
}
.link.subnav-download-button:hover {
  border-radius: 6px;
  background-color: #3195f3;
  text-shadow: none;
}
.link.smaller {
  box-shadow: none;
  text-shadow: none;
}
.link.subnav-link {
  padding-right: 10px;
  padding-left: 10px;
  box-shadow: none;
  text-shadow: none;
}
.link.product-title {
  min-height: 96px;
  box-shadow: none;
  text-shadow: none;
}
.link.product-title._96 {
  box-shadow: none;
  text-shadow: none;
}
.link.larger {
  box-shadow: none;
  font-size: 18px;
  text-shadow: none;
}
.powergadgets-platform-icons {
  height: 60px;
  background-image: url('../images/powergadgets-platform-icons.png');
  background-position: 50% 50%;
  background-size: 338px;
  background-repeat: no-repeat;
}
.split {
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #0090e1;
  opacity: 0.09;
}
.product-excerpt-slider {
  height: 500px;
  background-color: transparent;
}
.product-excerpt-slider-right-arrow {
  margin-right: -70px;
}
.product-excerpt-slider-left-arrow {
  margin-left: -70px;
}
.dark-arrow {
  color: rgba(1, 148, 65, 0.8);
}
.default-section {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 3px solid rgba(5, 76, 141, 0.49);
  background-color: white;
  line-height: 19px;
}
.default-section.default-section-boxed {
  padding-right: 50px;
  padding-left: 50px;
}
.intro-p {
  min-height: 0px;
  margin-bottom: 35px;
  padding: 10px;
  border-right: 2px solid #0090e1;
  border-left: 2px solid #0090e1;
  color: rgba(0, 0, 0, 0.74);
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-shadow: none;
}
.intro-p.dark-blue-text {
  background-color: rgba(255, 255, 255, 0.09);
  color: dimgray;
  text-shadow: none;
}
.intro-p.gray-text {
  color: dimgray;
  text-shadow: none;
}
.intro-p.gray-text.purple-liner {
  min-height: 0px;
  border-right-color: #68217a;
  border-left-color: #68217a;
  text-shadow: none;
}
.intro-p.gray-text.purple-liner.red-liner {
  text-shadow: none;
}
.intro-p.gray-text.red-liner {
  border-right-color: #e00000;
  border-left-color: #e00000;
  text-shadow: none;
}
.intro-p.gray-text.turquoise-line {
  border-right-color: rgba(1, 148, 148, 0.8);
  border-left-color: rgba(1, 148, 148, 0.8);
  text-shadow: none;
}
.intro-p.gray-text.turquoise-line.turquoise-block {
  text-shadow: none;
}
.oversized-text {
  display: inline;
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 44px;
  line-height: 44px;
}
.media-blurp {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.h4-blurp {
  padding-right: 15px;
  padding-left: 0px;
  color: black;
  font-weight: 400;
}
.blurp-p {
  padding-right: 15px;
  padding-left: 15px;
  text-shadow: none;
}
.default-section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 2px solid #0090e1;
  background-color: #054c8d;
  background-image: url('../images/bg-texture.png');
  background-size: cover;
}
.bold-highligh-text {
  color: black;
  font-weight: 600;
  text-shadow: none;
}
.white-text {
  margin-top: 0px;
  margin-bottom: 10px;
  color: white;
  font-style: normal;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
}
.white-text.thin-text {
  width: 100%;
  font-weight: 300;
  text-shadow: none;
}
.white-text.thin-text.light-green-text {
  color: #a4db00;
  text-shadow: none;
}
.white-text.thin-text.light-blue-text {
  color: #7ee3fc;
  text-shadow: none;
}
.white-text.lefty {
  text-align: left;
  text-shadow: none;
}
.outline-open-tab-pane {
  padding: 35px 0px 0px;
  border-top: 3px solid #054c8d;
  background-color: white;
}
.thin-text {
  font-weight: 300;
}
.thin-text.light-blue-text {
  text-shadow: none;
}
.green-text {
  color: rgba(191, 255, 0, 0.8);
  text-shadow: #171c21 0px 1px 0px;
}
.light-blue-text {
  color: #3bb7ff;
  text-shadow: rgba(0, 0, 0, 0.49) 1px 1px 0px;
}
.default-block3 {
  margin-top: 35px;
  padding: 0px 50px 35px;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #0090e1;
  background-color: #68217a;
  background-image: url('../images/noise-7-bg.png'), url('../images/watermark-visualstudio-logo-4.png');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}
.default-block3.gray {
  background-color: rgba(232, 232, 232, 0.36);
}
.default-block3.gray.watermark-java {
  background-image: url('../images/watermar-java-bg.png'), url('../images/noise-7-bg.png');
  background-repeat: no-repeat, repeat;
}
.default-block3.gray.watermark-html5 {
  background-image: url('../images/noise-7-bg.png'), url('../images/watermar-html5-bg.png');
  background-position: 0% 0%, 50% 50%;
  background-size: cover, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}
.cfx-catalog-excerpt-p {
  min-height: 250px;
  text-shadow: none;
}
.cfx-catalog-excerpt-p.shorter {
  min-height: 150px;
  text-shadow: none;
}
.tiny-h3 {
  box-shadow: none;
  font-size: 27px;
  line-height: 38px;
  text-shadow: none;
}
.hero-container-position1 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  padding: 40px 20px;
  background-color: transparent;
}
.animated-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-width: 0px;
  background-color: transparent;
  background-image: url('../images/grid-4-bg.png'), url('../images/hero-people-bg-1.jpg');
  background-position: 50% 100%, 52% 29%;
  background-size: auto, 1900px;
  background-attachment: scroll, fixed;
  opacity: 1;
}
.air40 {
  height: 40px;
  min-height: 40px;
  text-shadow: none;
}
.air-60 {
  height: 60px;
  text-shadow: none;
}
.air-10 {
  height: 10px;
  min-height: 10px;
  text-shadow: none;
}
.turquoise-block {
  background-color: rgba(1, 148, 148, 0.8);
  text-shadow: none;
}
.default-section-boxed {
  padding: 60px 50px;
  text-shadow: none;
}
.default-section-boxed.gray {
  text-shadow: none;
}
.default-section-boxed.gray.watermark-java {
  background-position: 50% 50%, 0% 0%;
  background-attachment: fixed, scroll;
  text-shadow: none;
}
.default-section-boxed.gray.watermark-html5 {
  background-image: url('../images/watermar-html5-bg.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.default-section-boxed.gray.watermark-wpf {
  background-image: url('../images/watermark-wpf-silver.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.default-section-boxed.white-section {
  background-color: white;
  text-shadow: none;
}
.dashboard-showcase {
  height: 550px;
  background-image: url('../images/chartfx-hero_positioning8.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.dashboard-showcase-slider {
  height: 550px;
  background-color: transparent;
}
.laptop-screen-size {
  padding: 40px 139px 96px;
  background-color: transparent;
}
.dash-1 {
  background-color: black;
  background-image: url('../images/sample-dashboard-01.jpg');
  background-size: cover;
}
.dash-2 {
  background-color: dimgray;
  background-image: url('../images/sample-dashboard-04.jpg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
.dash-3 {
  position: relative;
  display: inline-block;
  border: 0px solid black;
  background-color: #171c21;
  background-image: url('../images/sample-dashboard-02.jpg');
  background-position: 50% 0px;
  background-size: cover;
  box-shadow: none;
}
.dash-controls {
  display: none;
}
.air-5 {
  height: 5px;
  text-shadow: none;
}
.news-icon {
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 0px 0px;
}
.watermark-sql {
  background-image: url('../images/watermark-sql-bg.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.watermark-sharepoint {
  background-image: url('../images/watermar-sharepoint-bg.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.watermark-com {
  background-image: url('../images/watermar-com-bg.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.zero-height {
  height: 0px;
  text-shadow: none;
}
.outlined {
  text-shadow: none;
}
.outlined.white-well {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 6px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
  text-shadow: none;
}
.text-mini {
  color: dimgray;
  font-size: 10px;
  text-decoration: none;
}
.search-box {
  height: auto;
  max-width: 160px;
  margin-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(105, 105, 105, 0.65);
  border-radius: 3px;
  background-color: black;
  font-size: 11px;
  line-height: 14px;
}
.search-button {
  position: absolute;

  padding-top: 0px;
  padding-bottom: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-image: url('../images/icon-search-fff.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  opacity: 0.63;
  color: transparent;
  font-size: 11px;
  line-height: 23px;
}
.search-button:hover {
  opacity: 1;
}
.mini-search-form {
  position: relative;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  padding-top: 6px;
}
.header-helpers {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 36px;
  margin-bottom: 5px;
}
.product-subnav {
  position: fixed;
  left: 0px;
  top: 107px;
  right: 0px;
  z-index: 9;
  background-color: #f5f2f2;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px 0px;
}
.subnav-product-logo {
  margin-top: 7px;
}
.menu-space-filler-w2 {
  height: 163px;
}
.smart-scroll {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 20;
}
.lefty {
  width: 100%;
  padding-left: 0px;
  float: none;
  text-align: left;
  text-shadow: none;
}
.p {
  text-shadow: none;
}
.header-helper-contact {
  position: static;
  display: inline-block;
  padding-top: 3px;
  padding-right: 20px;
  float: left;
  color: dimgray;
  font-size: 11px;
}
.header-helper-chat {
  display: inline-block;
  padding-top: 3px;
  padding-right: 20px;
  float: left;
}
.mailto {
  color: #0a7cff;
  text-decoration: none;
}
.header-helper-searchy {
  display: inline-block;
  float: left;
}
.arrow-down-fff {
  height: 40px;
  background-image: url('../images/arrow-down-fff.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  text-shadow: none;
}
.studiofx-seal {
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 5;
}
.main-nav-menu-mob {
  padding-top: 6px;
  text-shadow: none;
}
.no-margin {
  text-shadow: none;
}
.no-margin.icon-fx {
  margin-top: 10px;
  margin-left: -15px;
  text-shadow: none;
}
.no-padding {
  display: block;
  padding: 0px;
  text-shadow: none;
}
.no-padding.negative-10-left {
  margin-left: -10px;
  text-shadow: none;
}
.no-padding.product-row {
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  text-shadow: none;
}
.no-padding.table-subrow {
  padding-left: 20px;
  border-left: 0px solid rgba(126, 177, 252, 0.49);
  border-right-width: 0px;
  background-color: rgba(126, 177, 252, 0.09);
  color: #054c8d;
  font-size: 16px;
  font-weight: 600;
  text-shadow: none;
}
.capsule {
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background-color: rgba(126, 177, 252, 0.09);
  text-shadow: none;
}
.capsule.bottom-border-split {
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid white;
  border-bottom: 10px solid white;
  border-left: 1px solid white;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
  text-shadow: none;
}
.capsule.bottom-border-split.watermark-extensions {
  background-image: url('../images/watermark-extensions.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: none;
  text-shadow: none;
}
.capsule.watermark-extensions {
  background-image: url('../images/watermark-extensions.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-shadow: none;
}
.capsule.pad-40 {
  display: inline-block;
  padding: 25px;
  background-color: rgba(126, 177, 252, 0.09);
  background-image: url('../images/watermark-studiofx-comp.png');
  background-position: 30% 25%;
  background-size: 1600px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-shadow: none;
}
.white-well {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid white;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: white;
}
.logo-icon {
  padding-bottom: 20px;
  padding-left: 10px;
}
.air-6 {
  text-shadow: none;
}
.main-logo-icon-holder {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}
.version-id {
  position: absolute;
  right: 2px;
  bottom: -24px;
}
.version-id.pg {
  right: 16px;
  bottom: 5px;
}
.main-logo-icon {
  padding-left: 9px;
}
.bubbles {
  background-image: url('../images/bubbles-2.png');
}
.link-b {
  padding-left: 10px;
  background-image: url('../images/1.gif');
  background-position: 0px 53%;
  background-repeat: no-repeat;
  color: #0a7cff;
  text-decoration: none;
  text-shadow: none;
}
.link-b:hover {
  color: #3195f3;
  text-shadow: none;
}
.fancy-capsule {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 10px 20px 40px;
  border: 2px solid white;
  border-radius: 3px;
  background-color: rgba(191, 255, 0, 0.2);
  text-shadow: none;
}
.fancy-capsule.turquoise {
  background-color: rgba(2, 199, 199, 0.09);
  text-shadow: none;
}
.white-capsule {
  position: static;
  display: block;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(191, 255, 0, 0.8);
  border-radius: 3px 3px 0px 0px;
  background-color: rgba(255, 255, 255, 0.4);
}
.vertical-sp {
  text-shadow: none;
}
.vertical-split {
  width: 25%;
  height: 20px;
  border-right: 2px solid rgba(191, 255, 0, 0.8);
  text-shadow: none;
}
.pad-20 {
  padding: 20px;
  text-shadow: none;
}
.fancy-tabs {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-right: 5px;
  margin-left: 5px;
  padding: 20px 25px;
  border-radius: 3px;
  background-color: rgba(126, 177, 252, 0.49);
  box-shadow: rgba(5, 76, 141, 0.49) 0px -2px 0px 0px;
  font-size: 20px;
  text-shadow: rgba(255, 255, 255, 0.4) 0px 1px 0px;
}
.fancy-tabs.w--current {
  overflow-x: visible;
  overflow-y: visible;
  margin-right: 5px;
  margin-bottom: 30px;
  margin-left: 5px;
  padding: 20px 25px;
  border-radius: 3px;
  background-color: #75ae00;
  box-shadow: rgba(191, 255, 0, 0.8) 0px -2px 0px 0px;
  color: white;
  font-size: 20px;
  font-weight: 400;
  text-shadow: none;
}
.tab-arrow {
  position: absolute;
  left: 0px;
  top: 60px;
  right: 0px;
  z-index: 3;
  display: block;
  width: 40px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/arrow-down-green.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}
.feature-icon-box {
  width: auto;
  max-width: 100px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-bottom: 1px;
  float: left;
  border: 2px solid white;
  box-shadow: none;
  text-shadow: none;
}
.li-t {
  text-shadow: none;
}
.li-title {
  padding-bottom: 5px;
  color: #054c8d;
  font-size: 16px;
  list-style-type: none;
}
.li-empty {
  width: 100%;
  height: 23px;
  list-style-type: none;
}
.pad-5 {
  padding: 5px;
  text-shadow: none;
}
.pad-10 {
  padding: 16px 10px 10px;
  text-shadow: none;
}
.coming-soon-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 7px;
  border: 2px solid white;
  border-radius: 6px;
  background-color: rgba(191, 255, 0, 0.8);
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  text-shadow: none;
}
.platform-id {
  position: absolute;
  left: -159px;
  bottom: -28px;
  padding-right: 5px;
  padding-left: 5px;
  color: rgba(0, 0, 0, 0.49);
  font-size: 25px;
  line-height: 36px;
  font-style: normal;
  text-decoration: none;
}
.platform-id.com62 {
  left: -104px;
}
.contact-spot {
  padding-top: 6px;
}
.button-gototop {
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 55px;
  height: 55px;
  max-height: 55px;
  max-width: 55px;
  min-height: 55px;
  min-width: 55px;
  background-image: url('../images/icon-goto-top.png');
  background-position: 50% 50%;
}
.mega-menu {
  width: 450px;
  margin-left: 10px;
  text-shadow: none;
}
.mega-menu-link {
  width: 100%;
  height: 26px;
  padding-right: 10px;
  padding-left: 12px;
  color: #0a7cff;
  font-size: 11px;
  line-height: 26px;
  text-decoration: none;
}
.mega-menu-link:hover {
  background-color: #171c21;
}
.mega-menu-link.mega-menu-link-head {
  color: #b9d3fa;
  font-weight: 600;
}
.mega-menu-block {
  min-height: 220px;
  margin-top: 12px;
  padding-top: 0px;
  padding-bottom: 10px;
  border-left: 1px solid rgba(25, 29, 33, 0.94);
}
.mega-menu-block.no-border {
  border-left-width: 0px;
}
.mega-menu-link-head {
  width: 100%;
  height: 30px;
  padding-right: 10px;
  padding-left: 12px;
  color: #b9d3fa;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none;
}
.sfxstudio-slogan {
  margin-top: 10px;
  margin-bottom: 10px;
  color: dimgray;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  text-shadow: black 1px 1px 1px;
}
.studiofx-ad {
  margin-top: 8px;
  border-top: 1px solid rgba(25, 29, 33, 0.94);
}
.cross-sell {
  background-color: rgba(126, 177, 252, 0.49);
}
.product-offer-overlay {
  position: absolute;
  top: -25px;
  right: 12px;
  text-shadow: none;
}
.studiofx-section {
  background-color: black;
  background-image: url('../images/bg-texture_1.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.product-logo-slide {
  padding-right: 70px;
  padding-left: 70px;
}
.studiofx-products-slider {
  height: 150px;
  padding-top: 35px;
  background-color: transparent;
}
.studiofx-products-slider-mask {
  height: 100px;
  margin-right: 70px;
  margin-left: 70px;
}
.studiofx-products-slide1 {
  height: 100px;
}
.frame-me {
  margin: 15px 14px 30px 20px;
  text-shadow: none;
}
.tiny-green-note {
  color: rgba(1, 148, 65, 0.8);
  font-size: 12px;
  text-shadow: none;
}
.mini-logo-text {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 70px;
  font-size: 33px;
  line-height: 70px;
  font-weight: 300;
  text-align: right;
  text-shadow: none;
}
.small-branding {
  display: inline-block;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  text-shadow: none;
}
.icon-fx {
  display: inline-block;
  height: 70px;
  padding-left: 5px;
  float: right;
  text-shadow: none;
}
.price {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.74);
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.6);
  font-family:'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.74);
  font-size: 41px;
  line-height: 40px;
  text-shadow: none;
}
.features-li {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 5px;
  padding-left: 20px;
  background-image: url('../images/rightArrowSmall@2x.png');
  background-position: 0px 2px;
  background-size: 14px;
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 22px;
  list-style-type: none;
  text-shadow: none;
}
.studiofx-features-listing {
  padding-right: 20px;
  padding-bottom: 18px;
  padding-left: 0px;
  text-shadow: none;
}
.studiofx-features-listing.white-text {
  text-shadow: none;
}
.studiofx-plan-code {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  color: rgba(0, 0, 0, 0.49);
  font-size: 12px;
  font-weight: 700;
  text-shadow: none;
}
.plans-col {
  position: relative;
  height: 800px;
  margin-top: -5px;
  padding: 21px 10px 25px;
  border-top: 2px solid #0a7cff;
  border-right: 1px solid rgba(10, 124, 255, 0.09);
  background-color: rgba(10, 124, 255, 0.09);
  box-shadow: none;
  text-shadow: none;
}
.plans-col.second {
  height: 750px;
  margin-top: 0px;
  border-bottom: 1px solid white;
  border-top-color: white;
  border-right-color: white;
  background-color: rgba(126, 177, 252, 0.09);
  box-shadow: none;
  text-shadow: none;
}
.plans-col.third {
  height: 750px;
  margin-top: 0px;
  border-bottom: 1px solid white;
  border-top-color: white;
  border-right-color: white;
  background-color: rgba(191, 255, 0, 0.09);
  box-shadow: none;
  text-shadow: none;
}
.tag-best-value {
  position: absolute;
  top: 96px;
  right: 5px;
  width: 80px;
  height: 80px;
  min-width: 80px;
  padding: 3px;
  border-style: dotted;
  border-width: 3px;
  border-color: rgba(172, 230, 0, 0.8);
  border-radius: 100px;
  background-color: rgba(191, 255, 0, 0.2);
  background-image: -webkit-radial-gradient(50% 50%, circle, rgba(251, 255, 0, 0.8), rgba(191, 255, 0, 0.8));
  background-image: radial-gradient(circle at 50% 50%, rgba(251, 255, 0, 0.8), rgba(191, 255, 0, 0.8));
  box-shadow: rgba(1, 148, 65, 0.8) 1px 1px 3px 0px;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.74);
  font-size: 14px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
}
.tag-best-value-2 {
  margin-top: -3px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.90);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgba(0, 144, 225, 0.74);
  color: white;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  text-shadow: none;
}
.cente {
  text-shadow: none;
}
.included-licenses {
  display: block;
  width: auto;
  float: none;
  clear: none;
  border-top: 0px solid white;
  text-shadow: none;
}
._2-col-titles {
  overflow-x: visible;
  overflow-y: visible;
  height: 42px;
  margin-right: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(126, 177, 252, 0.49);
  background-color: rgba(126, 177, 252, 0.09);
  font-size: 18px;
  line-height: 40px;
  text-shadow: none;
}
.product-row {
  font-size: 14px;
  line-height: 40px;
  text-shadow: none;
}
.product-row.table-subhead {
  position: relative;
  width: auto;
  border-left: 0px solid rgba(126, 177, 252, 0.49);
  border-right-width: 0px;
  background-color: rgba(255, 255, 255, 0.70);
  color: #054c8d;
  font-size: 14px;
  font-weight: 600;
  text-shadow: none;
}
.table-cell {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-left: 55px;
  border-style: solid;
  border-width: 1px;
  border-color: white rgba(126, 177, 252, 0.49) rgba(126, 177, 252, 0.49);
  font-size: 14px;
  line-height: 40px;
  text-shadow: none;
}
.table-cell.product-name {
  display: inline-block;
  text-shadow: none;
}
.product-name {
  display: inline-block;
  color: #054c8d;
  font-size: 17px;
  line-height: 38px;
  text-shadow: none;
}
.platform-nano-icon {
  position: absolute;
  left: 15px;
  top: 2px;
  bottom: 0px;
  text-shadow: none;
}
.license-block {
  font-size: 14px;
  line-height: 40px;
  text-shadow: none;
}
.pricing-section {
  padding-top: 0px;
  border-top-style: solid;
  border-top-color: #7eb1fc;
  background-color: rgba(126, 177, 252, 0.09);
  background-image: url('../images/generic-positioning-bg3.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-shadow: none;
}
.floating-icon {
  position: absolute;
  left: 67px;
  top: 199px;
  display: block;
  text-shadow: none;
}
.constrain {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-style: solid solid dotted;
  border-width: 2px 1px 1px;
  border-color: rgba(94, 4, 133, 0.8) rgba(126, 177, 252, 0.49) rgba(126, 177, 252, 0.49);
}
.constrain.java {
  border-top-color: rgba(189, 2, 39, 0.8);
}
.constrain.sp {
  border-top-color: #0a7cff;
}
.constrain.citrix {
  border-top-color: black;
}
.constrain.sql {
  border-top-color: #e32200;
  text-shadow: none;
}
.constrain.com {
  border-top-color: #054c8d;
}
.constrain.html5 {
  border-top-color: #ed4627;
  text-shadow: none;
}
.right-border {
  height: 42px;
  border-top: 1px solid white;
  border-right: 1px solid rgba(126, 177, 252, 0.49);
  border-bottom: 1px solid rgba(126, 177, 252, 0.49);
  text-shadow: none;
}
.right-border.product-title {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-left: 28px;
  font-size: 15px;
  text-shadow: none;
}
.right-border.no-right-border {
  border-right-width: 0px;
  text-shadow: none;
}
.smaller {
  font-size: 11px;
  text-shadow: none;
}
.product-title {
  padding-left: 30px;
  text-align: left;
  text-shadow: none;
}
.row-item {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 42px;
  background-color: transparent;
  text-shadow: none;
}
.license {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-left: 30px;
  font-size: 12px;
  text-shadow: none;
}
.region-tab-link.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #7eb1fc;
}
.region-tab-link-text {
  padding-bottom: 10px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.region-tab-link-gen {
  margin-right: 1px;
  margin-left: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
}
.tab-link-text-gen {
  padding-bottom: 10px;
  text-align: center;
}
.region-tab-pane {
  border-style: solid;
  border-width: 3px 0px 0px;
  border-color: #7eb1fc;
}
.country-block {
  padding-bottom: 20px;
  border-top: 0px none rgba(142, 189, 2, 0.8);
  border-bottom: 1px solid rgba(142, 189, 2, 0.8);
}
.country-block.peru {
  padding-bottom: 42px;
}
.frameit {
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(126, 177, 252, 0.49);
  text-shadow: none;
}
html.w-mod-js.w-mod-no-ios *[data-ix="pop-in"] {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
html.w-mod-js.w-mod-no-ios *[data-ix="pop-in-2"] {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
html.w-mod-js.w-mod-no-ios *[data-ix="pop-in-3"] {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
html.w-mod-js.w-mod-no-ios *[data-ix="pop-in-4"] {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
html.w-mod-js.w-mod-no-ios *[data-ix="fade-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-400px, 0px);
  -ms-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="fade-from-left-2"] {
  opacity: 0;
  -webkit-transform: translate(-400px, 0px);
  -ms-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="fade-from-left-3"] {
  opacity: 0;
  -webkit-transform: translate(-400px, 0px);
  -ms-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="fade-from-left-4"] {
  opacity: 0;
  -webkit-transform: translate(-400px, 0px);
  -ms-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="fade-from-left-5"] {
  opacity: 0;
  -webkit-transform: translate(-400px, 0px);
  -ms-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}
html.w-mod-js *[data-ix="fade-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 382px);
  -ms-transform: translate(0px, 382px);
  transform: translate(0px, 382px);
}
html.w-mod-js *[data-ix="fade-from-bottom-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 382px);
  -ms-transform: translate(0px, 382px);
  transform: translate(0px, 382px);
}
html.w-mod-js *[data-ix="fade-from-bottom-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 382px);
  -ms-transform: translate(0px, 382px);
  transform: translate(0px, 382px);
}
html.w-mod-js *[data-ix="fade-from-bottom-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 382px);
  -ms-transform: translate(0px, 382px);
  transform: translate(0px, 382px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="fade-in-out"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="fade-in-on-hover"] {
  opacity: 1;
}
html.w-mod-js *[data-ix="fade-in-load"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="fade-in-load2"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="fade-in-load-3"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="fade-in-load-4"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="fade-in-load-5"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="fade-in-click"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="dolly-pan-r2l"] {
  opacity: 0.75;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
html.w-mod-js *[data-ix="superdolly-1"] {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
html.w-mod-js.w-mod-no-ios *[data-ix="fade-from-right"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="fade-from-right-2"] {
  opacity: 0;
  -webkit-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}
html.w-mod-js *[data-ix="scroll-in-from-top"] {
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}
html.w-mod-js *[data-ix="fade-scale-spin-spin"] {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.5);
  -ms-transform: rotate(0deg) scale(0.5);
  transform: rotate(0deg) scale(0.5);
}
@media (max-width: 991px) {
  h3 {
    font-size: 25px;
    text-align: center;
    text-shadow: none;
  }
  h4 {
    text-align: left;
  }
  p {
    line-height: 20px;
    text-align: left;
    text-shadow: none;
  }
  .button.nav {
    margin-left: 11px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .button.big-green {
    margin-top: 148px;
  }
  .button.button-ghost {
    box-shadow: none;
    font-family: Montserrat, sans-serif;
  }
  .button.button-download {
    text-shadow: none;
  }
  .section.hero {
    margin-top: 1px;
    padding-top: 36px;
    background-position: 0% 0%, 69% 28%;
    background-size: auto, auto;
  }
  .section.hero.celeste-bg {
    margin-top: 0px;
  }
  .section.hero.celeste-bg.large-hero {
    margin-top: 78px;
    background-position: 45% 50%;
  }
  .section.hero.celeste-bg.cfx8-hero {
    padding-top: 15px;
    background-position: 40% 132%;
  }
  .section.hero.small-hero.cfx8-hero-requirements {
    margin-top: 30px;
  }
  .section.hero.small-hero.cfx7-hero-features {
    background-image: url('../images/grid-5-bg.png'), url('../images/hero-people-bg-2.jpg');
    background-position: 0% 0%, -477px 38%;
    background-size: auto, 1400px;
  }
  .section.hero.small-hero.powergadgets1-small-hero {
    background-position: 0% 0%, 0px -2%;
    background-size: auto, cover;
  }
  .section.hero.cfx7-hero {
    height: 370px;
    background-image: url('../images/grid-5-bg.png'), url('../images/hero-people-bg-2.jpg');
    background-position: 0% 0%, 93% 45%;
    background-size: auto, 1400px;
    background-repeat: repeat, no-repeat;
  }
  .section.hero.cfx7-hero.java {
    background-image: url('../images/watermar-java-bg.png'), url('../images/hero-people-bg-7.jpg'), url('../images/grid-5-bg.png');
    background-position: 44% 30%, 6% 39%, 0% 0%;
    background-size: 365px, 2200px, auto;
    background-repeat: no-repeat, no-repeat, repeat;
    background-attachment: scroll, fixed, scroll;
  }
  .section.hero.cfx6-hero {
    background-position: 0% 0%, 6% 46%;
  }
  .section.hero.cfxgauges-hero {
    background-position: 0% 0%, 35% 20%;
  }
  .section.hero.cfx-xtns-hero {
    background-image: url('../images/grid-5-bg.png'), url('../images/hero-people-bg-5.jpg'), none;
    background-position: 98% 30%, 60% 28%, 0% 0%;
    background-size: auto, auto, auto;
  }
  .section.hero.java.cfx7-hero-desktop {
    background-position: 0% 0%, 49% 29%;
  }
  .section.hero.powergadgets1-hero {
    background-position: 0% 0%, 25% 44%;
    background-size: auto, 1200px;
  }
  .section.centered.light-gray-section {
    padding-top: 35px;
    box-shadow: none;
  }
  .section.centered.light-gray-section.celeste-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.centered.light-gray-section.celeste-bg.geometric-bg1 {
    padding-bottom: 20px;
    box-shadow: none;
  }
  .section.centered.light-gray-section.watermark-extensions {
    box-shadow: none;
  }
  .section.footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link {
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
  }
  .nav-link.w--open {
    position: relative;
    display: block;
    margin-right: auto;
    margin-bottom: 1px;
    margin-left: auto;
  }
  .logo {
    margin-top: 10px;
    padding-bottom: 2px;
  }
  .hero-heading {
    line-height: 70px;
  }
  .hero-subhead {
    width: 715px;
    font-size: 32px;
    text-align: center;
    text-shadow: none;
  }
  .hero-subhead.dark {
    width: auto;
    font-size: 26px;
    text-shadow: none;
  }
  .section-title.studiofx-light-title {
    font-size: 25px;
  }
  .section-title.studiofx-light-title.lefty {
    text-align: center;
    text-shadow: none;
  }
  .section-subtitle.lefty {
    text-align: center;
    text-shadow: none;
  }
  .grey-icon {
    margin-top: 19px;
  }
  .content-column {
    padding-top: 0px;
  }
  .circle {
    height: 226px;
  }
  .frames {
    width: 75%;
  }
  .number {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    padding-top: 4px;
    font-size: 15px;
  }
  .nav-bar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .button-group.platform-tabs-button-group {
    padding-left: 0px;
    text-align: center;
  }
  .center {
    text-shadow: none;
  }
  .center.smaller-h3 {
    font-size: 25px;
    line-height: 38px;
    text-shadow: none;
  }
  .center.right-border {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    font-size: 14px;
    text-shadow: none;
  }
  .center.right-border.overflow-hidden {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 42px;
    text-shadow: none;
  }
  .platform-tab.w--current {
    background-color: #054c8d;
    background-image: url('../images/bg_txtr_ltmeshBg.png');
  }
  .home-tab-group {
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: transparent;
  }
  .tab-pane {
    background-color: #054c8d;
  }
  .tab-development {
    font-size: 15px;
  }
  .tab-mobile {
    font-size: 15px;
  }
  .tab-sharepoint {
    width: auto;
    font-size: 15px;
  }
  .platform-cta-label {
    width: 111%;
    max-width: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 10px;
    line-height: 22px;
    text-align: left;
  }
  .aligner {
    width: 125px;
    padding-left: 0px;
  }
  .platform-subtab {
    padding-right: 13px;
    padding-left: 13px;
  }
  .platform-subtab.w--current {
    padding-bottom: 0px;
  }
  .platform-tabs-paragraph {
    padding-right: 5px;
    padding-left: 24px;
    font-size: 13px;
  }
  .aligner-3 {
    width: 326px;
  }
  .aligner2 {
    width: 163px;
    height: 90px;
    float: left;
  }
  .menu-button {
    background-color: transparent;
    color: #0a7cff;
    font-size: 32px;
    line-height: 38px;
  }
  .menu-button:hover {
    background-color: #0f171f;
  }
  .menu-button:active {
    background-color: #0f171f;
  }
  .menu-button:focus {
    background-color: #0f171f;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #3195f3;
  }
  .nav-dd-item {
    width: 100%;
    background-color: transparent;
  }
  .nav-dd-item:hover {
    background-color: transparent;
  }
  .dropdown-link {
    padding-bottom: 10px;
    padding-left: 0px;
    background-color: rgba(0, 0, 0, 0.93);
  }
  .dropdown-link.dropdown-sublink {
    position: static;
    padding-left: 30px;
    background-color: transparent;
  }
  .dropdown-link.dropdown-sublink.hide-me {
    display: block;
    width: auto;
  }
  .drop-down-list {
    background-color: #171c21;
  }
  .drop-down-list.w--open {
    background-color: black;
  }
  .drop-down-list.mega.w--open {
    width: 200px;
  }
  .nav-link-dd-arrow {
    top: 0px;
    right: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .centered-image {
    display: block;
    text-shadow: none;
  }
  .dark-blue-section.section-air {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .icon-image {
    padding-right: 60px;
    padding-left: 60px;
  }
  .icon-image.features {
    padding-right: 15px;
    padding-left: 0px;
    text-shadow: none;
  }
  .icon-image.product-logo {
    padding-right: 10px;
    padding-left: 0px;
    text-shadow: none;
  }
  .air-40 {
    height: 40px;
    text-shadow: none;
  }
  .air-40.zero-height {
    height: 0px;
  }
  .nav-footer.righter {
    font-size: 12px;
  }
  .footer-nav-link {
    font-size: 11px;
  }
  .footer-nav-link.hide-mob {
    display: none;
  }
  .home-slider {
    height: 504px;
    margin-top: 0px;
  }
  .studiofx-footer-ad {
    box-shadow: none;
  }
  .footer-subnav-link {
    padding-right: 2px;
    padding-left: 42px;
    font-size: 13px;
  }
  .footer-subnav-link.subnav-powergadgets {
    padding-bottom: 20px;
  }
  .h4-footer {
    padding-left: 12px;
  }
  .disclaimer {
    opacity: 0.75;
  }
  .zero-mp {
    display: block;
  }
  .light-gray-section {
    padding-top: 65px;
  }
  .slider-clients {
    background-color: transparent;
  }
  .air-80 {
    height: 80px;
  }
  .client-slider-nav {
    opacity: 0;
  }
  .action-box-holder {
    min-height: 280px;
  }
  .action-box-holder.catalog {
    height: 600%;
    margin-top: 10px;
    text-shadow: none;
  }
  .home-slider-arrow {
    opacity: 1;
  }
  .tabs-menu {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .special-shadow {
    box-shadow: none;
    text-shadow: none;
  }
  .special-shadow.bigger {
    padding-left: 112px;
    box-shadow: none;
    font-size: 30px;
    text-align: center;
    text-shadow: none;
  }
  .special-shadow.bigger.super-highliter-block {
    padding-left: 0px;
    box-shadow: none;
    text-shadow: none;
  }
  .float-left {
    font-size: 62px;
  }
  .float-left.white-bullet {
    font-size: 13px;
  }
  .product-tab {
    padding-right: 7px;
    padding-left: 7px;
  }
  .product-tab.w--current {
    padding-right: 7px;
    padding-left: 7px;
  }
  .product-tab-h4 {
    font-size: 27px;
  }
  .product-tab-icon {
    height: 124px;
    padding-top: 20px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .products-tab-tagline {
    line-height: 30px;
  }
  .menu-space-filler-w {
    height: 79px;
  }
  .air-20 {
    text-shadow: none;
  }
  .li {
    line-height: 26px;
  }
  .absolute-tab-hero {
    top: -485px;
  }
  .absolute-tab-hero.gridfx {
    padding-top: 55px;
    background-position: 50% 2px;
    background-size: 880px;
  }
  .absolute-tab-hero.chartfx {
    padding-top: 40px;
    background-position: 50% 0px;
  }
  .chartfx-platforms-icons {
    background-size: 420px;
  }
  .link {
    text-align: center;
    text-shadow: none;
  }
  .link.smaller {
    box-shadow: none;
    text-shadow: none;
  }
  .powergadgets-platform-icons {
    background-size: 330px;
  }
  .default-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .intro-p {
    text-shadow: none;
  }
  .intro-p.gray-text {
    text-shadow: none;
  }
  .intro-p.gray-text.purple-liner {
    text-shadow: none;
  }
  .intro-p.gray-text.turquoise-line {
    text-shadow: none;
  }
  .media-blurp {
    border-bottom: 1px solid #ebebeb;
  }
  .h4-blurp {
    text-align: left;
  }
  .blurp-p {
    padding-left: 0px;
    line-height: 20px;
    text-shadow: none;
  }
  .default-section-2 {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .bold-highligh-text {
    text-shadow: none;
  }
  .white-text {
    text-shadow: none;
  }
  .white-text.thin-text {
    color: rgba(255, 255, 255, 0.70);
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    text-shadow: none;
  }
  .cfx-catalog-excerpt-p {
    min-height: 325px;
    line-height: 20px;
    text-align: left;
    text-shadow: none;
  }
  .tiny-h3 {
    font-size: 21px;
    line-height: 29px;
    text-shadow: none;
  }
  .air-60 {
    text-shadow: none;
  }
  .dashboard-showcase {
    background-size: contain;
  }
  .laptop-screen-size {
    padding: 88px 100px 128px;
  }
  .dash-1 {
    position: static;
    overflow-x: visible;
    overflow-y: visible;
    background-color: black;
  }
  .dash-2 {
    overflow-x: visible;
    overflow-y: visible;
  }
  .dash-3 {
    display: inline-block;
    overflow-x: visible;
    overflow-y: visible;
    box-shadow: none;
  }
  .news-icon {
    max-width: 150px;
  }
  .zero-height {
    height: 0px;
    text-shadow: none;
  }
  .outlined {
    text-shadow: none;
  }
  .product-subnav {
    top: 80px;
  }
  .subnav-product-logo {
    width: 130px;
    margin-top: 12px;
  }
  .menu-space-filler-w2 {
    height: 136px;
  }
  .studiofx-seal {
    position: fixed;
    top: 150px;
    right: 5px;
    z-index: 14;
    width: 12%;
    opacity: 1;
  }
  .main-nav-menu-mob {
    padding-bottom: 10px;
    background-color: #171c21;
    opacity: 1;
  }
  .no-padding {
    text-shadow: none;
  }
  .capsule {
    text-shadow: none;
  }
  .capsule.pad-40 {
    text-shadow: none;
  }
  .fancy-tabs {
    padding: 20px 15px;
    font-size: 18px;
  }
  .fancy-tabs.w--current {
    font-size: 18px;
  }
  .mega-menu {
    display: none;
  }
  .plans-col {
    height: 850px;
    text-shadow: none;
  }
  .plans-col.third {
    text-shadow: none;
  }
  .product-row.table-subhead {
    color: #0090e1;
    font-size: 20px;
    text-shadow: none;
  }
  .table-cell {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 42px;
    font-size: 16px;
    text-shadow: none;
  }
  .pricing-section {
    text-shadow: none;
  }
}
@media (max-width: 767px) {
  h3 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    text-shadow: none;
  }
  h4 {
    font-size: 20px;
    line-height: 28px;
    text-align: left;
  }
  p {
    font-size: 13px;
    text-align: left;
    text-shadow: none;
  }
  .button {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }
  .button.nav {
    display: block;
    width: 60%;
    margin: 23px auto 17px;
  }
  .button.big-green {
    margin-top: 86px;
    margin-bottom: 62px;
  }
  .button.button-blue {
    padding-right: 14px;
    padding-left: 14px;
    float: none;
    font-size: 14px;
  }
  .button.button-blue.smaller {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
    text-shadow: none;
  }
  .button.button-ghost {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: none;
    line-height: 22px;
    text-shadow: none;
  }
  .section {
    padding: 32px 15px;
  }
  .section.hero {
    margin-top: 1px;
    padding-top: 23px;
    background-position: 122% 30%, 45% 25%;
    background-size: auto, 1800px;
  }
  .section.hero.celeste-bg {
    margin-top: 0px;
  }
  .section.hero.celeste-bg.large-hero {
    background-position: 40% 100%;
    background-size: 1500px;
  }
  .section.hero.cfx8-hero {
    height: 430px;
    padding-top: 15px;
    background-position: 122% 30%, 89% 47%, 0% 0%;
    background-repeat: repeat, no-repeat, repeat;
  }
  .section.hero.small-hero.cfx8-hero-requirements {
    position: relative;
  }
  .section.hero.small-hero.cfx8-hero-features {
    height: 160px;
  }
  .section.hero.cfx7-hero {
    height: 350px;
    background-position: 122% 30%, 86% 40%, 0% 0%;
    background-size: auto, 2000px, auto;
  }
  .section.hero.cfxgauges-hero {
    background-position: 122% 30%, 19% 19%;
    background-size: auto, 1900px;
  }
  .section.centered.light-gray-section {
    box-shadow: none;
  }
  .section.centered.light-gray-section.celeste-bg.geometric-bg1 {
    box-shadow: none;
  }
  .section.footer {
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    border-right-width: 0px;
    border-right-color: black;
    border-left-width: 0px;
    text-align: center;
  }
  .company {
    display: inline-block;
    float: none;
  }
  .nav-link {
    margin-right: auto;
    margin-left: auto;
  }
  .nav-column {
    padding-top: 19px;
    text-align: center;
  }
  .logo {
    margin-top: 0px;
    float: none;
  }
  .company-column {
    margin-top: 35px;
    margin-bottom: 23px;
    text-align: center;
  }
  .hero-heading {
    font-size: 36px;
    line-height: 44px;
  }
  .hero-subhead {
    width: auto;
    font-size: 22px;
    line-height: 38px;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
  }
  .hero-subhead.dark {
    margin-top: 22px;
    text-shadow: none;
  }
  .section-title {
    font-size: 30px;
  }
  .section-title.studiofx-light-title {
    font-size: 20px;
  }
  .section-subtitle {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-subtitle.lefty {
    text-shadow: none;
  }
  .grey-icon {
    margin-top: 28px;
  }
  .content-column {
    padding-left: 0px;
  }
  .circle {
    display: inline-block;
    height: auto;
    border-radius: 10px;
  }
  .frames {
    width: 55%;
    margin-bottom: 19px;
  }
  .number {
    margin-bottom: 20px;
  }
  .quote-box {
    background-image: url('../images/12-quotes.png');
  }
  .by-section.first {
    margin-bottom: 35px;
  }
  .logo-bottom {
    margin-right: -1px;
    margin-bottom: 37px;
    float: none;
  }
  .footer-text {
    margin-bottom: 22px;
  }
  .social-icon.first {
    margin-left: 1px;
  }
  .right-footer-col {
    top: 14px;
    text-align: center;
  }
  .nav-bar {
    left: 0px;
    top: 0px;
    right: 0px;
    height: 76px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .button-group.platform-tabs-button-group {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }
  .button-group.hero-position-bottom {
    margin-top: 2px;
  }
  .center {
    width: auto;
    font-size: 24px;
    line-height: 35px;
    text-shadow: none;
  }
  .center.smaller-h3 {
    font-size: 29px;
    line-height: 40px;
    text-shadow: none;
  }
  .center.right-border {
    font-size: 11px;
    text-shadow: none;
  }
  .brand-column {
    text-align: center;
  }
  .platform-tab {
    padding-right: 40px;
    padding-left: 40px;
    background-color: transparent;
  }
  .platform-tab.w--current {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #054c8d;
    background-image: url('../images/bg_txtr_ltmeshBg.png');
    font-size: 13px;
  }
  .home-tab-group {
    background-color: transparent;
  }
  .tab-pane {
    background-color: #054c8d;
  }
  .tab-development {
    display: block;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
    background-position: 62% -22px;
    font-size: 13px;
    text-align: center;
  }
  .tab-mobile {
    width: 80px;
    font-size: 13px;
  }
  .tab-sharepoint {
    width: 80px;
    font-size: 13px;
  }
  .platform-cta-label {
    width: 100%;
    background-color: transparent;
    font-family:'Droid Sans', sans-serif;
    font-size: 14px;
    line-height: 53px;
    text-align: center;
  }
  .tab-language {
    padding-top: 79px;
    padding-right: 10px;
    padding-left: 10px;
    background-position: -2% 0px;
    background-size: 540px;
    font-size: 11px;
  }
  .tab-language.tab-java {
    background-position: 17% 0px;
  }
  .tab-language.tab-html5 {
    background-position: 34% 0px;
    background-size: 539px;
  }
  .tab-language.tab-wpf {
    background-position: 50% 0px;
  }
  .tab-language.tab-com {
    background-position: 66% 0px;
    background-size: 539px;
  }
  .tab-language.tab-powershell {
    padding-right: 10px;
    padding-left: 10px;
    background-position: 83% 0px;
    background-size: 539px;
  }
  .tab-language.tab-sqlserver {
    min-width: 70px;
    padding-right: 10px;
    padding-left: 10px;
    background-position: 100% 0px;
  }
  .tab-language.tab-ios {
    padding-top: 80px;
    background-position: 1% 0px;
  }
  .tab-language.tab-android {
    background-position: 34% 0px;
  }
  .tab-language.tab-windows-phone {
    padding-right: 10px;
    padding-left: 10px;
    background-position: 50% 0px;
  }
  .tab-language.tab-citrix {
    padding-right: 13px;
    padding-left: 13px;
    background-position: 83% 0px;
  }
  .tab-language.tab-cfxforsp {
    background-position: 0% 0px;
  }
  .aligner {
    display: none;
    width: 0px;
    min-width: 0px;
  }
  .platform-subtab {
    margin-top: 18px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 10px;
  }
  .platform-subtab.w--current {
    margin-top: 23px;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .platform-tabs-paragraph {
    padding-right: 15px;
    padding-left: 20px;
    font-size: 12px;
  }
  .aligner-3 {
    width: 240px;
  }
  .aligner2 {
    width: 74px;
    min-width: 0px;
  }
  .logo-image {
    width: auto;
    margin-top: 8px;
    padding-top: 10px;
    padding-left: 4px;
  }
  .menu-button {
    position: static;
    left: 490px;
    top: 0px;
    float: right;
    background-color: transparent;
  }
  .nav-container {
    position: relative;
    z-index: 1000;
    height: 75px;
    max-width: 768px;
  }
  .nav-dd-item:hover {
    background-color: transparent;
  }
  .dropdown-link {
    padding-left: 0px;
  }
  .centered-image {
    display: block;
    text-shadow: none;
  }
  .dark-blue-section.section-air {
    padding-right: 20px;
    padding-left: 20px;
  }
  .icon-image {
    padding-top: 30px;
    padding-right: 165px;
    padding-left: 165px;
    text-shadow: none;
  }
  .icon-image.frame-less {
    padding-right: 170px;
    padding-left: 170px;
    text-shadow: none;
  }
  .icon-image.features {
    text-shadow: none;
  }
  .icon-image.product-logo {
    padding-top: 20px;
    padding-right: 120px;
    padding-left: 120px;
    text-shadow: none;
  }
  .icon-image.product-logo.smaller {
    text-shadow: none;
  }
  .icon-image.vs-icon-feat {
    margin-top: 15px;
    padding-top: 10px;
    text-shadow: none;
  }
  .air-40 {
    height: 40px;
    text-shadow: none;
  }
  .air-40.air-20 {
    text-shadow: none;
  }
  .air-40.zero-height {
    text-shadow: none;
  }
  .nav-footer {
    position: static;
  }
  .footer-nav-link {
    padding-top: 10px;
    padding-bottom: 0px;
    float: left;
    text-align: left;
  }
  .home-slider {
    height: 365px;
    margin-top: 0px;
  }
  .studiofx-footer-ad {
    margin-top: 45px;
    padding-top: 1px;
    padding-bottom: 25px;
    box-shadow: none;
  }
  .footer-subnav-menu {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-subnav-link {
    margin-left: 40px;
  }
  .footer-subnav-link.subnav-chartfx {
    margin-left: 24px;
    background-size: 45px;
  }
  .footer-subnav-link.subnav-gridfx {
    background-size: 45px;
  }
  .footer-disclaimer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .disclaimer {
    font-size: 11px;
  }
  .block-transparent {
    padding-right: 0px;
    padding-left: 0px;
  }
  .awards-holder {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .award-blocky:hover {
    margin-top: 0px;
  }
  .light-gray-section {
    padding-top: 35px;
  }
  .air-80 {
    height: 40px;
    text-shadow: none;
  }
  .client-slider-nav {
    opacity: 0;
  }
  .action-block {
    height: auto;
    text-shadow: none;
  }
  .action-box-holder {
    height: 100%;
    min-height: 0px;
    margin-bottom: 15px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.09);
    text-align: center;
    text-shadow: none;
  }
  .action-box-holder:hover {
    height: 100%;
    min-height: 0px;
  }
  .action-box-holder.catalog {
    border-color: rgba(0, 0, 0, 0.2);
    text-shadow: none;
  }
  .home-slider-arrow {
    opacity: 0;
  }
  .home-slider-nav {
    opacity: 0;
  }
  .tabs-menu {
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 5px;
  }
  .special-shadow {
    box-shadow: none;
    text-shadow: none;
  }
  .special-shadow.bigger {
    padding-left: 80px;
    box-shadow: none;
    font-size: 27px;
    text-shadow: white 1px 1px 0px, #30d2f2 2px 2px 0px;
  }
  .special-shadow.bigger.super-highliter-block {
    padding-left: 20px;
    box-shadow: none;
    font-size: 27px;
    text-shadow: none;
  }
  .hero-product-logo-s1 {
    width: 355px;
  }
  .hero-cta.black-bg-contrast {
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .float-left {
    font-size: 48px;
    text-shadow: none;
  }
  .float-left.white-bullet {
    font-size: 14px;
    text-shadow: none;
  }
  .float-right {
    float: right;
    box-shadow: none;
    text-shadow: none;
  }
  .icon-play-video {
    margin-top: 2px;
  }
  .product-paragraph {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-shadow: none;
  }
  .product-tab {
    width: 170px;
  }
  .product-tab-h4 {
    font-size: 20px;
  }
  .product-tab-icon {
    height: 90px;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .products-tab-tagline {
    font-size: 21px;
    line-height: 32px;
  }
  .menu-space-filler-w {
    height: 76px;
  }
  .hero-medium.sfx-family-slide-bg {
    overflow-x: visible;
    overflow-y: visible;
    height: 355px;
  }
  .air-20 {
    text-shadow: none;
  }
  .li {
    font-size: 14px;
  }
  .li-subtt {
    line-height: 38px;
  }
  .absolute-tab-hero {
    top: -485px;
  }
  .absolute-tab-hero.gridfx {
    top: -461px;
    height: 347px;
    background-position: 50% 19px;
    background-size: 650px;
  }
  .absolute-tab-hero.powergadgets {
    top: -461px;
    height: 347px;
    padding-top: 23px;
    background-position: 50% 0px;
    background-size: 650px;
  }
  .absolute-tab-hero.chartfx {
    top: -462px;
    height: 348px;
    padding-top: 27px;
    background-size: 649px;
  }
  .chartfx-platforms-icons {
    background-size: 375px;
  }
  .link {
    text-shadow: none;
  }
  .product-excerpt-slider {
    height: auto;
    min-height: 500px;
  }
  .product-exceprt-slider-nav {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .default-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .intro-p {
    font-size: 15px;
    text-shadow: none;
  }
  .intro-p.gray-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    text-shadow: none;
  }
  .intro-p.gray-text.purple-liner {
    padding-right: 15px;
    padding-left: 15px;
    text-shadow: none;
  }
  .intro-p.gray-text.red-liner {
    padding-right: 20px;
    padding-left: 20px;
    text-shadow: none;
  }
  .intro-p.gray-text.turquoise-line {
    padding-right: 20px;
    padding-left: 20px;
    text-shadow: none;
  }
  .h4-blurp {
    font-size: 20px;
  }
  .blurp-p {
    text-align: left;
    text-shadow: none;
  }
  .default-section-2 {
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .white-text {
    text-shadow: none;
  }
  .white-text.thin-text {
    text-shadow: none;
  }
  .light-blue-text {
    font-size: 22px;
  }
  .cfx-catalog-excerpt-p {
    min-height: 0px;
    margin-bottom: 20px;
    text-shadow: none;
  }
  .cfx-catalog-excerpt-p.shorter {
    margin-bottom: 0px;
    font-size: 14px;
    text-shadow: none;
  }
  .tiny-h3 {
    font-size: 35px;
    line-height: 45px;
    text-shadow: none;
  }
  .hero-container-position1 {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 1px;
  }
  .animated-bg {
    background-image: url('../images/grid-4-bg.png'), url('../images/hero-people-bg-1.jpg');
    background-position: 50% 100%, 45% 28%;
    background-size: auto, 1900px;
  }
  .air-60 {
    height: 30px;
    text-shadow: none;
  }
  .default-section-boxed {
    padding-right: 20px;
    padding-left: 20px;
  }
  .dashboard-showcase {
    height: 400px;
    background-position: 50% 57%;
  }
  .dashboard-showcase-slider {
    height: 365px;
  }
  .laptop-screen-size {
    padding: 58px 78px 49px;
  }
  .dash-3 {
    box-shadow: none;
  }
  .news-icon {
    max-width: 106px;
  }
  .zero-height {
    height: 0px;
    text-shadow: none;
  }
  .outlined {
    padding: 6px 10px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
    text-shadow: none;
  }
  .outlined.white-well {
    border-width: 0px;
    border-color: black;
    text-shadow: none;
  }
  .header-helpers {
    display: block;
  }
  .product-subnav {
    top: 74px;
  }
  .subnav-product-logo {
    margin-top: 14px;
    padding-left: 13px;
  }
  .menu-space-filler-w2 {
    height: 133px;
  }
  .lefty {
    text-shadow: none;
  }
  .studiofx-seal {
    display: none;
  }
  .subnav-menu-mob {
    background-color: #171c21;
  }
  .subnav-menu-mob-icon.w--open {
    background-color: #171c21;
  }
  .no-padding {
    text-shadow: none;
  }
  .no-padding.table-subrow {
    text-shadow: none;
  }
  .capsule {
    text-shadow: none;
  }
  .capsule.bottom-border-split {
    box-shadow: none;
  }
  .righty {
    text-shadow: none;
  }
  .li-title {
    padding-top: 15px;
    text-shadow: none;
  }
  .features-li {
    text-shadow: none;
  }
  .studiofx-features-listing {
    text-shadow: none;
  }
  .studiofx-plan-code {
    text-shadow: none;
  }
  .plans-col {
    height: 640px;
    margin-bottom: 10px;
    box-shadow: none;
    text-shadow: none;
  }
  .plans-col.second {
    height: 410px;
    box-shadow: none;
    text-shadow: none;
  }
  .plans-col.third {
    height: 485px;
    box-shadow: none;
    text-shadow: none;
  }
  .included-licenses {
    text-shadow: none;
  }
  ._2-col-titles {
    text-shadow: none;
  }
  .product-row {
    text-shadow: none;
  }
  .product-row.table-subhead {
    text-shadow: none;
  }
  .table-cell {
    padding-left: 11px;
    font-size: 13px;
    text-shadow: none;
  }
  .product-name {
    padding-left: 30px;
    font-size: 14px;
    text-shadow: none;
  }
  .platform-nano-icon {
    left: 3px;
    text-shadow: none;
  }
  .pricing-section {
    text-shadow: none;
  }
  .right-border.product-title {
    font-size: 11px;
    text-shadow: none;
  }
  .smaller {
    text-shadow: none;
  }
  .row-item {
    text-shadow: none;
  }
  .license {
    font-size: 11px;
    text-shadow: none;
  }
}
@media (max-width: 479px) {
  h3 {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 14px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 32px;
    text-shadow: none;
  }
  h4 {
    text-align: center;
  }
  p {
    font-size: 12px;
    text-align: center;
    text-shadow: none;
  }
  .button {
    display: block;
  }
  .button.nav {
    width: 80%;
  }
  .button.big-green {
    margin-top: 0px;
    margin-right: 16px;
    margin-left: 16px;
  }
  .button.button-blue {
    display: block;
  }
  .button.button-med {
    display: block;
    text-shadow: none;
  }
  .button.button-med:hover {
    display: block;
    text-shadow: none;
  }
  .button.button-ghost {
    min-width: 196px;
    background-color: rgba(0, 0, 0, 0.49);
    box-shadow: none;
    text-shadow: none;
  }
  .button.button-ghost:hover {
    box-shadow: none;
    text-shadow: none;
  }
  .button.button-download {
    display: block;
    text-shadow: none;
  }
  .button.button-download:hover {
    text-shadow: none;
  }
  .section {
    padding-right: 11px;
  }
  .section.hero {
    margin-top: 1px;
    padding-top: 26px;
    padding-right: 15px;
    padding-left: 15px;
    background-position: 122% 30%, 77% 25%;
  }
  .section.hero.celeste-bg {
    margin-top: 0px;
  }
  .section.hero.celeste-bg.large-hero {
    height: 545px;
    padding-right: 0px;
    padding-left: 0px;
    background-position: 43% 100%;
    background-size: 1162px;
  }
  .section.hero.celeste-bg.cfx8-hero {
    height: 86%;
    padding-right: 0px;
    padding-left: 0px;
    background-position: 36% 25%;
  }
  .section.hero.cfx8-hero {
    height: 354px;
    background-position: 122% 30%, 61% 19%, 0% 0%;
  }
  .section.hero.cfx8-hero.forcom {
    background-position: 122% 30%, 5% -25%, 0% 0%;
    background-size: auto, cover, auto;
  }
  .section.hero.small-hero.cfx8-hero-features {
    padding-top: 11px;
  }
  .section.hero.cfx7-hero.java {
    height: 420px;
  }
  .section.hero.cfx6-hero {
    background-image: url('../images/grid-5-bg.png'), url('../images/hero-people-bg-3.jpg');
    background-position: 122% 30%, 5% 37%;
    background-size: auto, 1800px;
    background-repeat: repeat, repeat-x;
  }
  .section.hero.cfxgauges-hero {
    background-position: 122% 30%, 100% 25%;
  }
  .section.hero.java.cfx7-hero-desktop {
    background-position: 122% 30%, 100% 50%;
  }
  .section.hero.chartfx7-java-server {
    background-position: 122% 30%, 93% 25%;
  }
  .section.centered.light-gray-section {
    padding-top: 20px;
    box-shadow: none;
  }
  .section.centered.light-gray-section.celeste-bg.geometric-bg1 {
    height: auto;
    min-height: 400px;
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: none;
  }
  .section.footer {
    padding-bottom: 35px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    background-color: #171717;
  }
  .nav-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .hero-heading {
    font-size: 40px;
  }
  .hero-subhead {
    display: block;
    width: auto;
    margin-top: 0px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 31px;
    text-shadow: none;
  }
  .hero-subhead.dark {
    margin-top: -10px;
    font-size: 18px;
    text-shadow: none;
  }
  .section-title {
    font-size: 24px;
  }
  .section-title.studiofx-light-title {
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 15px;
    line-height: 24px;
  }
  .section-title.studiofx-light-title.lefty {
    line-height: 33px;
    text-align: center;
    text-shadow: none;
  }
  .section-subtitle {
    font-size: 13px;
  }
  .section-subtitle.lefty {
    text-align: center;
  }
  .grey-icon {
    margin-top: 34px;
  }
  .content-column {
    text-align: center;
  }
  .frames {
    width: 75%;
  }
  .quote-box {
    padding-left: 75px;
    background-image: url('../images/12-quotes.png');
    background-position: 8% 17%;
  }
  .social-icon {
    background-color: black;
    box-shadow: rgba(255, 255, 255, 0) 0px 1px 3px 0px;
  }
  .right-footer-col {
    padding-top: 22px;
  }
  .nav-bar {
    z-index: 9999;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .button-group {
    display: inline-block;
    margin-top: 12px;
  }
  .button-group.platform-tabs-button-group {
    padding-left: 0px;
  }
  .center {
    display: block;
    height: auto;
    margin: 5px auto;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 30px;
    text-align: center;
    text-shadow: none;
  }
  .center.smaller-h3 {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    box-shadow: none;
    font-size: 23px;
    line-height: 30px;
    text-shadow: none;
  }
  .center.plans-title {
    font-size: 17px;
    font-weight: 600;
    text-shadow: none;
  }
  .center.right-border {
    height: 42px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
    font-size: 10px;
    text-shadow: none;
  }
  .platform-tab {
    width: 106px;
    padding-right: 14px;
    padding-left: 14px;
    background-color: transparent;
    text-align: center;
  }
  .platform-tab.w--current {
    width: 107px;
    padding-right: 14px;
    padding-left: 14px;
    background-color: #054c8d;
    background-image: url('../images/bg_txtr_ltmeshBg.png');
    background-size: 48px;
  }
  .platform-tab.active.w--current {
    width: auto;
  }
  .platform-tab.inactive {
    width: auto;
  }
  .platforms-tabs {
    float: none;
  }
  .home-tab-group {
    float: none;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .tab-development {
    font-size: 12px;
  }
  .tab-mobile {
    width: 88px;
    font-size: 12px;
  }
  .tab-sharepoint {
    width: auto;
    font-size: 12px;
  }
  .platform-cta-label {
    width: 100%;
    height: auto;
    background-color: transparent;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
  }
  .tab-language {
    display: inline-block;
    width: 46px;
    max-width: 46px;
    min-width: 46px;
    padding-top: 24px;
    padding-right: 8px;
    padding-left: 8px;
    float: none;
    clear: none;
    background-position: 0% 50%;
    background-size: 333px;
    font-size: 0px;
  }
  .tab-language.tab-java {
    width: 46px;
    padding-left: 8px;
    background-position: 17% 50%;
    background-size: 382px;
  }
  .tab-language.tab-html5 {
    width: 42px;
    max-width: 42px;
    min-width: 42px;
    background-position: 34% 50%;
    background-size: 362px;
  }
  .tab-language.tab-wpf {
    width: 45px;
    max-width: 45px;
    min-width: 45px;
    float: none;
    background-position: 50% 50%;
    background-size: 366px;
  }
  .tab-language.tab-com {
    width: 44px;
    max-width: 44px;
    min-width: 44px;
    background-position: 66% 50%;
    background-size: 357px;
  }
  .tab-language.tab-powershell {
    position: static;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 44px;
    max-width: 44px;
    min-width: 44px;
    background-position: 83% 23%;
    background-size: 328px;
  }
  .tab-language.tab-sqlserver {
    display: inline-block;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    margin-right: 0px;
    padding-right: 8px;
    padding-left: 8px;
    background-position: 99% 50%;
  }
  .tab-language.tab-android {
    width: 45px;
  }
  .tab-language.tab-citrix {
    padding-top: 10px;
  }
  .tab-language.tab-cfxforsp {
    width: 64px;
    padding-right: 8px;
    padding-left: 8px;
    background-position: 1% 50%;
    background-size: 366px;
  }
  .platform-menu-label {
    padding: 7px;
    color: #6e6e6e;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
  }
  .aligner {
    display: none;
  }
  .platform-subtab {
    display: inline-block;
    overflow-x: visible;
    overflow-y: visible;
    width: 44px;
    height: 59px;
    max-width: 44%;
    margin-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
  }
  .platform-subtab.w--current {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 76px;
    max-width: 46px;
    margin-top: 8px;
    padding: 10px 0px 0px;
    float: left;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .platform-tabs-paragraph {
    padding-right: 20px;
    text-align: left;
  }
  .aligner-3 {
    width: 140px;
  }
  .aligner2 {
    width: 70px;
  }
  .logo-image {
    width: 190px;
    margin-top: 17px;
    padding-top: 0px;
  }
  .menu-button {
    left: 250px;
    top: 6px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu-button.w--open {
    position: static;
    float: right;
    background-color: #171c21;
  }
  .nav-container {
    height: 58px;
  }
  .centered-image {
    text-shadow: none;
  }
  .icon-image {
    padding-right: 66px;
    padding-left: 66px;
  }
  .icon-image.frame-less {
    padding-right: 40px;
    padding-left: 40px;
    text-shadow: none;
  }
  .icon-image.features {
    text-shadow: none;
  }
  .icon-image.product-logo.smaller {
    padding-right: 30px;
    padding-left: 30px;
    text-shadow: none;
  }
  .icon-image.vs-icon-feat {
    text-shadow: none;
  }
  .air-40 {
    height: 4px;
  }
  .nav-footer {
    position: static;
    padding-bottom: 0px;
    float: none;
    clear: none;
  }
  .nav-footer.righter {
    float: none;
  }
  .footer-nav-link {
    padding-top: 8px;
    padding-bottom: 0px;
    float: none;
  }
  .home-slider {
    height: 330px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .studiofx-footer-ad {
    box-shadow: none;
  }
  .footer-subnav-menu {
    margin-top: 6px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 3px;
  }
  .footer-subnav-link {
    margin-left: 7px;
  }
  .footer-subnav-link.subnav-chartfx {
    display: inline-block;
    margin-left: 0px;
    clear: both;
    opacity: 0.16;
  }
  .footer-subnav-link.subnav-gridfx {
    display: inline-block;
    clear: both;
    opacity: 0.16;
  }
  .footer-subnav-link.subnav-jchartfx {
    display: inline-block;
    width: 110px;
    clear: both;
    opacity: 0.16;
  }
  .footer-subnav-link.subnav-powergadgets {
    display: inline-block;
    width: 146px;
    clear: both;
    opacity: 0.16;
  }
  .footer-subnav-link.subnav-cfx4sp {
    display: inline-block;
    clear: both;
    opacity: 0.16;
  }
  .footer-disclaimer {
    padding-right: 5px;
    padding-left: 5px;
  }
  .disclaimer {
    text-shadow: none;
  }
  .sfx-black-footer-logo {
    padding-top: 35px;
  }
  .light-gray-section {
    padding-top: 35px;
  }
  .light-gray-section.watermark-com {
    padding-bottom: 25px;
  }
  .light-gray-section.watermark-sql {
    padding-bottom: 20px;
  }
  .light-gray-section.watermark-sharepoint {
    padding-bottom: 30px;
  }
  .air-80 {
    height: 35px;
  }
  .client-slider-nav {
    opacity: 0;
  }
  .action-block {
    height: 100%;
    text-shadow: none;
  }
  .action-box-holder {
    height: auto;
    min-height: 0px;
    margin-bottom: 16px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-shadow: none;
  }
  .action-box-holder:hover {
    min-height: 0px;
  }
  .tabs-menu {
    padding-left: 0px;
  }
  .special-shadow {
    box-shadow: none;
    font-size: 19px;
    line-height: 38px;
    text-shadow: none;
  }
  .special-shadow.bigger.super-highliter-block {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: auto;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
    box-shadow: none;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    text-shadow: none;
  }
  .hero-product-logo-s1 {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-cta.black-bg-contrast {
    margin-top: 26px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74) 30%, rgba(0, 0, 0, 0.74) 70%, rgba(0, 0, 0, 0.74) 97%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74) 30%, rgba(0, 0, 0, 0.74) 70%, rgba(0, 0, 0, 0.74) 97%);
  }
  .white-bg-contrast-vertical {
    background-image: -webkit-linear-gradient(white, rgba(255, 255, 255, 0) 53%);
    background-image: linear-gradient(white, rgba(255, 255, 255, 0) 53%);
  }
  .icon-play-video {
    margin-top: -2px;
    margin-left: 0px;
    padding-top: 10px;
    padding-left: 0px;
  }
  .product-paragraph {
    font-size: 14px;
    line-height: 24px;
    text-shadow: none;
  }
  .product-tab {
    display: inline-block;
    width: 83px;
    min-width: 0px;
    padding-left: 7px;
  }
  .product-tab-h4 {
    display: none;
    overflow-x: visible;
    overflow-y: visible;
    margin-top: 0px;
    font-size: 16px;
  }
  .product-tab-icon {
    height: 83px;
    padding: 16px 0px 15px;
    text-align: center;
  }
  .product-tab-pane {
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu-space-filler-w {
    height: 60px;
  }
  .hero-medium.sfx-family-slide-bg {
    height: 374px;
  }
  .air-20 {
    text-shadow: none;
  }
  .ul-list.li {
    padding-left: 0px;
  }
  .li-subtt {
    height: auto;
    padding-bottom: 12px;
    line-height: 26px;
  }
  .absolute-tab-hero {
    top: -502px;
  }
  .absolute-tab-hero.gridfx {
    top: -480px;
    height: 310px;
    padding-top: 10px;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
  }
  .absolute-tab-hero.powergadgets {
    top: -530px;
    padding-top: 0px;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
  }
  .absolute-tab-hero.chartfx {
    top: -527px;
    height: 360px;
    padding-top: 0px;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
  }
  .link {
    padding-bottom: 5px;
    box-shadow: none;
    font-size: 14px;
    text-shadow: none;
  }
  .link.smaller {
    box-shadow: none;
    font-size: 19px;
    text-shadow: none;
  }
  .powergadgets-platform-icons {
    background-size: 275px;
  }
  .default-section {
    padding: 35px 10px;
  }
  .intro-p {
    font-size: 14px;
    line-height: 20px;
    text-shadow: none;
  }
  .intro-p.gray-text {
    margin-bottom: 0px;
    font-size: 13px;
    text-shadow: none;
  }
  .intro-p.gray-text.turquoise-line {
    margin-bottom: 30px;
    text-shadow: none;
  }
  .media-blurp {
    border-bottom: 1px solid dimgray;
    text-align: center;
  }
  .blurp-p {
    text-shadow: none;
  }
  .default-section-2 {
    padding-top: 35px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .bold-highligh-text {
    text-shadow: none;
  }
  .white-text {
    padding-bottom: 17px;
    text-align: left;
    text-shadow: none;
  }
  .white-text.thin-text {
    text-shadow: none;
  }
  .white-text.narrower {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    text-shadow: none;
  }
  .thin-text.light-blue-text {
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
  }
  .cfx-catalog-excerpt-p.shorter {
    margin-bottom: 25px;
    text-shadow: none;
  }
  .hero-container-position1 {
    margin-top: -15px;
    padding-top: 15px;
  }
  .animated-bg {
    background-image: url('../images/grid-4-bg.png'), url('../images/hero-people-bg-1.jpg');
    background-position: 50% 100%, 49% -45px;
    background-size: auto, 1000px;
  }
  .air-60 {
    height: 20px;
    text-shadow: none;
  }
  .default-section-boxed {
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
  }
  .default-section-boxed.gray.watermark-java {
    padding-bottom: 25px;
  }
  .default-section-boxed.gray.watermark-html5 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .default-section-boxed.gray.watermark-wpf {
    padding-bottom: 20px;
  }
  .dashboard-showcase {
    display: none;
  }
  .news-icon {
    max-width: 104px;
  }
  .zero-height {
    height: 0px;
    float: none;
    text-shadow: none;
  }
  .outlined {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
    font-weight: 400;
  }
  .outlined.white-well {
    text-shadow: none;
  }
  .product-subnav {
    top: 60px;
  }
  .subnav-product-logo {
    width: 110px;
    margin-top: 16px;
  }
  .menu-space-filler-w2 {
    height: 115px;
  }
  .arrow-down-fff {
    display: none;
    height: 51px;
  }
  .studiofx-seal {
    display: none;
  }
  .subnav-menu-mob {
    background-color: #171c21;
  }
  .subnav-menu-mob-icon.w--open {
    background-color: #171c21;
  }
  .no-padding {
    text-shadow: none;
  }
  .no-padding.table-subrow {
    padding-left: 9px;
    font-size: 12px;
    text-shadow: none;
  }
  .capsule.pad-40 {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    background-color: rgba(126, 177, 252, 0.09);
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    text-shadow: none;
  }
  .main-logo-icon-holder {
    padding-left: 0px;
  }
  .platform-id {
    left: -190px;
    bottom: -60px;
    display: block;
    padding-top: 0px;
    padding-left: 151px;
    font-size: 20px;
    text-align: center;
    list-style-type: none;
  }
  .studiofx-features-listing {
    text-shadow: none;
  }
  .studiofx-plan-code {
    font-size: 14px;
    text-shadow: none;
  }
  .plans-col {
    height: 816px;
    text-shadow: none;
  }
  .plans-col.second {
    height: 490px;
    box-shadow: none;
    text-shadow: none;
  }
  .plans-col.third {
    height: 520px;
    box-shadow: none;
    text-shadow: none;
  }
  .included-licenses {
    border-style: none solid solid;
    border-color: rgba(126, 177, 252, 0.09);
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    text-shadow: none;
  }
  ._2-col-titles {
    text-shadow: none;
  }
  .product-row {
    height: auto;
    text-shadow: none;
  }
  .table-cell {
    padding-left: 6px;
    text-shadow: none;
  }
  .product-name {
    padding-left: 2px;
    font-size: 13px;
    text-shadow: none;
  }
  .platform-nano-icon {
    top: 5px;
    display: none;
    width: 30px;
    text-shadow: none;
  }
  .right-border.product-title {
    padding-right: 1px;
    padding-left: 8px;
    text-shadow: none;
  }
  .license {
    padding-left: 9px;
    text-shadow: none;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}