/* Content headers - nodes and other pages */
#main-content-header {
  color: #fff;
}

.page-node #main-content-header {
  background-color: #5f259f;
  min-height: 280px;
}

.page-node #main-content-header .oauthRedirect .app_oauth_redirecturi,
.page-node #main-content-header .oauthRedirect .apiOauthRedirectionURL {
  color: #fff;
}

.page-node .content-header-inner {
  margin: 0 auto;
  padding: 60px 10px;
  max-width: 1164px;
  position: relative;
  min-height: 280px;
}

.page-node .content-header-inner .field {
  font-size: 16px;
  color: #fff;
}

.page-node #page-title {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 38px;
  line-height: 52px;
}

@media screen and (min-width: 769px) {
  .page-node #page-title {
    margin: 0 80px 14px 0;
  }
}

@media screen and (min-width: 769px) {
  .page-node .region-content-header-first {
    position: absolute;
    top: 63px;
    right: 10px;
  }
}

.page-node .productDescriptionContainer {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .page-node .productDescriptionContainer {
    margin: 0 80px 14px 0;
  }
}

@media screen and (min-width: 769px) {
  .page-node .page-productDescription {
    margin: 0 80px 14px 0;
  }
}

@media screen and (min-width: 769px) {
  .page-node .product-soc-network {
    position: absolute;
    top: 63px;
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .page-node .product-soc-network {
    margin-top: 20px;
  }
}

.page-node .product-soc-network .social-network-title {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .page-node .product-soc-network .social-network-title {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .page-node .product-soc-network .social-network-title {
    text-align: center;
  }
}

.page-node .product-soc-network .social-network {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .page-node .product-soc-network .social-network-item {
    display: inline-block;
    margin-right: 6px;
  }
}

.page-node .product-soc-network .social-network-link {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 6px;
}

.page-node .product-soc-network .social-network-link span {
  display: block !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

.page-node .product-soc-network .facebook {
  background-image: url("../images/icon-facebook-w.svg");
}

.page-node .product-soc-network .twitter {
  background-image: url("../images/icon-twitter-w.svg");
}

.page-node .product-soc-network .linkedin {
  background-image: url("../images/icon-linkedin-w.svg");
}

.page-node.node-type-devorg #main-content-header,
.page-node.node-type-devorg .content-header-inner, .page-node.node-type-blog #main-content-header,
.page-node.node-type-blog .content-header-inner, .page-node.node-type-page #main-content-header,
.page-node.node-type-page .content-header-inner {
  min-height: 0;
}

.header-status-403-forbidden #main-content-header,
.header-status-403-forbidden .content-header-inner,
.page-node-4 #main-content-header,
.page-node-4 .content-header-inner,
.page-node-127 #main-content-header,
.page-node-127 .content-header-inner,
.page-node-done #main-content-header,
.page-node-done .content-header-inner {
  min-height: 0;
}

.node-application .appTitleActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-bottom: 14px;
}

@media screen and (min-width: 769px) {
  .node-application .appTitleActions {
    position: absolute;
    right: 10px;
    top: 77px;
  }
}

.node-application .appTitleAction {
  display: block;
  margin: 0 3px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 12px 0 6px;
  vertical-align: bottom;
  height: 23px;
}

.node-application .appTitleAction:last-child {
  border: 0;
}

.node-application .node-created {
  margin-bottom: 20px;
}
/*# sourceMappingURL=content-headers.css.map */