
#solutions-in-focus {
	margin-bottom: 2px;
	background: url('images/tech_bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-color: #ffffff;
	height: 400px;
}

.carrousel-header {
  font-family: "proxima nova", arial, sans-serif;
	text-transform: uppercase;
	text-align: left;
	font-style: italic;
	color: #0071c5;
	font-size: 20px;
	margin-top: 5px;
}

.sponsor-title {
      color: #0071c5; /* 0071c5 */
      font-size: .95rem;
}


.visually-hidden {
	display: none;
}

#solutions-in-focus .row {
	min-height: 300px;
	/* background-color: #ffffff; */
}

.video-slideshow-slide a .bc-player-HJgLoKuyG_default {
    width: 265px !important;
}

#solutions-in-focus .content-slider li p {
    font-family: "proxima nova", Arial, Verdana, sans-serif;
    color: #555555;
    text-align: left;
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
}

#solutions-in-focus .content-slider li h6 {
    font-family: "proxima nova", Arial, Verdana, sans-serif;
	text-align: left;
    font-size: .80rem;
    font-weight: 700;
	font-style: italic;
	color: #0071c5;
	max-width: 265px;
	margin-left: auto;
	margin-right: auto;
}

.video-slideshow-slide {
	position: relative !important;	
}

.video-play-icon {
	position: absolute;
	left: 35%;
	top: 23%;
	width: 80px; 
	height: 80px;
	opacity: 0.8;
	background-size: cover;
	background-image: url('images/video-play.png');
}

/* Brightcove START */

.video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3 {
    width: 100%;
    max-width: 310px;
    margin: 0px auto;
    height: 0;
    border: 4px double #b7b7b7;
}


.video-js {
    background-color: #fff;
}

.vjs-playlist {
    height: 400px;
	width: 100%;
	background-color: #ffffff; 
}

.vjs-playlist img {
    min-height: 54px;
}

.vjs-selected {
	background-color: #0071c5;
	color: #ffffff;
}

.vjs-playlist .vjs-playlist-name {
    display: block;
    max-height: 2.5em;
    padding: 0 0 4px 2px;
    font-style: normal;
	font-size: 14px;
    overflow: auto;
    white-space: normal;
    line-height: 20px;
	width: 74%;
}

.vjs-mouse.vjs-playlist .vjs-playlist-item {
    margin-bottom: 6px;
    background-color: #ffffff;
    padding-right: 4px;
	color: #444;
}

.vjs-playlist .vjs-playlist-item-list {
    background-color: #fff;
	color: #333333;
	margin: 5px 5px 10px 20px;
}

.vjs-playlist .vjs-playlist-thumbnail {
    margin-right: 8px;
    width: 120px;
    height: auto;
    border: 3px double #ccc;
}

.vjs-playlist .vjs-playlist-title-container {
    margin-left: 114px;
    text-shadow: none;
    width: 100%;
	top: 0;
}

/* Brightcove END */

#admin-menu {
  top: 53px !important;
}

.sticky-to-top-commented-out-for-now {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 0;
}

#solutions-in-focus .content-slider {
	margin-bottom: 40px;
}

#solutions-in-focus .content-slider h3 {
	margin: 0;
	padding: 70px 0;
}

#solutions-in-focus .content-slider img {
    /* width: 561px; */
    /* height: auto; */
    width: 363px;
    height: 239px;
    width: 265px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;  /* New */
}

img {
	height: auto;
	max-width: 100%;
}

#blog {
	padding-top: 5px;
}

#blog img {
    border: 4px double #ccc;
    width: 100%;
}

#blog h5 {
	color: #0071c5;
	font-size: 26px;
	color: #0071c5;
	font-weight: 700;
}

#blog p {
	color: #555555;
	font-size: 20px;
}

#blog p.info {
	font-size: 16px;
}

#blog p.info a {
}

#blog p, p.index-body, #blog p.index-body {   
	font-family: "proxima nova", Arial, Verdana, sans-serif;
	color: #555555;
	text-align: left;
	font-size: .8rem;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 1.25;
}

#blog .row {
	padding: 20px 0;
	margin-bottom: 20px;
}

#blog .container {
	position: relative;
}

#blog .row::after {
	content: "";
	position: absolute;
	width: 97%;
	border-bottom: 1px solid #707070;
	text-align: center;
	margin-left: 15px;
	margin-top: -32px;
	overflow: hidden;
}

