/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Navigation */
#Nav {
    background-color:white;
    height: 8rem;
    font-size: 1.3rem;
    position: absolute;
    width: 100%;
    z-index: 1000;
    padding: 0 1rem;
    box-sizing: border-box;
}
#Nav a {
	text-decoration: none;
  transition: color .2s ease-out;
}
#Nav .nav-toggle {
    display: none;
    position: absolute;
    top: .7rem;
    left: 0;
    width: 3.6rem;
    height: 3.6rem;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  	cursor: pointer;
}
#Nav .nav-toggle .bar {
    display: block;
    margin-left: .9rem;
    margin-top: 1rem;
    width: 1.8rem;
    height: .3rem;
    background-color: #b9c6d0;
    border-radius: 1px;
  	transition: background-color .2s ease-out;
}
#Nav .nav-toggle:hover .bar {
    background-color: #3388ff;
}
#Nav.skin-transparent .nav-toggle .bar {
    background-color: #fff;
}
#Nav .nav-toggle .bar + .bar {
    margin-top: .3rem;
}
#Nav > .row {
    padding: 0 1rem;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}
#Nav .ustream-logo {
    font-size:3.1rem;
    font-weight: 300;
    color:#38f;
    line-height: 3.6rem;
    margin: 2.4rem 1rem 0 0;
    float:left; 
    height:3.6rem;
    background: url(//p6.zdassets.com/hc/theme_assets/89884/200029960/ustream-logo-ibm.svg) no-repeat 0 50%;
}
#Nav.logo-square .ustream-logo {
    margin-top: 2.2rem;
    background: url(//p6.zdassets.com/hc/theme_assets/89884/200029960/u-logo-blue.svg) no-repeat 0 50%;
}
#Nav .ustream-logo span {
    display: block;
    margin: -0.6rem 0 0 14rem;
}
#Nav.logo-square .ustream-logo span {
    margin: 0 0 0 4.6rem;
}
#Nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#Nav ul a:hover {
    color:#38f;
    text-decoration: none;
}
#Nav .row > ul {
    display: inline-block;
    margin:1.6rem 0 0 0;
    padding: 0 2rem;
}
#Nav .row > ul > li {
    position: relative;
    float:left;
}
#Nav .row > ul > li.sep {
    height:4.8rem;
    margin: 0 1rem 0 2rem;
}
#Nav .row > ul > li + li {
    margin-left: 1rem;
    position:relative;
}
#Nav .row > ul > li > a {
    display:inline-block;
    padding:0 1rem;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #2c3c4c;
    line-height:4.8rem;
    height: 4.8rem;
}
#Nav .row > ul > li > a:hover {
    color:#3388ff;
}

