/* = Carousel Styles
-------------------------------------------------------------- */

#carousel-container {
	position:relative;
	width:100%;
	/*height:458px;
	height:350px; height:270px;
	overflow:hidden;*/

}


#carousel {
	position:relative;
	/*width:3000px;*/
	width:100%;
	height:458px;
	height:350px; height:270px;
    top:0px;
    /*left:50%;
    margin-left:-1500px;*/
	overflow:hidden;
	
}

#carousel > div{
	width:100%;
	height:458px;
	height:350px; height:270px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center; 
	display:none;
	-ms-behavior: url('backgroundsize.min.htc');
	
}

.ie8 #carousel > div{ background-size:100px;}

#carousel > div:first-child{ display:block;}

#carousel img{ display:none;}

.ie8 #carousel img {
	width:auto;
	max-width:50%;
	height:auto;
}

#carousel div div.carousel-cta {
	position:absolute;
	/*top:55px;
	left:925px;*/
	top:0; left:0; width:100%;
	color:#393939;
	
}

#carousel div div.carousel-cta > div{ 
	max-width:900px; padding:0 30px; margin:0 auto; 
	padding-top:25px;
	
}

#carousel div .carousel-cta span.eyebrow {
		font-size:10px; line-height:14px;
		/*font-size:20px;
		line-height:22px;*/
		color:#939393;
	}
	#carousel div .carousel-cta h2 {
		font-weight:normal;
	text-transform:uppercase;
	color:#2c95dd;
		/*font-size:36px; font-size:28px;
		line-height:32px;*/
		margin-bottom:10px;
		width:80%;
	}
	#carousel div .carousel-cta h2 span{ display:block;}
	#carousel div .carousel-cta p {
		display:none;
		/*font-size:15px;
		line-height:20px;*/
		/*padding-top:15px;*/
		width:270px;	
		color:#3a3a3a;
	}

#carousel div .carousel-cta.dark span.eyebrow{
	color:#FFF;	
	color:#2c95dd;
}

#carousel div .dark span {
	color:#2c95dd;
}
#carousel div .dark h2 {
	color:#ffffff;
}
#carousel div .dark h2 span {
	color:#ffffff;
}
#carousel div .dark p {
	color:#ffffff;
}

#carousel div .carousel-cta .buttons{
	
}

#carousel div .carousel-cta a.cta-button {
	display:inline-block;
	background-color:#2c95dd;
	font-size:14px;
	line-height:16px;
	font-weight:700;
	color:#ffffff;
	text-decoration:none;
	padding:7px 15px 11px 15px;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:8px;
}
#carousel-notch {
	/*position:relative;
	width:100%;
	height:40px;
	overflow:hidden;
	top:-40px;
	z-index:5;*/
}
#carousel-notch #notch {
	/*position:absolute;
	width:3000px;
	height:40px;
    top:0px;
    left:50%;
    margin-left:-1500px;
	overflow:hidden;*/
	

}

#carousel-notch #notch img{ /*display:none;*/}

#pager-wrapper{ 

width:100%;
/*position:absolute;
left:0; top:15px;*/

z-index:20;
padding:10px 0;
/*border:1px solid red;*/
}

#pager {
	/*position:relative;
	width:120px;
	top:15px;
    left:50%;
    margin-left:400px;*/
	
	text-align:center;
	/*margin-right:5%;*/
}
#pager .dot {
	/*float:left;*/
	display:inline-block;
	width:15px;
	height:15px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background:#e2e5ec;
	margin-left:10px;
	cursor:pointer;
}
#pager div.activeSlide {
	background:#2c95dd;
}
#pager a:focus {
	outline:none;
}




/* Promotions */
ul.redefine-technology {
	text-align: left;
	
}
ul.redefine-technology li {
	margin: 0 -20px;
	padding: 0 20px;
	background-color: #F8F9FD;
	border-bottom: 1px solid #D4D8DB;
}
ul.redefine-technology li:first-child {
	border-top: 1px solid #D4D8DB;
}
ul.redefine-technology li img {
	display: none;
}
ul.redefine-technology li a {
	display: block;
	padding: 15px 0;
}