#blog .row:first-child::after {
	content: none;
}

/* ,#blog .row:nth-last-child(2) */ 
#blog .row:last-child {
	border-bottom: 0;
}
html {
  overflow-x: initial !important;
}
html, body {
    overflow-x: hidden;
    width: 100%;
    height: 100vh;
    color: #555;
    font-size: 18px;
    font-family: "proxima nova", Arial, Verdana, sans-serif;
}

a {
	color: #0071c5;
}
a:hover{
	text-decoration: none;
}

.info a {
	text-decoration: underline;
}

main {
	padding-top: 20px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
}

.navbar-collapse {
    background-color: #0071c5;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
}

@media only screen and (min-width: 991px) {
	.navbar-dark .navbar-nav .nav-link {
		font-size: 16px;
	}
}

header h2 {
    font-size: 24px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #003C71;
    font-family: "proxima nova", Arial, Verdana, sans-serif;
    font-weight: bold;
    margin-left: 0px;
}
.devices-banner-bg h3 {
	margin-top: 10px;
}

.sponsored-by-hero{
	display: inline-block;
	float: right;
}


.sponsored-by-hero img{
	display: inline-block;
	float: right;
	width: 40px;
	padding-top:45px;
	margin-left:5px;
}

.sponsored-by-hero p{
    font-family: "proxima nova", Arial, Verdana, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	display:inline-block;
	float:right;
	padding-top: 50px
}


.home-banner-bg {
	background-image: url('images/front-page-hero-flipped.png');
}

.navbar.bg-dark {
	background-color: #0071c5 !important;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	font-size: 1rem;
	color: #fff;
	text-align: left;
	list-style: none;
	background-color: #0071c5;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0;
}

.dropdown-item {
	border-bottom: 1px solid;
	color: #ffffff;
	margin: 0 10px;
	width: 93%;
}

.dropdown-item:last-child {
	border-bottom: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	color: inherit;
}

.padding0 {
	padding-top: 0;
}

.page-link {
	color: #0071c5;
	font-size: 23px;
	border: 0;
	background-color: transparent;
	font-weight: bold;
	padding: .5rem 1rem;
}

.page-link:hover,
.p-active {
	color: #555;
	background-color: transparent;
}

.pagination {
	margin: 30px 0;
}

.pagination span {
	color: #0071c5;
	top: 10px;
	position: relative;
}

.pc-none {
	display: none;
}

.mt-auto, .my-auto {
    margin-top: 20px !important;
	display: inline-block;
}

.mb-auto, .my-auto {
    /* margin-bottom: 40px !important; */
}

.field-name-field-blog-category {
	display: inline-block;
}

.field-label {
	display: none; 
}

/*--Ui search-starts --*/
/*--

.navbar-nav.m-auto{
	margin-left: 220px !important;
}
.search-box {
	width: 250px;
	margin: 0 auto;
	position: relative;
	left: 40px;
	top: -40px;
}
.sb-search {
	position: absolute;
	right: 0px;
	width: 0%;
	min-width: 40px;
	margin: 0;
	height: 38px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	background: none;
	top: 22px;
}
.sb-search-input {
	position: absolute;
	top: 0px;
	left: 1px;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 35px;
	margin: 0;
	z-index: 10;
	font-size: 13px;
	color: #212121;
	padding: 0 3em 0 1em;
}
.sb-search-input::-webkit-input-placeholder {
	color:#212121;
}
.sb-search-input:-moz-placeholder {
	color: #212121;
}
.sb-search-input::-moz-placeholder {
	color:#212121;
}
.sb-search-input:-ms-input-placeholder {
	color:#212121;
}
.sb-icon-search,.sb-search-submit  {
	width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 0;
    margin: 0;
    line-height: 85px;
    text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background:#fff url(images/search.png)no-repeat 0px 0px;
	background-size: 40px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
    filter: alpha(opacity=0); 
    color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}

.sb-icon-search {
	background: #999 url(images/search.png)no-repeat 0px 0px;
	z-index: 90;
	background-size: 40px;
}


.sb-search.sb-search-open,.no-js .sb-search {
	width:97.5%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background:#fff url(img/img-sp2.png)no-repeat -46px -172px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
 --*/

.technology-banner-bg {
	background-image: url('images/advanced-technologies-photo-0071c5.jpg');
	background-size: cover;
}

