/* Styles repeated on gecom-digital-styles.css */

.gecom-digital-styles .page-search-results .ge-header .page-user .ge-header,
.gecom-digital-styles .page-terms .ge-header,
.gecom-digital-styles .page-privacy .ge-header,
.gecom-digital-styles .page-admin .ge-header,
.gecom-digital-styles .logged-in .ge-header,
.gecom-digital-styles .node-type-blog-post .ge-header,
.gecom-digital-styles .node-type-talent-community-page .ge-header,
.gecom-digital-styles .ge-header.always-dark,
.gecom-digital-styles .ge-header.dark {
  background-color: rgba(255, 255, 255, 0.80);
}

.gecom-digital-styles .ge-header .logo {
  position: relative;
  float: left;
  width: 220px;
  height: 41px;
  margin-top: -4px;
  background: url("/sites/all/themes/ge_2012/assets/img/GEwhiteLogo01.png") no-repeat 0 0;
}


/* Social Bar code */

#skip-to-content {
  position: fixed;
  left: -100%;
  height: 18px;
}

.gecom-digital-styles .ge-header nav li a.active {
    color: #5f5555 !important;
}

.gecom-digital-styles .ge-header .inner-container-social {
  background-color: rgba(20, 20, 20, 0.35);
  box-sizing: border-box;
  height: 30px;
  max-width: 100%;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
}
.gecom-digital-styles .ge-header.dark .inner-container-social {
  display: none;
}
.gecom-digital-styles .ge-header .inner-container-social nav .nav-item[class*="social-"]{
  opacity: 0.6;
}
.gecom-digital-styles .ge-header .inner-container-social nav .nav-item[class*="social-"]:hover {
  opacity: 1;
}

.gecom-digital-styles .ge-header nav .nav-item.globe {
  width: 40px;
  height: 40px;
  margin: 0 0 0 10px;
  background: url("/sites/all/themes/ge_2012/assets/img/icon/Globe_iconWhite.png") center center no-repeat;
}
.gecom-digital-styles .ge-header.dark nav .nav-item.globe { //black
  width: 40px;
  height: 40px;
  margin: 0 0 0 10px;
  background: url("/sites/all/themes/ge_2012/assets/img/icon/Globe_iconGray.png") center center no-repeat;
}

.gecom-digital-styles .ge-header nav .nav-item.social-twitter {
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  background: url("/sites/all/themes/ge_2012/assets/img/social/icon-twitter.png") center center no-repeat;
}
.gecom-digital-styles .ge-header nav .nav-item.social-linkedin {
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  background: url("/sites/all/themes/ge_2012/assets/img/social/icon-linkedIn.png") center center no-repeat;
}
.gecom-digital-styles .ge-header nav .nav-item.social-instagram {
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  background: url("/sites/all/themes/ge_2012/assets/img/social/icon-instagram.png") center center no-repeat;
}
.gecom-digital-styles .ge-header nav .nav-item.social-facebook {
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  background: url("/sites/all/themes/ge_2012/assets/img/social/icon-facebook.png") center center no-repeat;
}
.gecom-digital-styles .ge-header nav .nav-item.social-google-plus {
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  background: url("/sites/all/themes/ge_2012/assets/img/social/icon-google-plus.png") center center no-repeat;
}
.gecom-digital-styles .ge-header nav .nav-item.social-youtube {
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  background: url("/sites/all/themes/ge_2012/assets/img/social/icon-youtube.png") center center no-repeat;
}
.gecom-digital-styles .ge-header nav .nav-item.social-pinterest {
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  background: url("/sites/all/themes/ge_2012/assets/img/social/icon-pinterest.png") center center no-repeat;
}
.gecom-digital-styles .ge-header nav .nav-item.social-gereports {
  width: 96px;
  height: 30px;
  margin: 0 0 0 10px;
  background: url("/sites/all/themes/ge_2012/assets/img/gereports_icon.png") center center no-repeat;
}

.gecom-digital-styles .ge-header.dark .nav-item a {
    color: #8F8F8F ;
}

.gecom-digital-styles .ge-header.dark .nav-item:not(.icon-nav):after {
  background-color: #8F8F8F ;
}

.gecom-digital-styles .ge-header.dark .nav-item[class*=" icon-"]:before {
  color: #8F8F8F ;
}

.gecom-digital-styles .ge-header.dark .logo {
  width: 41px;
  margin-top: -1px;
  background: url("/sites/all/themes/ge_2012/assets/img/GEblueLogo02.png") no-repeat 0 0;
}

.gecom-digital-styles .ge-header.dark .nav-item[class*=" icon-hamburger"]::before {
    color: #005CB9 !important;
}

@media only screen and (max-width: 485px) {
  .gecom-digital-styles .ge-header .logo {
    width: 42px;
  }
}

@media only screen and (max-width: 485px) {
  .gecom-digital-styles .ge-header .inner-container-social {
    display: none;
  }
}

/* New styles */

/**** Home Page Software Fixes****/  
.gecom-digital-styles .meta .btn{
	text-align: inherit;
	box-shadow: none;
}
.gecom-digital-styles .text-block h1,
.gecom-digital-styles .text-block p,
.gecom-digital-styles .tab-list-container p{
	margin:0 auto;
}

/* Tabbing Mark */
.gecom-digital-styles .ge-header .nav-item a:focus{
  outline:#696966 thin dotted;
}

/***** Social-hub page ******/