/* = Cloud Styles
-------------------------------------------------------------- */

#cloud-container {
	position:relative;
	background-color:#2c95dd;
	width:100%;
}
#cloud {
	position:relative;
	max-width:1180px;
	min-height:375px;
	margin:0 auto;
	color:#ffffff;
	text-align:center;
	overflow:hidden;
}
#cloud #mask {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	z-index:1;
}
#cloud #bkgd {
	position:absolute;
	width:1872px;
	height:992px;
	top:-530px;
	left:-530px;
	z-index:0;
}
#cloud div {
	position:relative;
	width:90%;
	margin:0 auto;
	z-index:2;
}
#cloud div #cloud-title {
	padding-top:95px; padding-top:40px;
	font-size:38px; font-size:28px;
	line-height:42px; line-height:32px;
	text-transform:uppercase;
}
#cloud div p {
	padding:15px 0;
	font-size:18px;
	line-height:28px;
}
#cloud div ul {
	list-style:none;
}
#cloud div ul li {
	display:inline-block; display:block;
	margin:0 20px 20px 20px;
	margin-bottom:20px;
	text-align:center;

}
#cloud div ul li a {
	font-size:17px !important;
	line-height:22px;
	color:#ffffff;
	text-decoration:none;
}


/* Blog */
#redefine-spark {
	padding-bottom: 90px;
	padding-bottom: 0;
}
#redefine-spark h2 {
	color: #2c95dd;
	margin: 0;
	text-align: center;
}
#redefine-spark > p {
	text-align: center;
}
#redefine-sparkfeed {
	clear: both;
}
#redefine-spark p.visit-spark {
	font-weight:700;
}
.sparkfeed-item {
	margin-bottom: 20px;
	position: relative;
	padding-left: 63px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.sparkfeed-item img {
	float: left;
	margin-right: 15px;
	margin-top:6px;
	width: 48px;
	float: left;
	margin-left: -63px;
}
.sparkfeed-item h4 {
	font-weight: 400 !important;
	text-transform:none !important;
	font-size: 14px !important;
	line-height: 18px !important;
}
.sparkfeed-item h4 a {
	color: #666 !important;
}
.sparkfeed-item span.sparkfeed-author {
	font-size: 16px;
	display: block;
	font-size: 11px;
}
.sparkfeed-item span.sparkfeed-date {
	color: #2c95dd;
	font-size: 13px;
	text-transform: uppercase;
}
.sparkfeed-item span.sparkfeed-tags {
	display: none;
	clear: both;
	font-size: 12px;
	padding-top: 15px;
}
.sparkfeed-item span.sparkfeed-tags a {
	text-decoration: none;
	color: #2c95dd;
}o


/* Social */
#social-feed-container{ 
/*max-width: 982px;*/
	margin: 0 auto;
	padding: 0;
	
}
#redefine-social {
	background-color: #EFF4F7;
	padding-top: 10px;
}
#redefine-social > br{ display:none;}
#redefine-social .rw-social-feed {
	display: none;
}
#redefine-social > div {
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#redefine-social a{
	text-decoration:none;
	color:#2c95dd;
}



/* CUSTOMER VIDEOS */
#redefine-customers {
	text-align: center;
	position: relative;
}
#redefine-customers h2 {
	color: #2c95dd;
	text-align: center;
}

.redefine-featured-customer h2 br{ display:none;}

#redefine-customers .mobile-preview {
	display:block;
	
	margin-right:-10px;
	margin-left:-10px;
}

