@charset "UTF-8";
html, body {
  font-family: "myriad-pro", MyriadPro-regular, "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
  text-decoration: none;
}

h1 {
  font: bold 62px "myriad-pro-condensed", MyriadPro-BoldCond, "Lucida Grande", Lucida, Verdana, sans-serif;
  line-height: 62px;
  letter-spacing: 0px;
}

h2 {
  line-height: 51px;
  color: #333333;
  letter-spacing: .2px;
  font: bold 42px myriad-pro-condensed, MyriadPro-Cond, 'Lucida Grande', Lucida, Verdana, sans-serif !important;
}

::selection {
  background: #6DBE4C;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #6DBE4C;
  /* Gecko Browsers */
}

/**
 * @file
 * WE layout method
 * Global styles for WE Developers Public Site
 */
/*/////////////////////////////////////////////////
// Base Styles
/////////////////////////////////////////////////*/
/* Webfonts loading*/
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading .btn,
.wf-loading p,
.wf-loading .qs-number,
.wf-loading #toolbar li {
  visibility: hidden;
}

.hero p {
  font-family: "myriad-pro", MyriadPro-regular, "Lucida Grande", Lucida, Verdana, sans-serif;
  font-weight: 200;
  font-size: 21px;
}

/* Bootstrap override */
.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#toolbar .btn-success {
  background-color: transparent;
  font-size: 20px;
  border: 0px;
  padding: 0px;
  vertical-align: top;
}

.main-content {
  padding-top: 90px;
}

.btn {
  text-align: center;
  letter-spacing: 1.72px;
  border-radius: 5px;
  padding: 0 40px;
  height: 46px;
  font: 20px "myriad-pro", MyriadPro-regular, "Lucida Grande", Lucida, Verdana, sans-serif;
  text-transform: uppercase;
  transition: all 0.2s ease;
  cursor: pointer;
  line-height: 42px;
}

.btn.btn-primary {
  background-color: #6DBE4C;
  border: none;
  color: #FFFFFF;
  display: block;
}

.btn.btn-default {
  background: none;
  border: 1px solid #4d86a0;
  color: #4d86a0;
  text-transform: uppercase;
  border-radius: 4px;
  letter-spacing: .05em;
  line-height: 42px;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
  background-color: #4d86a0;
  color: #fff;
  border-color: #4d86a0;
}

.btn-default.btn-reverse {
  border-color: #c7c7c7;
  color: #fff;
}

.btn-default.btn-reverse:hover,
.btn-default.btn-reverse:focus {
  background-color: #fff;
  color: #4d86a0;
}

::selection {
  background: #6DBE4C;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #6DBE4C;
  /* Gecko Browsers */
  color: #fff;
}

/*/////////////////////////////////////////////////
// Main Nav
/////////////////////////////////////////////////*/
/* TOOLBAR */
.pub .site-header .content ul {
  margin-left: 0;
  padding-left: 0;
}

@media (max-width: 800px) {
  #toolbar .content ul li {
    padding: 8px 12px 10px;
  }

  #toolbar .content ul li a {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  #toolbar {
    position: relative;
  }

  #toolbar .content img {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-left: 0;
    z-index: 90;
  }

  #toolbar .content ul {
    margin-top: -49px;
    padding-right: 15px;
    z-index: 100;
    position: relative;
  }

  #toolbar .content ul li:not(:last-of-type) {
    display: none;
  }
}
/*////////////////////////////////////////////////
// EXAMPLES
/////////////////////////////////////////////////*/
.we-code-links a {
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
@media (min-width: 768px) {
  .we-code-links a.text-left {
    text-align: left;
    display: inline-block;
    float: left;
  }
  .we-code-links a.text-right {
    text-align: right;
    display: inline-block;
    float: right;
  }
}

/*////////////////////////////////////////////////
// STANDARD TEMPLATES
/////////////////////////////////////////////////*/
.node-type-faq .jumbotron, .node-type-statuslist .jumbotron {
  padding-top: 128px;
  border-bottom: 1px solid #c7c7c7;
}
.node-type-faq .jumbotron p, .node-type-statuslist .jumbotron p {
  color: #9896A2;
  font: 200 21px/30px myriad-pro, Helvetica, Arial, sans-serif;
}
@media (max-width: 700px) {
  .node-type-faq .jumbotron, .node-type-statuslist .jumbotron {
    padding-top: 48px;
  }
}

/*////////////////////////////////////////////////
// FOOTER
/////////////////////////////////////////////////*/
#pageFooter {
  background: #3a3a3a;
  padding-top: 100px;
  padding-bottom: 10px;
  font-family: "myriad-pro", MyriadPro-regular, "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #ccc;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  display: block;
  clear: both;
}

#pageFooter .width-constrain {
  margin: 20px auto;
  max-width: 1440px;
  padding: 0 35px;
}

#pageFooter a {
  color: #ccc;
  line-height: 22px;
  display: block;
}

#pageFooter .footer-social-links a {
  float: left;
  box-sizing: content-box;
  width: 53px;
}

#weFooterLogo {
  display: block;
  position: relative;
  top: -8px;
}

#pageFooter h4 {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: normal;
}

#pageFooter h4 a {
  color: #ffffff;
}

#pageFooter h5:last-of-type {
  margin-top: 16px;
}

#pageFooter h5 a {
  font-weight: bold;
  font: normal normal bold normal 18px/22px myriad-pro, Helvetica, Arial, sans-serif;
  text-transform: none;
}

#pageFooter .left {
  float: left;
  width: 22%;
}

#pageFooter .left img {
  width: 130px;
  height: auto;
  margin-left: -16px;
}

#pageFooter .left span {
  padding-right: 5px;
  padding-top: 12px;
}

#pageFooter .left .fa {
  color: #888888;
}

#pageFooter .left .fa-inverse {
  color: #3a3a3a;
}

#pageFooter .right {
  float: left;
  width: 78%;
}

#pageFooter .right a {
  margin-bottom: 6px;
  display: block;
}

#pageFooter .right ul {
  display: inline-block;
  vertical-align: top;
  border-style: border-box;
  width: 19%;
  padding-left: 44px;
  /*THIS WAS NOT PROPER SYNTAX*/
  margin-bottom: 30px;
  margin-left: 0;
  padding-right: 15px;
  box-sizing: border-box;
  list-style: none;
}

#pageFooter #footerBottom {
  clear: both;
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #474747;
  font: normal normal 15px "myriad-pro-condensed", MyriadPro-BoldCond, "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #6a6a6a;
  font-weight: 300;
}

#pageFooter #footerBottom span, #pageFooter #footerBottom a {
  padding: 0px 8px;
}

#pageFooter #footerBottom a {
  color: #6a6a6a;
  font-weight: 300;
  display: inline;
}

