


body {
	background-color: #FFFFFF; /* #dadee2;vv*/
	font-family: Roboto, Arial, sans-serif;
    font-style: normal;
	color: #000000;
	font-size: 18px;
	margin: 0;
	position: relative;
}
.white {background-color: #FFFFFF;}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
	font-family: Roboto, Arial, sans-serif;
	color: #444444;
	font-style: normal;
	font-size: 40px;
	margin-bottom: 5px;
	margin-top: 0px;
	line-height: 1;
}

h2 {
	font-family: Roboto, Arial, sans-serif;
    font-weight: bold;
	color: #2d3237;
	/* font-size: 34px;
	font-style: bold;  */ 
	    font-weight: 700;
    font-size: calc(1.0vw + 14px);
	margin-bottom: 15px;
	margin-top: 0;
	line-height: 1.1;
	/* text-transform: uppercase; */
}

h3 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1.2;
	/* text-transform: uppercase; */
	margin: 0 0;
	padding: 0 0;
}

h4 {
	color: #ffffff;
	margin: 5px 0;
}

h5 {
	color: #007db8;
	font-weight: 600;
}
h6 {
	 color: rgba(255, 255, 255, 0.89);
    text-transform: uppercase;
}


p {
	font-weight: 300;
	line-height: 1.2;
	margin-top: 0;

}

ul {
	font-weight: 200;
	padding-left: 20px;
}

li {
	margin-bottom: 10px;
}

a {
	color: #01A982;
	/* text-decoration: underline; */
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none;
	text-decoration-line: none;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
}

a.btn-outlined {
	border: 2px solid #01A982;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #333333;
	text-decoration: none;
	padding: 10px 30px;
	display: inline-block;
	font-weight: 400;
}

a.btn-outlined.btn-white {
	color: #fff;
	border: 2px solid #fff;
}

a.btn-outlined:hover {
	background-color: #01A982;
	color: #fff;
}

a.btn-outlined.btn-white:hover {
	background-color: #fff;
	color: #333333;
}

a.btn-solid {
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	text-transform: none;
	text-align: center;
	color: #fff;
	background-color: #d9534f;
	border: 2px solid #d9534f;
	text-decoration: none;
	padding: 10px 30px;
	font-weight: 200;
	display: inline-block;
    width: 275px;
}

a.btn-solid:hover {
	background-color: #fff;
	color: #d9534f;
}

a.btn-arrow, div.btn-arrow {
	color: #707070;
	text-decoration: none;
	position: relative;
	display: inline-block;
	margin-left: 30px;
	font-weight: 400;
}

a.btn-arrow::before, div.btn-arrow::before {
	content: '';
	background-image: url('../svg/arrow-green.svg');
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	left: -30px;
	top: 4px;
	transition: all 0.2s ease-in;
}

a.btn-arrow:hover, div.btn-arrow:hover {
	color: #333333;
}

a.btn-arrow:hover::before, div.btn-arrow:hover::before {
	left: -22px;
}

hr {
	border-top: 0;
	/*border-bottom: 1px solid #D8D8D8;*/
	margin: 0;
}

img {
	display: inline-block;
}

.container {
	max-width: 1040px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	position: relative;
}



.container.rule-line {
	padding: 0 20px;
	border-top: 2px solid #393939;
	margin-top: 10px;
}


.container.rule-line-2 {
	padding: 0 20px;
	border-top: 2px solid #393939;
	margin-top: 18px;
}

.block {
	margin: 15px auto;
}

.light-gray-block {
	/* background-color: #eeeeee;
	padding: 20px 0; KD commented out */
	border: 1px solid #000000;
	padding-top: 25px;
}


header {
    /*background-size: cover;
	background-position: center;
	margin-top: 20px;
	width: 100%; */
	background-size: contain;
    max-width: 1040px;
    height: 220px;
    margin: 0 auto;
}
.site-name {
    width: 100%;
    max-width: 1040px;
   /*  margin: auto; */
   margin: 0px 50px 10px 10px;
}
header h1 {
    padding: 50px 40px 10px 10px;
    font-family: Roboto, Arial, sans-serif;
	font-weight: 700;
    font-size: calc(1.25vw + 22px);
    /* font-size: 46px;
    font-weight: bold; */
    text-align: left;
    color: #000000;
	/* text-transform: uppercase; */
	text-decoration: none;
	width: 88%;
}
/*
header h1 sup {
		font-size: 26px;
		border: 12px;
} */

.summary-text {
	font-family: Roboto, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #2d3237;
}
.button-text {
	font-family: Roboto, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
}

.client-titles h3, h3.client-titles {
	font-family: Roboto, Arial, sans-serif;
	font-weight: bold;
	font-size: 25px;
	/* text-transform: uppercase; */
	padding-top: 4px;
	margin-bottom: 15px;
	color: #2d3237;
}


.placeholder-image{
	width: 400px;
}

vjs-playlist .vjs-playlist-title-container {text-shadow:none;}

@media screen and (max-width: 850px) {

.placeholder-image{
	width: 300px;
}

}

@media screen and (max-width: 768px) {

.placeholder-image{
	width: 400px;
}

}


@media screen and (max-width: 500px) {

.placeholder-image{
	width: 300px;
}

}
.featured-asset-social img {height: 33px; width: 33px;}