#redefine-customers img {
	margin-bottom: 12px;
}
#redefine-customers .full-preview {
	display: none;
}
.redefine-featured-customer p {
	display: none;
}
#redefine-customers-frame {
	/*border:1px solid red;*/
}
#rw-background-video-container {
	
	background-image:url('../images/legacy/customer.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	/*background-size:contain;*/
}
#redefine-customers select {
	border: 0;  /*Removes border*/
	border: 1px solid #DCE1E5;
	color: #919191;
	padding: 10px;

	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('../images/legacy/arrow-select.png') no-repeat;
	background-position: 394px center; background-position: 274px center;
	background-color:#FFF;
	width: 300px;
	text-indent: 0.01px;          /* Removes default arrow from firefox*/
	text-overflow: "";               /*Removes default arrow from firefox*/
}
#redefine-customers select option {
	padding: 5px;
}
#redefine-customers select option.rw-select-category {
	background-color: #eee;
}
#redefine-video-thumbs {
	display: none;
}
#redefine-video-thumbs > div {
	display: none;
	padding-top: 25px;
}
#redefine-video-thumbs > div.rw-return-featured {
	display: none;
	background-color: transparent !important;
	padding-top: 0;
}
#redefine-video-thumbs > div.rw-return-featured .block-redefine {
	display: none;
}
#redefine-video-thumbs > div h4 {
	margin-bottom: 20px;
}
#redefine-video-thumbs > div ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#redefine-video-thumbs > div ul li {
	position: relative;
	width: 40%;
	height: auto;
	padding: 0;
	margin: 0 5%;
	float: left;
	margin-bottom: 15px;
}
#redefine-video-thumbs > div ul li a {
	display: block;
	margin: 0;
	padding: 0 !important;
}
#redefine-video-thumbs > div ul li img {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}
#redefine-video-thumbs > div ul li a > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 89.7%;
	background-image: url('../images/legacy/play.png');
	background-repeat: no-repeat;
	background-position: right 1em bottom 1em;
	background-size: 30px 30px;
	-ms-behavior: url('backgroundsize.min.htc');
}
#rw-bright-frame {
	display: none;
}
#rw-bright-frame {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	padding-top: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#rw-bright-column {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#rw-bright-frame #bright {
	clear: both;
}
#rw-bright-frame h3 {
	text-align: left;
	margin-left: 10px;
	width: 75%;
	float: left;
}
#rw-bright-frame .rw-bright-close {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url('../images/legacy/close.png');
	background-repeat: no-repeat;
	/*background-size: contain;
	-ms-behavior: url('backgroundsize.min.htc');*/
	background-position: right center;
	padding-right: 27px;
}
@media all and (min-width: 768px) {
  #rw-bright-frame {
    position: absolute;
    padding-top: 125px;
   -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
   -moz-box-sizing: content-box;    /* Firefox, other Gecko */
    box-sizing: content-box;         /* Opera/IE 8+ */
  }

  #rw-bright-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }

  #rw-bright-frame .rw-bright-close {
    /*position: absolute;
    top: 0px;*/
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
    background-image: url('../images/legacy/close.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 27px;
    right: 10px;
    top: 8px;
  }

  #rw-bright-frame h3 {
    float: none;
    width: auto;
    font-size: 24px;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}


/* Offerings Page*/
#redefine-container.rw-offerings {
	font-size: 14px;
}
#redefine-container.rw-offerings h2 {
	color: #2c95dd;
	margin-bottom: 100px;
	border-top: 2px solid #F0F0F0;
	padding-top: 10px;
}

#redefine-container.rw-offerings p.type-subtitle{
	margin-top:-90px !important;
	font-size:14px;
	margin-bottom:80px !important;
}

#redefine-container.rw-offerings h3 {
	text-transform:none !important;
	font-weight:500;	
	font-size:16px !important;
	margin-bottom: 25px !important;
}
#redefine-container.rw-offerings h4 { 
	font-weight: 500;
	color: #000;
	margin-bottom: 25px !important;
	text-transform:none !important;
}
#redefine-container .rw-offerings-nav {
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-top: 80px;
}
#redefine-container .rw-offerings-nav li {
	display: inline-block;
	margin: 0;
	margin-right: 30px;
}
#redefine-container .rw-offerings-nav li a {
	display: block;
	color: #7C7C7C !important;
	text-transform: uppercase;
}
#redefine-container.rw-offerings p {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 25px;
}
/* Buy Page */
#redefine-container.rw-buy {
	padding-top: 80px;
	font-size: 14px;
}
#redefine-container.rw-buy p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 0;
}
#redefine-container.rw-buy h2 {
	color: #2c95dd;
	margin-bottom: 20px;
}
#redefine-container.rw-buy h3 {
	text-transform: none;
	margin-bottom: 5px !important;
}
#redefine-container.rw-buy .row img {
	margin-bottom: 10px;
}
#redefine-container.rw-buy .row .col {
	margin-bottom: 30px;
}