* .social-hub{box-sizing:border-box}
* .social-hub::before,
* .social-hub::after{
	box-sizing:border-box
}
.social-hub #headline{
	display: none;
}
.social-hub #content-main{
	margin-top:0px;
}
.social-hub .no-padding.media-block, 
.social-hub .no-padding.ge-component, 
.social-hub .no-padding.ge-module, 
.social-hub .no-padding.downloadable-assets, 
.social-hub .no-padding.downloadable-assets--large, 
.social-hub .no-padding.featured-products, 
.social-hub .no-padding.wysiwyg, 
.social-hub .no-padding.article-section, 
.social-hub .no-padding.advanced-bullet-largeimage, 
.social-hub .no-padding.advanced-bullet-largesquare, 
.social-hub .no-padding.advanced-bullet-roundimages, 
.social-hub .no-padding.contact-form, 
.social-hub .no-padding.detailed-list, 
.social-hub .no-padding.document-library, 
.social-hub .no-padding.event-filter-grid, 
.social-hub .no-padding.facts-bar, 
.social-hub .no-padding.featured-partners, 
.social-hub .no-padding.filter-grid, 
.social-hub .no-padding.partner-table, 
.social-hub .no-padding.support-cards, 
.social-hub .no-padding.hero, 
.social-hub .no-padding.hero-panel, 
.social-hub .no-padding.iso-grid, 
.social-hub .no-padding.links-to-business-sites, 
.social-hub .no-padding.mega-teaser, 
.social-hub .no-padding.news-events-slider, 
.social-hub .no-padding.panel, 
.social-hub .no-padding.panel-tab-slider, 
.social-hub .no-padding.product-finder, 
.social-hub .no-padding.product-list, 
.social-hub .no-padding.predix-action, 
.social-hub .no-padding.product-demo, 
.social-hub .no-padding.product-demo--smartsignal, 
.social-hub .no-padding.quote, 
.social-hub .no-padding.related-content-pair, 
.social-hub .no-padding.service-list, 
.social-hub .no-padding.simple-list-variant, 
.social-hub .no-padding.simple-text, 
.social-hub .no-padding.social-media-feed, 
.social-hub .no-padding.tab-slider, 
.social-hub .no-padding.video-list{
	padding-top: 0;
}
.social-hub .media-block .module, 
.social-hub .ge-component .module, 
.social-hub .ge-module .module, 
.social-hub .downloadable-assets .module, 
.social-hub .downloadable-assets--large .module, 
.social-hub .featured-products .module, 
.social-hub .wysiwyg .module, 
.social-hub .article-section .module, 
.social-hub .advanced-bullet-largeimage .module, 
.social-hub .advanced-bullet-largesquare .module, 
.social-hub .advanced-bullet-roundimages .module, 
.social-hub .contact-form .module, 
.social-hub .detailed-list .module, 
.social-hub .document-library .module, 
.social-hub .event-filter-grid .module, 
.social-hub .facts-bar .module, 
.social-hub .featured-partners .module, 
.social-hub .filter-grid .module, 
.social-hub .partner-table .module, 
.social-hub .support-cards .module, 
.social-hub .hero .module, 
.social-hub .hero-panel .module, 
.social-hub .iso-grid .module, 
.social-hub .links-to-business-sites .module, 
.social-hub .mega-teaser .module, 
.social-hub .news-events-slider .module, 
.social-hub .panel .module, 
.social-hub .panel-tab-slider .module, 
.social-hub .product-finder .module, 
.social-hub .product-list .module, 
.social-hub .predix-action .module, 
.social-hub .product-demo .module, 
.social-hub .product-demo--smartsignal .module, 
.social-hub .quote .module, 
.social-hub .related-content-pair .module, 
.social-hub .service-list .module, 
.social-hub .simple-list-variant .module, 
.social-hub .simple-text .module, 
.social-hub .social-media-feed .module, 
.social-hub .tab-slider .module, 
.social-hub .video-list .module{
	padding-top: 0;
}
.social-hub .media-block, 
.social-hub .ge-component, 
.social-hub .ge-module, 
.social-hub .downloadable-assets, 
.social-hub .downloadable-assets--large, 
.social-hub .featured-products, 
.social-hub .wysiwyg, 
.social-hub .article-section, 
.social-hub .advanced-bullet-largeimage, 
.social-hub .advanced-bullet-largesquare, 
.social-hub .advanced-bullet-roundimages, 
.social-hub .contact-form, 
.social-hub .detailed-list, 
.social-hub .document-library, 
.social-hub .event-filter-grid, 
.social-hub .facts-bar, 
.social-hub .featured-partners, 
.social-hub .filter-grid, 
.social-hub .partner-table, 
.social-hub .support-cards, 
.social-hub .hero, 
.social-hub .hero-panel, 
.social-hub .iso-grid, 
.social-hub .links-to-business-sites, 
.social-hub .mega-teaser, 
.social-hub .news-events-slider, 
.social-hub .panel, 
.social-hub .panel-tab-slider, 
.social-hub .product-finder, 
.social-hub .product-list, 
.social-hub .predix-action, 
.social-hub .product-demo, 
.social-hub .product-demo--smartsignal, 
.social-hub .quote, 
.social-hub .related-content-pair, 
.social-hub .service-list, 
.social-hub .simple-list-variant, 
.social-hub .simple-text, 
.social-hub .social-media-feed, 
.social-hub .tab-slider, 
.social-hub .video-list{
	padding-top: 150px;
	position: relative;
}
.social-hub .container {
    position: relative;
	margin-left: auto;
    margin-right: auto;
	padding-left: 10px;
    padding-right: 10px;
}
.social-hub .container::before, .social-hub .container::after{
	content: " ";
    display: table;
}
.social-hub .container::after {
    clear: both;
}
.social-hub .hero--full-width > .container{
	padding: 0;
    width: 100%;
}
.social-hub .hero__top {
    position: relative;
    z-index: 1;
}
.social-hub .hero-panel {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    white-space: normal;
}
.social-hub .hero-panel--text-center .hero-panel__meta{
	text-align: center;
}
.social-hub .hero-panel__meta {
    margin: 0 auto;
    max-width: 800px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.social-hub .hero__panels {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.social-hub .hero__panels > ul {
    display: inline;
    margin: 0;
    padding: 0;
    position: relative;
}
.social-hub ul, .social-hub li{
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none
}
/*.social-hub ul, .social-hub ol{
	margin-top:0;
	margin-bottom:10px
}*/
.social-hub .centering::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.social-hub .hero-panel .centering {
    display: table;
    min-height: 600px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.social-hub .centering {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.social-hub .hero-panel .centering__inner{display:table-cell}
.social-hub .hero-panel .centering__inner{padding:200px 0}

 @media screen and (max-width: 1023px){
	 .social-hub .hero-panel .centering{min-height:0}
	 .social-hub .hero-panel .centering__inner{padding:100px 0}
	 .social-hub .hero-panel--with-above-fold .centering__inner{padding-top:100px;padding-bottom:200px}
	 .social-hub .hero-panel--hero-tile-contents .centering__inner{padding:80px 0}
	 .social-hub .hero-panel__description__quote{font-size:1.375em;line-height:30px}
	 .social-hub .panel__fluid-background-image--about-page{background-position:right center}
}

@media screen and (max-width: 767px){
	.social-hub .hero-panel .ui-video{display:none}
	.social-hub .hero-panel .centering__inner{padding:80px 0}
	.social-hub .hero-panel .cta-container{margin-top:20px}
	.social-hub .hero-panel--has-product-teaser::after{display:none}
	.social-hub .hero-panel--has-product-teaser .video-btn{margin:-23px 0 0 -23px}
	.social-hub .hero-panel__partner{margin-bottom:10px}
	.social-hub .hero-panel__filter-placeholder{display:none}
	.social-hub .hero-panel__filter .filter-item{box-shadow:none}
}

.social-hub .hero-panel__description {
    display: inline-block;
    margin-top: 15px;
}	
.social-hub .hero-panel__description p {
    margin: 0;
}
.social-hub p {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0 0 20px;
	font-family:"ge-inspira",Arial,Helvetica,"Helvetica Neue",sans-serif;
}
.social-hub .social-media-feed__body p{
	color: gray;
} 
.social-hub .centering__inner{
	position:relative;
	max-width:99.5%;
	display:inline-block;
	margin-left:-3px;
	vertical-align:middle
}
.social-hub .row {
    margin-left: -10px;
    margin-right: -10px;
}
.social-hub .row::before, .social-hub .row::after{
	content: " ";
    display: table;
}
.social-hub .row:after{clear:both}

.social-hub .col-md-1, 
.social-hub .col-md-2, 
.social-hub .col-md-3, 
.social-hub .col-md-4, 
.social-hub .col-md-5, 
.social-hub .col-md-6, 
.social-hub .col-md-7, 
.social-hub .col-md-8, 
.social-hub .col-md-9, 
.social-hub .col-md-10, 
.social-hub .col-md-11, 
.social-hub .col-md-12{
	float:left
}

.social-hub .col-xs-1,
.social-hub .col-xs-2,
.social-hub .col-xs-3,
.social-hub .col-xs-4,
.social-hub .col-xs-5,
.social-hub .col-xs-6,
.social-hub .col-xs-7,
.social-hub .col-xs-8,
.social-hub .col-xs-9,
.social-hub .col-xs-10,
.social-hub .col-xs-11,
.social-hub .col-xs-12{
	float:left
}
.social-hub .col-xs-1,
.social-hub .col-sm-1,
.social-hub .col-md-1,
.social-hub .col-lg-1,
.social-hub .col-xs-2,
.social-hub .col-sm-2,
.social-hub .col-md-2,
.social-hub .col-lg-2,
.social-hub .col-xs-3,
.social-hub .col-sm-3,
.social-hub .col-md-3,
.social-hub .col-lg-3,
.social-hub .col-xs-4,
.social-hub .col-sm-4,
.social-hub .col-md-4,
.social-hub .col-lg-4,
.social-hub .col-xs-5,
.social-hub .col-sm-5,
.social-hub .col-md-5,
.social-hub .col-lg-5,
.social-hub .col-xs-6,
.social-hub .col-sm-6,
.social-hub .col-md-6,
.social-hub .col-lg-6,
.social-hub .col-xs-7,
.social-hub .col-sm-7,
.social-hub .col-md-7,
.social-hub .col-lg-7,
.social-hub .col-xs-8,
.social-hub .col-sm-8,
.social-hub .col-md-8,
.social-hub .col-lg-8,
.social-hub .col-xs-9,
.social-hub .col-sm-9,
.social-hub .col-md-9,
.social-hub .col-lg-9,
.social-hub .col-xs-10,
.social-hub .col-sm-10,
.social-hub .col-md-10,
.social-hub .col-lg-10,
.social-hub .col-xs-11,
.social-hub .col-sm-11,
.social-hub .col-md-11,
.social-hub .col-lg-11,
.social-hub .col-xs-12,
.social-hub .col-sm-12,
.social-hub .col-md-12,
.social-hub .col-lg-12{
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px
}

.social-hub .category--text-white,
.social-hub .ui-tile--above-fold .category,
.social-hub .ui-tile--above-fold .ui-tile__subtext,
.social-hub .ui-tile--above-fold .ui-tile__headline,
.social-hub .ui-tile--not-above-fold .category,
.social-hub .ui-tile--not-above-fold .ui-tile__subtext,
.social-hub .ui-tile--not-above-fold .ui-tile__headline,
.social-hub .ui-tile--industry-tile .ui-tile__link,
.social-hub .ui-tile--hero .category,
.social-hub .ui-tile--hero-small .category,
.social-hub .ui-tile--hero-large .category,
.social-hub .ui-tile--hero .ui-tile__headline,
.social-hub .ui-tile--hero-small .ui-tile__headline,
.social-hub .ui-tile--hero-large .ui-tile__headline,
.social-hub .ui-tile--hero .ui-tile__desc,
.social-hub .ui-tile--hero-small .ui-tile__desc,
.social-hub .ui-tile--hero-large .ui-tile__desc,
.social-hub .ui-tile--hero .ui-tile__subtext,
.social-hub .ui-tile--hero-small .ui-tile__subtext,
.social-hub .ui-tile--hero-large .ui-tile__subtext,
.social-hub .ui-tile--hero .ui-tile__desc p,
.social-hub .ui-tile--hero-small .ui-tile__desc p,
.social-hub .ui-tile--hero-large .ui-tile__desc p,
.social-hub .ui-tile--hero .ui-tile__desc a,
.social-hub .ui-tile--hero-small .ui-tile__desc a,
.social-hub .ui-tile--hero-large .ui-tile__desc a,
.social-hub .ui-dropdown .side-rail-tile:hover,
.social-hub .ui-dropdown .side-rail-tile--blogger:hover,
.social-hub .ui-dropdown input.is-active+.side-rail-tile,
.social-hub .ui-dropdown input.is-active+.side-rail-tile--blogger,
.social-hub .ui-dropdown input:checked+.side-rail-tile,
.social-hub .ui-dropdown input:checked+.side-rail-tile--blogger,
.social-hub .ui-dropdown__list:not(.ui-dropdown__list--top):not(.ui-dropdown__list--no-hover):hover .ui-dropdown__list__label,
.social-hub .ui-dropdown__list:not(.ui-dropdown__list--top):not(.ui-dropdown__list--no-hover) input.is-active+.ui-dropdown__list__label,
.social-hub .ui-dropdown__list:not(.ui-dropdown__list--top):not(.ui-dropdown__list--no-hover) input:checked+.ui-dropdown__list__label,
.social-hub .media-block--white-text .media-block__bottom .media-block__title,
.social-hub .media-block--white-text .media-block__bottom .media-block__subtitle,
.social-hub .media-block--white-text .media-block__bottom .media-block__desc,
.social-hub .media-block--white-text .media-block__bottom .media-block__desc a,
.social-hub .media-block--white-text .media-block__bottom .media-block__desc p,
.social-hub .hero-panel__filter .hero-panel__filter-title,
.social-hub .hero-panel__filter .icon-arrow-right,
.social-hub .hero-panel__filter .hero-panel__filter-header-btn,
.social-hub .hero-panel--light-text .hero-panel__title,
.social-hub .hero-panel--light-text .hero-panel__subtitle,
.social-hub .hero-panel--light-text .hero-panel__description,
.social-hub .hero-panel--light-text .hero-panel__scroll-arrow,
.social-hub .hero-panel--white-text .hero-panel__title,
.social-hub .hero-panel--white-text .hero-panel__subtitle,
.social-hub .hero-panel--white-text .hero-panel__description,
.social-hub .hero-panel--white-text .hero-panel__scroll-arrow,
.social-hub .hero-panel--text-light .hero-panel__title,
.social-hub .hero-panel--text-light .hero-panel__subtitle,
.social-hub .hero-panel--text-light .hero-panel__description,
.social-hub .hero-panel--text-light .hero-panel__scroll-arrow,
.social-hub .hero-panel--light-text .hero-panel__description p,
.social-hub .hero-panel--light-text .hero-panel__description a,
.social-hub .hero-panel--white-text .hero-panel__description p,
.social-hub .hero-panel--white-text .hero-panel__description a,
.social-hub .hero-panel--text-light .hero-panel__description p,
.social-hub .hero-panel--text-light .hero-panel__description a{
	color:#fff
}
.social-hub .hero-panel__title {
    display: block;
}
.social-hub h1,
.social-hub .advanced-bullet-largeimage__title,
.social-hub .advanced-bullet-largesquare__title,
.social-hub .advanced-bullet-roundimages__title,
.social-hub .facts-bar__headline,
.social-hub .featured-partners__title,
.social-hub .filter-grid__title,
.social-hub .partner-table__title,
.social-hub .hero-panel__title,
.social-hub .links-to-business-sites__title,
.social-hub .news-events-slider__title,
.social-hub .panel__title,.panel__content h3,
.social-hub .panel-tab-slider__title,
.social-hub .predix-action__headline,
.social-hub .service-list__title,
.social-hub .simple-text__title,
.social-hub .social-media-feed__title,
.social-hub .video-list__title{
	font-size:60px;
	font-size:3.75rem;
	margin-top:40px;
	margin-bottom:40px;
	color:#1968b3;
	font-family:"ge-inspira",Arial,Helvetica,"Helvetica Neue",sans-serif;
	font-weight:normal;
	letter-spacing:-0.5px;
	line-height:1.1em
}
@media screen and (max-width: 767px){
	.social-hub h1,
	.social-hub .advanced-bullet-largeimage__title,
	.social-hub .advanced-bullet-largesquare__title,
	.social-hub .advanced-bullet-roundimages__title,
	.social-hub .facts-bar__headline,
	.social-hub .featured-partners__title,
	.social-hub .filter-grid__title,
	.social-hub .partner-table__title,
	.social-hub .hero-panel__title,
	.social-hub .links-to-business-sites__title,
	.social-hub .news-events-slider__title,
	.social-hub .panel__title,
	.social-hub .panel__content h3,
	.social-hub .panel-tab-slider__title,
	.social-hub .predix-action__headline,
	.social-hub .service-list__title,
	.social-hub .simple-text__title,
	.social-hub .social-media-feed__title,
	.social-hub .video-list__title{
		font-size:36px;
		font-size:2.25rem
	}
}

.social-hub h2,
.social-hub .media-block__title,
.social-hub .mega-teaser__title,
.social-hub .product-list__title,
.social-hub .product-demo__title,
.social-hub .document-library__title,
.social-hub .hero-panel__subtitle{
	font-size:48px;
	font-size:3rem;
	margin-top:30px;
	margin-bottom:30px;
	color:gray;
	font-family:"ge-inspira",Arial,Helvetica,"Helvetica Neue",sans-serif;
	font-weight:normal;
	line-height:1.1em
}
@media screen and (max-width: 767px){
	.social-hub h2,
	.social-hub .media-block__title,
	.social-hub .mega-teaser__title,
	.social-hub .product-list__title,
	.social-hub .product-demo__title,
	.social-hub .document-library__title,
	.social-hub .hero-panel__subtitle{
		font-size:24px;
		font-size:1.5rem
	}
}

.social-hub p,
.social-hub h1,
.social-hub h2,
.social-hub h3,
.social-hub h4,
.social-hub h5,
.social-hub h6{
	margin:0;
	padding:0
}
.social-hub h2,
.social-hub .h2{
	font-size:30px
}
.social-hub h1,
.social-hub h2,
.social-hub h3,
.social-hub h4,
.social-hub h5,
.social-hub h6,
.social-hub .h1,
.social-hub .h2,
.social-hub .h3,
.social-hub .h4,
.social-hub .h5,
.social-hub .h6{
	font-family:inherit;
	font-weight:500;
	line-height:1.1;
	color:inherit
}
.social-hub h1,
.social-hub .h1,
.social-hub h2,
.social-hub .h2,
.social-hub h3,
.social-hub .h3{
	margin-top:20px;
	margin-bottom:10px
}

.social-hub .hero__bottom {
    position: relative;
    z-index: 2;
}
.social-hub .half-padding.media-block, 
.social-hub .half-padding.ge-component, 
.social-hub .half-padding.ge-module, 
.social-hub .half-padding.downloadable-assets, 
.social-hub .half-padding.downloadable-assets--large, 
.social-hub .half-padding.featured-products, 
.social-hub .half-padding.wysiwyg, 
.social-hub .half-padding.article-section, 
.social-hub .half-padding.advanced-bullet-largeimage, 
.social-hub .half-padding.advanced-bullet-largesquare, 
.social-hub .half-padding.advanced-bullet-roundimages, 
.social-hub .half-padding.contact-form, 
.social-hub .half-padding.detailed-list, 
.social-hub .half-padding.document-library, 
.social-hub .half-padding.event-filter-grid, 
.social-hub .half-padding.facts-bar, 
.social-hub .half-padding.featured-partners, 
.social-hub .half-padding.filter-grid, 
.social-hub .half-padding.partner-table, 
.social-hub .half-padding.support-cards, 
.social-hub .half-padding.hero, 
.social-hub .half-padding.hero-panel, 
.social-hub .half-padding.iso-grid, 
.social-hub .half-padding.links-to-business-sites, 
.social-hub .half-padding.mega-teaser, 
.social-hub .half-padding.news-events-slider, 
.social-hub .half-padding.panel, 
.social-hub .half-padding.panel-tab-slider, 
.social-hub .half-padding.product-finder, 
.social-hub .half-padding.product-list, 
.social-hub .half-padding.predix-action, 
.social-hub .half-padding.product-demo, 
.social-hub .half-padding.product-demo--smartsignal, 
.social-hub .half-padding.quote, 
.social-hub .half-padding.related-content-pair, 
.social-hub .half-padding.service-list, 
.social-hub .half-padding.simple-list-variant, 
.social-hub .half-padding.simple-text, 
.social-hub .half-padding.social-media-feed, 
.social-hub .half-padding.tab-slider, 
.social-hub .half-padding.video-list{
	padding-top: 75px;
}
.social-hub .social-media-feed {
    text-align: center;
}
.social-hub .social-media-feed__top-container{
	margin-bottom: 40px;
}

@media (min-width: 480px){
	.social-hub .container{
		width:480px
	}
}

.social-hub .container .col-lg-offset-right-0{margin-right:0%}
.social-hub .container .col-lg-offset-right-1{margin-right:8.33333%}
.social-hub .container .col-lg-offset-right-2{margin-right:16.66667%}
.social-hub .container .col-lg-offset-right-3{margin-right:25%}
.social-hub .container .col-lg-offset-right-4{margin-right:33.33333%}
.social-hub .container .col-lg-offset-right-5{margin-right:41.66667%}
.social-hub .container .col-lg-offset-right-6{margin-right:50%}
.social-hub .container .col-lg-offset-right-7{margin-right:58.33333%}
.social-hub .container .col-lg-offset-right-8{margin-right:66.66667%}
.social-hub .container .col-lg-offset-right-9{margin-right:75%}
.social-hub .container .col-lg-offset-right-10{margin-right:83.33333%}
.social-hub .container .col-lg-offset-right-11{margin-right:91.66667%}
.social-hub .container .col-lg-offset-right-12{margin-right:100%}
.social-hub .container .col-md-offset-right-0{margin-right:0%}
.social-hub .container .col-md-offset-right-1{margin-right:8.33333%}
.social-hub .container .col-md-offset-right-2{margin-right:16.66667%}
.social-hub .container .col-md-offset-right-3{margin-right:25%}
.social-hub .container .col-md-offset-right-4{margin-right:33.33333%}
.social-hub .container .col-md-offset-right-5{margin-right:41.66667%}
.social-hub .container .col-md-offset-right-6{margin-right:50%}
.social-hub .container .col-md-offset-right-7{margin-right:58.33333%}
.social-hub .container .col-md-offset-right-8{margin-right:66.66667%}
.social-hub .container .col-md-offset-right-9{margin-right:75%}
.social-hub .container .col-md-offset-right-10{margin-right:83.33333%}
.social-hub .container .col-md-offset-right-11{margin-right:91.66667%}
.social-hub .container .col-md-offset-right-12{margin-right:100%}
.social-hub .container .col-sm-offset-right-0{margin-right:0%}
.social-hub .container .col-sm-offset-right-1{margin-right:8.33333%}
.social-hub .container .col-sm-offset-right-2{margin-right:16.66667%}
.social-hub .container .col-sm-offset-right-3{margin-right:25%}
.social-hub .container .col-sm-offset-right-4{margin-right:33.33333%}
.social-hub .container .col-sm-offset-right-5{margin-right:41.66667%}
.social-hub .container .col-sm-offset-right-6{margin-right:50%}
.social-hub .container .col-sm-offset-right-7{margin-right:58.33333%}
.social-hub .container .col-sm-offset-right-8{margin-right:66.66667%}
.social-hub .container .col-sm-offset-right-9{margin-right:75%}
.social-hub .container .col-sm-offset-right-10{margin-right:83.33333%}
.social-hub .container .col-sm-offset-right-11{margin-right:91.66667%}
.social-hub .container .col-sm-offset-right-12{margin-right:100%}
.social-hub .container .col-xs-offset-right-0{margin-right:0%}
.social-hub .container .col-xs-offset-right-1{margin-right:8.33333%}
.social-hub .container .col-xs-offset-right-2{margin-right:16.66667%}
.social-hub .container .col-xs-offset-right-3{margin-right:25%}
.social-hub .container .col-xs-offset-right-4{margin-right:33.33333%}
.social-hub .container .col-xs-offset-right-5{margin-right:41.66667%}
.social-hub .container .col-xs-offset-right-6{margin-right:50%}
.social-hub .container .col-xs-offset-right-7{margin-right:58.33333%}
.social-hub .container .col-xs-offset-right-8{margin-right:66.66667%}
.social-hub .container .col-xs-offset-right-9{margin-right:75%}
.social-hub .container .col-xs-offset-right-10{margin-right:83.33333%}
.social-hub .container .col-xs-offset-right-11{margin-right:91.66667%}
.social-hub .container .col-xs-offset-right-12{margin-right:100%}

@media (min-width: 768px){
	.social-hub .container{
		width:768px
	}
}

@media (min-width: 1024px){
	.social-hub .container{
		width:1024px
	}
}

@media (min-width: 1200px){
	.social-hub .container{
		width:1200px
	}
}

.social-hub .col-xs-1{width:8.33333%}
.social-hub .col-xs-2{width:16.66667%}
.social-hub .col-xs-3{width:25%}
.social-hub .col-xs-4{width:33.33333%}
.social-hub .col-xs-5{width:41.66667%}
.social-hub .col-xs-6{width:50%}
.social-hub .col-xs-7{width:58.33333%}
.social-hub .col-xs-8{width:66.66667%}
.social-hub .col-xs-9{width:75%}
.social-hub .col-xs-10{width:83.33333%}
.social-hub .col-xs-11{width:91.66667%}
.social-hub .col-xs-12{width:100%}
.social-hub .col-xs-pull-0{right:auto}
.social-hub .col-xs-pull-1{right:8.33333%}
.social-hub .col-xs-pull-2{right:16.66667%}
.social-hub .col-xs-pull-3{right:25%}
.social-hub .col-xs-pull-4{right:33.33333%}
.social-hub .col-xs-pull-5{right:41.66667%}
.social-hub .col-xs-pull-6{right:50%}
.social-hub .col-xs-pull-7{right:58.33333%}
.social-hub .col-xs-pull-8{right:66.66667%}
.social-hub .col-xs-pull-9{right:75%}
.social-hub .col-xs-pull-10{right:83.33333%}
.social-hub .col-xs-pull-11{right:91.66667%}
.social-hub .col-xs-pull-12{right:100%}
.social-hub .col-xs-push-0{left:auto}
.social-hub .col-xs-push-1{left:8.33333%}
.social-hub .col-xs-push-2{left:16.66667%}
.social-hub .col-xs-push-3{left:25%}
.social-hub .col-xs-push-4{left:33.33333%}
.social-hub .col-xs-push-5{left:41.66667%}
.social-hub .col-xs-push-6{left:50%}
.social-hub .col-xs-push-7{left:58.33333%}
.social-hub .col-xs-push-8{left:66.66667%}
.social-hub .col-xs-push-9{left:75%}
.social-hub .col-xs-push-10{left:83.33333%}
.social-hub .col-xs-push-11{left:91.66667%}
.social-hub .col-xs-push-12{left:100%}
.social-hub .col-xs-offset-0{margin-left:0%}
.social-hub .col-xs-offset-1{margin-left:8.33333%}
.social-hub .col-xs-offset-2{margin-left:16.66667%}
.social-hub .col-xs-offset-3{margin-left:25%}
.social-hub .col-xs-offset-4{margin-left:33.33333%}
.social-hub .col-xs-offset-5{margin-left:41.66667%}
.social-hub .col-xs-offset-6{margin-left:50%}
.social-hub .col-xs-offset-7{margin-left:58.33333%}
.social-hub .col-xs-offset-8{margin-left:66.66667%}
.social-hub .col-xs-offset-9{margin-left:75%}
.social-hub .col-xs-offset-10{margin-left:83.33333%}
.social-hub .col-xs-offset-11{margin-left:91.66667%}
.social-hub .col-xs-offset-12{margin-left:100%}

@media (min-width: 768px){
	.social-hub 	.col-sm-1, .social-hub .col-sm-2, .social-hub .col-sm-3, .social-hub 	.col-sm-4, .social-hub .col-sm-5, .social-hub .col-sm-6, .social-hub .col-sm-7, .social-hub .col-sm-8, .social-hub .col-sm-9, .social-hub .col-sm-10, .social-hub .col-sm-11, .social-hub .col-sm-12{
		float:left
	}
	.social-hub 	.col-sm-1{width:8.33333%}
	.social-hub 	.col-sm-2{width:16.66667%}
	.social-hub 	.col-sm-3{width:25%}
	.social-hub 	.col-sm-4{width:33.33333%}
	.social-hub 	.col-sm-5{width:41.66667%}
	.social-hub 	.col-sm-6{width:50%}
	.social-hub 	.col-sm-7{width:58.33333%}
	.social-hub 	.col-sm-8{width:66.66667%}
	.social-hub 	.col-sm-9{width:75%}
	.social-hub 	.col-sm-10{width:83.33333%}
	.social-hub 	.col-sm-11{width:91.66667%}
	.social-hub 	.col-sm-12{width:100%}
	.social-hub 	.col-sm-pull-0{right:auto}
	.social-hub 	.col-sm-pull-1{right:8.33333%}
	.social-hub 	.col-sm-pull-2{right:16.66667%}
	.social-hub 	.col-sm-pull-3{right:25%}
	.social-hub 	.col-sm-pull-4{right:33.33333%}
	.social-hub 	.col-sm-pull-5{right:41.66667%}
	.social-hub 	.col-sm-pull-6{right:50%}
	.social-hub 	.col-sm-pull-7{right:58.33333%}
	.social-hub 	.col-sm-pull-8{right:66.66667%}
	.social-hub 	.col-sm-pull-9{right:75%}
	.social-hub 	.col-sm-pull-10{right:83.33333%}
	.social-hub 	.col-sm-pull-11{right:91.66667%}
	.social-hub 	.col-sm-pull-12{right:100%}
	.social-hub 	.col-sm-push-0{left:auto}
	.social-hub 	.col-sm-push-1{left:8.33333%}
	.social-hub 	.col-sm-push-2{left:16.66667%}
	.social-hub 	.col-sm-push-3{left:25%}
	.social-hub 	.col-sm-push-4{left:33.33333%}
	.social-hub 	.col-sm-push-5{left:41.66667%}
	.social-hub 	.col-sm-push-6{left:50%}
	.social-hub 	.col-sm-push-7{left:58.33333%}
	.social-hub 	.col-sm-push-8{left:66.66667%}
	.social-hub 	.col-sm-push-9{left:75%}
	.social-hub 	.col-sm-push-10{left:83.33333%}
	.social-hub 	.col-sm-push-11{left:91.66667%}
	.social-hub 	.col-sm-push-12{left:100%}
	.social-hub 	.col-sm-offset-0{margin-left:0%}
	.social-hub 	.col-sm-offset-1{margin-left:8.33333%}
	.social-hub 	.col-sm-offset-2{margin-left:16.66667%}
	.social-hub 	.col-sm-offset-3{margin-left:25%}
	.social-hub 	.col-sm-offset-4{margin-left:33.33333%}
	.social-hub 	.col-sm-offset-5{margin-left:41.66667%}
	.social-hub 	.col-sm-offset-6{margin-left:50%}
	.social-hub 	.col-sm-offset-7{margin-left:58.33333%}
	.social-hub 	.col-sm-offset-8{margin-left:66.66667%}
	.social-hub 	.col-sm-offset-9{margin-left:75%}
	.social-hub 	.col-sm-offset-10{margin-left:83.33333%}
	.social-hub 	.col-sm-offset-11{margin-left:91.66667%}
	.social-hub 	.col-sm-offset-12{margin-left:100%}
}

@media (min-width: 1024px){
	.social-hub .col-md-1, .social-hub .col-md-2, .social-hub .col-md-3, .social-hub .col-md-4, .social-hub .col-md-5, .social-hub .col-md-6, .social-hub .col-md-7, .social-hub .col-md-8, .social-hub .col-md-9, .social-hub .col-md-10, .social-hub .col-md-11, .social-hub .col-md-12{
		float:left
	}
	.social-hub 	.col-md-1{width:8.33333%}
	.social-hub 	.col-md-2{width:16.66667%}
	.social-hub 	.col-md-3{width:25%}
	.social-hub 	.col-md-4{width:33.33333%}
	.social-hub 	.col-md-5{width:41.66667%}
	.social-hub 	.col-md-6{width:50%}
	.social-hub 	.col-md-7{width:58.33333%}
	.social-hub 	.col-md-8{width:66.66667%}
	.social-hub 	.col-md-9{width:75%}
	.social-hub 	.col-md-10{width:83.33333%}
	.social-hub 	.col-md-11{width:91.66667%}
	.social-hub 	.col-md-12{width:100%}
	.social-hub 	.col-md-pull-0{right:auto}
	.social-hub 	.col-md-pull-1{right:8.33333%}
	.social-hub 	.col-md-pull-2{right:16.66667%}
	.social-hub 	.col-md-pull-3{right:25%}
	.social-hub 	.col-md-pull-4{right:33.33333%}
	.social-hub 	.col-md-pull-5{right:41.66667%}
	.social-hub 	.col-md-pull-6{right:50%}
	.social-hub 	.col-md-pull-7{right:58.33333%}
	.social-hub 	.col-md-pull-8{right:66.66667%}
	.social-hub 	.col-md-pull-9{right:75%}
	.social-hub 	.col-md-pull-10{right:83.33333%}
	.social-hub 	.col-md-pull-11{right:91.66667%}
	.social-hub 	.col-md-pull-12{right:100%}
	.social-hub 	.col-md-push-0{left:auto}
	.social-hub 	.col-md-push-1{left:8.33333%}
	.social-hub 	.col-md-push-2{left:16.66667%}
	.social-hub 	.col-md-push-3{left:25%}
	.social-hub 	.col-md-push-4{left:33.33333%}
	.social-hub 	.col-md-push-5{left:41.66667%}
	.social-hub 	.col-md-push-6{left:50%}
	.social-hub 	.col-md-push-7{left:58.33333%}
	.social-hub 	.col-md-push-8{left:66.66667%}
	.social-hub 	.col-md-push-9{left:75%}
	.social-hub 	.col-md-push-10{left:83.33333%}
	.social-hub 	.col-md-push-11{left:91.66667%}
	.social-hub 	.col-md-push-12{left:100%}
	.social-hub 	.col-md-offset-0{margin-left:0%}
	.social-hub 	.col-md-offset-1{margin-left:8.33333%}
	.social-hub 	.col-md-offset-2{margin-left:16.66667%}
	.social-hub 	.col-md-offset-3{margin-left:25%}
	.social-hub 	.col-md-offset-4{margin-left:33.33333%}
	.social-hub 	.col-md-offset-5{margin-left:41.66667%}
	.social-hub 	.col-md-offset-6{margin-left:50%}
	.social-hub 	.col-md-offset-7{margin-left:58.33333%}
	.social-hub 	.col-md-offset-8{margin-left:66.66667%}
	.social-hub 	.col-md-offset-9{margin-left:75%}
	.social-hub 	.col-md-offset-10{margin-left:83.33333%}
	.social-hub 	.col-md-offset-11{margin-left:91.66667%}
	.social-hub 	.col-md-offset-12{margin-left:100%}
}

@media (min-width: 1200px){
	.social-hub .col-lg-1, .social-hub .col-lg-2, .social-hub .col-lg-3, .social-hub .col-lg-4, .social-hub .col-lg-5, .social-hub .col-lg-6, .social-hub .col-lg-7, .social-hub .col-lg-8, .social-hub .col-lg-9, .social-hub .col-lg-10, .social-hub .col-lg-11, .social-hub .col-lg-12{
		float:left
	}
	.social-hub 	.col-lg-1{width:8.33333%}
	.social-hub 	.col-lg-2{width:16.66667%}
	.social-hub 	.col-lg-3{width:25%}
	.social-hub 	.col-lg-4{width:33.33333%}
	.social-hub 	.col-lg-5{width:41.66667%}
	.social-hub 	.col-lg-6{width:50%}
	.social-hub 	.col-lg-7{width:58.33333%}
	.social-hub 	.col-lg-8{width:66.66667%}
	.social-hub 	.col-lg-9{width:75%}
	.social-hub 	.col-lg-10{width:83.33333%}
	.social-hub 	.col-lg-11{width:91.66667%}
	.social-hub 	.col-lg-12{width:100%}
	.social-hub 	.col-lg-pull-0{right:auto}
	.social-hub 	.col-lg-pull-1{right:8.33333%}
	.social-hub 	.col-lg-pull-2{right:16.66667%}
	.social-hub 	.col-lg-pull-3{right:25%}
	.social-hub 	.col-lg-pull-4{right:33.33333%}
	.social-hub 	.col-lg-pull-5{right:41.66667%}
	.social-hub 	.col-lg-pull-6{right:50%}
	.social-hub 	.col-lg-pull-7{right:58.33333%}
	.social-hub 	.col-lg-pull-8{right:66.66667%}
	.social-hub 	.col-lg-pull-9{right:75%}
	.social-hub 	.col-lg-pull-10{right:83.33333%}
	.social-hub 	.col-lg-pull-11{right:91.66667%}
	.social-hub 	.col-lg-pull-12{right:100%}
	.social-hub 	.col-lg-push-0{left:auto}
	.social-hub 	.col-lg-push-1{left:8.33333%}
	.social-hub 	.col-lg-push-2{left:16.66667%}
	.social-hub 	.col-lg-push-3{left:25%}
	.social-hub 	.col-lg-push-4{left:33.33333%}
	.social-hub 	.col-lg-push-5{left:41.66667%}
	.social-hub 	.col-lg-push-6{left:50%}
	.social-hub 	.col-lg-push-7{left:58.33333%}
	.social-hub 	.col-lg-push-8{left:66.66667%}
	.social-hub 	.col-lg-push-9{left:75%}
	.social-hub 	.col-lg-push-10{left:83.33333%}
	.social-hub 	.col-lg-push-11{left:91.66667%}
	.social-hub 	.col-lg-push-12{left:100%}
	.social-hub 	.col-lg-offset-0{margin-left:0%}
	.social-hub 	.col-lg-offset-1{margin-left:8.33333%}
	.social-hub 	.col-lg-offset-2{margin-left:16.66667%}
	.social-hub 	.col-lg-offset-3{margin-left:25%}
	.social-hub 	.col-lg-offset-4{margin-left:33.33333%}
	.social-hub 	.col-lg-offset-5{margin-left:41.66667%}
	.social-hub 	.col-lg-offset-6{margin-left:50%}
	.social-hub 	.col-lg-offset-7{margin-left:58.33333%}
	.social-hub 	.col-lg-offset-8{margin-left:66.66667%}
	.social-hub 	.col-lg-offset-9{margin-left:75%}
	.social-hub 	.col-lg-offset-10{margin-left:83.33333%}
	.social-hub 	.col-lg-offset-11{margin-left:91.66667%}
	.social-hub 	.col-lg-offset-12{margin-left:100%}
}

@media screen and (max-width: 767px){
	.social-hub .field--support-card [class^='col-'], 
	.social-hub .field--support-card [class*='col-']{
		margin-bottom:20px
	}
	.social-hub .field--support-card [class^='icon-'], 
	.social-hub .field--support-card [class*='icon-']{
		margin-bottom:0
	}
}

.social-hub .media-block .container{padding:0}
.social-hub .media-block .centering{z-index:2;overflow:hidden;background-repeat:no-repeat;background-position:center;background-size:0}
.social-hub .media-block .centering__inner{max-width:800px;padding:0 20px}
.social-hub .media-block__image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4);opacity:0;transition:opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1)}
.social-hub .media-block__image--half-width{width:50%}
.social-hub .media-block__image>img{display:inline-block;max-width:100%;width:100%;height:auto;vertical-align:bottom}
.social-hub .media-block__top{margin-bottom:50px}
.social-hub .media-block--half.media-block--left .centering{width:50%}
.social-hub .media-block--half.media-block--right .centering{width:50%;left:50%}
.social-hub .media-block--text-left .centering__inner{text-align:left}
.social-hub .media-block--text-right .centering__inner{text-align:right}

@media screen and (max-width: 1023px){
	.social-hub .media-block .centering{position:relative;background-size:cover;padding:100px 0}
	.social-hub .media-block .centering__inner{padding:0 30px}
	.social-hub .media-block .media-block__image,
	.social-hub .media-block .media-block__image--half-width{
		display:none
	}
	.social-hub .media-block--half.media-block--left .centering,
	.social-hub .media-block--half.media-block--right .centering{
		width:100%;
		left:auto;
		right:auto
	}
}

@media screen and (max-width: 767px){
	.social-hub .media-block .cta-container .btn{margin:5px}
	.social-hub .media-block .centering{padding:50px 0}
}