.social-share a, .social-share {
	font-family: Roboto, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	color: #2d3237;
	line-height: 32px;
}

.social-share a:hover, a.social-share:hover {
	font-family: Roboto, Arial, sans-serif;
    font-weight: bold;
}


@media screen and (min-width: 728px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 24px;
	}
	.vjs-playlist .vjs-playlist-name {
		line-height: 22px;
		display: block;
		font-family: Roboto, Arial, sans-serif;
		font-style: normal;
		font-size: 12px;
		font-weight: normal;
		max-height: 2.5em;
		overflow: hidden;
		line-height: 20px;
		padding: 0 0px 4px 2px;
		float: left;
		position: absolute;
		top: 0;
		overflow: hidden;
		text-overflow: ellipsis;
/* 	    text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000; */
	}

	header {
		background-image: url('../images/2000x400_RSRW_CRN_Masthead_de.jpg');
		/*background-size: cover;
		background-position: center;
		margin-top: 20px;
		width: 100%; */
		background-size: cover;
		max-width: 1040px;
		 /*height: 190px;*/
		margin: 30px auto;
	}
	.site-name {
		width: 100%;
		max-width: 1040px;
		/* margin: auto; */
		margin: 0px 50px 10px 10px;
	}
	header h1 {
		padding: 50px 20px 20px 12px;
		font-family: Roboto, Arial, sans-serif;
		/* font-size: 46px;
		font-weight: Bold; */
		font-weight: 700;
		font-size: calc(1.25vw + 20px);
		text-align: left;
		color: #000000;
		/*text-transform: uppercase; */
		text-decoration: none;
		width: 88%;
	}
	header h1 sup {
			font-size: 26px;
			border: 12px;
	}
}

@media screen and (min-width: 1040px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		/*font-size: 32px;*/  
        font-size: calc(1.0vw + 14px);
	}
}

/* ==========================================================================
   Logo
   ========================================================================== */
img.clientLogo {
	max-width: 360px;
	width: 100%;
	padding-right: 15px;
	padding-top:2px;
}

#intel-logo {
	width: 8%;
	float: right;
	    margin: 50px -120px 0px 20px;
}
.logo img {
	width: 120px;
	height: 50px;
}

.logo {
	float: left;
	width: 120px;
	margin-top: -8px;
}
.flex {
    display: flex;
}
.flex-align-center {
    align-items: center;
}
.flex-space-between {
    justify-content: space-between;
}

/* ==========================================================================
   Main Nav
   ========================================================================== */
nav {
	width: 100%;
    background-color: #000000;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
    border-bottom: 3px solid #ed1c24;
}
.nav-padding {
    padding: 0 15px;
}

nav .flex-container {
	display: flex;
}

#top-menu-logo {
    align-items: center;
    margin: 0 auto;
    display: flex !important;
}
#top-menu-logo img {
    width: 75px;
    max-width: 75px;
}
#top-menu-logo h6 {
    color: rgba(255, 255, 255, 0.89);
    text-transform: uppercase;
    margin-left: 20px;
	margin-block-start: 1.5em;
    margin-block-end: 1.5em;
}

.hpe-icon {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
}



/* ==========================================================================
   Mobile Nav
   ========================================================================== */

.icon-nav-menu-mobile {
	padding-top: 10px;
}

.main-nav-list {
	margin: 0;
	padding: 0;
}

.main-nav-list>li {
	display: inline-block;
	padding: 10px 0 10px 20px;
}

.main-nav-list a {
	color: #CFCFCF;
	font-weight: 500;
	font-style: normal;
	font-size: 19px;
	text-decoration: none;
	display: inline-block;
}

.main-nav-list a:hover {
	color: #fff;
}

.icon-close-mobile {
	display: none;
}

@media screen and (min-width: 770px) {
	.main-nav-list li {
		padding: 5px 0 5px 40px;
	}
	.main-nav-list {
		display: block;
		float: right;
	}
	.icon-nav-menu-mobile {
		display: none;
	}
	.main-nav-list a.current {
		border-bottom: 2px solid #01A982;
		padding-bottom: 3px;
	}
	.main-nav-list a.active::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 12px 10px 12px;
		border-color: transparent transparent #F6F6F6 transparent;
	    position: absolute;
	    bottom: -27px;
	    right: 0;
	    left: 0;
	    margin: auto;
	}
	.vjs-playlist .vjs-playlist-name {
    line-height: 22px;
	}
	.vjs-playlist .vjs-playlist-name {
		display: block;
		font-family: Roboto, Arial, sans-serif;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		max-height: 2.5em;
		overflow: hidden;
		line-height: 20px;
		padding: 0 0 4px 2px;
		float: left;
		position: absolute;
		top: 0;
		overflow: hidden;
		text-overflow: ellipsis;
/* 		text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000; */
	}




}