#redefine-container.rw-buy .row .col > div{
	padding:10px 15px !important;
}	


@media only screen and (min-width: 768px) {
/* = Carousel Styles
-------------------------------------------------------------- */
#carousel-container{
	
	/*height:458px;*/
}
	
#carousel {
	height:458px;
}

#carousel > div{
	height:458px;
}

#carousel div div.carousel-cta > div{ 
	padding-top:55px;
	
}
	
#carousel div .carousel-cta span.eyebrow {
	/*font-size:24px;
	line-height:28px;*/
	font-size:20px; line-height:44px;
}
#carousel div .carousel-cta h2 {
	/*font-size:48px;
	line-height:50px;*/
	width:auto;
}
#carousel div .carousel-cta h2 span {
	/*font-size:26px;
	line-height:30px;*/
	
	font-weight:normal;
	text-transform:uppercase;
}

#carousel div .carousel-cta .buttons br{
	display:none;
}

#carousel div .carousel-cta a.cta-button{
font-size:16px;	
}
#carousel div .carousel-cta p {
	display:block;
	/*font-size:18px;
	line-height:22px;*/
	padding-top:15px;
	width:400px;
}	


/* Promotions */
ul.redefine-technology {
	margin: 0 -10px !important;
}
ul.redefine-technology li {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	float: left;
	width: 33.3333%;
	border: 0 !important;
}
ul.redefine-technology li img {
	display: block;
	margin-bottom: 12px;
}

ul.redefine-technology li > div {
	margin: 0 10px;
}

ul.redefine-technology li a {
	padding: 0;
}





/* = Cloud Styles
-------------------------------------------------------------- */
#cloud div{ width:70%;}
#cloud div #cloud-title {
	padding-top:95px; 
	font-size:38px;

	line-height:42px;
}

#cloud div ul li {
	display:inline-block;
	margin:0 28px 100px 28px;
}
#cloud div ul li a {
	font-size:22px !important;
	line-height:22px;
	color:#ffffff;
	text-decoration:none;
}




/* Blog */
#redefine-spark {
}
#redefine-spark h2 {
	text-align: left;
}
#redefine-spark > p {
	text-align: left;
	margin: 0;
	margin-bottom: 35px;
	float: left;
}
#redefine-container #redefine-spark p {
	font-size: 18px;
}
#redefine-spark p.visit-spark {
	float: right;
	margin-top: 2px;
	
}

#redefine-sparkfeed{
	margin:0 -3px;	
}
.sparkfeed-item {
	display: block !important;
	padding: 18px;
	padding-top: 50px;
	background-color: #E7ECF2;
	width: 50%;
	min-height: 150px;
	padding-bottom:60px;
	float: left;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
	padding-left: 111px;
}
.sparkfeed-item img {
	width: 78px;
	margin-left: -93px;
}
.sparkfeed-item h4 {
	font-size: 22px !important;
	line-height: 25px !important;
}
.sparkfeed-item span.sparkfeed-date {
	position: absolute;
	width:130px; 
	top: -7px;
	left: 18px;
	display: block;
	background-image: url('../images/legacy/feed-corner.png');
	background-repeat: no-repeat;
}
.sparkfeed-item span.sparkfeed-date span {
	padding: 5px;
	background-color: #2c95dd;
	color: #FFF;
	font-size: 12px;
	display: block;
	margin-left: 6px;
}
.sparkfeed-item span.sparkfeed-tags {
	display: block;
	position: absolute;
	left: 18px;
	bottom: 18px;
}
.sparkfeed-item span.sparkfeed-author {
	display: block;
	font-size: inherit;
}




