body {
	background: #222323;
	margin: 0;
	-ms-overflow-style: scrollbar;
}
#globeFacts {
	margin: 0 auto;
	max-width: 1200px;
	background: url(../images/landing/map/masked_border.jpg);
	height: 760px;
	overflow: hidden;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: normal;
	font-weight: normal;
}
#globeFacts .pull-right {
	float: right
}
#globeFacts .pull-left {
	float: left
}
#globeFacts .text-right {
	text-align: right
}
#globeFacts #globeArea {
	width: 1100px;
	height: 1100px;
	-webkit-border-radius: 550px;
	-moz-border-radius: 550px;
	border-radius: 550px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -550px;
	margin-top: -170px;
	margin-bottom: -170px;
	background: #ebebeb
}
#globeFacts .lockups {
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 180px;
	width: 550px;
	margin-left: -250px;
	margin-top: -220px;
	text-align: center;
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	-ms-perspective: 300px;
	perspective: 300px
}
#globeFacts .lockups .lockup {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transform-origin: bottom center;
	-moz-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	-o-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: all .7s 0s;
	-moz-transition: all .7s 0s;
	-ms-transition: all .7s 0s;
	-o-transition: all .7s 0s;
	transition: all .7s 0s
}
#globeFacts.grey .lockups .lockup-commitment {
	background-image: url(../images/landing/map/lockup-grey/active-lockup-commitment.png)
}
#globeFacts.grey .lockups .lockup-planet {
	background-image: url(../images/landing/map/lockup-grey/active-lockup-planet.png)
}
#globeFacts.grey .lockups .lockup-communities {
	background-image: url(../images/landing/map/lockup-grey/active-lockup-community.png)
}
#globeFacts.grey .lockups .lockup-workplace {
	background-image: url(../images/landing/map/lockup-grey/active-lockup-workplace.png)
}
#globeFacts.grey .lockups .lockup-business {
	background-image: url(../images/landing/map/lockup-grey/active-lockup-business.png)
}
#globeFacts.grey .lockups .lockup-customers {
	background-image: url(../images/landing/map/lockup-grey/active-lockup-customers.png)
}
#globeFacts.grey .lockups .lockup-progress {
	background-image: url(../images/landing/map/lockup-grey/active-lockup-progress.png)
}
#globeFacts .maps {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 450px;
	width: 900px;
	margin-left: -450px;
	margin-top: -225px;
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	-ms-perspective: 300px;
	perspective: 300px
}
#globeFacts .maps .map {
	background: url(../images/landing/map/map-1.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	-webkit-transform-origin: bottom center;
	-moz-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	-o-transform-origin: bottom center;
	transform-origin: bottom center
}
#globeFacts #factLinks {
	margin-top: 170px;
	height: 760px;
	width: 840px;
	position: absolute;
	left: 50%;
	margin-left: -420px;
	font-size: 16px
}
#globeFacts #factLinks .line {
	position: absolute
}
#globeFacts #factLinks .line.top {
	top: 50px;
	background: url(../images/landing/map/ellipse-top-white.png) no-repeat;
	width: 266px;
	height: 29px;
	margin-left: -133px;
	left: 50%
}
#globeFacts #factLinks .line.bottom {
	bottom: 70px;
	background: url(../images/landing/map/ellipse-bottom-white.png) no-repeat;
	width: 266px;
	height: 29px;
	margin-left: -133px;
	left: 50%
}
#globeFacts #factLinks .line.middle {
	background: url(../images/landing/map/ellipse-middle-white.png) no-repeat;
	width: 572px;
	height: 34px;
	top: 384px;
	left: 138px
}
#globeFacts #factLinks .line.middle-left {
	background: url(../images/landing/map/ellipse-middle-left-white.png) no-repeat;
	width: 260px;
	height: 34px;
	top: 380px;
	right: 440px
}
#globeFacts #factLinks .line.middle-right {
	background: url(../images/landing/map/ellipse-middle-right-white.png) no-repeat;
	width: 268px;
	height: 34px;
	top: 380px;
	left: 442px
}
#globeFacts #factLinks .fact {
	outline: 0;
	display: block;
	position: absolute;
	text-decoration: none;
	color: #c71a28;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#globeFacts #factLinks .fact .hover-area {
	

}
#globeFacts #factLinks .fact .copy {
	position: relative;
	display: inline-block;
	margin-top: 13px;
	color: #000;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}