@media screen and (max-width:769px) {
	.main-nav-list a {
		font-size: 20px;
	}
	.main-nav-list {
		display: none;
		position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background-color: #425563;
	    padding-top: 70px;
	}
	.main-nav-list.active {
		display: block;
	}
	.icon-nav-menu-mobile {
		display: block;
	}
	.main-nav-list>li {
		display: block;
		text-align: left;
		padding-right: 20px;
	}
	.main-nav-list a {display: block;}
	.main-nav-list > li > a {
		border-bottom: 1px solid #CFCFCF;
		position: relative;
	}
	.main-nav-list ul {
		position: relative;
		background-color: rgba(246, 246, 246, 0);
		height: auto;
		top: auto;
	}
	.main-drop-down {
		box-shadow: none;
	}
	.main-drop-down .flex-container {
		display: block;
		padding: 20px 0;
		padding-bottom: 0;
	}
	ul.main-drop-down li {
		text-align: left;
		margin-bottom: 8px;
	}
	.main-nav-list a.clicker {
		margin-right: 0px;
		position: relative;
	}
	.main-nav-list a.clicker::before {
		top: -9px;
		right: 2px;
	}
	.main-nav-list .main-drop-down a{
		color: #CFCFCF;
		line-height: 2.2;
		font-weight: 400;
	}
	.main-nav-list .main-drop-down a:hover {
		color: #fff;
	}
	.hpe-icon {
		float: left;
		margin-right: 10px;
		margin-top: 7px;
	}
	.main-drop-down.disti-links a {
		margin-left: 0;
	}
	.main-drop-down.disti-links .container {
		padding-left: 0;
		padding-bottom: 0;
	}
	.icon-close-mobile {
		display: block;
		position: absolute;
		top: 30px;
		right: 25px;
	}

}

/* ==========================================================================
   Main Banner Image
   ========================================================================== */
/*
.banner-img {
	background-image: url('../images/dell-newsroom-hero.png');
	background-position: center;
	background-size: cover;
	margin-top: 20px;
	width: 100%;

} */

.banner-img p {
	color: #fff;
	font-size: 19px;
	margin: 0;
}

.banner-img .container {
	/*background-color: rgba(240, 240, 240, 0.9);
	margin-top: 130px;*/
}



.banner-img .container h1 {
	color: #333333;
	line-height: 1.0;
}

.banner-img .container p {
	color: #333333;
	line-height: 1.2;
}

.header-content {
	max-width: 600px;
}



@media screen and (min-width: 560px) {

	.banner-img .container {
		background-color: rgba(240, 240, 240, 0.0);
	}
	.banner-img .container h1,
	.banner-img .container p {
		color: #fff;
		/*max-width: 600px;*/
	}
	.banner-img .container .dark-text h1,
	.banner-img .container .dark-text p {
		color: #333333;
	}
	.banner-img .container p {
		font-size: 21px;
	}
	.banner-img .container {
		display: table;
	    height: 414px;
	    margin-top: 0;
	    width: 100%;
	    width: -webkit-fill-available;
	    width: -moz-available;
	}
	#intel-logo {
		width: 8%;
		float: right;
		margin: 50px 0px 0px 20px;
	}

	.header-content {
		display: table-cell;
		vertical-align: middle;
	}

/*	.header-content.align-right .40 {
		padding-left: 40%;
	} */
	.header-content.align-right {
		padding-left: 52%;
	}

	.header-image-inner {
		float: right;
		width: 15%;
	}
}

@media screen and (min-width: 560px) and (max-width: 750px) {
	header {
		background-image: url('../images/628x250_RSRW_CRN_Masthead_de.jpg');
		/*background-size: cover;
		background-position: center;
		margin-top: 20px;
		width: 100%; */
		background-size: cover;
		max-width: 628px;
		height: 250px;
		 /*height: 190px;*/
		margin: 30px auto;
	}
	.site-name {
		width: 100%;
		max-width: 1040px;
		/*margin: auto; */
		margin: 0px 50px 10px 10px;
	}
	header h1 {
		padding: 40px 20px 10px 10px;
		font-family: Roboto, Arial, sans-serif;
		/* font-size: 38px;
		font-weight: bold; */
		font-weight: 700;
        font-size: calc(1.25vw + 18px);
		text-align: left;
		color: #000000;
		/* text-transform: uppercase; */
		text-decoration: none;
		width: 78%;
	}
	header h1 sup {
			font-size: 24px;
			border: 12px;
	}
	.featured-asset-stories {
		margin-left: 0px;
	}
}

@media screen and (max-width: 559px) {
	#intel-logo {
		width: 8%;
		/* float: right; */
		margin: 20px 0px;
		position: absolute;
		top: 0;
		right: 0;
		margin: 120px 10px;
	}
	header {
		background-image: url('../images/628x250_RSRW_CRN_Masthead_de.jpg');
		/*background-size: cover;
		background-position: center;
		margin-top: 20px;
		width: 100%; */
		background-size: cover;
		height: 200px;
	}

	.hero-logo{

		width: 375px !important;
		margin-top: 20px;
	}




	.site-name {
		width: 100%;
		max-width: 500px;
		margin: 25px 25px 25px 10px;
	}
	header h1 {
		padding: 40px 20px 20px 10px;
		font-family: Roboto, Arial, sans-serif;
		/* font-size: 30px;
		font-weight: bold; */
		font-weight: 700;
        font-size: calc(1.25vw + 20px);
		text-align: left;
		color: #000000;
		/* text-transform: uppercase;  */
		width: 88%;
	}
	header h1 sup {
		font-size: 12px;
		border: 12px;
	}