/* Social Styles */
#social-feed-container{
/*max-width: 982px;
	margin: 0 auto;
	padding: 0 20px;*/
}
#redefine-social {
	background-color: #FFF;
	padding-bottom: 0px;
	font-size: 14px;
}
#redefine-social > div {
	width: auto;
	float: none;
	text-align: left;
	padding-left: 68px;
	margin-bottom: 40px;
}
#redefine-social .rw-icon-link img{
	float: left;
	margin-left: -68px;
}
#redefine-social .rw-icon-link img {
	background-color: #EFF4F7;
	width: 58px;
}
#redefine-social .rw-social-feed {
	display: block;
}
#redefine-social .rw-social-feed img {
	float: left;
	margin-right: 10px;
}
#redefine-social .rw-twitter {
	width: 70%;
	float: left;
}
#redefine-social .rw-facebook {
	width: 25%;
	float: right;
	font-size: 13px;
	padding-left: 0;
	padding-right: 68px;
}
#redefine-social .rw-facebook .rw-icon-link {
	float: right;
	margin-left: 0;
	margin-right: -68px;
}

#redefine-social .rw-facebook .rw-icon-link img{
	margin-left: 0;
}

#redefine-social > br{ clear:both; display:block; height:1px; line-height:1px; overflow:hidden; }
#redefine-social .rw-slideshare {
	width: 49%;
	float: left;
	clear:right;
}
#redefine-social .rw-slideshare .rw-social-feed {
	padding-left: 88px;
}
#redefine-social .rw-slideshare .rw-social-feed img {
	margin-left: -88px;
}
#redefine-social .rw-youtube {
	width: 49%;
	float: right;
	
}
#redefine-social .rw-youtube .rw-social-feed {
	padding-left: 88px;
}
#redefine-social .rw-youtube .rw-social-feed img {
	margin-left: -88px;
}





/* CUSTOMER VIDEOS */
#redefine-customers {
	background-color:  #c4bcaf;

}
#redefine-customers h2 {
	color: #2c95dd;
	text-align: left;
	width: 310px;
}
#redefine-customers .mobile-preview {
	display: none;
}
#redefine-customers .full-preview {
	display: block;
}
#redefine-customers-frame {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
	height:450px; height:490px;
	
}
#rw-background-video-container {
	display: block;
	width: 100%;
	height: 450px; height:490px;
	position: absolute;
	top: 0;
	/*padding-left: 50%;*/
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.lt-ie9 #rw-background-video-container{
background-image:url('../images/legacy/customer.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	-ms-behavior: url('backgroundsize.min.htc');	
	
}
#redefine-customers-frame video.rw-bg-video {
	width: 100%;
	width: 1500px;
	height: 490px; 
	position: relative;
	left: -750px; 
	top: 0;
	
	
}

.ie #redefine-customers-frame video.rw-bg-video{
	height:auto;
}

#redefine-customers-frame select {
	border:0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('../images/legacy/arrow-select.png') no-repeat;
	background-position: 394px center;
	background-color:#FFF;
	width: 420px;
	text-indent: 0.01px;          /* Removes default arrow from firefox*/
	text-overflow: "";               /*Removes default arrow from firefox*/
}
#redefine-customers-frame #video-select-container {
	text-align: right;
	/*position: absolute;
	top: -60px;
	left: 0;*/
	width: 100%;

}
#redefine-customers-frame #video-select {
}
#redefine-customers-frame img {
}
#redefine-featured-customer-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height:450px; height:490px;
}
#redefine-featured-customer-container .block-redefine {
	position: relative;
	height: 100%;
}
.redefine-featured-customer {
	
	
	color: #FFF; color:#333;
	text-align: left;
	width: 320px; width:420px;
	
	position: absolute;
	top: auto;
	left: 20px; left:10px;
	bottom: 40px;
	
	
}

.redefine-featured-customer h2 br{ display:inline;}