/* datacenters.html */

.datacenters-banner-bg {
	background-image: url('images/cloud-and-data-centers-newV2-1-0071c5.jpg');
	background-size: cover;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}


ul.pager {
    display: block;
	font-family: inherit;
    font-weight: bold;
    text-align: left;
    color: #0071c5;
    font-size: 23px;
    border: 0;
    background-color: transparent;
	margin-left: 0px;
    margin-right: 0px;
    padding: .5rem 1rem;
    border-top: 4px solid #0071c5;
}

.pager-item, .pager-current, .pager-ellipsis, .pager-next, .pager-previous, .pager-first, .pager-last {
    display: inline;
    font-size: 1.0rem;
    width: auto;
    margin-right: 25px;
}

.element-invisible {
  display: none;
}

.sidebar {}

.sidebar p {
	font-size: 19px;
}

.sidebar h5 {
	display: block;
	clear: both;
	border-bottom: 1px solid;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 12px;
	color: #555555;
	text-transform: uppercase;
	margin-bottom: 25px;
	padding-top: 25px;
}

/* Hide twiter logo */
.aside-twitter a img {
	width: 30px;
	height: 30px;
	float: left;
	display: none;
}

/* Format twiter title */
.aside-twitter a h3 {
	font-family: Proxima Nova, Arial, sans serif;
    text-transform: uppercase;
    text-align: left;
    font-style: italic;
    color: #0071c5;
    font-size: 20px;
    width: 90%;
    border-bottom: 3px solid #0071c5;
    margin: 10px;
}

.fb {
	background: #fff url(images/fb.png)no-repeat 0px 0px;
}

.tr {
	background: #fff url(images/tr.png)no-repeat 0px 0px;
}

.in {
	background: #fff url(images/in.png)no-repeat 0px 0px;
}

.pn {
	background: #fff url(images/pn.png)no-repeat 0px 0px;
}

.sidebar-social-links {
    margin-top: 60px;
    float: right;
}

.sidebar-social-links li {
	float: left;
	margin: 3px;
}

.sidebar-social-links li a {
	width: 35px;
	height: 35px;
	display: block;
	background-position: center;
	background-size: 40px;
	border-radius: 100%;
}

.sidebar-social-links li a .fa {}

.sidebar-related-post {}

.sidebar-related-post li {
	float: left;
	margin-bottom: 18px;
    font-family: "proxima nova", arial, sans-serif;
}

.title-text {
	width: 200px;
	padding-left: 20px;
}

.sidebar-related-post a {
	display: block;
	clear: both;
	color: inherit;
	transition: all 0.7s;
	transition-property: e
}

.sidebar-related-post a:hover img {
	transform: scale(1.1);
	transition: all 0.7s;
}

.sidebar-related-post img {
	width: 50px;
	height: 50px;
}

/* datacenters.html ends */


/* devices.html */
.devices-banner-bg {

	background-image: url('images/devices-photo-0071c5-resized.jpg');
}

/* devices.html ends */

/* partnerconnection.html */
.partnerconnection-banner-bg {

	background-image: url('images/intel-partner-connection-home-bg.jpg');
}

.partnerconnection-banner-bg h2 {
	font-weight: bold;
	text-transform: uppercase;
}

/* partnerconnection.html ends */





/* poweringrevolution.html */
.poweringrevolution-banner-bg {
	background-image: url('images/intel-partner-connection-home-bg.png');
}

.poweringrevolution-banner-bg h2 {
	text-transform: initial;
	font-weight: bold;
}

.main-content {
	padding-bottom: 50px;
	background: #ecebeb;


}

.comments {
	margin: 15px 0;
}

.revoulation-main-img img {
	margin-bottom: 20px;
	margin-bottom: 20px;
	border: 1px solid #707070;
	width: 1045px;
	height: 352px;
}

.footer-slider {
	padding-bottom: 90px;
	border-top: 1px solid #555;
}

.content-slider img {
	border: 1px solid;
	height: 280px;
	width: 320px;
}

.lightSlider {
	overflow: visible !important;
}

.footer-slider h4 {
	font-size: calc(16px + 0.15vw); 
	font-weight: bold;
	color: #0071c5;
    margin: 10px 10px 15px 15px;
	text-transform: capitalize;
}