/*
	.banner-img.focus-right {
		background-position: right;
			background-image: url('../images/dell-newsroom-hero-sm-v2.png');
		background-position: center;
		background-size: inherit;
		height: 220px;
		padding-top: 50px;
		border-bottom: 2px solid #ed1c24;
		width: 100%;
	}
	.banner-img.focus-left {
		background-position: left;
	}

	.banner-img {
		background-image: url('../images/dell-newsroom-hero-sm-v2.png');
		background-position: center;
		background-size: cover;
		padding-top: 50px;
		border-bottom: 2px solid #ed1c24;
		width: 100%;

	}
	*/
	.vjs-mouse.vjs-playlist .vjs-playlist-thumbnail {width: 100%;}
	
	footer {background-color: #dadee2;}

	footer p {
		text-align: center;
	}
	.tcc-footer-text {
		text-align: center;
		padding-right: 0px;
	}

	.client-footer-text {

		text-align: center;
		padding: 0px 0px;
	}

	.tcc-footer-right {
		float: none;
	}

}

/* ==========================================================================
   Home Page - Intro block
   ========================================================================== */

.intro-section {
	text-align: center;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.intro-section p {
	font-size: 19px;
}


/* ==========================================================================
   Home Page - Featured Stories block
   ========================================================================== */

.featured-asset {
	display: flex;
	flex-wrap: wrap;
}
/*
.featured-asset img {
	width: 100%;
	max-width: 500px;
}
.featured-asset-img {
	margin-left: 20px;
}
*/
.featured-asset-social {
	width: 30%;
	max-width: 300px;
	/*margin-left: 20px; */
	flex: 1 0 35%;
}
.featured-asset-content {
	flex: 1 0 60%;
	padding-right: 30px;
}

.featured-asset-videos {
	width: 45%;
	max-width: 650px;
	flex: 1 0 45%;
}

.featured-asset-stories {
	width: 45%;
	max-width: 450px;
	margin-left: 20px;
	flex: 1 0 45%;
}

.featured-objects {
	border-left: solid 2px #e81410;
	margin-bottom: 2em;
}

.featured-news-objects {
	border-left: solid 2px #000000;
	margin-bottom: 1.75em;
}



h4.featured-titles {
	font-family: Roboto, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	padding-left: .5em;
	text-transform: capitalize;
	margin-bottom: 0px;
}
h4.featured-news {
	font-family: Roboto, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #e81410;
	padding-left: .5em;
	text-transform: capitalize;
	margin-bottom: 0px;
}

a h4.featured-titles:hover, a h4.featured-titles:hover {text-decoration: underline; color: #e81410; }
a h4.featured-news:hover, a h4.featured-news:hover {text-decoration: underline; color: #000000; }

p .featured-text, p.featured-text {
	font-weight: bold;
	font-size: 16px;
	color: #808080;
	padding-left: .5em;
	/*padding-top: .75em; ML commented out*/
}

.featured-text img {
		display: none;
	}




/* ==========================================================================
	TRANSFORMATION THROUGH INNOVATION Section
   ========================================================================== */

.main-innovation-article-asset{
	    flex: 1 0 27%;
    margin-right: 25px;
    padding: 10px;
}

.innovation-article-asset{
	    flex: 1 0 27%;
    margin-right: 25px;
    padding: 10px;
}

.innovation-article-text{
	    padding-bottom: 15px;
}

.innovation-asset-img {
	position: relative;
	box-shadow: inset 1px 1px 0 0 #eee, inset -1px -1px 0 0 #eee;
	overflow: hidden;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Chrome, Safari, Opera */
    transform: scale(1.01);
	-webkit-transition: transform 0.2s ease-in;
	-moz-transition: transform 0.2s ease-in;
	-o-transition: transform 0.2s ease-in;
	transition: transform 0.2s ease-in;
	height: 185px;
}

h5.innovation-titles {
    font-family: Roboto, Arial, sans-serif;
    font-weight: normal;
    font-size: 21px;
    padding-bottom: 20px;
    color: #e81410;
    padding-left: 0em;
    text-transform: uppercase;
    margin-block-start: .75em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

@media screen and (max-width: 1006px) {
.main-innovation-article-asset{
    margin-right: 10px !important;
    padding: 10px;
}

}

@media screen and (max-width: 961px) {
.innovation-asset-img {
	height: 150px;
}

}

@media screen and (max-width: 804px) {
.innovation-asset-img {
	height: 125px;
}

}

@media screen and (max-width: 727px) {
.innovation-asset-img {
	height: 185px;
}

}



/* ==========================================================================
	NEWSROOM Section
   ========================================================================== */

.resource-titles h3 { font-family:  Roboto, Arial, sans-serif; font-weight: normal; font-size: 16px; color: #007db8; padding: 1em 1.0em 1.0em .5em;}

.resource-descriptions { font-family: Roboto, Arial, sans-serif; font-weight: normal; font-size: 14px; color: #000000; padding: .25em 1.0em 1.0em .5em;}

h5.resource-titles {
	font-family: Roboto, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #d9534f;
	padding-left: 0em; /* KD changed from .5em */
	text-transform: uppercase;
	margin-block-start: .75em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


p .resource-text, p.resource-text {
	font-family: Roboto, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #808080;
	padding-left: 0em; /* KD changed from .5em */
	padding-top: .75em;
	margin-block-start: 0.25em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}



/* ==========================================================================
   Partner Ready Block
   ========================================================================== */
/* .partner-block {
	border: 1px solid #eeeeee;
	background-image: url('assets/images/dell-bottom-background.png');
	display: inline-block;
	position: relative;
	color:#fff;
	background-position: center;
	background-size: cover;
	padding: 20px;
	margin-bottom: 30px;
	width: 100%;
} */
.partner-img {
	background-image: url('../images/ibm-partner-bottom-hero.png');
	background-position: center;
	background-size: cover;
	padding: 50px 20px 20px 15px;
	width: 100%;
}
h1.message {
	text-align: center;
    margin: 0 auto;
	padding-bottom: 30px;
	color: #e81410;
}

p.partner-text {
	font-family: Roboto, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	text-align: center;
    margin: 0 auto;
	padding-bottom: 40px;
}

h4.partner  {
	font-family:  Roboto, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 20px;
}
a.btn-solid2 {
    font-family: Roboto, Arial, sans-serif;
	font-weight: normal;
    font-size: 16px;
    text-transform: none;
    text-align: center;
	background-color: #fff;
	color: #e81410;
    border: 2px solid #fff;
    text-decoration: none;
    padding: 10px 30px;
    display: inline-block;
    width: 295px;
}

a.btn-solid2:hover {
	background-color: #e81410;
	color: #FFFFFF;
}


.partner-ready {
	text-align: center;
	margin-bottom: 30px;
}

.partner-ready-content {
	margin-bottom: 20px;
}

.partner-ready-content p {
	margin-bottom: 10px;
}

@media screen and (max-width: 560px) {
	.partner-ready-content p {
		display: none;
	}
	.vjs-mouse.vjs-playlist .vjs-playlist-thumbnail {width: 100%;}
}

@media screen and (min-width: 560px) {
	.partner-ready-container {
		display: flex;
		flex-wrap: wrap;
	}
	.partner-ready-content {
		flex: 1 0 45%;
	}
	.partner-ready-content:nth-child(odd) {
		margin-right: 10px;
	}
}

@media screen and (min-width: 768px) {
	.partner-ready-content {
		flex: 1 0 10%;
	}
	/*.partner-ready-content {
		margin-right: 5px;
	}*/
	.partner-ready-content:nth-child(3n+0) {
		margin-right: 0;
	}
}


/* ==========================================================================
   Home Page - Partner Success Corner
   ========================================================================== */

.partner-success {
	position: relative;
	height: 290px;
	margin-top: -30px;
	background-position: center;
	background-size: cover;
}

.partner-success-content {
	background-color: #F0F0F0;
	position: absolute;
	top: 50px;
	padding: 20px;
	bottom: -25px;
	margin: 0 20px;
}

@media screen and (max-width: 560px) {
	.partner-success-content {
		bottom: auto;
		position: initial;
	}
	.partner-success {
		margin-bottom: -30px;
		height: auto;
	}

	.partner-logo {
		width: 350px;
	}
}

@media screen and (min-width: 768px) {
	.partner-success {
		max-width: 1040px;
		margin-left: auto;
		margin-right: auto;
	}
	.partner-success-content {
		max-width: 690px;
		left: 0;
		right: 0;
		margin: auto;
	}
}

@media screen and (min-width: 1040px) {
	.partner-success { margin-top: 50px; }
}


@media screen and (min-width: 768px) {

}


/* ==========================================================================
   Around The Web Include
   ========================================================================== */

.feed ul {
	padding: 0;
}

.feed li {
	list-style-type: none;
	margin-bottom: 25px;
}

.feed a {
	color: #707070;
	text-decoration: none;
	font-weight: 500;
}

.feed h3 {
	color: #333333;
}

.feed li p {
	margin-bottom: 5px;
}

span.date {
	color: #707070;
	font-weight: 200;
}

@media screen and (max-width: 768px) {

}



.upcoming-events {
	margin-bottom: 30px;
}

@media screen and (min-width: 650px) {
	.upcoming-events, #twitter {
		width: 48%;
	}
	.upcoming-events {
		float: left;
	}

}

@media screen and (min-width: 900px) {
	.upcoming-events, #twitter, .around-the-web {
		width: 31%;
	}


}


/* ==========================================================================
  RESOURCES SECTION
   ========================================================================== */

.single-asset {
	display: block;
	/* background-color: #fff;*/
	padding: 10px;
	color: #333333;
	text-decoration: none;
	margin-bottom: 20px;
	/* -webkit-box-shadow: 0.5px 2px 30px -1px rgba(0,0,0,1);
	-moz-box-shadow: 0.5px 2px 30px -1px rgba(0,0,0,1);
	box-shadow: 0.5px 2px 30px -1px rgba(0,0,0,1); 

	-webkit-box-shadow: 0px 0px 44px -9px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 44px -9px rgba(0,0,0,1);
box-shadow: 0px 0px 44px -9px rgba(0,0,0,1);  */
}


.innovation-article-asset-image {
	display: block;
	background-color: #fff;
	color: #333333;
	text-decoration: none;
	margin-bottom: 20px;
}

.asset-type {
	color: #707070;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	margin-top: 10px;
}

.asset-img-container {
	overflow: hidden;
	width: 100%;
	height: 180px;
	border: 1px solid #b9b9b9;
}

.asset-img {
	position: relative;
	box-shadow: inset 1px 1px 0 0 #eee, inset -1px -1px 0 0 #eee;
	overflow: hidden;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Chrome, Safari, Opera */
    transform: scale(1.01);
	-webkit-transition: transform 0.2s ease-in;
	-moz-transition: transform 0.2s ease-in;
	-o-transition: transform 0.2s ease-in;
	transition: transform 0.2s ease-in;
	height: 185px;
}

.tech-featured-asset .asset-img {
	height: 200px;
}

.single-asset:hover .asset-img {
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1);
}

.single-asset:hover .btn-arrow {
	color: #333333;
}

.single-asset:hover .btn-arrow::before {
	left: -22px
}


.innovation-article-asset-image:hover .asset-img {
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1);
}

.innovation-article-asset-image:hover .btn-arrow {
	color: #333333;
}

.innovation-article-asset-image:hover .btn-arrow::before {
	left: -22px
}

@media screen and (max-width: 560px) {
	.innovation-article-asset p {
		display: none;
	}
	.innovation-article-asset .asset-img-container {
		/* display: none;  KD removed */
	}
	.single-asset:first-child .asset-img-container {
		display: block;
	}

		.single-asset p {
		display: none;
	}
	.innovation-article-asse-image .asset-img-container {
		/* display: none;  KD removed */
	}
	.innovation-article-asset-image:first-child .asset-img-container {
		display: block;
	}
}

@media screen and (min-width: 728px) {
	.tech-flex-container, .assets-flex-container{
		display: flex;
		flex-wrap: wrap;
	}
	.tech-featured-asset, #video {
		flex: 1;
	}
	.tech-featured-asset {
		margin-right: 20px;
	}
	.single-asset {
		flex: 1 0 40%;
		margin-right: 20px;
		position: relative;
		/* padding-bottom: 35px;  KD commented out */
	}
	.single-asset:nth-child(2n+0) {
		margin-right: 0;
	}
	.single-asset:last-child {
		margin-right: 0;
	}
	.single-asset .btn-arrow {
		position: absolute;
		bottom: 20px;
		left: 20px;
	}


		.innovation-article-asset-image {
		flex: 1 0 40%;
		margin-right: 20px;
		position: relative;
		/* padding-bottom: 35px;  KD commented out */
	}
	.innovation-article-asset-image:nth-child(2n+0) {
		margin-right: 0;
	}
	.innovation-article-asset-image:last-child {
		margin-right: 0;
	}
	.innovation-article-asset-image .btn-arrow {
		position: absolute;
		bottom: 20px;
		left: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.single-asset {
		flex: 1 0 25%;
		margin-right: 20px;
	}
	.single-asset:nth-child(2n+0) {
		margin-right: 20px;
	}
	.single-asset:nth-child(3n+0) {
		margin-right: 0;
	}
	.single-asset:last-child {
		margin-right: 0;
	}


		.innovation-article-asset-image {
		flex: 1 0 25%;
		margin-right: 20px;
	}
	.innovation-article-asset-image:nth-child(2n+0) {
		margin-right: 20px;
	}
	.innovation-article-asset-image:nth-child(3n+0) {
		margin-right: 0;
	}
	.innovation-article-asset-image:last-child {
		margin-right: 0;
	}
}




.social-links {
	position: absolute;
	top: 0;
	right: 20px;
}

.social-links span {
	font-weight: 200;
	color: #707070;
	position: absolute;
	top: 8px;
	right: 110px;
	width: 80px;
	text-align: right;
}

.social-links a span {
	display: none;
}

.social-links a {
	display: inline-block;
	width: 34px;
	height: 34px;
	position: relative;
}

.social-links a img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.social-links ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-flex;
}

.social-links .icon-facebook {
	background-color: #3B5998;
}

.social-links .icon-twitter {
	background-color: #00B6F1;
}

.social-links .icon-linkedin {
	background-color: #007BB6;
}

.social-links .icon-facebook:hover,
.social-links .icon-twitter:hover,
.social-links .icon-linkedin:hover {
	background-color: #707070;
}

/* ==========================================================================
   Article Page
   ========================================================================== */

.back-btn {
	position: absolute;
	top: 0;
	left: 20px;
}

.back-btn span {
	display: none;
}

.back-btn .icon-back {
	background-color: #01A982;
	display: inline-block;
	width: 34px;
	height: 34px;
	position: relative;
}

.back-btn .icon-back:hover {
	background-color: #707070;
}

.back-btn .icon-back img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.banner-img.article-temp .container {
	height: 150px;
}

.article-temp h1 {
	color: #241F21;
	margin-bottom: 25px;
}

.article-temp .asset-type {
	margin-top: 45px;
}

.intro-copy {
	font-size: 20px;
	margin-bottom: 25px;
}

.download-asset-top {
	display: inline-block;
	position: relative;
	color:#fff;
	background-position: center;
	background-size: cover;
	padding: 20px;
	margin-bottom: 30px;
	width: 100%;
}

.download-asset-top h2,.download-asset-bottom h2 {
	font-size: 32px;
}

.download-asset-top p,.download-asset-bottom p {
	font-size: 19px;
}

.overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(66,85,99,0.9);
}

.download-asset-top * {
    position: relative;
    /* hack */
}

.download-asset-bottom {
	background-color: #01A982;
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 20px 0;
	margin-bottom: 30px;
}

@media screen and (min-width: 728px) {
	.download-asset-top {
		flex: 0 1 32%;
		padding: 30px 20px;
	}
	.article-content {
		flex: 1;
		/*Remove comment if there is a smaller download section needed.*/
		/*margin-right: 30px;*/
		border-top: 1px solid #D8D8D8;
		padding-top: 25px;
	}
	.article-temp .tech-flex-container {
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
	}
	.banner-img.article-temp .container {
		height: 300px;
	}
	.article-temp h1 {
		font-size: 55px;
	}
}

/* ==========================================================================
  Videos Section
  ========================================================================== */

  /* VIDEO SECTION */

  .bc-player-VkeRNWL0Ag_default .vjs-big-play-button {
	  background-color: #000000;
  }
   .bc-player-VkeRNWL0Ag_default:hover .vjs-big-play-button {
	  background-color: #e81410;
  }

.vjs-playlist {
    font-family:  Roboto, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}
.video-js .vjs-dock-title {
	font-family: Roboto, Arial, sans-serif; font-weight: bold; letter-spacing: 1px; line-height: 1.333; margin-bottom: .333em;
}
.video-js .vjs-dock-description {font-weight: 400;line-height: 1.5;}

.vjs-mouse.vjs-playlist {
    font-size: 17px;
    min-width: 289px;
    background-color: #1a1a1a;
    color: #000000;
    padding: 17px 0px 0 0px;
}


.vjs-mouse.vjs-playlist time {
	font-size: .75em;
	font-family: Roboto, Arial, sans-serif;
    font-weight: normal;
}


@media (min-width: 600px) {
.vjs-mouse.vjs-playlist time {font-size: .75em;}
}

.vjs-poster {
    display: inline-block;
    font-family: Roboto, Arial, sans-serif;
    font-weight: normal;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
/*     text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000; */
}

.vjs-playlist .vjs-playlist-duration {
	font-family: Roboto, Arial, sans-serif;
    font-weight: normal;
    background-color: #4f4f4f;
    top: .25rem;
    left: .25rem;
    padding: 2px 5px 1px;
    margin-left: 2px;
    position: absolute;
}
.vjs-mouse.vjs-playlist .vjs-playlist-item {
    height: 85px; /* KD changed */
    margin-bottom: 17px;
    padding-bottom: 170px;
	border: 1px solid #a9a9a9;
}


.vjs-mouse.vjs-playlist .vjs-selected .vjs-playlist-thumbnail:before {
    height: 85px;  /* kd changed */
    line-height: 68px;
    width: 145px;  /* kd changed */
}
.vjs-playlist .vjs-selected .vjs-playlist-thumbnail:before {
    height: 85px;
    line-height: 85px;
    width: 145px;
}



.vjs-playlist-item {
    max-width: 145px;
    display: inline-block;
}


.vjs-playlist .vjs-selected, .vjs-playlist.vjs-mouse .vjs-selected {
    background-color: #d9534f !important;
}

#video .vjs-playlist {
    background-color: #ffffff!important;
}