#Nav .glyphicon {
    color: #b9c6d0;
    vertical-align: middle;
    line-height: inherit;
    display: inline-block;
}
#Nav .icon-down-2 {
    margin-left: .8rem;
}
#Nav.no-search #MainSearchField {
	display: none;
}
#Nav.no-search li.sep {
	display:none;
}
#Nav .icon-search {
    margin-top: -0.2rem;
    margin-right: .5rem;
}
#Nav .control-group.search {
    margin: 1rem 1rem 0 0;
    display: none;
  	position: relative;
}
#Nav .control-group button {
	border:none;
  background-color: transparent;
  padding: 0;
  position: absolute;
  left: 1rem;
  top: .5rem;
}
#Nav .control-group input {
	padding-left: 3.2rem;
}
#Nav .row > ul > li > a:hover .glyphicon {
    color: inherit;
}
#Nav .panel {
    display:none;
    position: absolute;
    background-color: white;
    top: 4.8rem;
    color: #9cacbc;
    z-index: 1000;
    white-space: nowrap;
}
#Nav li:hover .panel {
    display:block;
}
#Nav .panel ul {
    padding: 1rem 0;
    min-width: 16rem;
    vertical-align: top;
}
#Nav .panel li > * {
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 0.6rem 1.6rem;
    line-height: 1.8rem;
    height: auto;
}
#Nav .panel h5 {
    font-size:1.2rem;
    line-height: 1.7rem;
    text-transform: uppercase;
    color: #9cacbc;
    font-weight: 400;
    margin:0;
    padding: 0.6rem 1.6rem;
}
#Nav .panel li > a {
    color: #2c3c4c;
}
#Nav .panel li > a span {
    display:block;
    color:#9cacbc;
    font-size: 1.2rem;
    margin-top:.2rem;
}
#Nav .user {
    display: none;
}
#Nav .user-picture {
    display: inline-block;
    margin-top:0.8rem;
    border-radius: 50%;
    background-color: #ebf0f3;
    width:3.2rem;
    height:3.2rem;
    background-size: cover;
}
#Nav.transparent .user-picture {
    display: inline-block;
    margin-top:0.8rem;
    border-radius: 50%;
    background-color: #ebf0f3;
    width:3.2rem;
    height:3.2rem;
    background-size: cover;
}
#Nav .username, nav .accType {
    color: #2c3c4c;
}
#Nav .user-plan a {
    color: #9cacbc;
}
#Nav .user-plan a:hover .accType {
    color: #38f;
}
#Nav .nav-right-buttons {
    margin:0;
    padding-left: 1rem;
}
#Nav .logged-out .nav-right-buttons {
    margin:0;
    padding-left: 0rem;
}
#Nav .nav-right-buttons button {
    margin:.9rem 0 .9rem 1rem !important;
}
#Nav.skin-transparent {
    background-color: transparent;
    box-shadow: none;
}
#Nav.skin-transparent .ustream-logo {
    background: left center url(//p6.zdassets.com/hc/theme_assets/89884/200029960/ustream-logo-white.svg) no-repeat;
    color: #fff;
}
#Nav.skin-transparent.logo-square .ustream-logo {
    background: left center url(//p6.zdassets.com/hc/theme_assets/89884/200029960/u-logo-white.svg) no-repeat;
    color: #fff;
}
#Nav.skin-transparent .ustream-logo ~ ul > li > a {
    color:white;
}
#Nav.skin-transparent .ustream-logo ~ ul > li.selected a:after {
    content:"";
    position:absolute;
    padding-top:0.2rem;
    background-color: rgba(255,255,255,0.5);
    left:1rem;
    top:4rem;
    right:1rem;
}
#Nav.skin-transparent .ustream-logo ~ ul > li > a:hover {
    color:#539eec;
}
#Nav.skin-transparent .ustream-logo ~ ul > li {
    border-color: rgba(255,255,255,0.24);
}
#Nav.skin-transparent .glyphicon {
    color: white;
    color: rgba(255,255,255, 0.56);
}
#Nav.skin-dark {
    background-color: #2c3c4c;
    box-shadow: none;
}
#Nav.skin-dark .ustream-logo {
    color: white;
}
#Nav.skin-dark .ustream-logo {
    background: left center url(//p6.zdassets.com/hc/theme_assets/89884/200029960/ustream-logo-white.svg) no-repeat;
}
#Nav.skin-dark.logo-square .ustream-logo {
    background: left center url(//p6.zdassets.com/hc/theme_assets/89884/200029960/u-logo-white.svg) no-repeat;
}
#Nav.skin-dark .ustream-logo ~ ul > li > a {
    color:white;
}
#Nav.skin-dark .ustream-logo ~ ul > li.selected a:after {
    content:"";
    position:absolute;
    padding-top:0.2rem;
    background-color: rgba(255,255,255,0.5);
    left:1rem;
    top:4rem;
    right:1rem;
}
#Nav.skin-dark .ustream-logo ~ ul > li > a:hover {
    color:#539eec;
}
#Nav.skin-dark .ustream-logo ~ ul > li {
    border-color: rgba(255,255,255,0.24);
}
#Nav.skin-dark .glyphicon {
    color: white;
    color: rgba(255,255,255, 0.56);
}
#Nav.user-loggedin .user.logged-in {
    display: block;
}
#Nav.user-loggedin.hide-rightbuttons .nav-right-buttons {
    display: none;
}
#Nav.user-loggedout .user.logged-out {
    display: block;
}

#Nav .language-selector {
	display:none;
}