#globeFacts #factLinks .fact.single-line .copy {
	margin-top: 15px
}
#globeFacts #factLinks .fact .detail {
	display: block;
	font-size: 12px;
	line-height: 15px;
	width: 210px;
	position: absolute;
	left: 66px;
	padding-top: 5px;
	opacity: 0;
	color: #000;
	-webkit-transition: opacity .5s, margin-top .8s;
	-moz-transition: opacity .5s, margin-top .8s;
	-ms-transition: opacity .5s, margin-top .8s;
	-o-transition: opacity .5s, margin-top .8s;
	transition: opacity .5s, margin-top .8s;
	margin-top: -10px
}
#globeFacts #factLinks .fact .detail.text-right {
	left: auto;
	right: 66px
}
#globeFacts #factLinks .fact .detail.text-center {
	left: 50%;
	margin-left: -90px
}
#globeFacts #factLinks .fact .icon {
	width: 50px;
	height: 50px;
	display: block;
	position: relative;
	margin: 0 8px
}
#globeFacts #factLinks .fact .icon img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	border: none;
	outline: none;
}
#globeFacts #factLinks .fact .icon img.on {
	opacity: 0
}
#globeFacts #factLinks .fact.active .copy {
	color: #000!important
}
#globeFacts #factLinks .fact.active img.on {
	opacity: 0!important
}
#globeFacts #factLinks .fact.active img.off {
	opacity: 1!important
}
#globeFacts #factLinks .fact.active .detail {
	margin-top: 0;
	opacity: 1
}
#globeFacts #factLinks .fact.commitment {
	top: 67px;
	left: 130px
}
#globeFacts #factLinks .fact.communities {
	top: 67px;
	left: 538px
}
#globeFacts #factLinks .fact.workplace {
	top: 354px;
	left: -4px
}
#globeFacts #factLinks .fact.customers {
	left: 387px;
	top: 388px
}
#globeFacts #factLinks .fact.customers .detail {
	left: 0
}
#globeFacts #factLinks .fact.business {
	top: 354px;
	right: 0
}
#globeFacts #factLinks .fact.planet {
	bottom: 83px;
	left: 168px
}
#globeFacts #factLinks .fact.ourprogress {
	bottom: 83px;
	left: 541px
}
#globeFacts[data-fact-open] #factLinks .fact .copy {
	color: #FFF
}
#globeFacts[data-fact-open] #factLinks .fact .icon img.off {
	opacity: 0
}
#globeFacts[data-fact-open] #factLinks .fact .icon img.on {
	opacity: 1
}
#globeFacts[data-fact-open] .maps .map {
	-webkit-transform: translateY(-60px) rotateX(30deg);
	-moz-transform: translateY(-60px) rotateX(30deg);
	-ms-transform: translateY(-60px) rotateX(30deg);
	-o-transform: translateY(-60px) rotateX(30deg);
	transform: translateY(-60px) rotateX(30deg)
}
#globeFacts[data-fact-open] .lockups .lockup {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}
#globeFacts[data-fact-open=business] .lockups .lockup-business, #globeFacts[data-fact-open=commitment] .lockups .lockup-commitment, #globeFacts[data-fact-open=communities] .lockups .lockup-communities, #globeFacts[data-fact-open=customers] .lockups .lockup-customers, #globeFacts[data-fact-open=planet] .lockups .lockup-planet, #globeFacts[data-fact-open=progress] .lockups .lockup-progress, #globeFacts[data-fact-open=workplace] .lockups .lockup-workplace {
	opacity: 1
}

@media screen and (max-width:1100px) {
#globeFacts #factLinks .fact.workplace .detail {
	width: 100px;
}
#globeFacts #factLinks .fact.business .detail {
	width: 100px;
}
#globeFacts #factLinks .fact.workplace .detail BR, #globeFacts #factLinks .fact.business .detail BR {
	display: none;
}
}