.lSAction>.lSNext {
	background-position: -20px -20px !important;
	right: -10px;
	background-image: url('images/arrow-right.png');
}

.lSAction>.lSPrev {
	background-position: -20px -20px !important;
	left: -10px;
	background-image: url('images/arrow-left.png');
}

.lSAction>a {
	background-color: transparent;
	border-radius: 100%;
}

.footer-slider-section h2 {
	margin: 10px auto;
	font-weight: bold;
	color: #555555;
	padding: 60px 0;
}

/* poweringrevolution.html ends */


@media (max-width: 768px) {
	.revoulation-main-img img {
		/* height: 225px; */
		height: auto;
	}
}







/* partnerconnectgrowth.html */
.partnerconnectgrowth-banner-bg {
	background-image: url('images/intel-partner-connection-home-bg.png');
}

.partnerconnectgrowth-banner-bg img {
	width: 300px;
}

.award-winners {
	padding: 40px 0;
}

.award-winners p {
	font-size: 20px;
}

.award-winners h2 {
	color: #0071c5;
}

.award {
	background-image: url(images/award-icon.png);
	background-repeat: no-repeat;
	background-position: -21px;
	background-size: 95px;
	padding-left: 70px;
	font-size: 25px;
	font-weight: bold;
	height: 119px;
}

.award span {
	color: #0071c5;
}

.small-txt {
	font-size: 15px;
}

.winner {
	font-size: 25px;
	font-weight: bold;
	background: white;
	padding: 0px 10px;
	display: initial;
	margin-left: 25%;
}

.winner::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 143px;
	border-bottom: 1px solid #555;
	left: 0;
	z-index: -9;
}

.award-block {
	padding: 25px;
	border: 1px solid;
	border-radius: 45px;
	margin-bottom: 40px;
	box-shadow: 0px 2px 4px #a4a4a4;
}

.award-block:last-child {
	margin-bottom: 90px;
}

.award-block img {
	width: 250px;
}

.award-description {
	padding-left: 45px;
}

.award-description:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0px;
	border-left: 1px solid #555;
	left: 22px;
	z-index: -9;
}

/* partnerconnectgrowth.html ends */



/* securityservicecoming.html */
.story-banner-bg {
	background-image: url('images/cloud-and-data-story-bg.png');
}

.story-banner-bg h2 {
	text-transform: uppercase;
}

.author-content {
	padding-bottom: 60px;
}

.author-description {
	margin-top: 15px;
	margin-bottom: 15px;
}

.author-description ul li {}

.author-description img {
	border-radius: 100%;
	width: 100px;
	/* height: 100px; */
	height: auto;
}

.author-name-date {
	padding-top: 20px;
	margin-left: -18px;
	font-size: 16px;
}

.bottom-right-link {
	color: #fff;
	padding: 5px 10px;
	bottom: -280px;
	position: relative;
	float: right;
	margin-right: 0px;
}

/* securityservicecoming.html ends */



/* inteloffers11.html */
.inteloffers11-banner-bg {

	background-image: url('images/devices-story.png');
}

/* inteloffers11.html ends */



.banner-btm-heading {
	font-size: 24px;
}

.s-mb {
	display: none;
}

.in-focus {
	margin-top: 10px;
	position: relative;
	margin-bottom: -29px;
	background-color: #ffffff;
}

/*video play*/
.controls {
	position: relative;
	margin-top: -45%;
}

.controls button {
	display: none;
	width: 70px;
	height: 70px;
	position: relative;
	background-image: url(images/pp.png);
	background-repeat: no-repeat;
	border-radius: 100%;
	cursor: pointer;
	background-size: 130px;
	border: 0px;
	background-color: transparent;
}

.sound {
	background-position: -50px;
}

.flow {
	background-position: 3px;
}

.sound.active {
	background-position: 0;
}

.flow.active {
	background-position: -66px;
}

.revulation .lSAction .lSPrev,
.revulation .lSAction .lSNext,
.securityservice .lSAction .lSPrev,
.securityservice .lSAction .lSNext,
.inteloffer .lSAction .lSPrev,
.inteloffer .lSAction .lSNext {
	top: 52%;
}


/**
 * Aside
 */
.aside {
  padding: 20px 0;
}

.aside-block ~ .aside-block {
  margin-top: 25px;
}

.aside-header {
  padding: 0 20px;
}

.aside-title {
  padding: 0 0 20px;
}