/*////////////////////////////////////////////////
// MEDIA QUERIES
/////////////////////////////////////////////////*/
@media (max-width: 700px) {
  .hero {
    padding-top: 0;
  }
}
@media (max-width: 1020px) {
  #pageFooter .left {
    float: none;
    padding-bottom: 40px;
    width: 100%;
  }

  #pageFooter .left:before,
  #pageFooter .left:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }

  #pageFooter .left:after {
    clear: both;
  }

  #pageFooter .right {
    float: none;
    clear: left;
    width: 100%;
  }
}
@media (max-width: 700px) {
  #toolbar {
    position: relative;
  }

  #toolbar .content img {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-left: 0;
    z-index: 90;
  }

  #toolbar .content ul {
    margin-top: -49px;
    padding-right: 15px;
    z-index: 100;
    position: relative;
  }

  #toolbar .content ul li:not(:last-of-type) {
    display: none;
  }

  #pageFooter .right ul {
    display: block;
    width: 100%;
  }
}
/*/////////////////////////////////////////////////
// Mixins
/////////////////////////////////////////////////*/
/* clearfix */
.node-type-home {
  font-size: 16px;
  /* HERO */
  /* API EVENT */
  /* RELY */
  /* MORE */
  /* MARKET */
  /*SIMPLE*/
  /*TWOUP*/
  /*DEVS*/
  /*SAFE*/
}
.node-type-home h1, .node-type-home h2, .node-type-home h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.node-type-home .widthConstrain {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.node-type-home .smallBreak, .node-type-home .verySmallBreak {
  display: none;
}
.node-type-home .largeBreak {
  display: inline;
}
.node-type-home #homeHero {
  font-size: 20px;
  color: #A4A4A4;
  letter-spacing: 0.3px;
  line-height: 28px;
  min-height: 480px;
  height: 480px;
  max-height: 480px;
  background: #e8e8ee;
  z-index: 1;
  padding-top: 80px;
  box-sizing: content-box;
}
.node-type-home #homeHero .widthConstrain {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.24);
  background: #F7F7F9;
  min-height: 480px;
}
.node-type-home section.hero .left {
  padding-top: 90px;
  padding-left: 100px;
  float: left;
  z-index: 3;
  position: relative;
  color: #ffffff;
}
.node-type-home section.hero .left h1 {
  padding-bottom: 20px;
  margin-top: 0px;
  line-height: 74px;
  color: #ffffff;
}
.node-type-home section.hero .left h1 span {
  border-bottom: 5px solid #6DBE4C;
}
.node-type-home section.hero .left a {
  background-color: #6DBE4C;
  border-radius: 5px;
  border: none;
  width: 260px;
  height: 46px;
  font: 20px "myriad-pro", MyriadPro-regular, "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #FFFFFF;
  letter-spacing: 1.72px;
  line-height: 46px;
  display: block;
  margin-top: 40px;
  text-align: center;
  transition: all 0.5s ease;
  /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);*/
  cursor: pointer;
}
.node-type-home section.hero .left a:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  text-decoration: none;
}
.node-type-home section.hero .right {
  float: right;
  right: 0;
  z-index: 2;
  position: absolute;
  overflow: hidden;
  max-height: 480px;
  width: 100%;
  background-color: #333;
}
.node-type-home section.hero .right img {
  width: 100%;
  height: auto;
  z-index: 1;
}
.node-type-home section.hero .right #imgBox {
  position: absolute;
  background: rgba(247, 247, 249, 0.8);
  box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.27), inset 6px 0px 0px 0px #6DBE4C;
  /* Amy West – 32 years : */
  font-size: 18px;
  color: #4A4A4A;
  line-height: 11px;
  float: right;
  right: 50px;
  top: 350px;
  padding: 12px 6px 13px 11px;
  width: 320px;
  border-radius: 5px;
  z-index: 20;
  box-sizing: content-box;
}
.node-type-home section.hero .right #imgBox span {
  font-weight: bold;
}
.node-type-home section.hero .right #imgClip {
  height: 480px;
  margin-left: -91px;
  position: absolute;
  z-index: 2;
}
.node-type-home section.hero .right img:last-of-type {
  width: 100%;
  height: auto;
  z-index: 1;
  opacity: .3;
  box-sizing: content-box;
}
.node-type-home #homeHero .right img:first-of-type {
  display: none;
}
.node-type-home section#apievent {
  min-height: 370px;
  padding-top: 70px;
  padding-bottom: 50px;
  z-index: 9;
  position: relative;
  text-align: center;
  background-color: #e1e1e1;
  background-image: url(../images/graphic-left.png), url(../images/graphic-right.png);
  background-position: left top, right top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 999px) {
  .node-type-home section#apievent {
    background-image: none, none;
  }
}
.node-type-home section#apievent .left, .node-type-home section#apievent .right {
  width: 20%;
  float: left;
  margin-top: 50px;
  margin-left: 26%;
  margin-bottom: 30px;
}
.node-type-home section#apievent .left p, .node-type-home section#apievent .right p {
  color: #777777;
}
.node-type-home section#apievent .left p strong, .node-type-home section#apievent .right p strong {
  color: #515356;
}
.node-type-home section#apievent .right {
  margin-left: 8%;
}
@media screen and (max-width: 999px) {
  .node-type-home section#apievent .left, .node-type-home section#apievent .right {
    width: 50%;
    margin-left: 0%;
  }
}
.node-type-home section#apievent a {
  clear: both;
  border: none;
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 0px;
  height: 46px;
  line-height: 46px;
  font-family: "myriad-pro", MyriadPro-regular, "Lucida Grande", Lucida, Verdana, sans-serif;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 20px;
  background: #6DBE4C;
  border-radius: 5px;
  padding: 0 35px;
  text-transform: uppercase;
  letter-spacing: 1.72px;
  width: 260px;
  box-sizing: content-box;
  text-decoration: none;
}
.node-type-home section#rely {
  min-height: 280px;
  background-color: #407390;
  padding-top: 70px;
  z-index: 9;
  position: relative;
}
.node-type-home section#rely .relyBreak {
  display: none;
}
.node-type-home section#rely h2 {
  color: #FFFFFF;
  text-align: center;
  font: bold 42px myriad-pro-condensed, MyriadPro-Cond, 'Lucida Grande', Lucida, Verdana, sans-serif;
}
.node-type-home section#rely ul {
  margin-top: 70px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  padding-bottom: 100px;
  text-align: center;
}
.node-type-home section#rely ul li {
  display: inline;
  padding: 40px;
}
.node-type-home section#more {
  padding-top: 70px;
  font-family: "myriad-pro", MyriadPro-regular, "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #A4A4A4;
  line-height: 22px;
  text-align: center;
}
.node-type-home section#more h2 {
  padding-bottom: 36px;
  font: bold 42px myriad-pro-condensed, MyriadPro-Cond, 'Lucida Grande', Lucida, Verdana, sans-serif;
}
.node-type-home section#more .selector {
  white-space: nowrap;
  width: 640px;
  height: 36px;
  overflow: hidden;
  border-radius: 18px;
  background-color: #eeeeee;
  margin: 0 auto 0 auto;
  color: #333333;
  margin-top: 40px;
  margin-bottom: 40px;
}
.node-type-home section#more .selector .item {
  display: inline-block;
  width: 125px;
  height: 36px;
  line-height: 38px;
  border-radius: 18px;
  transition: all 0.5s ease;
}
.node-type-home section#more .selector .item.chosen {
  color: #ffffff;
  background-color: #6DBE4C;
  transition: all 0.5s ease;
}
.node-type-home section#more .selector .item.chosen:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.node-type-home section#more .infobox {
  margin: 0 auto 80px auto;
}
.node-type-home section#more .infobox .info {
  max-width: 176px;
  display: inline-block;
  margin: 0 40px;
  vertical-align: top;
}
.node-type-home section#more .infobox .info h3 {
  font: bold 16px "myriad-pro", MyriadPro-Bold, "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #515356;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.node-type-home section#market {
  background: url(../images/marketPattern.svg) center top repeat #a0a0a0;
  min-height: 560px;
  overflow: hidden;
}
.node-type-home section#market .left {
  padding-top: 100px;
  padding-left: 100px;
  color: #FFFFFF;
  float: left;
  max-width: 630px;
  line-height: 22px;
  box-sizing: content-box;
}
.node-type-home section#market .left h1 {
  padding-bottom: 20px;
  line-height: 74px;
  color: white;
}
.node-type-home section#market .left a {
  border: none;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 8px;
  height: 46px;
  line-height: 46px;
  font-family: "myriad-pro", MyriadPro-regular, "Lucida Grande", Lucida, Verdana, sans-serif;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 20px;
  background: #6DBE4C;
  border-radius: 5px;
  padding: 0 35px;
  text-transform: uppercase;
  letter-spacing: 1.72px;
  width: 260px;
  box-sizing: content-box;
  text-decoration: none;
}
.node-type-home section#market .right {
  float: right;
  margin-top: 100px;
  margin-right: 90px;
}
.node-type-home section#market .infobox {
  display: block;
  clear: both;
  padding-bottom: 100px;
  padding-top: 10px;
  margin-left: 90px;
  margin-right: 90px;
}
.node-type-home section#market .centerBox {
  width: 1040px !important;
  position: relative;
  margin: 0 auto;
}
.node-type-home section#market .infobox .info {
  width: 240px;
  height: 240px;
  display: inline-block;
  background-color: #407390;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  vertical-align: top;
  margin: 8px;
  font: bold 18px "myriad-pro", MyriadPro-regular, "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  transition: box-shadow 0.5s ease;
  overflow: hidden;
}
.node-type-home section#market .infobox .info:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.node-type-home section#market .infobox .info i {
  font-size: 64px;
  padding-top: 45px;
  padding-bottom: 20px;
}
.node-type-home section#simple {
  display: block;
  min-height: 540px;
}
.node-type-home section#simple .left {
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 35px;
  font-size: 20px;
  color: #A4A4A4;
  letter-spacing: 0.4px;
  line-height: 30px;
  display: table;
}
.node-type-home section#simple .left .infobox {
  display: block;
  clear: both;
  margin: 25px 0px 0px 0px;
  padding-top: 35px;
  border-top: 1px solid #EEEEEE;
}
.node-type-home section#simple .left .infobox .info {
  display: inline-block;
  width: 250px;
  margin-right: 15px;
  color: #A4A4A4;
  letter-spacing: 0.4px;
  line-height: 20px;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 16px;
}
.node-type-home section#simple .left .infobox .info h3 {
  font: bold 16px "myriad-pro", MyriadPro-Bold, "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #515356;
  letter-spacing: 0.2px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.node-type-home section#simple .right {
  float: right;
  display: block;
  width: 370px;
  height: 500px;
  background-color: #F5F5F5;
  right: 0;
  margin-right: 100px;
  margin-top: 80px;
  box-sizing: border-box;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  clear: none;
  font-size: 16px;
}
.node-type-home section#simple .right pre code {
  overflow-y: hidden;
}
.node-type-home section#simple .left a {
  display: none;
}
.node-type-home section#simple .clearfix {
  overflow: hidden;
}
.node-type-home #twoUp {
  width: 1000px;
  height: auto;
  margin: 80px auto 70px auto;
  display: block;
}
.node-type-home #twoUp:before, .node-type-home #twoUp:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.node-type-home #twoUp:after {
  clear: both;
}
.node-type-home #twoUp section {
  width: 500px;
  height: 500px;
  display: inline-block;
  box-sizing: border-box;
  padding: 50px 65px;
  text-align: center;
  font-size: 16px;
  color: #777777;
  letter-spacing: 0.4px;
  line-height: 28px;
}
.node-type-home #twoUp section h2 {
  padding-bottom: 40px;
  letter-spacing: -1px;
}
.node-type-home #twoUp section p {
  padding-bottom: 30px;
}
.node-type-home #twoUp section a {
  color: #4A90E2;
}
.node-type-home section#devs {
  float: left;
  background: #333333;
  height: auto;
}
.node-type-home section#devs h2 {
  color: #ffffff;
}
.node-type-home section#safe {
  float: right;
}
@media (max-width: 1440px) {
  .node-type-home section.hero .right {
    position: absolute;
    overflow: hidden;
  }
  .node-type-home section#rely ul {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 60px;
  }
  .node-type-home section#rely ul li {
    display: inline-block;
  }
  .node-type-home section#simple .left .infobox {
    margin: 15px 0px 0px 0px;
    padding-top: 25px;
  }
  .node-type-home section#simple .left .infobox .info {
    display: inline-block;
    width: 100%;
  }
  .node-type-home section#market .infobox {
    max-width: none;
    width: 100%;
    margin-left: 0;
  }
  .node-type-home section#market .centerBox {
    width: 844px !important;
  }
  .node-type-home section#market .infobox .info {
    width: 200px;
    height: 200px;
    margin: 0 10px 10px 1px;
    padding-top: 30px;
  }
  .node-type-home section#market .infobox .info i {
    font-size: 64px;
    padding: 10px 0 10px 0;
  }
}
@media (max-width: 1164px) {
  .node-type-home section#rely ul {
    margin-top: 0px;
    padding-bottom: 30px;
  }
  .node-type-home section#rely ul li {
    padding-bottom: 0;
  }
  .node-type-home section#rely .relyBreak {
    display: block;
  }
}
@media (max-width: 1090px) {
  .node-type-home {
    /*section#market .infobox {
      margin: 0 35px;
    }*/
  }
  .node-type-home section.hero .left, .node-type-home section#market .left, .node-type-home section#simple .clearfix .left {
    padding-left: 35px;
  }
  .node-type-home section#market .infobox {
    max-width: none;
    padding: 35px;
    box-sizing: border-box;
    display: block;
  }
  .node-type-home section#market .infobox .info {
    font-size: 20px;
    padding: px 20px;
  }
  .node-type-home section#simple .right {
    margin-right: 35px;
    font-size: 13px;
    width: 320px;
  }
  .node-type-home #twoUp {
    width: 100%;
  }
  .node-type-home #twoUp section {
    width: 50%;
  }
}
@media (max-width: 1030px) {
  .node-type-home section.hero {
    max-height: 480px;
  }
  .node-type-home section.hero .left {
    color: #ffffff;
  }
  .node-type-home section.hero .left h1 {
    color: #ffffff;
  }
  .node-type-home section.hero .right {
    width: 100%;
    background-color: #333;
    max-height: 480px;
  }
  .node-type-home section.hero .right #imgBox {
    display: none;
  }
  .node-type-home section.hero .right img {
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: .2;
  }
  .node-type-home #homeHero .right img:first-of-type {
    display: none;
  }
  .node-type-home section#rely ul {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .node-type-home section#rely ul li {
    padding: 30px;
  }
  .node-type-home section#more {
    margin: 0 20px;
  }
  .node-type-home section#more .infobox {
    margin-top: 15px;
  }
  .node-type-home section#more .infobox .info {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: top;
    max-width: 700px;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  .node-type-home section#more .infobox .info:last-of-type {
    border-bottom: none;
  }
  .node-type-home section#simple .left {
    padding-right: 20px;
  }
  .node-type-home #twoUp section {
    height: auto;
    padding: 30px 35px 6px 35px;
  }
}
@media (max-width: 904px) {
  .node-type-home section#market .infobox {
    padding: 35px;
    box-sizing: border-box;
    display: block;
  }
  .node-type-home section#market .centerBox {
    width: 633px !important;
  }
}
@media (max-width: 750px) {
  .node-type-home section#rely h2 {
    margin: 0 15px;
  }
  .node-type-home section#market .left {
    max-width: none;
    width: 100%;
    padding-right: 35px;
    box-sizing: border-box;
    padding-top: 35px;
  }
  .node-type-home section#market .right {
    display: none;
  }
  .node-type-home section#simple {
    min-height: 0;
    margin-bottom: -20px;
  }
  .node-type-home section#simple .left {
    width: 100%;
    box-sizing: border-box;
    padding-top: 35px;
    padding-right: 35px;
  }
  .node-type-home section#simple .left a {
    background-color: #407390;
    border-radius: 5px;
    border: none;
    color: #FFFFFF;
    display: block;
    margin-top: 8px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-family: "myriad-pro", MyriadPro-regular, "Lucida Grande", Lucida, Verdana, sans-serif;
    text-align: center;
    transition: all 0.5s ease;
  }
  .node-type-home section#simple .left a:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  .node-type-home section#simple .right {
    display: none;
  }
}
@media (min-width: 701px) {
  .node-type-home .imgHero {
    margin-top: -80px;
  }
}
@media (max-width: 700px) {
  .node-type-home #homeHero {
    padding-top: 0px;
  }
  .node-type-home section.hero {
    padding-top: 0px;
  }
  .node-type-home section.hero .left {
    padding-top: 20px;
  }
  .node-type-home section.hero .right {
    height: 480px;
  }
  .node-type-home section#market .centerBox {
    width: auto !important;
  }
  .node-type-home section#market .infobox .info {
    width: 100%;
    margin-right: 0;
    padding: 10px;
    height: auto;
    text-align: left;
    font-size: 30px;
    line-height: 54px;
  }
  .node-type-home section#market .infobox .info i {
    font-size: 30px;
  }
  .node-type-home section#market .infobox .info br {
    display: none;
  }
  .node-type-home #twoUp {
    width: 100%;
  }
  .node-type-home #twoUp section {
    width: 100%;
    display: block;
  }
  .node-type-home section#more .selector {
    overflow: visible;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    margin-top: 8px !important;
  }
  .node-type-home section#more .selector .item {
    display: block;
    width: 100%;
    margin: 4px 0;
  }
}
@media (max-width: 590px) {
  .node-type-home {
    /*
    RELY CHANGES*/
  }
  .node-type-home .smallBreak {
    display: inline;
  }
  .node-type-home .largeBreak {
    display: none;
  }
  .node-type-home #homeHero .left {
    padding: 20px 15px;
  }
  .node-type-home #homeHero .left a {
    width: 100%;
    bottom: -30px;
    position: relative;
  }
  .node-type-home #homeHero .right img {
    height: 100% !important;
    width: auto !important;
  }
  .node-type-home section#rely ul {
    margin-top: 20px;
    padding-bottom: 32px;
  }
  .node-type-home section#rely ul li {
    display: block;
    padding: 10px;
  }
}
@media (max-width: 321px) {
  .node-type-home .verySmallBreak {
    display: inline;
  }
  .node-type-home section.hero .left {
    padding: 0px 15px;
  }
}