@media screen and (max-width:900px) {
#globeFacts {
	height: 550px
}
#globeFacts #globeArea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 100%;
	position: relative;
	top: auto;
	left: auto;
	margin: 0;
	max-width: 100%;
	max-height: 100%
}
#globeFacts .maps {
	height: 350px;
	width: 700px;
	margin-left: -350px;
	margin-top: -175px
}
#globeFacts .lockups {
	height: 120px;
	width: 300px;
	margin-left: -150px;
	margin-top: -150px
}
#globeFacts #factLinks {
	margin-top: 0;
	max-height: 100%
}
#globeFacts #factLinks .line.bottom, #globeFacts #factLinks .line.top {
	background-size: contain;
	width: 150px;
	margin-left: -75px
}
#globeFacts #factLinks .line.middle {
	background: url(../images/landing/map/ellipse-middle-white.png) no-repeat;
	background-size: contain;
	width: 345px;
	height: 34px;
	top: 253px;
	left: 247px
}
#globeFacts #factLinks .line.middle-left, #globeFacts #factLinks .line.middle-right {
	width: 150px;
	background-size: contain;
	top: 250px
}
#globeFacts #factLinks .line.middle-left {
	right: 443px
}
#globeFacts #factLinks .line.middle-right {
	left: 443px
}
#globeFacts #factLinks .fact .detail {
	width: 200px;
	font-size: 11px
}
#globeFacts #factLinks .fact .detail.text-center {
	left: 50%;
	margin-left: -60px
}
#globeFacts #factLinks .fact.commitment {
	top: 58px;
	left: 191px
}
#globeFacts #factLinks .fact.communities {
	top: 58px;
	left: 478px
}
#globeFacts #factLinks .fact.workplace {
	top: 224px;
	left: 104px
}
#globeFacts #factLinks .fact.customers {
	top: 245px
}
#globeFacts #factLinks .fact.business {
	top: 224px;
	right: 118px
}
#globeFacts #factLinks .fact.planet {
	left: 224px
}
#globeFacts #factLinks .fact.ourprogress {
	left: 481px
}
}

@media screen and (max-width:700px) {
#globeFacts {
	height: auto
}
#globeFacts #globeArea {
	margin: 80px 0;
	overflow: visible;
	height: auto
}
#globeFacts #globeArea .mobile-bottom, #globeFacts #globeArea .mobile-top {
	position: absolute;
	background-color: #dbdcdd;
	width: 1400px;
	height: 500px;
	top: -60px;
	left: 50%;
	margin-left: -700px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden
}
#globeFacts #globeArea .mobile-bottom {
	top: auto;
	bottom: -60px
}
#globeFacts #factLinks {
	height: auto;
	margin: 0;
	max-width: 100%;
	left: 0;
	position: relative
}
#globeFacts #factLinks .fact {
	position: relative;
	left: auto!important;
	right: auto!important;
	top: auto!important;
	bottom: auto!important;
	clear: both;
	background: #dbdcdd;
	padding: 40px 0 40px 27%;
	border-bottom: 5px solid #fff
}
#globeFacts #factLinks .fact .copy {
	text-align: left
}
#globeFacts #factLinks .fact .icon {
	float: left!important
}
#globeFacts #factLinks .fact:first-child {
	padding-top: 0
}
#globeFacts #factLinks .fact:last-child {
	border-bottom: none
}
}

@media screen and (max-width:480px) {
#globeFacts #globeArea {
	margin: 50px 0;
	overflow: visible
}
#globeFacts #globeArea .mobile-bottom, #globeFacts #globeArea .mobile-top {
	position: absolute;
	background-color: #dbdcdd;
	width: 800px;
	height: 500px;
	top: -30px;
	left: 50%;
	margin-left: -400px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden
}
#globeFacts #globeArea .mobile-bottom {
	top: auto;
	bottom: -30px
}
#globeFacts #factLinks .fact {
	padding: 40px 0 40px 60px
}
}

.xrx-fw-connect {
    margin: 3px
}