#Nav.hide-user .user {
    display:none !important;
}
@media screen and (max-width: 1023px) {
    #Nav .ustream-logo {
        margin-top: 2rem;
        background:  url(//p6.zdassets.com/hc/theme_assets/89884/200029960/u-logo-blue.svg) no-repeat 0 50%;
    }
    #Nav.skin-transparent .ustream-logo {
        background: left center url(//p6.zdassets.com/hc/theme_assets/89884/200029960/u-logo-white.svg) no-repeat 0 50%;
    }
    #Nav .ustream-logo span {
        margin: 0 0 0 4.6rem;
    }
}
@media screen and (max-width: 767px) {
    #Nav {
        background-color: #fff;
        height: 5rem;
        overflow: hidden;
        transition: height .2s cubic-bezier(0.190, 1.000, 0.220, 1.000), background-color .2s ease-out;
    }
    #Nav.skin-transparent {
        background-color: transparent;
    }
    #Nav.skin-transparent.show {
        background-color: #2c3c4c;
    }
    #Nav .row {
        white-space: normal;
        text-align: center;
        padding: 0;
    }
    #Nav .nav-toggle {
        display: block;
    }
  	#Nav .ustream-logo {
        float:none;
        display: inline-block;
        background:  url(//p6.zdassets.com/hc/theme_assets/89884/200029960/ustream-logo-ibm.svg) no-repeat 50% 50%;
        background-size: contain;
        font-size: 0;
        line-height: 1.6rem;
        margin: 0.8rem 0;
        width: 10rem;
    }
  	#Nav.skin-transparent .ustream-logo {
        background: center center url(//p6.zdassets.com/hc/theme_assets/89884/200029960/ustream-logo-white.svg) no-repeat;
        background-size: contain;
    }
    #Nav .ustream-logo span {
        margin-left:8.4rem;
    }
    #Nav .row > ul.nav {
        display: block;
        width: 100%;
        margin-top:0;
        box-sizing: border-box;
        padding: 0 1rem 2rem;
        opacity: 0;
    }
    #Nav.show .row > ul.nav {
        opacity: 1;
		transition: opacity .2s ease-out;
    }
    
    #Nav .row > ul.nav > li {
        display: block;
        float:none;
        text-align: left;
        margin:0;
    }
   	#Nav .row > ul.nav > li.sep {
        display: none;
    }
  	#Nav .control-group.search {
    	margin:0;
    }
  	#Nav .control-group button {
    	left: 0;
      top: 1rem;
    }
  	#Nav .row > ul.nav #HeaderSearchInput {
        background-color: transparent;
      	border: 0;
      	margin: 0;
      	color: #cbd4dc;
      	font-size: 1.4rem;
      	height: 4rem;
      	padding-left: 2.4rem;
    }
    #Nav .row > ul.nav > li + li {
        border-top: 1px solid #dae1e6;
    }
  	#Nav.skin-transparent .row > ul.nav > li + li {
        border-top: 1px solid rgba(255,255,255, .1);
    }
    #Nav .row > ul.nav > li > a {
        padding: 0;
        line-height: 4rem;
        height: 4rem;
        color: #5c6c7c;
        font-size: 1.4rem;
        text-transform: none;
        font-weight: normal;
    }
   	#Nav.skin-transparent .row > ul.nav > li > a {
        color: #cbd4dc;
    }
    #Nav .row > ul.nav > li > a::after {
        visibility: hidden;
    }
}


/* Header */
#Hero {
 		/*background: url('//p2.zdassets.com/hc/theme_assets/89884/200029960/header-support-center-2x.jpg') no-repeat;
 		background-size: cover;*/
  	margin-left: -1rem;
  	margin-right: -1rem;
  	padding: 0 1rem;
  	box-sizing: border-box;
  	background-image: url(//p6.zdassets.com/hc/theme_assets/89884/200029960/hero-bg.jpg);
		background-position: top center;
		background-size: 2000px 600px;
		background-repeat: no-repeat;
		background-color: transparent; 
 }
@media screen and (min-width: 2000px) {
	#Hero { 
		background-size: cover;
	}
}

#Hero > .row {
    padding: 12rem 1rem 4rem 1rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