.vjs-playlist .vjs-playlist-item-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
	
}

.vjs-playlist .vjs-playlist-item {
    margin-right: 10px;
}

.video-player {
	margin: 0 auto; text-align: center;
}
#video .vjs-playlist .vjs-selected, .vjs-playlist.vjs-mouse .vjs-selected {
  background-color: #d9534f !important;
  color:#fff;
}
#video .bc-iframe .vjs-playlist-show-hide button:hover {
  background: #d9534f !important;
}
#video ol.vjs-playlist {
margin: 5px 0;
}
#video .vjs-playlist .vjs-playlist-item:hover {
background-color: #d9534f;
  background-color: rgba(217, 83, 79, .6);
}
#video .vjs-playlist-item:hover::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ffffff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 100;
  background-color: rgba(217, 83, 79, .6);

}
#video .vjs-playlist-item:hover::after {
  content:"";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(217, 83, 79, .6);
}
#video .vjs-mouse.vjs-playlist .vjs-up-next .vjs-up-next-text {
display: none !important;
}

.vjs-mouse.vjs-playlist .vjs-playlist-thumbnail {
    height: 85px;
    font-size: 13px;
    margin-right: 10px;  /* kd changed */
    width: 145px; /* kd changed */
}
.vjs-mouse.vjs-playlist .vjs-playlist-title-container {
    position: absolute;
    bottom: 0;
    padding: .5rem .8rem;
    text-shadow:none;
/*     text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000; */
}