@media screen and (min-width: 768px) {
    .xrx-fw-connect .xrx-fw-connect__title {
        margin-left:30px
    }
}

.xrx-fw-connect .xrx-fw-connect__social {
    padding: 13px
}

.xrx-fw-connect .xrx-fw-follow-us {
    padding: 0;
    min-height: 41px
}

.xrx-fw-connect .xrx-fw-follow-us--ltr .xrx-fw-follow-us__linklist__item.xrx-fw-follow-us__linklist__item--no-label:first-child {
    padding-left: 0
}

.xrx-fw-connect .xrx-fw-connect__social-aggregator__feed-item {
    border-top: 1px solid #c1c1c1;
    padding: 15px 0;
    margin: 0
}

.xrx-fw-connect .xrx-fw-connect__social-aggregator__feed-item__icon {
    display: block;
    width: 29px;
    float: left
}

.xrx-fw-connect .xrx-fw-connect__social-aggregator__feed-item__icon>.social-icons {
    width: 29px;
    height: 29px
}

.xrx-fw-connect .xrx-fw-connect__social-aggregator__feed-item__text-side {
    display: block;
    margin-left: 45px
}

.xrx-fw-connect .xrx-fw-connect__social-aggregator__feed-item__text-side__account,.xrx-fw-connect .xrx-fw-connect__social-aggregator__feed-item__text-side__title {
    font-family: Roboto,sans-serif!important;
    font-size: .875rem!important;
    line-height: 1.57143em!important;
    font-weight: 400!important;
    margin: 0 0 4px
}