#Hero.large > .row {
   min-height: 44rem; 
}
#Hero.medium > .row {
   min-height: 44rem; 
}
#Hero.small > .row {
   min-height: 32rem; 
}
#Hero a {
	text-decoration: none;
}
#Hero h1 {
    font-size: 5.8rem;
    line-height: 7rem;
    font-weight: 300;
    color: #fff;
  	margin: 0 !important;
}
#Hero h2 {
    font-size: 3.6rem;
    line-height: 4.8rem;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    width: 100%;
}
#Hero h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    width: 100%;
}
#Hero .breadcrumbs {
    font-size: 2rem;
    line-height: 3rem;
  	font-weight: 400;
  	color:#fff;
    color: rgba(255,255,255,0.7);
  	visibility: hidden;
  	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#Hero .breadcrumbs.show {
	visibility: visible;
}
#Hero .breadcrumbs li {
    display: inline;
}
#Hero .breadcrumbs li + li::before{
    content: "/";
    color: white;
    opacity: .24;
    padding: 0 1rem 0 1rem;
}
#Hero .breadcrumbs a {
    color:#fff;
    color: rgba(255,255,255,0.7);
}
#Hero .breadcrumbs a:hover {
    color: #fff;
}
#Hero .search-box {
  margin-top: 2rem;
  max-width: 64rem;
  box-sizing: border-box;
  padding-right: 11rem;
  position: relative;
}

#Hero .search-box .icon-search {
  position: absolute;
  color: #cbd4dc;
  left: 1.2rem;
  top: 1.2rem;
}

#Hero .search-box #query {
	border: 0;
  padding-left: 3.8rem;
  height: 4.8rem;
  font-size: 1.5rem;
}

#Hero .search-box input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 10rem;
  height: 4.8rem;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  border: .2rem solid #fff;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  transition: color .2s ease-out, background-color .2s ease-out
}

#Hero .search-box input[type=submit]:hover {
  color: #3388ff;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #Hero .breadcrumbs {
    	display:none;
	}
  #Hero > .row {
		padding: 8rem 1rem 4rem;
	}
}
@media screen and (max-width: 560px) {
	#Hero h1 {
      font-size: 4rem; 
    	line-height: 5.2rem;
    }
	#Hero.small > .row {
		min-height: 22rem; 
	}
}


