/* Hero */
header {
    position: relative;
    background-color: #2c3c4c;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 0 1rem;
}
.hero > .row {
    padding: 10rem 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;
}
.hero h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    width: 100%;
    opacity: 0.72;
}

.hero h4 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    width: 100%;
    opacity: 0.72;
	margin-top: 2rem;
}

.hero .breadcrumb {
    font-size: 2rem;
    line-height: 3rem;
}
.hero .breadcrumb li {
    display: inline-block;
}
.hero .breadcrumb li + li::before{
    content: "/";
    color: white;
    opacity: .24;
    padding: 0 1.5rem 0 1rem;
}
.hero .breadcrumb a {
    color:#fff;
    color: rgba(255,255,255,0.7);
}
.hero .breadcrumb a:hover {
    color: #fff;
}
@media screen and (max-width: 560px) {
    .hero .breadcrumb {
    	font-size: 1.5rem;
    	line-height: 2.4rem;
	}
	.hero h1 {
        font-size: 3.8rem;
    	line-height: 4.8rem;
    }
	.hero h4 {
        font-size: 1.5rem;
    	line-height: 2.4rem;
    }
	.hero.medium > .row {
		min-height: 32rem;
	}
	.hero.small > .row {
		min-height: 22rem;
	}
	.hero > .row {
		padding: 6rem 1rem;
	}
	.hero {
		background-size: cover;
	}
}

/* Main nav */
/* 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.2rem 1rem 0 0;
    float:left;
    height:3.6rem;
    background: left center url(//web-archive.nli.org.il/National_Library/20160521004321oe_///p6.zdassets.com/hc/theme_assets/89884/200029960/ustream-logo-blue.svg) no-repeat;
}
#Nav.logo-square .ustream-logo {
    background: left center url(//web-archive.nli.org.il/National_Library/20160521004321oe_///p6.zdassets.com/hc/theme_assets/89884/200029960/u-logo-blue.svg) no-repeat;
}
#Nav .ustream-logo span {
    display: inline-block;
    margin-left:13.4rem;
}
#Nav.logo-square .ustream-logo span {
    margin-left: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(//web-archive.nli.org.il/National_Library/20160521004321oe_///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(//web-archive.nli.org.il/National_Library/20160521004321oe_///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(//web-archive.nli.org.il/National_Library/20160521004321oe_///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(//web-archive.nli.org.il/National_Library/20160521004321oe_///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 {
        background: left center url(//web-archive.nli.org.il/National_Library/20160521004321oe_///p6.zdassets.com/hc/theme_assets/89884/200029960/u-logo-blue.svg) no-repeat;
    }
    #Nav.skin-transparent .ustream-logo {
        background: left center url(//web-archive.nli.org.il/National_Library/20160521004321oe_///p6.zdassets.com/hc/theme_assets/89884/200029960/u-logo-white.svg) no-repeat;
    }
    #Nav .ustream-logo span {
        margin-left: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: center center url(//web-archive.nli.org.il/National_Library/20160521004321oe_///p6.zdassets.com/hc/theme_assets/89884/200029960/ustream-logo-blue.svg) no-repeat;
        background-size: contain;
        font-size: 0;
        line-height: 1.6rem;
        margin: 1.7rem 0;
        height:1.6rem;
    }
  	#Nav.skin-transparent .ustream-logo {
        background: center center url(//web-archive.nli.org.il/National_Library/20160521004321oe_///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;
    }
}


/* Sidenav */
.sidebar h3 {
	font-size: 1.2rem;
	font-weight: 600;
    line-height: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.sidebar .stickyContent {
    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 a {
	color: #3388ff;
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 1.8rem;
    display: block;
    padding: .5rem 0;
}
.sidebar .recent-articles a:hover, .sidebar .related 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;
}


/* 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;
	}
}


/* Home */
#developers-home .column-4 h4 span {
    display: block;
    font-size: 1.2rem;
	line-height: 1.8rem;
    text-transform: uppercase;
    color: #9cacbc;
}
#developers-home .column-4 {
    margin-bottom: 8rem;
}
#developers-home .column-4 .column-wrapper {
	position: relative;
}
#developers-home .column-4 .description {
	padding-bottom: 3rem;
}
#developers-home .column-4 .buttons {
    font-size: 1.3rem;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