.node-type-docs #apidocs {
  height: 89vh;
}

.node-type-docslanding {
  /*///////////////////////////////////////////
  // BOOTSTRAP OVERRIDES
  //////////////////////////////////////////*/
  /*///////////////////////////////////////////
  // HERO
  //////////////////////////////////////////*/
  /*///////////////////////////////////////////
  // QUICK START
  //////////////////////////////////////////*/
  /* BIG Step 4 */
  /*///////////////////////////////////////////
  // RESOURCES LINKS
  //////////////////////////////////////////*/
}
.node-type-docslanding .docslandingwrapper h1 {
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif;
}
.node-type-docslanding .docslandingwrapper h2, .node-type-docslanding .docslandingwrapper h3, .node-type-docslanding .docslandingwrapper h4, .node-type-docslanding .docslandingwrapper h5, .node-type-docslanding .docslandingwrapper h6, .node-type-docslanding .docslandingwrapper .btn, .node-type-docslanding .docslandingwrapper p {
  font-family: myriad-pro, Helvetica, Arial, sans-serif;
}
.node-type-docslanding #weDocsHero {
  margin-bottom: 0;
  background: url(../images/hero-code.png) left top no-repeat #110900;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  margin-top: 0px !important;
  padding-top: 90px;
}
.node-type-docslanding #weDocsHero .hero-bg {
  background: rgba(10, 0, 0, 0.65);
  box-shadow: 4px 0px 8px 0px rgba(10, 0, 0, 0.8);
  width: 200%;
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
  z-index: 0;
}
.node-type-docslanding #weDocsHero .container {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.node-type-docslanding #weDocsHero p {
  text-align: right;
  color: #A4A4A4;
  font-family: myriad-pro, Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.node-type-docslanding #weDocsHero h1 {
  margin-top: 10px;
  letter-spacing: normal;
  font-weight: normal;
  color: #fff;
  margin-bottom: 32px;
  font: normal 62px/68.2px myriad-pro-condensed, Helvetica, Arial, sans-serif;
}
.node-type-docslanding .wf-active.wf-myriadprocondensed-n4-active #weDocsHero h1 {
  font-size: 62px;
  letter-spacing: normal;
}
.node-type-docslanding #weDocsHero h1 .we-headline-variable {
  color: #71A9C2;
  display: inline-block;
  position: relative;
  width: 280px;
  bottom: -10px;
}
.node-type-docslanding #weDocsHero h1 .we-headline-variable b {
  font-weight: normal;
  float: left;
}
.node-type-docslanding #weDocsHero h1 .we-headline-variable strong + b {
  float: right;
}
.node-type-docslanding #weDocsHero h1 .we-headline-variable strong {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  opacity: 0;
  transition: opacity .5s ease-out;
  position: absolute;
  left: 1px;
  width: 100%;
}
.node-type-docslanding #weDocsHero h1 .we-headline-variable strong.something {
  opacity: 1;
}
.node-type-docslanding #weDocsHero p,
.node-type-docslanding #weDocsHero h1 {
  text-align: center;
}
.node-type-docslanding #weDocsHero .btn {
  margin: 0 auto;
  display: block;
  width: 300px;
  box-shadow: 0 0 10px 0 #110900;
}
.node-type-docslanding #weDocsHero h1 span strong {
  font-weight: normal;
}
.node-type-docslanding #weDocsHero h1 > strong {
  font-weight: bold;
}
.node-type-docslanding #weDocsHero .we-docs-hero-content {
  padding: 0 20px;
}
.node-type-docslanding #weDocsHero .we-docs-hero-content .btn-primary {
  padding-top: 3px;
  font: normal 20px/42px myriad-pro, Helvetica, Arial, sans-serif;
}
@media (max-width: 700px) {
  .node-type-docslanding #weDocsHero {
    padding-top: 0px;
  }
}
@media (min-width: 750px) {
  .node-type-docslanding #weDocsHero .hero-bg {
    left: 21%;
  }
  .node-type-docslanding #weDocsHero .we-docs-hero-content {
    max-width: 80%;
    float: right;
  }
  .node-type-docslanding #weDocsHero p,
  .node-type-docslanding #weDocsHero h1 {
    text-align: right;
  }
  .node-type-docslanding #weDocsHero .btn {
    margin: 0;
    float: right;
  }
}
@media (min-width: 1170px) {
  .node-type-docslanding #weDocsHero h1 {
    font-size: 74px;
  }
  .node-type-docslanding #weDocsHero h1 .we-headline-variable {
    width: 340px;
    bottom: -6px;
  }
}
.node-type-docslanding #quickStart {
  overflow-x: hidden;
}
.node-type-docslanding #qsHeader {
  background: #D8D8D8;
  height: 126px;
  padding: 0;
}
.node-type-docslanding #qsHeader h2 {
  height: 126px;
  line-height: 106px !important;
  font-size: 42px;
  margin: 0;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.node-type-docslanding #qsBody .row > div {
  margin-bottom: 80px;
  border-top: 1px solid #c7c7c7;
}
.node-type-docslanding #qsBody .qs-number {
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif;
  font-weight: bold;
  position: relative;
  top: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #e5e5e5;
  border: 1px solid #c7c7c7;
  text-align: center;
  border-radius: 30px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: bold;
}
.node-type-docslanding #qsBody .qs-step h3 {
  font-weight: 300;
  margin: 20px 0px 50px;
  color: #333333;
  font: 300 24px/26.3999996185303px myriad-pro, Helvetica, Arial, sans-serif;
}
.node-type-docslanding #qsBody .qs-step h3 a {
  font-weight: 500;
}
.node-type-docslanding #qsBody .qs-step h3 strong {
  display: block;
  font-weight: 600;
}
.node-type-docslanding #qsBody .qs-content {
  margin: 0 auto 20px;
}
.node-type-docslanding #qsBody .qs-key {
  width: 200px;
  margin: 0 auto;
  display: block;
}
.node-type-docslanding #qsBody pre {
  border: 1px solid #fefefe;
  background: #e5e5e5;
  color: #437A2D;
  padding: 14px;
  font-size: 12px;
  border-radius: 4px;
  max-width: 420px;
  min-height: 198px;
  font: normal 12px/17.142858505249px Menlo, Monaco, Consolas, 'Courier New', monospace;
}
.node-type-docslanding #qsBody .cut-img {
  overflow: hidden;
  border-radius: 4px;
  max-width: 324px;
}
.node-type-docslanding #qsBody .qs-step .fa {
  font-size: 200px;
  width: 100%;
  text-align: center;
  color: #6DBE4C;
}
.node-type-docslanding #qsBody .qs-step-four-wrapper {
  padding-top: 60px;
}
.node-type-docslanding #qsBody .qs-step-four .qs-number {
  height: 80px;
  width: 80px;
  top: -40px;
  line-height: 80px;
  border-radius: 40px;
  font-size: 48px;
  border-color: #aaa;
}
.node-type-docslanding #qsBody .qs-step-four h3 {
  font-size: 36px;
}
.node-type-docslanding #qsBody .qs-step-four .btn {
  width: 240px;
  margin: 0 auto;
  display: block;
  background-color: #407390;
  font: normal 20px/42px myriad-pro, Helvetica, Arial, sans-serif;
  padding: 0px 40px;
}
@media (min-width: 750px) {
  .node-type-docslanding #qsHeader {
    border-bottom: 1px solid #c7c7c7;
  }
  .node-type-docslanding #qsBody .row > div {
    border-top: none;
  }
  .node-type-docslanding #qsBody .qs-step-four .qs-number {
    top: 6px;
    display: inline-block;
  }
  .node-type-docslanding #qsBody .qs-step-four h3 {
    position: relative;
    text-align: left;
    margin-left: 36px;
    margin-bottom: 30px;
    display: inline-block;
  }
  .node-type-docslanding #qsBody .qs-step-four h3 strong {
    display: inline;
  }
  .node-type-docslanding #qsBody .qs-step-four .btn {
    position: relative;
    display: inline-block;
    margin-top: -12px;
    margin-left: 116px;
  }
  .node-type-docslanding #qsBody .qs-step-four:before {
    position: absolute;
    top: -40px;
    left: 54px;
    width: 200%;
    height: 60px;
    border-width: 1px 0 0 1px;
    border-color: #c7c7c7;
    border-left-color: #b4b4b4;
    border-style: solid;
    content: 'lightning strikes';
    color: transparent;
    color: white;
  }
}
.node-type-docslanding #resources {
  background: #4D86A0;
  padding-top: 62px;
  padding-bottom: 62px;
}
.node-type-docslanding #resources .row > div {
  margin-bottom: 50px;
  font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.node-type-docslanding #resources h3 {
  color: #fff;
  font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif;
  font-size: 42px;
  margin: 20px 0px 10px;
  font-weight: normal;
}
.node-type-docslanding #resources p {
  color: #fff;
  margin-bottom: 20px;
  font: normal 16px/22.85px myriad-pro, Helvetica, Arial, sans-serif;
}
.node-type-docslanding #resources .btn {
  font: normal 20px/42px myriad-pro, Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  padding: 0px 40px;
  border: 1px solid #c7c7c7;
}