/* Box list */
.box-list {
  display: inline-block;
}
.box-list a, .box-list a:hover {
	text-decoration: none;
  transition: color .2s ease-out;
}
.box-list li {
  margin-top: 0;
	float: left;
}
.box-list li:before {
	visibility: hidden;
}
.box-list li .inner {
	margin: 1rem 0;
	padding: 2rem 2rem 3rem 2rem;
	border: 1px solid #dae1e6;
	border-radius: 3px;
  position: relative;
  box-sizing: border-box;
  transition: background-color .2s ease-out;
}
.box-list li .inner:hover {
	background-color: #f5f7f9;
}
.box-list li.pinned .inner {
  background: #ebf0f3;
  border: 0;
  margin-top: 0;
  padding: 2rem;
  visibility: hidden;
}
.box-list li.pinned .inner.show {
  visibility: visible;
}
.box-list li.pinned a {
	font-size: 1.5rem;
  margin: 0;
  line-height: 2.4rem;
  color: #5c6c7c;
}
.box-list li.has-icon .inner {
  padding: 3rem 3rem 3rem 13rem;
	min-height: 13rem;
}
.box-list li .meta {
	float: left;
  width: 100%;
  overflow: hidden;
}
.box-list li p {
	color: #7c8c9c;
	margin: 1rem 0 2rem;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.box-list li a.title {
  color: #2c3c4c;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 0;
}
.box-list li a.title:hover {
	color: #3388ff;
}
.box-list li a.read-more {
	color: #3388ff;
	font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
}
.box-list li a.read-more:hover {
	text-decoration: underline;
}
.box-list li.has-icon .illustrative-icon {
	position: absolute;
	left: 2rem;
  top: 2rem;
}
.box-list li.secondary .inner {
	padding: 0;
  padding-right: 3.2rem;
}
.box-list li.secondary a {
	display: block;
	font-size: 1.5rem;
  line-height: 2.4rem;
	color: #2c3c4c;
	font-weight: 400;
  margin:0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2rem 0 2rem 2rem;
}
.box-list li.secondary a:hover {
	color: #3388ff;
}
.box-list li.secondary a .icon-next-2 {
	position: absolute;
	right: 1.5rem;
  line-height: inherit;
  color: #9cacbc;
}
.box-list li.secondary a:hover .icon-next-2 {
  color: inherit;
}


/* Sidebar */
.sidebar {
	margin-top: -4rem;
}
.sidebar h3 {
	font-size: 1.2rem;
	font-weight: 600;
  line-height: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.sidebar .content {
  position: absolute;
	padding:4rem 2rem 0;
	top:0;
	bottom: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar .stickyContent.fixed {
  position: fixed;
}
.sidebar .stickyContent.bottom {
  top: auto;
	bottom: 0;
}
.sidebar .recent-articles a, .sidebar .related-articles a, .sidebar .promoted-articles a {
	color: #38f;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.8rem;
  display: block;
  padding: .5rem 0;
}
.sidebar .recent-articles a:hover, .sidebar .related-articles a:hover, .sidebar .promoted-articles a:hover {
	text-decoration:underline;
}
.sidebar .recent-articles ul, .sidebar .related ul  {
  list-style-type: none;
  padding:0;
}


.sidenav {
  line-height: 1.6rem;
  list-style-type: none;
  box-sizing: border-box;
  margin: 0 0 4rem;
  top:0;
}
.sidenav a {
  color: #7c8c9c;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.8rem;
  display: block;
  padding: .5rem 0;
}
.sidenav a:hover {
  color: #e166b7;
}
.sidenav ul {
  list-style-type: none;
  padding:0;
}
.sidenav > li {
  margin: 0;
  padding: 0;
}
.sidenav > li > a {
  color: #2c3c4c;
  font-weight: 600;
  font-size: 1.3rem;
  padding-bottom: .5rem;
}
.sidenav > li > ul {
  margin: 0 0 1rem 0;
  display: none;
}
.sidenav > li.active > ul {
  display:block;
}
.sidenav li.active > a {
  color: #e166b7;
}

/* Article template */
section.related-articles {
  border-top: 1px solid #dae1e6;
	padding-top: 4rem;
}
section.related-articles h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-weight: 400;
    color: #2c3c4c;
  	margin: 0 0 2rem;
}
section.related-articles ul {
  margin: 0 0 4rem;
}
section.related-articles li:first-child {
    margin-top: 0;
}

section.related-articles li {
    position: relative;
    padding-left: 3rem;
  	margin-top: 1rem;
}
section.related-articles ul li::before {
  position: absolute;
  left: .9rem;
  top: 0;
  content: '\e64d';
  line-height: inherit;
  font-family: 'ustream-24';
  font-size: 2.4rem;
  font-weight: 700;
  color: #cbd4dc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
section.related-articles li a {
    color: #38f;
    text-decoration: none;
    transition: color .15s ease-out;
  	font-size: 1.5rem;
  	line-height: 2.4rem;
}

/* Search results */
#SearchResults .search-box {
	padding: 1.5rem 12.5rem 1.5rem 1.5rem;
  background-color: #ebf0f3;
  margin-bottom: 2rem;
  position: relative;
  box-sizing: border-box;
}

#SearchResults .search-box .icon-search {
  position: absolute;
  color: #cbd4dc;
  left: 2.5rem;
  top: 2.4rem;
}

#SearchResults .search-box #query {
  padding-left: 3.6rem;
  height: 4rem;
  margin: 0;
}

