.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.01, 0.99, 1);
    transform: scale3d(1.01, 0.99, 1);
  }
  40% {
    -webkit-transform: scale3d(0.99, 1.01, 1);
    transform: scale3d(0.99, 1.01, 1);
  }
  50% {
    -webkit-transform: scale3d(1.02, 0.95, 1);
    transform: scale3d(1.02, 0.95, 1);
  }
  65% {
    -webkit-transform: scale3d(0.99, 1.01, 1);
    transform: scale3d(0.99, 1.01, 1);
  }
  75% {
    -webkit-transform: scale3d(1.01, 0.99, 1);
    transform: scale3d(1.01, 0.99, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.01, 0.99, 1);
    -ms-transform: scale3d(1.01, 0.99, 1);
    transform: scale3d(1.01, 0.99, 1);
  }
  40% {
    -webkit-transform: scale3d(0.99, 1.01, 1);
    -ms-transform: scale3d(0.99, 1.01, 1);
    transform: scale3d(0.99, 1.01, 1);
  }
  50% {
    -webkit-transform: scale3d(1.02, 0.95, 1);
    -ms-transform: scale3d(1.02, 0.95, 1);
    transform: scale3d(1.02, 0.95, 1);
  }
  65% {
    -webkit-transform: scale3d(0.99, 1.01, 1);
    -ms-transform: scale3d(0.99, 1.01, 1);
    transform: scale3d(0.99, 1.01, 1);
  }
  75% {
    -webkit-transform: scale3d(1.01, 0.99, 1);
    -ms-transform: scale3d(1.01, 0.99, 1);
    transform: scale3d(1.01, 0.99, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.relative {
  position: relative;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
*:first-child + html .clearfix {
  zoom: 1;
}
.w60 {
  width: 60%;
}
.w75 {
  width: 75%;
}
.w70 {
  width: 70%;
}
.w40 {
  width: 40%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33%;
}
.w25 {
  width: 25%;
}
.w20 {
  width: 20%;
}
.w50 {
  width: 50%;
}
.text-center {
  text-align: center;
}
.text-left {
  display: inline-block;
  margin: 10px;
}
.relative {
  position: relative;
}
.mobile-only,
.tablet-only {
  display: none !important;
}
@media (max-width: 1200px) {
  .tablet-hide {
    display: none !important;
  }
  .desktop-only {
    display: none !important;
  }
  .tablet-only {
    display: inline-block !important;
  }
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .mobile-only {
    display: inline-block !important;
  }
  .mobile-hide {
    display: none !important;
  }
}
header {
  background: #333;
  line-height: 50px;
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0px;
  height: 75px;
  transition: 0.3s height cubic-bezier(0.075, 0.82, 0.165, 0.8);
  -webkit-transition: 0.3s height cubic-bezier(0.075, 0.82, 0.165, 0.8);
}
header strong {
  color: #FFE6B3;
}
header .container-fluid {
  padding: 0px 30px;
}
header .logo {
  display: inline-block;
  background: url(../assets/images/logo-bb-wc.png);
  width: 147px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 147px 60px;
  margin-top: 4px;
  transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 0.8);
  -webkit-transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 0.8);
}
header .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header .menu li {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}
header .menu li a,
header .menu li a:visited,
header .menu li a:hover,
header .menu li a:focus,
header .menu li a:active {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}
header .menu li .arrow {
  position: absolute;
  width: 160px;
  height: 43px;
  background: url(../assets/images/arrow.png);
}
header.offTop {
  height: 50px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
}
header.offTop .logo {
  width: 98px;
  height: 40px;
  background-size: 98px 40px;
}
.hero {
  text-align: center;
  margin-bottom: -20px;
  padding-bottom: 50px;
  padding-top: 125px;
}
.hero .intro {
  background: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  display: inline-block;
  padding: 25px 75px;
  color: #333;
}
.hero .intro > div {
  display: inline-block;
}
.hero .intro h2 {
  margin-top: -15px;
}
.hero .animation {
  position: relative;
  display: inline-block;
  margin-top: 120px;
  margin-bottom: -20px;
  opacity: 0;
}
.hero .animation .hexagon {
  background: url(../assets/images/hexagon.png);
  width: 130px;
  height: 150px;
}
.hero .animation .bubble {
  background: url(../assets/images/bubble.png);
  width: 130px;
  height: 150px;
  position: absolute;
  top: 0px;
  z-index: 10;
}
.hero h1 {
  font-weight: 400;
  font-size: 36px;
}
.hero h2 {
  font-weight: 300;
  font-size: 24px;
}
.navigation {
  list-style-type: none;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 65px 0px 0px;
}
.navigation li {
  width: 20%;
  display: block;
  float: left;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  color: white;
}
.navigation li a,
.navigation li a:visited,
.navigation li a:hover,
.navigation li a:focus,
.navigation li a:active {
  padding: 20px 0;
  display: block;
  width: 100%;
  color: white;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  width: 1000px;
  padding: 20px 5px;
}
.navigation li.fourth a {
  background-color: #00bcd4;
}
.navigation li.fourth a:hover {
  background-color: #08e3ff;
}
.navigation li.second a {
  background-color: #607d8b;
}
.navigation li.second a:hover {
  background-color: #7b96a3;
}
.navigation li.third a {
  background-color: #9c27b0;
}
.navigation li.third a:hover {
  background-color: #bc37d3;
}
.navigation li.first a {
  background-color: #03a9f4;
}
.navigation li.first a:hover {
  background-color: #2ebcfc;
}
.navigation li.fifth a {
  background-color: #e91e63;
}
.navigation li.fifth a:hover {
  background-color: #ee4c83;
}
.navigation small {
  font-size: 70%;
  line-height: 16px;
  display: inline-block;
  margin-top: 10px;
}
#canvas {
  position: relative;
  margin-top: -115px;
  pointer-events: none;
  padding: 0 !important;
}
#canvas .frame {
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0;
}
#canvas .frame.phaseIn {
  opacity: 1;
}
.hero-signup span {
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 35px;
  color: #555;
}
.hero-signup a {
  padding: 18px 0px;
  text-transform: uppercase;
  font-weight: 300;
  width: 250px;
  display: inline-block;
  background-color: #E91E63;
  margin-top: 18px;
  text-decoration: none;
  color: white;
}
.hero-signup a:hover {
  background-color: #ee4c83;
}
.hero-signup a {
  opacity: 0;
  transition: 0.75s opacity ease-in-out;
  -webkit-transition: 0.75s opacity ease-in-out;
}
.hero-signup a.phaseIn {
  opacity: 1;
}
@media (max-width: 1200px) {
  .hero {
    padding-top: 150px;
  }
  #canvas {
    margin-top: 20px;
  }
  #canvas .frame {
    bottom: 2px;
  }
}
.tag-line small {
  font-size: 60%;
  color: #555;
  margin-top: -15px;
}
.content {
  color: #333;
  font-size: 16px;
  font-weight: 300;
}
.content.subpage {
  padding-top: 140px;
}
.content h1,
.content h2,
.content h3 {
  color: #222;
}
.content h2 {
  color: #e91e63;
}
.content h1 {
  font-size: 42px;
  margin-bottom: 70px;
  padding-top: 25px;
}
.content p {
  font-size: 18px;
}
.content .pull-right {
  margin-bottom: 50px;
}
.content .pull-right img {
  float: right;
}
.content .clearfix {
  border-bottom: 1px dashed #cfcfcf;
  margin-bottom: 28px;
}
.content .clearfix .pull-left {
  padding-bottom: 35px;
}
.next-page {
  padding: 20px 40px;
  color: white;
  font-size: 25px;
}
.next-page h3 {
  font-weight: 300;
}
.next-page strong {
  font-weight: 700;
}
.next-page.page2 {
  background-color: #e91e63;
}
.next-page a,
.next-page a:visited,
.next-page a:hover,
.next-page a:focus,
.next-page a:active,
.next-page.page3 a,
.next-page.page3 a:visited,
.next-page.page3 a:hover,
.next-page.page3 a:focus,
.next-page.page3 a:active {
  text-decoration: none;
  font-weight: 300;
  float: right;
  font-size: 24px;
  color: #333;
  background: none repeat scroll 0% 0% #FFF;
  padding: 18px;
  margin-top: -14px;
}
.next-page.page3 {
  background-color: #9c27b0;
  text-align: left;
  margin: 35px 3px 10px;
}
.next-page.page3 a,
.next-page.page3 a:visited,
.next-page.page3 a:hover,
.next-page.page3 a:focus,
.next-page.page3 a:active {
  margin-top: -32px;
}
.showcase img {
  width: 85%;
  margin-top: 20px;
}
.pricing {
  background: white;
  color: white;
  padding: 20px;
  text-align: center;
  padding-bottom: 55px;
}
.pricing .page3 {
  background: #e91e63;
}
.pricing .page3 h3 {
  color: white;
}
.pricing h2 {
  max-width: 85%;
  text-align: center;
  display: inline-block;
}
.pricing .mobile-responsive h1 {
  color: #222;
  margin-top: 75px;
  margin-bottom: 0px;
}
.pricing .mobile-responsive h1 small {
  color: #777;
  font-size: 22px;
  line-height: 28px;
  display: inline-block;
  margin-top: 20px;
}
.pricing .mobile-responsive h2 a {
  color: #e91e63;
  font-weight: 800;
  text-decoration: underline;
}
.pricing a {
  color: white;
  font-weight: 500;
  text-decoration: none;
}
.pricing .table {
  padding-top: 20px;
}
.pricing .left-arrow,
.pricing .right-arrow {
  display: none;
}
.pricing ul {
  list-style-type: none;
  margin: 0px;
  float: left;
  font-weight: 800;
  width: 24.5%;
  padding: 3px;
}
.pricing ul li strong {
  font-size: 18px;
}
.pricing ul.first .package {
  background-color: #607d8b;
}
.pricing ul.first .buy a {
  background-color: #607d8b;
}
.pricing ul.first .buy a:hover {
  background-color: #7b96a3;
}
.pricing ul.second {
  width: 110%;
  z-index: 1;
  position: relative;
  margin-top: -28px;
  margin-left: -18px;
  border: 6px solid white;
  padding: 0px;
}
.pricing ul.second .package {
  background-color: #00bcd4;
  font-weight: 800;
}
.pricing ul.second .package small {
  font-weight: 400;
  font-size: 12px;
}
.pricing ul.second .buy a {
  background-color: #00bcd4;
  padding: 17px 10px;
  font-weight: 800;
}
.pricing ul.second .buy a:hover {
  background-color: #08e3ff;
}
.pricing ul.third .package {
  background-color: #607d8b;
}
.pricing ul.third .buy a {
  background-color: #607d8b;
}
.pricing ul.third .buy a:hover {
  background-color: #7b96a3;
}
.pricing ul.fourth .package {
  background-color: #03a9f4;
}
.pricing ul.fourth .buy a {
  background-color: #03a9f4;
}
.pricing ul.fourth .buy a:hover {
  background-color: #2ebcfc;
}
.pricing ul.fifth .package {
  background-color: #fff;
  color: #333;
  text-transform: none;
}
.pricing ul.fifth .price {
  padding: 8px;
}
.pricing ul.fifth .buy {
  margin-bottom: 8px;
}
.pricing ul.fifth .buy a {
  background-color: #e91e63;
}
.pricing ul.fifth .buy a:hover {
  background-color: #ee4c83;
}
.pricing ul.fifth li {
  background: #f0f0f0 !important;
}
.pricing ul li {
  padding: 1px;
  color: #333;
  padding: 20px;
}
.pricing ul li:nth-child(odd) {
  background: #efefef;
}
.pricing ul li:nth-child(even) {
  background: #fafafa;
}
.pricing ul li.package {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  background: #333;
  padding: 20px;
  color: white;
}
.pricing ul li.price {
  padding: 50px;
  height: 25px;
  background: #fafafa;
}
.pricing ul li.price .number {
  font-size: 24px;
}
.pricing ul li.buy a {
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 300;
  width: 175px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .pricing ul {
    width: 24.3%;
  }
}
/* begin: taken from trevor's original */
#footer > div.bg-dark.wrapper.location {
  -moz-background-size: cover;
  -moz-transition: opacity linear 0.3s;
  -ms-transition: opacity linear 0.3s;
  -o-background-size: cover;
  -o-transition: opacity linear 0.3s;
  -webkit-background-size: cover;
  -webkit-transition: opacity linear 0.3s;
  background-image: url('https://maps.googleapis.com/maps/api/staticmap?center=Toronto&20Ontario&scale=2&format=png&sensor=false&size=512x512&maptype=roadmap&visual_refresh=true&style=visibility:on%7Cinvert_lightness:true%7Csaturation:-100&style=feature:poi%7Cvisibility:simplified&style=feature:transit%7Cvisibility:simplified&style=feature:transit.station%7Cvisibility:on');
  background-position: 0 45%;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  transition: opacity linear 0.3s;
}
#footer > div.bg-dark.wrapper.location a {
  color: #FFF;
}
#footer ul {
  margin: 0;
  padding: 0;
  float: none;
}
#footer ul li {
  list-style: none;
  padding: 7px 15px;
  margin: 0;
  display: inline-block;
  white-space: nowrap;
}
#footer ul li a {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#footer > div.bg-dark.wrapper.location > div.container.text-center.m-t-lg.bg-v > div.row.m-t-xl.m-b-xl > div.col-sm-4.animated {
  margin-bottom: 20px;
}
#footer > div.bg-dark.wrapper.location > div.container.text-center.m-t-lg.bg-v > div.col-xs-6.col-xs-offset-3.m-t-xl.m-b-xl > div.col-sm-4.animated > h3 {
  margin-top: 15px;
  margin-bottom: 0;
}
#footer > div.bg-dark.wrapper.location > div.container.text-center.m-t-lg.bg-v > div.row.m-t-xl.m-b-xl > div.col-sm-4.animated > h3 {
  margin-top: 10px;
}
.bg-dark {
  background-color: #151515;
  color: rgba(255, 255, 255, 0.4);
}
.bg-dark a {
  color: rgba(255, 255, 255, 0.4);
}
.location-overlay {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
/* end: taken from trevor's original */
#footer {
  margin-bottom: -20px;
  color: white;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer .subtext {
  font-size: 14px;
  padding: 0 10px;
}
.footer-text {
  padding-top: 60px;
}
.copyright-text {
  padding-bottom: 20px;
}
.copyright-text a {
  margin: 10px;
}
.footer {
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .navigation a {
    height: 115px !important;
    padding: 20px !important;
  }
  .pricing .mobile-responsive h1 {
    margin-top: 150px;
  }
}
@media (max-width: 1200px) {
  .container,
  .container-fluid {
    max-width: 95%;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
  .navigation li a {
    height: 56px;
  }
  .next-page h3 a {
    display: block !important;
    float: none !important;
    margin-top: 20px !important;
    width: 250px !important;
  }
  .next-page br {
    display: none;
  }
  .tablet-hide {
    display: none !important;
  }
}
@media (max-width: 980px) {
  .pricing {
    padding-left: 0;
    padding-right: 0;
  }
  .pricing .mobile-responsive h1 {
    margin-top: 50px;
  }
  .pricing .table {
    min-width: 1200px;
    transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 0.8);
    -webkit-transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 0.8);
  }
  .pricing ul li.price {
    padding: 20px;
  }
  .pricing .left-arrow,
  .pricing .right-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    top: 500px;
    padding: 10px 15px 10px 10px;
    left: 8px;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
    display: block;
  }
  .pricing .right-arrow {
    right: 8px;
    left: auto;
    padding: 10px 10px 10px 15px;
  }
}
#mobile-menu,
.slideout-menu {
  display: none;
}
@media (max-width: 768px) {
  #mobile-menu {
    display: inline-block;
  }
  .logo {
    width: 98px !important;
    height: 40px !important;
    background-size: 98px 40px !important;
  }
  header {
    height: 50px !important;
  }
  header .pull-left {
    position: absolute;
  }
  .content {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .content .pull-right,
  .content .pull-left {
    clear: both;
    width: 100%;
  }
  .content .pull-right img,
  .content .pull-left img {
    float: none;
    width: 100%;
  }
  header .pull-left,
  header .pull-right {
    width: 100%;
  }
  header .pull-left > *,
  header .pull-right > * {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  header.offTop {
    height: 50px !important;
  }
  header .container,
  header .container-fluid {
    background: #333;
  }
  header .menu li {
    margin-left: 0;
    margin-right: 10px;
  }
  .hero {
    background: none;
  }
  .hero .intro {
    padding: 10px;
    background: white;
    color: #333;
    margin-top: -120px;
  }
  .navigation {
    margin-bottom: 20px;
    display: inline-block;
  }
  .navigation li {
    width: 100%;
  }
  .navigation li a {
    height: auto !important;
  }
  .next-page h3 a {
    width: auto !important;
  }
  .next-page {
    padding: 10px 25px;
    font-size: 20px;
  }
  .footer .w33 {
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
    margin-bottom: 21px;
  }
  .navigation {
    margin-bottom: -135px;
  }
  .page-index .navigation {
    display: none;
  }
  #mobile-menu {
    width: 40px;
    background: none;
    border: none;
    vertical-align: 10%;
    margin-right: 10px;
    margin-left: -15px;
    outline: none !important;
  }
  #mobile-menu .bar {
    width: 100%;
    height: 3px;
    background: #ccc;
    margin-bottom: 5px;
    border-radius: 10px;
  }
  #menu {
    background-color: #1D1F20;
    background-image: linear-gradient(145deg, #1d1f20, #404348);
  }
  #menu a {
    color: #fff;
    text-decoration: none;
  }
  #menu a:hover {
    text-decoration: underline;
  }
  .menu-header-title {
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0;
  }
  .menu-section {
    margin: 25px 0;
  }
  .menu-section-title {
    text-transform: uppercase;
    color: #85888d;
    font-weight: 200;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0 20px;
    margin: 0;
  }
  .menu-section-list {
    padding: 0;
    margin: 10px 0;
    list-style: none;
  }
  .menu-section-list a {
    display: block;
    padding: 10px 20px;
  }
  .menu-section-list a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
  }
  #panel {
    background: white;
  }
  .slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
  }
  .slideout-panel {
    position: relative;
    z-index: 1;
  }
  .slideout-open,
  .slideout-open body,
  .slideout-open .slideout-panel {
    overflow: hidden;
    overflow-y: hidden !important;
  }
  .slideout-open .slideout-menu {
    display: block;
  }
  html {
    height: 100%;
    overflow-y: hidden;
  }
  .slideout-open {
    overflow-y: hidden;
    height: 100%;
  }
  body {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .content.subpage {
    padding-top: 25px;
  }
  .page-product-modern-design .divided h2,
  .page-product-extensibility .divided h2 {
    margin-top: 0 !important;
  }
}
.page-index .hero-video p {
  font-size: 22px;
}
.feature-overview p {
  padding: 0 20px;
}
.feature-overview .fa-4x {
  margin-bottom: 10px;
}
.feature-overview h2 {
  font-size: 32px;
  margin-top: 70px;
  margin-bottom: 50px;
  color: #333;
}
.feature-overview h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #e91e63;
}
.companies-using-nodebb h2 {
  font-size: 32px;
  margin-top: 70px;
  margin-bottom: 50px;
  color: #333;
}
.companies-using-nodebb .companies {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
}
.companies-using-nodebb .companies > div {
  margin: auto 2rem;
  padding: 1rem;
}
.companies-using-nodebb .companies .flux-logo {
  font-size: 36px;
  font-weight: bold;
  white-space: nowrap;
}
.companies-using-nodebb .companies .flux-logo a {
  text-decoration: none;
}
.companies-using-nodebb .companies .flux-logo span {
  padding-left: 0.5rem;
  color: #333;
}
.companies-using-nodebb .companies .flux-logo span:last-child {
  padding-left: 0;
  font-size: 16px;
}
.companies-using-nodebb .companies .flux-logo img {
  vertical-align: middle;
}
.companies-using-nodebb .companies .campusprotein-logo {
  background-color: black;
}
.companies-using-nodebb .companies .campusprotein-logo img {
  position: relative;
  top: 5px;
}
.companies-using-nodebb .companies .npp-logo {
  background-image: url("/assets/logos/npp.png");
  width: 180px;
  height: 120px;
  margin: auto 2rem;
  padding: 1rem;
}
.companies-using-nodebb .companies .npp-logo:hover {
  background-position: 0 -153px;
}
@media (min-width: 320px) {
  .companies-using-nodebb img {
    max-width: 200px;
  }
}
.page-product-integrations h2 {
  font-size: 22px;
  margin-top: -50px;
  margin-bottom: 40px;
}
.page-product-integrations .sso {
  margin-bottom: -30px;
}
.page-product-integrations .sso i {
  padding: 25px;
  margin-bottom: 50px;
}
.page-product-integrations .integration-box {
  width: 100%;
  padding: 20px;
  color: #333;
  height: auto;
  font-size: 20px;
}
.page-product-integrations .integration-box img {
  max-width: 80%;
}
.page-product-integrations .integration-box div p:first-child {
  margin-top: 0;
}
.page-product-integrations .integration-box p {
  font-size: 22px;
}
.page-product-integrations .metro-box {
  color: white;
  text-align: center;
  margin-bottom: 50px;
}
.page-product-integrations .metro-box a {
  color: white;
}
.page-product-integrations .metro-box > div {
  background: #333;
  padding: 20px;
  position: relative;
  display: inline-block;
  width: 19.5%;
  margin: 10px;
  text-align: left;
  vertical-align: top;
}
.page-product-integrations .metro-box > div p {
  height: 55px;
}
.page-product-integrations .metro-box > div i {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 1200px) {
  .page-product-integrations .metro-box > div {
    width: 18%;
  }
  .page-product-integrations .metro-box > div p {
    height: 75px;
  }
}
@media (max-width: 940px) {
  .page-product-integrations .metro-box > div {
    width: 35%;
  }
}
@media (max-width: 480px) {
  .page-product-integrations .metro-box > div {
    width: 80%;
  }
}
.page-product-control-panel .dashboard {
  margin-bottom: 50px;
}
.page-product-control-panel .dashboard img {
  width: 100%;
  margin-bottom: 50px;
}
.page-product-control-panel .dashboard h1 {
  margin-bottom: 0px;
}
.page-product-control-panel .dashboard h1 small {
  color: #777;
  font-size: 22px;
  line-height: 28px;
  display: inline-block;
  margin-top: 20px;
}
.page-product-control-panel .feature-list {
  text-align: left;
  font-size: 20px;
  margin-bottom: 40px;
}
.page-product-control-panel .feature-list div {
  padding: 20px;
}
.page-product-control-panel .feature-list div:nth-child(even) {
  background: #ffffff;
}
.page-product-control-panel .feature-list div:nth-child(odd) {
  background: #fff;
}
.page-product-control-panel .feature-list div.section {
  background: white;
  color: #e91e63;
  font-weight: 700;
  font-size: 30px;
  margin-top: 20px;
}
.page-product-control-panel .feature-list div strong {
  font-size: 22px;
}
.page-product-modern-design h2,
.page-product-extensibility h2,
.page-product-control-panel h2 {
  max-width: 85%;
  text-align: center;
  display: inline-block;
}
.page-product-modern-design .mobile-responsive h1,
.page-product-extensibility .mobile-responsive h1,
.page-product-control-panel .mobile-responsive h1 {
  color: #222;
  margin-bottom: 0px;
}
.page-product-modern-design .mobile-responsive h1 small,
.page-product-extensibility .mobile-responsive h1 small,
.page-product-control-panel .mobile-responsive h1 small {
  color: #777;
  font-size: 22px;
  line-height: 28px;
  display: inline-block;
  margin-top: 20px;
}
.page-product-modern-design .mobile-responsive a,
.page-product-extensibility .mobile-responsive a,
.page-product-control-panel .mobile-responsive a {
  position: absolute;
  color: #333;
  bottom: 20px;
  right: 160px;
  text-decoration: none;
  font-size: 12px;
}
@media (max-width: 1200px) {
  .page-product-modern-design .mobile-responsive a,
  .page-product-extensibility .mobile-responsive a,
  .page-product-control-panel .mobile-responsive a {
    right: 5%;
    bottom: 15px;
  }
}
.page-product-modern-design .mobile-responsive img,
.page-product-extensibility .mobile-responsive img,
.page-product-control-panel .mobile-responsive img {
  margin-bottom: 30px;
  width: auto;
  max-width: 95%;
}
.page-product-modern-design .divided img,
.page-product-extensibility .divided img,
.page-product-control-panel .divided img {
  width: auto;
  max-width: 95%;
  margin-top: 0;
}
.page-product-modern-design .divided h2,
.page-product-extensibility .divided h2,
.page-product-control-panel .divided h2 {
  margin-top: 20%;
}
.page-product-modern-design .divided p,
.page-product-extensibility .divided p,
.page-product-control-panel .divided p {
  font-size: 22px;
  line-height: 32px;
}
.page-product-modern-design .i-2x,
.page-product-extensibility .i-2x,
.page-product-control-panel .i-2x {
  font-size: 70px;
}
.page-product-extensibility a,
.page-product-extensibility a:visited {
  text-decoration: none;
}
.page-product-extensibility .frame {
  width: 100%;
  height: auto;
  padding: 0;
}
.page-product-extensibility .frame .slidee {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}
.page-product-extensibility .frame .slidee li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  padding-top: 25px;
  width: 482px;
  height: 100%;
}
.page-product-extensibility .scrollbar {
  margin: 0 0 1em 0;
  height: 2px;
  background: #ccc;
  line-height: 0;
  width: 100%;
}
.page-product-extensibility .scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #292a33;
  cursor: pointer;
}
.page-product-extensibility .scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}
.page-product-extensibility .metro-box {
  color: white;
  text-align: center;
}
.page-product-extensibility .metro-box > div {
  background: #333;
  padding: 20px;
  position: relative;
  display: inline-block;
  width: 19.5%;
  margin: 10px;
  text-align: left;
}
.page-product-extensibility .metro-box > div i {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 768px) {
  .page-product-extensibility .metro-box > div {
    width: 35%;
  }
}
@media (max-width: 480px) {
  .page-product-extensibility .metro-box > div {
    width: 80%;
  }
}
body {
  font-family: "Lato", sans-serif;
  width: 100%;
  height: 100%;
}
h2,
h3,
h4 {
  font-weight: 400;
}
h1 {
  font-weight: 800;
}
h1 small {
  font-weight: 400;
}
.yt-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .yt-wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.i-2x {
  font-size: 75px;
}
.lazy-load,
.lazy-loaded {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.lazy-loaded {
  opacity: 1;
}
.pointer {
  cursor: pointer;
}
#habla_window_div input[type="submit"],
#habla_window_div button {
  padding: 10px 20px;
}