.aside-block-sponsor {
  border-top: 2px solid #064B75;
  padding: 20px 0 0;
  margin-right: 20px;
}
.aside-subtitle {
  color: #707070;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'IntelClear-Bold', Arial, Verdana, sans-serif; /* KD changed 11/19 */
}












/**
 * Article
 */
.article {
  background: #fff;
  border-radius: 5px;
  margin: 20px 20px;
  padding: 20px;
  border: 1px solid #707070;
}

.article-main {
  box-shadow: 0 3px 6px #dbdada;
  border: 0;
}

.page-title {
  color: #003C71; /* KD changed 11-18 #064B75; */
  font-size: 18px;
  padding: 20px 20px 0;
  margin: 0;
}

.article-exclusive {
	font-family: 'IntelClear-Bold', Arial, Verdana, sans-serif;
	font-weight: 200;
	font-size: 1rem;
	font-style: italic;
	color: #007bff;
}

.article-title {
 color: #003C71; /* KD removed 11/19 #064B75; */
  font-size: 16px;
  font-weight: 600;
 font-family: 'IntelClear-Bold', Arial, Verdana, sans-serif;
  margin: 0 0 5px;
}

.main-content h3.article-subtitle {
  color: #064B75;
  font-size: 15px;
  font-weight: 400;
  font-family: 'IntelClear-Regular', Arial, Verdana, sans-serif;
  margin: 0;
}

.article-header-center {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #0077b3;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.article-header-photo {
  margin-right: 18px;
}

.article-header-list {
  padding: 2px 0 15px;
  margin-top: 30px;
   border-top: 1px solid #d7d7d7; /* KD changed 11/19 #0077b3;  */
}

.article-header-list li:last-child:before {
  content: '|';
  margin: 0 10px 0 5px;
}

.article-header-list-item {
 color: #555555; /* KD changed 11/19 #064B75; */
  font-size: 15px;
  font-style: italic;
  display: inline-block;
}

/**
 * Article Preface
 */
.article-preface {
   border-bottom: 1px solid #d7d7d7; /* KD changed 11/19 #0077b3; */
  padding: 10px 0 20px;
  display: flex;
}

.article-thumbnail {
  margin-right: 15px;
  max-width: 380px; /*  KD added 12-10-2019 */
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 75px;
}

.article-key-title {
  color: #555555; /* KD changed 11/19 #064B75; */
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
  margin-bottom: 5px;
}

.article-key-item {
  color: #183148;
  font-size: 14px;
  margin-bottom: 3px;
}

.article-key-item strong {
    color: #0071c5; /* KD changed 11/19 #064B75; */
  font-weight: 600;
}
ul.article-key-list { /* KD added 11/19 */
	list-style-type: none;
	  font-family: 'IntelClear-Regular', Arial, Verdana, sans-serif;
	  font-size: 14px;
	  color: #555555;
}
/**
 * Article Content
 */
.article-content {
  padding: 20px 0;
}
.search-article-content {
  padding: 0px 0;
}
.article-content h3 {
  margin-bottom: 10px;
}

.article-content p {
  color: #5E5E5E;
  font-size: 14px;
   font-family: 'IntelClear-Regular', Arial, Verdana, sans-serif;  /* KD changed 11/19 */
  line-height: 16px;
}

.article-content p + p {
  margin-top: 14px;
}

.article-content ul, .article-content p ul {
    font-family: 'IntelClear-Regular', Arial, Verdana, sans-serif;
    font-size: 14px;
    list-style-type: disc;
    color: #5E5E5E;
    margin-left: 5px;
    }
   
.article-content ul li, .article-content p ul li {
    list-style: disc;
    font-family: 'IntelClear-Regular', Arial, Verdana, sans-serif;
    font-size: 14px;
    margin-left: 40px;
}



ul.contentList {
    font-family: 'IntelClear-Regular', Arial, Verdana, sans-serif;
    font-size: 14px;
    list-style-type: disc;
    color: #5E5E5E;
    margin-left: 5px;
    }
   
ul.contentList li.bulletedItem {
    list-style: disc;
    font-family: 'IntelClear-Regular', Arial, Verdana, sans-serif;
    font-size: 14px;
    margin-left: 40px;
}






/**
 * Results List
 */