.redefine-featured-customer > div{
	padding: 40px; padding-top:20px;
	padding-bottom:10px;
	background-color:#FFF;
	
	margin-bottom:15px;
	

	
}	

.redefine-featured-customer p {
	display: block;
}
.redefine-featured-customer h3 {
	/*color: #FFF !important;*/
}
.redefine-featured-customer a.rw-play-video {
	/*color: #FFF !important;*/
	display: block;
	line-height: 30px;
	padding-left: 38px;
	background-image: url('../images/legacy/play.png');
	background-repeat: no-repeat;
	background-size: contain;
	color: #2c95dd;
	font-weight:700;
	/*-ms-behavior: url('backgroundsize.min.htc');*/
}

html.lt-ie9 .redefine-featured-customer a.rw-play-video {
	background-size:auto;
	background-image: url('../images/legacy/play-ie.png');
	background-repeat:no-repeat;
}

#redefine-video-thumbs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	/*border:1px solid red;*/
}
#redefine-video-thumbs > div {
	width: 100%;
	min-height: 100%;
	background-color: #FFF;
	padding-top: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#redefine-video-thumbs > div ul li {
	width: 20%;
	margin: 0;
	margin-right: 5%;
	margin-bottom: 15px;
}
#redefine-video-thumbs > div ul li {
	float: left;
}
#redefine-video-thumbs > div ul li:first-child {
	margin-left: 0;
}
#redefine-video-thumbs > div.rw-return-featured {
	display: none;
	position: absolute;
	top: -10px;
	left: 0;
	font-size: 16px;
	height: auto;
	min-height:inherit;
}
#redefine-video-thumbs > div.rw-return-featured .block-redefine {
	display: block;
}
/*#rw-bright-frame {
	position: absolute;
	
	padding-top: 125px; padding-top:0px;
	top:-50px; padding-bottom:50px;
	
	
}
#rw-bright-frame.fullscreen{
	position:fixed; top:0; left:0;
	width:100%; height:100%;
	background-color:rgba(255,255,255,0.9);
	padding-top:50px;
}
#rw-bright-frame .rw-bright-close {
	margin: 0;
	position: absolute;
	top: 0px;
	right: 10px;
	top: 8px; top:0;
}
#rw-bright-frame h3 {
	float: none;
	width: auto;
	font-size: 24px;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 10px;
}*/

#redefine-container.rw-offerings p.type-subtitle{
	margin-top:-90px !important;
	font-size:16px;
	margin-bottom:80px !important;
}

#redefine-container.rw-offerings h3 {
	font-size:24px !important;	
}


/* Grid Components */
.row {
	margin: 0 -0.75em;
	margin-bottom: 100px;
}
.row .row {
	margin-bottom: 0;
}
.col {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0.75em;
}
.col.onethird {
	width: 33.3333%;
}
.col.twothirds {
	width: 66.6666%;
}
.col.half {
	width: 50%;
}

}
.redefine-syncplicity {
  position: relative;
  background-color: #271e19;
  background-repeat: repeat;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.redefine-syncplicity img {
  margin: 0 0 5px 0;
  padding: 0;
  width: 150px;
  max-width: 230px;
}
@media all and (min-width: 768px) {
  .redefine-syncplicity {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
  }
}
.redefine-syncplicity img {
  margin: 0;
  padding: 0;
  width: 250px;
  max-width: 300px;
}
.redefine-syncplicity span {
  font-size: 22px;
  font-size: 1.375rem;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .redefine-syncplicity span {
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 10px;
  }
}

.block-redefine {
  max-width: 982px;
  margin: 0 auto;
  padding: 0 20px;
}
.redefine-syncplicity .block-redefine {
  height: 200px;
  padding-top: 20px;
  background-image: url(../images/documentum-footer.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  -ms-behavior: url("backgroundsize.min.htc");
}
@media all and (min-width: 768px) {
  .redefine-syncplicity .block-redefine {
    height: 323px;
    padding-top: 50px;
  }
}
.redefine-syncplicity a:link,
.redefine-syncplicity a:visited,
.redefine-syncplicity a:hover {
  color: white;
}