.vjs-mouse.vjs-playlist .vjs-playlist-title-container {
    position: absolute;
    bottom: 0;
    padding: .5rem .8rem;
    text-shadow:none;
/*     text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000; */
}

.vjs-playlist .vjs-playlist-title-container {
    position: absolute;
    bottom: 0;
    padding: .5rem .8rem;
    text-shadow:none;
/*     text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000; */
}

.vjs-playlist .vjs-playlist-thumbnail {
    background-color: #a6a6a6;
    display: block;
    float: none; /* KD changed from float: left */
}
.vjs-mouse.vjs-playlist cite {
    height: 85px; /* KD changed */
    line-height: 15px; /* KD changed */
}

@media screen and (min-width: 560px) {
	.vjs-playlist .vjs-playlist-name {
		display: block;
		white-space: pre-wrap;
		text-overflow: ellipsis;
		overflow: hidden;
		width: 145px;
		font-family: Roboto, Arial, sans-serif;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		max-height: 7em;
		line-height: 20px;
		padding: 0 15px 0 0;
		position: absolute;
		top: -4rem;
/* 		text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000; */
	}
}
@media screen and (max-width: 559px) {
	.vjs-playlist-item {
		max-width: 845px;
		width: 100%;
		display: inline-block;
		border: 1px solid #a9a9a9;
	}

	.vjs-mouse.vjs-playlist .vjs-playlist-thumbnail {
		height: 85px;
		font-size: 13px;
		margin-right: 10px;
		width: 100%;
	}
	#video .vjs-playlist .vjs-selected, .vjs-playlist.vjs-mouse .vjs-selected {
		background-color: #2697cc !important;
	}
	.vjs-playlist .vjs-playlist-duration {
		margin-left: 0px;
	}
	.vjs-mouse.vjs-playlist cite {
		display: block;
		white-space: pre-wrap;
		text-overflow: ellipsis;
		overflow: hidden;
		width: 100%;
	    position: absolute;
		top: 2.5rem;
		left: .75rem;
		font-size: 16px;
/* 		text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000; */
	}