.node-type-examples {
  /* compensate for toolbar changing from fixed to relative pos */
  /* MODAL */
}
.node-type-examples #toolbar a:hover, .node-type-examples #toolbar a:focus {
  text-decoration: none;
}
.node-type-examples .container, .node-type-examples .container-fluid {
  min-width: 0;
}
.node-type-examples .we-scroll-page {
  position: relative;
  border-top: 1px solid #c7c7c7;
}
.node-type-examples .jumbotron {
  margin: 80px 0 0;
}
.node-type-examples .jumbotron h1 {
  font-weight: normal;
}
@media (max-width: 700px) {
  .node-type-examples .jumbotron {
    margin-top: 0;
  }
}
.node-type-examples .jumbotron h1 {
  color: #333333;
  font: normal normal 500 normal 63px/69.3000030517578px myriad-pro-condensed, MyriadPro-BoldCond, 'Lucida Grande', Lucida, Verdana, sans-serif;
  margin: 20px 0px 10px;
}
.node-type-examples .jumbotron p {
  font: normal normal 200 normal 21px/30px myriad-pro, Helvetica, Arial, sans-serif;
  color: #9896A2;
}
.node-type-examples .we-code-links {
  line-height: 30px;
  font-size: 18px;
  margin-top: 18px;
  font-weight: bold;
}
.node-type-examples .we-code-links span.fa {
  font-size: 24px;
  font-weight: normal;
}
.node-type-examples .we-code-links a {
  color: #4d86a0;
  text-transform: uppercase;
}
.node-type-examples .wf-active.wf-myriadprocondensed-n4-active .we-code-links a {
  font-family: 'myriad-pro',Helvetica, Arial, sans-serif;
}
.node-type-examples .we-code-links a:hover, .node-type-examples .we-code-links a:focus {
  text-decoration: none;
}
.node-type-examples #step1Content .btn {
  border: 1px solid #4d86a0 !important;
  font: normal 20px/42px myriad-pro, Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  padding: 0px 40px;
}
.node-type-examples #step1Content p {
  font: normal normal normal normal 14px/20px myriad-pro, Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
}
.node-type-examples #step1Content h2 {
  margin: 20px 0px 10px;
}
.node-type-examples .we-browser {
  background: url(../images/browser.png) no-repeat top left;
  transform: scale(0.92);
  margin-left: 4%;
  min-height: 700px;
  border: 8px solid #d7d7d7;
  border-radius: 4px;
  padding: 120px 20px 120px;
  box-shadow: 0px 0px 12px -3px #333;
}
.node-type-examples .we-browser h2 {
  margin-bottom: 40px;
}
.node-type-examples #register-btn {
  float: right;
  width: 100%;
  text-align: center;
  line-height: 40px;
}
.node-type-examples .we-code-example h2 {
  margin: 20px 0px 10px;
}
.node-type-examples .we-code-example pre {
  height: 500px;
  overflow: auto;
  border-radius: 4px;
  box-shadow: black 1px 1px 6.5px 0px inset;
  color: white;
  font: normal 13px/19.5px Consolas, Monaco, 'Andale Mono', monospace;
  margin: 0px;
  padding: 13px;
  tab-size: 4;
  text-align: left;
  text-shadow: black 0px -1.29999995px 2.5999999px;
  word-break: normal;
}
.node-type-examples pre[class*="language-"] {
  border: none;
  background: #1c222c;
}
.node-type-examples .we-odd {
  background-color: #eee;
}
.node-type-examples #step2 {
  top: -40px;
  padding-bottom: 40px;
  margin-bottom: -40px;
}
.node-type-examples #step2 h2 {
  margin: 20px 0px 10px;
}
.node-type-examples #step2 p {
  font: normal 14px/20px myriad-pro, Helvetica, Arial, sans-serif;
}
.node-type-examples .we-down-btn {
  margin: 0 auto;
  position: relative;
  background: #fff;
  top: -22px;
  text-align: center;
  border: 1px solid #c7c7c7;
  color: #4d86a0;
  font-size: 32px;
  line-height: 44px;
  height: 44px;
  width: 44px;
  display: block;
  border-radius: 22px;
}
.node-type-examples .we-down-btn:hover, .node-type-examples .we-down-btn:focus {
  color: #fff;
  background: #4d86a0;
}
.node-type-examples #step2 .we-code-example pre {
  height: 0px;
  padding: 0;
  position: relative;
  z-index: 1;
  transition: height .4s;
}
.node-type-examples #step2 .we-code-example pre.we-open {
  height: 500px;
  padding: 20px;
}
.node-type-examples #step2 .we-code-example pre code {
  color: #7d8e92;
}
.node-type-examples #profileImg {
  position: absolute;
  z-index: 1;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.23);
}
.node-type-examples #bgDataImg {
  position: relative;
  bottom: -50px;
  z-index: 0;
}
.node-type-examples .col-centered {
  float: none;
  margin: 0 auto;
}
.node-type-examples .page-header {
  border-bottom: none;
}
.node-type-examples #pageFooter {
  position: relative;
  z-index: 2;
}
.node-type-examples #step3 h2 {
  margin: 20px 0px 10px;
}
.node-type-examples #step3 p {
  font: normal 14px/20px myriad-pro, Helvetica, Arial, sans-serif;
  margin: 0px 0px 10px;
}
.node-type-examples .modal-content {
  border-radius: 6px !important;
}
.node-type-examples .modal-header {
  background: #fff;
  border: 0px;
  border-bottom: 1px solid #e5e5e5;
  font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 6px;
}
.node-type-examples .modal-header .modal-title {
  color: #333333;
  font: 500 18px/25.71px myriad-pro, Helvetica, Arial, sans-serif;
}
.node-type-examples .modal-body h1 {
  font: bold 36px/39.59px myriad-pro-condensed, MyriadPro-BoldCond, 'Lucida Grande', Lucida, Verdana, sans-serif;
  margin: 20px 0px 10px;
  color: #333333;
}
.node-type-examples .modal-body p {
  margin: 0 0 10px;
  font: normal 16px/22.8571434020996px myriad-pro, Helvetica, Arial, sans-serif;
}
.node-type-examples .modal-footer .btn {
  border: 1px solid #4d86a0 !important;
  font: normal 20px/42px myriad-pro, MyriadPro-regular, 'Lucida Grande', Lucida, Verdana, sans-serif;
  letter-spacing: 1px;
  padding: 0px 40px;
}
.node-type-examples .modal-backdrop {
  opacity: 0;
}