.xrx-fw-connect .xrx-fw-connect__social-aggregator__feed-item__text-side__twitter-actions__favorite,.xrx-fw-connect .xrx-fw-connect__social-aggregator__feed-item__text-side__twitter-actions__reply,.xrx-fw-connect .xrx-fw-connect__social-aggregator__feed-item__text-side__twitter-actions__retweet {
    background-image: url(../images/social/twitter-actions.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: -99999px;
    margin-right: 40px
}

.xrx-fw-follow-us .xrx-fw-follow-us__label {
    color: inherit;
    font-family: Roboto Condensed,sans-serif;
    position: relative;
    top: -2px;
    margin: 0 15px 0 0;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 200;
    display: inline-block
}

.xrx-fw-follow-us .xrx-fw-follow-us__linklist {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.xrx-fw-follow-us .xrx-fw-follow-us__linklist__item {
    display: inline-block;
    padding: 0;
    margin: 0 15px 0 0
}

.xrx-fw-follow-us .xrx-fw-follow-us__linklist__item a {
    display: block;
    width: 29px;
    height: 29px
}

.xrx-fw-follow-us .xrx-fw-follow-us__linklist__item a>span {
    width: 29px;
    height: 29px
}

.xrx-fw-follow-us .xrx-fw-follow-us__linklist__item.xrx-fw-follow-us__linklist__item--no-label:first-child {
    margin-left: 0
}

.xrx-fw-connect .xrx-fw-connect__social-aggregator__feed-item__text-side__twitter-actions__reply {
    background-position: 0 0
}

.xrx-fw-connect .xrx-fw-connect__social-aggregator__feed-item__text-side__twitter-actions__retweet {
    background-position: -81px 0
}

.xrx-fw-connect .xrx-fw-connect__social-aggregator__feed-item__text-side__twitter-actions__favorite {
    background-position: -32px 0
}

[dir=rtl] .xrx-fw-connect__title {
    margin: 20px 0 30px 30px
}

@media screen and (min-width: 768px) {
    [dir=rtl] .xrx-fw-connect__title {
        margin-right:30px
    }
}

[dir=rtl] .xrx-fw-connect__social-aggregator__feed-item__icon {
    float: right
}

[dir=rtl] .xrx-fw-connect__social-aggregator__feed-item__text-side {
    margin-right: 45px
}

[dir=rtl] .xrx-fw-connect__social-aggregator__feed-item__text-side__twitter-actions__reply {
    margin-right: 0
}

.xrx-fw-floating-footer {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    position: fixed;
    background-color: #ebebeb;
    color: #000;
    padding: 10px 30px
}

.social-icons {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 50px;
    height: 50px
}

.social-icons.social-icons--type-facebook {
    background-image: url(https://framework-assets.external.xerox.com/assets/LTS/2019-02-22--01/images/social/facebook_icon.svg)
}

.social-icons.social-icons--type-googleplus {
    background-image: url(https://framework-assets.external.xerox.com/assets/LTS/2019-02-22--01/images/social/googleplus_icon.svg)
}

.social-icons.social-icons--type-googleplus.social-icons--reversed {
    background-image: url(https://framework-assets.external.xerox.com/assets/LTS/2019-02-22--01/images/social/googleplus_icon_reverse.svg)
}

.social-icons.social-icons--type-linkedin {
    background-image: url(https://framework-assets.external.xerox.com/assets/LTS/2019-02-22--01/images/social/linkedin_icon.svg)
}

.social-icons.social-icons--type-linkedin.social-icons--logo {
    background-image: url(https://framework-assets.external.xerox.com/assets/LTS/2019-02-22--01/images/social/linkedin_logo.svg)
}

.social-icons.social-icons--type-twitter {
    background-image: url(https://framework-assets.external.xerox.com/assets/LTS/2019-02-22--01/images/social/twitter_icon.svg)
}

.social-icons.social-icons--type-twitter.social-icons--reversed {
    background-image: url(https://framework-assets.external.xerox.com/assets/LTS/2019-02-22--01/images/social/twitter_icon_reverse.svg)
}

.social-icons.social-icons--type-youtube {
    background-image: url(https://framework-assets.external.xerox.com/assets/LTS/2019-02-22--01/images/social/youtube_icon.svg)
}

.social-icons.social-icons--type-youtube.social-icons--logo {
    background-image: url(https://framework-assets.external.xerox.com/assets/LTS/2019-02-22--01/images/social/youtube_logo.svg)
}

.social-icons.social-icons--type-instagram {
    background-image: url(https://framework-assets.external.xerox.com/assets/LTS/2019-02-22--01/images/social/instagram_icon.svg)
}

@media screen and (min-width: 768px) {
    [dir=rtl] .xrx-fw-homepage-insights-single .xrx-fw-homepage-insights__content .xrx-fw-homepage-insight__title {
        text-align:right
    }
}

/*
.xrx-fw-footer-connect {
    padding: 15px 0;
    border-top: 2px solid #ebebeb;
}
*/

.extra-padding {
  padding-bottom: 20px;
}


@media screen and (min-width: 768px) {
    .xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links {
        display:-ms-flexbox;
        display: flex;
        width: 33.33%;
        min-width: 225px
    }
}

.xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us {
    padding: 0;
    text-align: center
}

@media screen and (min-width: 768px) {
    .xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us {
        text-align:left
    }
}

.xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us .xrx-fw-follow-us__label,.xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us .xrx-fw-follow-us__linklist {
    display: block;
    margin: 0
}

.xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us .xrx-fw-follow-us__linklist__item {
    margin: 0 15px 0 0
}

.xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us .xrx-fw-follow-us__linklist__item:last-child {
    margin: 0
}

@media screen and (min-width: 480px) {
    .xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us .xrx-fw-follow-us__linklist__item {
        margin:0 35px 0 0
    }
}

@media screen and (min-width: 768px) {
    .xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us .xrx-fw-follow-us__linklist__item {
        margin:0 10px 0 0
    }
}

.xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us .xrx-fw-follow-us__label {
    font-family: Roboto,sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 10px
}

@media screen and (min-width: 768px) {
    .xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us .xrx-fw-follow-us__label {
        font-size:1.1rem;
    }
}

.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator {
    display: none
}

@media screen and (min-width: 768px) {
    .xrx-fw-footer-connect .xrx-fw-connect__social-aggregator {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 66.66%
    }
}

.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item {
    max-width: 400px
}

.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item:last-child {
    margin-left: 0%
}

.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__icon {
    display: block;
    width: 29px;
    float: left
}

.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__icon>.social-icons {
    width: 29px;
    height: 29px
}

.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__text-side {
    display: block;
    margin-left: 45px
}


.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__text-side__account a {
    color: #d92231
}

.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__text-side__twitter-actions__favorite,.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__text-side__twitter-actions__reply,.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__text-side__twitter-actions__retweet {
    display: none
}

[dir=rtl] .xrx-fw-follow-us__label,[dir=rtl] .xrx-fw-follow-us__linklist {
    text-align: center
}

@media screen and (min-width: 768px) {
    [dir=rtl] .xrx-fw-follow-us__label,[dir=rtl] .xrx-fw-follow-us__linklist {
        text-align:right
    }
}

[dir=rtl] .xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__icon {
    float: right
}

[dir=rtl] .xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__text-side {
    margin-right: 45px
}

[dir=rtl] .xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__text-side__twitter-actions__reply {
    margin-right: 0
}

@media screen and (min-width: 768px) {
    .xrx-fw-footer-connect .xrx-fw-connect__social {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 1240px;
        padding: 0 20px;
        padding-right: 0px;
        margin: 0 auto
    }
}

@media screen and (min-width: 768px) {
    .xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links {
        display:-ms-flexbox;
        display: flex;
        width: 33.33%;
        min-width: 225px
    }
}

.xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us {
    padding: 0;
    text-align: center
}

@media screen and (min-width: 768px) {
    .xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us {
        text-align:left
    }
}

.xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us .xrx-fw-follow-us__label,.xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us .xrx-fw-follow-us__linklist {
    display: block;
    margin: 0;
    padding-bottom: 5px;
}

.xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us .xrx-fw-follow-us__linklist__item {
    margin: 0 15px 0 0
}

.xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us .xrx-fw-follow-us__linklist__item:last-child {
    margin: 0
}

@media screen and (min-width: 480px) {
    .xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us .xrx-fw-follow-us__linklist__item {
        margin:0 35px 0 0
    }
}

@media screen and (min-width: 768px) {
    .xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us .xrx-fw-follow-us__linklist__item {
        margin:0 10px 0 0
    }
}

.xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us .xrx-fw-follow-us__label {
    font-family: Roboto,sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 10px
}

@media screen and (min-width: 768px) {
    .xrx-fw-footer-connect .xrx-fw-connect__social .xrx-fw-connect__social__links .xrx-fw-follow-us .xrx-fw-follow-us__label {
        font-size:1.9rem
    }
}

.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator {
    display: none
}

@media screen and (min-width: 768px) {
    .xrx-fw-footer-connect .xrx-fw-connect__social-aggregator {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item {
    max-width: 500px;
    border-top: 1px solid #c1c1c1;
    padding-top: 15px;
    padding-bottom:15px;
}

.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item:last-child {
    margin-left: 0%
}

.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__icon {
    display: block;
    width: 29px;
    float: left
}

.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__icon>.social-icons {
    width: 29px;
    height: 29px
}

.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__text-side {
    display: block;
    margin-left: 45px
}

.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__text-side__account,.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__text-side__title {
    font-family: Roboto,sans-serif!important;
    font-size: 1.175rem!important;
    line-height: 1.57143em!important;
    font-weight: 400!important;
    margin: 0 0 4px
}

.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__text-side__account a {
    color: #d92231
}

.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__text-side__twitter-actions__favorite,.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__text-side__twitter-actions__reply,.xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__text-side__twitter-actions__retweet {
    display: none
}

[dir=rtl] .xrx-fw-follow-us__label,[dir=rtl] .xrx-fw-follow-us__linklist {
    text-align: center
}

@media screen and (min-width: 768px) {
    [dir=rtl] .xrx-fw-follow-us__label,[dir=rtl] .xrx-fw-follow-us__linklist {
        text-align:right
    }
}

[dir=rtl] .xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__icon {
    float: right
}

[dir=rtl] .xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__text-side {
    margin-right: 45px
}

[dir=rtl] .xrx-fw-footer-connect .xrx-fw-connect__social-aggregator .xrx-fw-connect__social-aggregator__feed-item__text-side__twitter-actions__reply {
    margin-right: 0
}