.news-stack-text h2{ 
font-size: 15px;
font-weight: 600;
line-height: 21px;
text-decoration: underline solid rgb(0, 86, 179);
word-spacing: 0px;
background-color: #FFFFFF;
height: auto;
width: auto;
display: inline;
}

.news-stack-text .search-snippet-info .search-snippet {
	font-size: 15px;
	line-height: 21px;
	text-decoration: none solid rgb(33, 37, 41);
	word-spacing: 0px;
	background-color: #FFFFFF;
	
	margin: 0 0 16px 0;
	display: block;
	margin-top: -2px;
}

.news-stack-text .search-snippet-info .search-info {
	font-size: 11.9px;
	line-height: 17.85px;
	text-decoration: none solid rgb(33, 37, 41);
	word-spacing: 0px;
	background-color: #FFFFFF;
	margin-bottom: -30px;
	
}

.news-stack-background {
	background-color: transparent ;
}


@media only screen and (max-width: 1215px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    margin: 0 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: none;
  }
}

@media only screen and (max-width: 1060px) {
  .aside-block-infographic img {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-nav {
    padding-top: 15px;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 5px 0;
    padding: 5px 0;
    display: block;
    font-size: 18px;
  }
  .navbar-expand-lg .navbar-nav .nav-link:before {
    display: none;
  }
  .input-search {
    width: 100%;
    transition: none;
  }
  .input-search:focus {
    width: 100%;
  }
  .search-form {
    margin: 20px 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .main-col {
    padding-right: 35px;
  }
  .footer-about {
    max-width: none;
    margin-top: 20px;
  }
  .btn-submit {
    width: 100%;
    padding: 5px 0;
  }
  .announce-link {
    color: #000;
    display: block;
    overflow: auto;
    height: auto;
    background: transparent;
    padding: 0 0 20px;
  }
  .announce-link:hover {
    color: #000;
  }
  .announce-photo {
    position: relative;
    top: 0;
    opacity: 1;
    max-width: 75%;
  }
  .announce-label {
    display: block;
  }
  .main-col {
    padding: 0 15px;
  }
  .article {
    margin: 20px;
  }
  .aside {
    margin: 20px;
  }
  .aside-block-sponsor {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .article-preface,
  .news-list-item {
    display: block;
	border-bottom: 1px dotted #cccccc;
  }
  .news-list-col-photo img,
  .article-thumbnail img {
    width: 100%;
  }
  .news-list-col-content {width: 100%; margin-left: 0px;}
      .news-list-col-photo { width: 100%;}
	  
	.marketplace {float: none; border: 0;}
	.findPartners {float: none; border-top: 1px solid #cccccc; padding-top: 20px; margin-top: 20px; }
	
}

@media only screen and (max-width: 450px) {
  .hero-header-title {
    font-size: 32px;
  }
  .article {
    margin: 20px;
  }
  .footer-menu-item {
    display: block;
  }
  .footer-menu-item::before {
    content: '';
    padding: 0;
  }
   .news-list-col-photo img,
  .article-thumbnail img {
    width: 100%;
  }
   
  .news-list-col-content {width: 100%; margin-left: 0px;}
   .news-list-col-photo { width: 100%;}
	/* .vjs-playlist {	margin-left: 0px; max-width: 500px; margin-top: 2px;} */

	.marketplace {float: none; border: 0;}
	.findPartners {float: none; border-top: 1px solid #cccccc; padding-top: 20px; margin-top: 20px;}
}


.aside-block .aside-block-infographic {border-radius: 5px !important; margin: 40px 20px 30px 0px !important; padding: 20px !important; border: 1px solid #707070 !important;}


.video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3 {
    width: 100%;
    height: 0;
    border: 4px double #b7b7b7;
}



/* KD added 2020-03-24 */
.vjs-playlist {
     height: 500px;
     
}


.vjs-mouse.vjs-playlist .vjs-playlist-item {
    margin-bottom: 6px;
    padding-right: 0px;
}

.vjs-playlist .vjs-playlist-thumbnail {
    margin-right: 8px;
    width: 120px;
    height: auto;
    border: 3px double #ccc;
}



/*# sourceMappingURL=main.css.map */

.user-main-header-panel {
 border-bottom: 0px solid #fff; /* KD changed 11-18 #BCD2E8; */

}

.userpage-exclusive-content {
	border-top: 5px solid #fff; 
	border-bottom: 5px solid #fff; 

}