.node-type-faq .jumbotron#faq {
  font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.node-type-faq .jumbotron#faq h1 {
  color: #000000;
  font-weight: normal;
}
.node-type-faq #faqQuestionList {
  font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 40px 0px;
}
.node-type-faq #faqQuestionList p {
  font: normal 14px/20px myriad-pro, Helvetica, Arial, sans-serif;
  margin: 0px 0px 10px;
}
.node-type-faq #faqQuestionList p a {
  color: #5b8bc6 !important;
  font: normal 14px/20px myriad-pro, Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.node-type-faq #faqList {
  margin-bottom: 50px;
}
.node-type-faq #faqList p {
  font: normal 14px/20px myriad-pro, Helvetica, Arial, sans-serif;
  margin: 0px 0px 10px;
}
.node-type-faq #faqList p b {
  font: bold 14px/20px myriad-pro, Helvetica, Arial, sans-serif;
}
.node-type-faq #faqList h2 {
  font-family: "myriad-pro-condensed", MyriadPro-Cond, "Lucida Grande", Lucida, Verdana, sans-serif;
  margin: 30px 0px 10px;
}
.node-type-faq #faqList h2 a {
  color: #000;
  text-decoration: none;
  font-size: 1.5em;
  font-size: 32px;
}
.node-type-faq #faqList .toplink {
  margin-top: 20px;
  color: #337ab7;
  font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.node-type-faq #faqList table {
  font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.node-type-faq #faqList table th {
  background: transparent none repeat scroll 0% 0%/auto padding-box border-box;
  color: #333333;
  font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 8px;
}
.node-type-faq #faqList table th strong {
  font: bold 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.node-type-faq #faqList table tbody tr {
  background: #fff none repeat scroll 0% 0% / auto padding-box border-box;
}
.node-type-faq #faqList table tbody tr td {
  border: 0px;
  font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 8px;
}
.node-type-faq #faqList table tbody tr td strong {
  font-weight: bold;
}
.node-type-faq #faqList table tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.node-type-faq .questionAnchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}