#SearchResults .search-box input[type=submit] {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 10rem;
  height: 4rem;
  overflow: hidden;
  text-align: center;
  background-color: #38f;
  border: none;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-radius: .3rem;
  transition: background-color .2s ease-out;
}
#SearchResults .search-box input[type=submit]:hover {
  background-color: #539eec;
}
#SearchResults .search-results-subheading {
	display:none;
}
#SearchResults .result-heading {
	color: #9cacbc;
  font-size: 1.3rem;
  line-height: 1.9rem;
}
.search-results li {
	margin-top: 2rem;
  font-size: 1.3rem;
  line-height: 1.9rem;
  color: #5c6c7c;
}
.search-results a {
	text-decoration: none;
  color: #38f;
}
.search-results a:hover {
	text-decoration: underline;
}
.search-results li a.search-result-link {
	font-size: 2rem;
  line-height: 3rem;
}
.search-results li .search-result-meta {
	font-size: 1.1rem;
  line-height: 1.6rem;
  color: #9cacbc;
  margin-bottom: 1rem;
  visibility: hidden;
}
.search-results li .search-result-meta a + a {
	padding-left: 1.4rem;
  position:relative;
}
.search-results li .search-result-meta a + a:before {
	content:"/";
  left: 0;
  position: absolute;
  width: 1.4rem;
  text-align: center;
  text-decoration: none;
  color: #9cacbc;
}
.search-results li .search-result-votes {
	display: none;
}
.pagination {
  margin-top: 4rem;
  text-align: center;
}
.pagination * {
  display: inline-block;
}
.pagination li {
  border: 1px solid #dae1e6;
  float: left;
  margin-left: -1px;
  color: #5c6c7c;
}
.pagination a, .pagination span {
  display: block;
  color: inherit;
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding: .6rem 1.2rem;
  text-decoration: none;
  -webkit-transition: color .2s ease, background-color .2s ease;
  transition: color .2s ease, background-color .2s ease;
}
.pagination a:hover {
  color: #38f;
  background-color: #f5f7f9;
}
.pagination-current {
  background-color: #f5f7f9;
  color: #cbd4dc;
}


/* articles list */
#SectionPage .article-promoted span {
	display:none;
}


/* Very specific styles for Player article 
DO NOT DELETE */

/* Article pages */
article table .verb {
    font-weight: 600;
    color: #2c3c4c;
    font-size: 1.2rem;
    white-space: nowrap;
}
article .table-container {
	box-shadow: inset 0 0 0 1px #ebf0f3;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 4rem;
	max-height: 80vh;
}

article .table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
	height: 6px;
	background-color: #ebf0f3;
}
article .table-container::-webkit-scrollbar-thumb {
  background-color: #5c6c7c;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, .5);
}
article table.responsive {
	box-shadow: none;
	margin-bottom: 0;
	min-width: 56rem;
}
@media screen and (max-width: 767px) {
	article table tbody {
		overflow-x: scroll;
		width:100%;
	}
	
}

article table.check-list {
	border: none;
  box-shadow: none;
 }


article table.check-list .icon-check {
  color: #91b31b;
  font-size: 4.2rem;
  line-height: 4.2rem;
  padding-top: 2.2rem;
}

article table.check-list td {
  border: none; 
  padding: 1rem 0;

}

article table.check-list img {
  max-width:none;
	margin: 0;
  padding: 0 ;
  width: 32px;
  height: 32px;
}
article table.check-list td:nth-child(1) {
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

article table.check-list p {
	margin: -1rem 0 0 0;
  padding: 0;
}


article table.browsers {
	box-shadow:	none;
}

article table.browsers tr:nth-child(1) {
  border-top: 1px solid #ebf0f3; 
}

article table.browsers td{
	padding: 2rem;
  vertical-align: middle;
}

article table.browsers tr td:nth-child(1) {
  width: 5rem; 
}

article table.browsers tr td:nth-child(2) {
  padding-left: 0rem;
}


article table.browsers tr td:nth-child(3) {
  background-color: #f8f8f8;
  text-align: center;
  width: 12rem;
}

article table.browsers img.browser-logo {
  max-width:none;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
}

article table.browsers img.html-logo {
  max-width:none;
  width: 22px;
  height: 27px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: inline;
}

article table.browsers p {
  margin: 0;
  padding: 0;
}

article table.browsers .supported {
	color: #e44d26;
  line-height: 2.7rem;
}


@media screen and (max-width: 640px) {
  article table.browsers tr td:nth-child(1) {
    padding: 1rem 2rem 1rem 0;
  }
}

@media screen and (max-width: 550px) {
  article table.browsers tr td:nth-child(3) {
    width: 6rem;
  }
}

.browserdetect {
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
  padding-bottom: calc(162px + 56.25%);
}

@media screen and (max-width: 550px) { .browserdetect { padding-bottom: calc(188px + 56.25%); } }
@media screen and (max-width: 455px) { .browserdetect { padding-bottom: calc(212px + 56.25%); } }
@media screen and (max-width: 350px) { .browserdetect { padding-bottom: calc(228px + 56.25%); } }

.browserdetect iframe {
  border: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}







/* Pre-footer */
#PreFooter {
  background: #2c3c4c;
  padding: 5rem 1rem 6rem;
  text-align:center;
}
#PreFooter .wrapper-960 {
	padding: 0 1rem;
}
#PreFooter h2 {
  font-size: 3.6rem;
	line-height: 4.8rem;
  font-weight: 300;
  color:white;
  color: rgba(255,255,255, 9);
  margin: 0 0 1rem 0;
}
#PreFooter p {
  color: #9cacbc;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 4rem;
}