#video .vjs-playlist .vjs-playlist-item {
margin-right: 60px;
position: relative;
background-color: transparent;
flex: 0 1 31%;
padding-bottom:150px;
color:#000;
font-size:12px;
border: 1px solid #a9a9a9;
}

.vjs-playlist .vjs-playlist-title-container {
height:150px;
}
#video .vjs-playlist .vjs-playlist-name {
    text-overflow: inherit;
    overflow: visible;
    white-space: inherit;
    line-height: 16px;
    }
#video .vjs-playlist .vjs-selected, .vjs-playlist.vjs-mouse .vjs-selected {
	color:#fff;
}
}

/* ==========================================================================
    Footer
  ========================================================================== */


footer p {

	padding-top: 1em;
	margin-bottom: 0;
	font-size: 0.9em;
}

@media screen and (min-width: 680px) {
	/* .hpe-footer {
		flex-wrap: wrap;
		display: flex;
	} */
	footer p {
		flex: 1;
	}
	footer p {
		border-top: none;
		padding-top: 0;
		margin-top: 0;
	}
	footer img {
		/* border-right: 1px solid #9a9a9a;
		margin-right: 1em;
		padding-right: 1em;*/
	}
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer .tagline {
	   font-family:  Roboto, Arial, sans-serif;
	   font-weight: normal;
	   font-size:  16px;
	   color: #000000;
}

footer {
	background-color: #dadee2;
	margin-top: 50px;
	width: 100%;
}

footer span {
	display: inline-block;
	float: left;
}

footer p {
	font-family:  Roboto, Arial, sans-serif;
	font-weight: normal;
	color: #444444;
	text-align: left;
	font-size: 11px;
}

footer p a {
	color: #444444;
	background-repeat: no-repeat;
	background-position: top center;
	text-decoration: none;
}

.footer-logo-crn,
.footer-logo-tcc {
	display: inline-block;
	height: auto;
}

.footer-logo-crn {
	/* width: 90px; KD removed */
	height: 32px;
}

.footer-logo-tcc {
	width: 150px;
	height: 32px;
}
.tcc-footer-text {
	font-family: Roboto, Arial, sans-serif;
	font-weight: normal;
    font-size: 12px;
	padding-right: 25px;
	text-align: left;
	color: #cccccc;
	padding-right: 50px;
}
.client-footer-text {
	font-family: Roboto, Arial, sans-serif;
	font-weight: normal;
    font-size: 12px;
	text-align: center;
	padding: 0px 125px;
}
.tcc-footer-right {
	float: right;
}
span.client-footer-text a, span.client-footer-text a:hover {
	color: #000000;
}


@media screen and (max-width: 938px) {
	.client-footer-text {
		padding: 0px 90px;
	}
}


@media screen and (max-width: 868px) {
	.client-footer-text {
		padding: 0px 40px;
	}
}


/* */

@media screen and (max-width: 768px) {
	.featured-asset img {
		/* display: none;  KD removed */
	}
	.featured-asset-content {
		flex: 100%;
	}
	.featured-asset-videos {
		flex: 100%;
	}
	.featured-asset-stories {
		flex: 100%;
		margin-left: 0px;
	}
	.featured-asset-social {
		flex: 100%;
		margin-top: 25px;
	}
	footer p {
		text-align: center;

	}
	.tcc-footer-text {
		width: 100%;
		text-align: center;
		padding-right: 0px;
		float: none;
	}

	.client-footer-text {
		width: 100%;
		float: none;
		text-align: center;
		padding: 40px 0px;
	}

	.tcc-footer-right {
		width: 100%;
		float: none;
		text-align: center;
	}
}