.node-type-statuslist #statusListWrapper {
  font-family: 'myriad-pro-condensed';
}
.node-type-statuslist #statusListWrapper .jumbotron {
  font: normal 14px/20px myriad-pro-condensed;
  margin: 80px 0px 0px;
  padding: 48px 0px;
}
.node-type-statuslist #statusListWrapper .jumbotron h1 {
  font: 500 24.5px/26.9500007629395px myriad-pro;
  color: #979797;
  font-size: 1.75em;
  margin: 20px 0px 0px;
}
.node-type-statuslist #statusListWrapper .jumbotron p {
  font: 200 49px/70px myriad-pro, Helvetica, Arial, sans-serif;
}
.node-type-statuslist #statusListWrapper .jumbotron p.green {
  color: #68c84f;
}
.node-type-statuslist #statusListWrapper .jumbotron p.blue {
  color: #54839f;
}
.node-type-statuslist #statusListWrapper .jumbotron p.red {
  color: #e1253b;
}
.node-type-statuslist #statusListWrapper .jumbotron p.yellow {
  color: #f0ba44;
}
.node-type-statuslist .statusBlock {
  margin-bottom: 20px;
}
.node-type-statuslist #statusList {
  margin-top: 30px;
  margin-bottom: 50px;
}
.node-type-statuslist #statusList h2 {
  font-family: 'myriad-pro-condensed';
  font-size: 2em;
  margin: 20px 0px 10px;
}
.node-type-statuslist #statusList .statusIcon {
  font: normal 42px/60px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.node-type-statuslist .statusIcon.green {
  color: #68c84f;
}
.node-type-statuslist .statusIcon.blue {
  color: #54839f;
}
.node-type-statuslist .statusIcon.red {
  color: #e1253b;
}
.node-type-statuslist .statusIcon.yellow {
  color: #f0ba44;
}
.node-type-statuslist .statusUpdate {
  margin-top: 20px;
  margin-bottom: 10px;
}
.node-type-statuslist .statusUpdate .statusIcon {
  font-size: 3em;
}
.node-type-statuslist .statusUpdate .statusBody {
  font-family: 'myriad-pro';
}
.node-type-statuslist .statusUpdate .statusBody h3 {
  font: 500 24.5px/26.9500007629395px myriad-pro-condensed;
  margin: 12px 0px 10px;
  color: #979797;
}
.node-type-statuslist .statusUpdate .statusBody p {
  font: normal 14px/20px myriad-pro, Helvetica, Arial, sans-serif;
  margin: 0px 0px 10px;
}