/* Footer */
#Footer {
    display: block;
    color: #7c8c9c;
    font-size: 1.3rem;
    line-height: 1.9rem;
    padding: 0 .5rem 6rem;
}

#Footer .wrapper-960  {
  max-width: 96rem !important;
	padding-top: 5rem;
}
#Footer .wrapper-960::before  {
	content:"";
	position: absolute;
	left:1rem;
	right: 1rem;
	top:0;
	border-bottom:1px solid #dae1e6
}
#Footer ul > li {
    float:left;
}
#Footer .footer-nav {
	margin-bottom: 3rem;
}
#Footer .footer-nav > li > a {
    display: inline;
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin: 0 3rem 0 0;
    color: #7c8c9c;
}
#Footer .footer-nav h5 {
	font-size: 1.2rem;
    line-height: 1.8rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #2c3c4c;
	margin-bottom: 1.5rem;
}
#Footer .footer-nav > li li {
	display: block;
	float: none;
	margin: 0 0 1rem 0;
}
#Footer .footer-nav > li li > a {
    font-size: 1.3rem;
    line-height: 1.9rem;
    color: #7c8c9c;
}
#Footer .footer-nav > li a {
    color: #7c8c9c;
	text-decoration: none;
	transition: color .15s ease-out;
}
#Footer .footer-nav > li a:hover {
    color: #38f;
    text-decoration: none;
}
#Footer .footer-copy {
    font-size: 1.3rem;
	line-height: 2.4rem;
    color: #9cacbc;
}
#Footer .footer-copy li {
    display: inline;
	float: none;
}
#Footer .footer-copy li a {
    color: #9cacbc;
	text-decoration: none;
	transition: color .15s ease-out;
}
#Footer .footer-copy li a:hover {
    color: #38f;
    text-decoration: none;
}
#Footer .footer-copy li a:before {
    content:"/";
    padding:0 1em;
    color: #b9c6d0 !important;
}
#Footer #LangSelect {
	width: 16rem;
	position: absolute;
	right:1rem;
	top:0;
}
#Footer .social {
    margin-top: 20px;
}
#Footer .social li {
    display: inline-block;
	float: none;
}
#Footer .social a {
    color: #9cacbc;
    display: block;
    width:3.8rem;
    height:3.8rem;
    border-radius: 50%;
    border: 1px solid #b9c6d0;
    box-sizing: border-box;
    -webkit-transition: color .2s ease, border-color .2s ease;
    transition: color .2s ease, border-color .2s ease;
    text-align: center;
	text-decoration: none;
}
#Footer .social li + li {
    margin-left: 2rem;
}
#Footer .social a i {
    line-height: 3.6rem;
}
#Footer .social a:hover {
    border-color:#38f;
    color: #38f;
    text-decoration: none;
}
/* simple footer */
#Footer .footer-nav.simple {
	display: none;
}
#Footer.simple .footer-nav {
	display: none;
}
#Footer.simple .footer-nav.simple {
	display:block;
	margin-bottom: 2rem;
	padding: 0 1rem;
}
/* dark footer */
#Footer.dark {
	background-color: #2c3c4c;
}
#Footer.dark .wrapper-960::before {
	border:0;
}
#Footer.dark .footer-nav h5 {
	color: #ebf0f3;
}
#Footer.dark .footer-nav > li a {
    color: #9cacbc;
}
#Footer.dark .footer-nav > li a:hover {
    color: #ebf0f3;
}
#Footer.dark .footer-copy {
    color: #7c8c9c;
}
#Footer.dark .footer-copy li a {
    color: #7c8c9c;
}
#Footer.dark .footer-copy li a:hover {
    color: #ebf0f3;
}
#Footer.dark .footer-copy li a:before {
    color: #5c6c7c !important;
}
#Footer.dark .social a {
    color: #7c8c9c;
	border-color:#5c6c7c;
}
#Footer.dark .social a:hover {
    border-color:#ebf0f3;
    color: #ebf0f3;
}
#Footer.dark .control-select {
    color: #cbd4dc;
    border: 1px solid #17232e;
    background-image: -moz-linear-gradient( 90deg, rgb(44,60,76) 1%, rgb(57,74,92) 100%);
  	background-image: -webkit-linear-gradient( 90deg, rgb(44,60,76) 1%, rgb(57,74,92) 100%);
  	background-image: -ms-linear-gradient( 90deg, rgb(44,60,76) 1%, rgb(57,74,92) 100%);
}
#Footer.dark .control-select:hover {
	color: #ebf0f3;
  border-color: #5c6c7c;
}
/* hide social */
#Footer.hide-social .social {
	display: none;
}
/* hide top border */
#Footer.hide-bordertop .wrapper-960::before {
	display: none;
}
/* media queries */
@media screen and (min-width: 1260px) {
	#Footer .wrapper-960 {
		max-width: 123.6rem;
	}
}
@media screen and (max-width:991px) {
	#Footer .footer-copy, #Footer .social {
		display: block;
	}
	#Footer .bottom {
		text-align: left;
	}
	#Footer .bottom .copyright {
		display: block;
	}
	#Footer .bottom .copyright-policy:before {
		display: none;
	}
}
@media screen and (max-width:767px) {
	#Footer .column-2 {
		width: 33.33%;
		height: 24rem;
	}
}
@media screen and (max-width: 559px) {
	#Footer .footer-nav.simple li {
		display:block;
		float: none;
		line-height: 3rem
	}
	#Footer #LangSelect {
		margin-top: 2rem;
		position: relative;
		top: auto;
		right: auto;
		display: inline-block;
	}
	#Footer .column-2 {
		width: 50%;
		height: 24rem;
	}
	#Footer .column-2:nth-last-child(1), #Footer .column-2:nth-last-child(2)  {
		height: auto;
	}
}