#developers-home .column-4 .buttons a+a {
    margin-left: 1rem;
    white-space: nowrap;
    line-height: 2.8rem;
}
#ApiLogo {
    position: absolute;
    width: 566px;
    height: 514px;
    top: -8rem;
    right: -5rem;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
}
#ApiLogo.no-transition {
    background: url(/National_Library/20160521004321oe_/http://developers.ustream.tv/images/developers-hero-image.png) no-repeat;
}
#ApiLogo.has-transition div {
    position: absolute;
    width: 566px;
    height: 514px;
    top: 0;
    left: 0;
}
#ApiLogo.has-transition #ApiLogoShadow {
    background: url(/National_Library/20160521004321oe_/http://developers.ustream.tv/images/developers-hero-shadow.png) no-repeat;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 51% 78%;
    -moz-transform-origin: 51% 78%;
    -ms-transform-origin: 51% 78%;
    transform-origin: 51% 78%;
}
#ApiLogo.has-transition #ApiLogoBase {
    background: url(/National_Library/20160521004321oe_/http://developers.ustream.tv/images/developers-hero-base.png) no-repeat;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#ApiLogo.has-transition #ApiLogoGrid {
    background: url(/National_Library/20160521004321oe_/http://developers.ustream.tv/images/developers-hero-grid.png) no-repeat;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#ApiLogo.has-transition #ApiLogoU {
    background: url(/National_Library/20160521004321oe_/http://developers.ustream.tv/images/developers-hero-U.png) no-repeat;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#ApiLogo.has-transition.start #ApiLogoBase, #ApiLogo.hastransition.start #ApiLogoGrid, #ApiLogo.has-transition.start #ApiLogoU {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
#ApiLogo.has-transition.start #ApiLogoShadow {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	#ApiLogo {
		transform: scale(.9);
	}
}

@media screen and (max-width: 767px) {
    #developers-home .column-4 {
        width: 50%;
    }
    #developers-home .column-4:nth-child(2n+2)::after {
        content: '.';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
	#ApiLogo {
		display: none;
	}
}

@media screen and (max-width: 560px) {
    #developers-home .column-4 {
        width: 100%;
    }
    #developers-home .column-4 .description {
        min-height: 0;
    }
}



/* Category Home */
#developers-category-home .panel {
    padding: 3rem;
    margin-bottom: 2rem;
}
#developers-category-home .panel .panel-buttons a {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
	display: inline-block;
}
#developers-category-home article {
    margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
    #developers-category-home .panel {
        padding: 2rem;
    }
}


/* Article pages */
article pre {
  overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

article pre::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
	height: 6px;
	background-color: #ebf0f3;
}
article pre::-webkit-scrollbar-thumb {
  background-color: #5c6c7c;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, .5);
}

article {
  padding-bottom: 6rem;
}
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) {
    .column-4.sidebar {
        display:none;
    }

    .column-8,  .column-6 {
        width: 100%;
    }

	article table tbody {
		overflow-x: scroll;
		width:100%;
	}

}



/* SNORKY UPDATE REQUESTS */

/* add margin-bottom back to p elements inside of a panel */


header h1 {
	margin: 0;
}

.fill-grad1 {
	background-image: linear-gradient(150deg,#683468,#38447d);
}

header {
	background-image: url(/National_Library/20160521004321oe_/http://developers.ustream.tv/images/hero-bg.jpg);
	background-position: top center;
	background-size: 2000px 600px;
	background-repeat: no-repeat;
	background-color: transparent;
}
@media screen and (min-width: 2000px) {
	header {
		background-size: cover;
	}
}


.row {
	max-width: 96rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	margin-right:auto;
	margin-left:auto
}

.row.gutter-10, .row.gutter-20, .row.gutter-30 {
	padding-left: 0;
	padding-right: 0;
}

article {
	padding-top: 4rem;
}

article p + .note {
	margin-top: 0;
}

/* select */
.control-select {
    display: 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 1rem;
    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;
	margin-bottom: 1rem;
	height: 1.8rem;
}
.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;
}