.node-type-usecases {
  /*USE*/
  /*DEMO*/
  /*CALL*/
}
.node-type-usecases #use .container,
.node-type-usecases #useCasesHero .container {
  max-width: 1440px;
  width: auto;
}
.node-type-usecases a {
  text-decoration: none;
}
.node-type-usecases section {
  display: block;
}
.node-type-usecases #useCasesHero {
  height: 400px;
  overflow: hidden;
  box-sizing: content-box;
}
.node-type-usecases #useCasesHero .left {
  text-align: center;
  width: 100%;
  padding-left: 0;
  padding-top: 160px;
  z-index: 3;
  float: left;
  position: relative;
  color: #ffffff;
}
@media (min-width: 700px) {
  .node-type-usecases #useCasesHero .left {
    width: auto;
    text-align: left;
    padding-left: 20px;
  }
}
@media (min-width: 1090px) {
  .node-type-usecases #useCasesHero .left {
    padding-left: 100px;
  }
}
.node-type-usecases #useCasesHero .left h1 {
  padding-bottom: 10px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: content-box;
  color: #f7f7f9;
  font: normal normal normal normal 63px/74px myriad-pro-condensed, MyriadPro-Cond, 'Lucida Grande', Lucida, Verdana, sans-serif;
}
.node-type-usecases #useCasesHero .left p {
  color: white;
  font: normal normal 200 normal 21px/21px myriad-pro, MyriadPro-regular, 'Lucida Grande', Lucida, Verdana, sans-serif;
}
.node-type-usecases #useCasesHero .right {
  float: right;
  right: 0;
  z-index: 2;
  position: absolute;
  overflow: hidden;
  max-height: 400px;
  width: 100%;
  background-color: #333;
}
.node-type-usecases #useCasesHero #imgBox {
  top: 280px;
  background: rgba(247, 247, 249, 0.8) none repeat scroll 0% 0%/auto padding-box border-box;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.270588) 0px 5px 3px 0px, #6dbe4c 6px 0px 0px 0px inset;
  box-sizing: content-box;
  color: #4a4a4a;
  font: normal normal normal normal 18px/23px myriad-pro, MyriadPro-regular, 'Lucida Grande', Lucida, Verdana, sans-serif;
  padding: 6px 6px 6px 11px;
  position: absolute;
  right: 50px;
  z-index: 20;
  width: 320px;
  font-size: 18px;
  line-height: 24px;
}
.node-type-usecases #useCasesHero #imgBox span {
  font-weight: bold;
}
.node-type-usecases #useCasesHero .imgHero {
  width: 100%;
  height: auto;
  z-index: 1;
  opacity: 0.3;
  position: relative;
}
@media (max-width: 700px) {
  .node-type-usecases #useCasesHero .right {
    position: absolute;
    right: -80px;
    width: 1000px;
  }
  .node-type-usecases #useCasesHero .imgHero {
    top: -100px;
  }
}
@media (min-width: 701px) {
  .node-type-usecases #useCasesHero .imgHero {
    top: -30px;
  }
  .node-type-usecases section#market .left, .node-type-usecases section#simple .clearfix .left {
    padding-left: 35px;
  }
}
@media (min-width: 992px) {
  .node-type-usecases #useCasesHero .imgHero {
    top: -100px;
  }
}
@media (min-width: 1200px) {
  .node-type-usecases #useCasesHero .imgHero {
    top: -150px;
  }
}
@media (min-width: 1300px) {
  .node-type-usecases #useCasesHero .imgHero {
    top: -175px;
  }
}
@media (min-width: 1500px) {
  .node-type-usecases #useCasesHero .imgHero {
    top: -200px;
  }
}
@media (min-width: 1600px) {
  .node-type-usecases #useCasesHero .imgHero {
    top: -280px;
  }
}
.node-type-usecases section#use {
  padding-bottom: 100px;
}
.node-type-usecases section#use ul {
  justify-content: space-between;
  margin-bottom: 100px;
  padding-left: 0;
  margin-bottom: 0;
}
.node-type-usecases section#use ul li {
  vertical-align: top;
  text-align: center;
  list-style: none;
  padding-top: 40px;
}
.node-type-usecases section#use ul h3 {
  font: bold 24px/28px myriad-pro, Helvetica, Arial, sans-serif;
  margin-top: 10px;
}
.node-type-usecases section#use ul p {
  font: normal 16px/16px myriad-pro, MyriadPro-regular, 'Lucida Grande', Lucida, Verdana, sans-serif;
}
.node-type-usecases section#use ul li::before {
  background-color: #404040;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  color: #ffffff;
  margin: 30px auto 0 auto;
  z-index: 6;
  position: relative;
  font-family: FontAwesome;
  font-size: 52px;
  line-height: 80px;
  box-sizing: content-box;
}
.node-type-usecases section#use ul li#event::before {
  content: "\f073";
}
.node-type-usecases section#use ul li#web::before {
  content: "\f040";
}
.node-type-usecases section#use ul li#hotel::before {
  content: "\f236";
  font-size: 50px;
}
.node-type-usecases section#use ul li#air::before {
  content: "\f072";
  line-height: 86px;
}
.node-type-usecases section#use ul li#auto::before {
  content: "\f1b9";
  line-height: 79px;
}
.node-type-usecases section#use ul li#home::before {
  content: "\f015";
}
.node-type-usecases section#use ul li#store::before {
  content: "\f0d6";
}
.node-type-usecases section#use ul li#ecom::before {
  content: "\f07a";
}
.node-type-usecases section#demo {
  width: 100%;
  background-color: #eee;
  display: block;
  padding: 50px 0px;
}
.node-type-usecases section#demo .container {
  display: block;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.node-type-usecases section#demo h2 {
  text-align: center;
  text-transform: capitalize;
}
.node-type-usecases section#demo span {
  display: block;
  margin-bottom: 35px;
}
.node-type-usecases section#demo h3 {
  text-align: center;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}