@media screen and (max-width: 767px) {
	main > .wrapper-960 .column-8 {
    width: 100%;
  }
  main > .wrapper-960 .column-4 {
    display: none;
  }
  article h2 {
  	font-size: 3.2rem;
  	line-height: 4.4rem;
  }
  
}

@media screen and (max-width: 479px) {
	#HomePage .column-6 {
  	width: 100%;
  }
  
  #HomePage .box-list li.has-icon .inner {
  	padding-left: 2rem;
    padding-top: 13rem;
    text-align: center;
  }
  #HomePage .box-list li.has-icon .inner .illustrative-icon {
  	left: 50%;
    margin-left: -4.5rem;
  }
  #HomePage .box-list li.has-icon .inner .read-more {
  	float: none;
    display: inline-block;
  }
}

@media screen and (max-width: 639px) {
	#CategoryPage .column-6 {
  	width: 100%;
  }
}


/* Select */

.control-select {
    display: inline-block;
    position: relative;
    font-size: 1.3rem;
    font-weight: 600;
    color: #5c6c7c;
    line-height:1.8rem;
    border-radius: .3rem;
    border: 1px solid #cbd4dc;
    padding: .5rem 1.6rem;
    background-image: -webkit-linear-gradient(270deg, #fff, #ebf0f3);
    background-image: -moz-linear-gradient(270deg, #fff, #ebf0f3);
    background-image: -ms-linear-gradient(270deg, #fff, #ebf0f3);
    background-image: linear-gradient(180deg, #fff, #ebf0f3);
    transition: border .2s ease-out, color .2s ease-out;
	margin-bottom: 1rem;
	box-sizing: border-box;
    
}
.control-select .glyphicon {
    float:right;
	line-height: inherit;
	margin-left: .8rem;
}
.control-select:hover {
    border-color: #9cacbc;
}
.control-select select {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    bottom: 0;
    padding:0;
    opacity: 0;
    margin:0;
    line-height: 1;
    outline: none;
    -webkit-appearance: none;
}

.control-select.small {
	font-size: 1.1rem;
	line-height: 1.6rem;
	padding: .4rem 1.2rem;
}