.node-type-usecases section#demo .input {
  background: rgba(247, 247, 249, 0.9);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35), inset 6px 0px 0px 0px #6DBE4C;
  display: inline-block;
  width: 220px;
  margin: 0;
  padding: 15px;
  font-size: 18px;
  margin-left: -90;
  z-index: 2;
  position: relative;
}
.node-type-usecases section#demo .input li {
  margin: 10px;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  color: #333;
}
.node-type-usecases section#demo .input div {
  margin: 10px;
  padding: 10px;
  background-color: #6DBE4C;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.node-type-usecases section#demo .api {
  width: 200px;
  height: 200px;
  display: inline-block;
  text-align: center;
  color: #f7f7f9;
  border-radius: 150px;
  background-color: #6DBE4C;
  font-size: 16px;
  margin-left: 40px;
  top: -50px;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(109, 190, 76, 0.3);
}
.node-type-usecases section#demo .api svg {
  width: 120px;
  height: 120px;
  display: block;
  margin: 30px auto 0px auto;
  padding-top: 10px;
  fill: #f7f7f9 !important;
}
.node-type-usecases section#demo .api span {
  top: -40px;
  display: block;
}
.node-type-usecases section#demo .groupedEnd {
  width: 250px;
  display: inline-block;
  float: right;
  margin-top: 24px;
}
.node-type-usecases section#demo .output {
  background: rgba(247, 247, 249, 0.9);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35), inset 6px 0px 0px 0px #6DBE4C;
  display: inline-block;
  width: 220px;
  margin: 0;
  padding: 15px;
  font-size: 18px;
  color: #4A4A4A;
}
.node-type-usecases section#demo .output h4 {
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.node-type-usecases section#demo .output li {
  margin: 10px;
  padding: 10px 10px 0 10px;
  text-align: center;
}
.node-type-usecases section#demo .output li span {
  display: inline;
  font-weight: bold;
  padding-right: 10px;
}
.node-type-usecases section#call {
  background-color: #407390;
  padding: 100px 35px;
  text-align: center;
  color: #f7f7f9;
  font-size: 36px;
  font-weight: 300;
}
.node-type-usecases section#call section#call span {
  font-weight: 700;
}
.node-type-usecases section#call a {
  border-radius: 5px;
  padding: 6px 36px 6px 36px;
  padding-left: 36px;
  padding-right: 36px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  background: none;
  color: #fff;
  border: 1px solid #c7c7c7;
  margin-top: 35px;
  display: inline-block;
}
.node-type-usecases section#call a:hover {
  background-color: #fff;
  color: #407390;
}
@media (max-width: 1030px) {
  .node-type-usecases section#useCasesHero .right #imgBox {
    display: none;
  }
}
@media (max-width: 910px) {
  .node-type-usecases section#demo {
    display: none;
  }
}
@media (max-width: 700px) {
  .node-type-usecases header {
    position: relative;
  }
  .node-type-usecases header .content img {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-left: 0;
    z-index: 90;
  }
  .node-type-usecases header .content ul {
    margin-top: -49px;
    padding-right: 15px;
    z-index: 100;
    position: relative;
  }
  .node-type-usecases header .content ul li:not(:last-of-type) {
    display: none;
  }
  .node-type-usecases section#hero .right img {
    margin-top: 0;
  }
}

.node-type-form #formWrapper {
  font-family: 'myriad-pro-condensed';
}
.node-type-form #formWrapper .jumbotron {
  font: normal 14px/20px myriad-pro-condensed;
  margin: 80px 0px 0px;
  padding: 48px 0px 60px;
  border-bottom: 1px solid #c7c7c7;
}
.node-type-form #formWrapper .jumbotron h1 {
  font: normal 63px/69.3000030517578px myriad-pro-condensed, MyriadPro-BoldCond, 'Lucida Grande', Lucida, Verdana, sans-serif;
  color: #333;
  margin: 20px 0px 10px;
}
.node-type-form #formWrapper .jumbotron p {
  font: 200 21px/30px myriad-pro, Helvetica, Arial, sans-serif;
  margin-top: 25px;
  color: #9896A2;
}
.node-type-form form {
  margin: 50px 0px 100px;
  font: 100 20px/20px myriad-pro, Helvetica, Arial, sans-serif !important;
}
.node-type-form form label {
  padding: 25px 0px 10px;
}
.node-type-form form .form-control {
  font-size: 1em;
  padding: 20px 10px;
  line-height: 1em;
}
.node-type-form form textarea.form-control {
  padding: 10px;
}
.node-type-form form button {
  background: #6BC04B;
  box-shadow: inset 0px -2px 0px 0px #417a2b;
  border-radius: 3px;
  color: #ffffff;
  margin-left: 0px;
  transition: all 0.5s ease;
  border-bottom: none;
  font-family: myriad-pro, Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-size: 1em;
}
.node-type-form form button:hover {
  background: #417a2b;
}
