/*=======================================
 * Column Layout
 */
.one-column {max-width:600px;margin-right:auto;margin-left:auto;}

@media only screen and (min-width : 800px) {
	/* Column widths */
	/* 2 items */ .cols.equal-widths > .col:first-child:nth-last-child(2), .cols.equal-widths > .col:first-child:nth-last-child(2) ~ .col {width:50%;}
	/* 3 items */ .cols.equal-widths > .col:first-child:nth-last-child(3), .cols.equal-widths > .col:first-child:nth-last-child(3) ~ .col {width:33.33%;}
	/* 4 items */ .cols.equal-widths > .col:first-child:nth-last-child(4), .cols.equal-widths > .col:first-child:nth-last-child(4) ~ .col {width:25%;}
	/* 5 items */ .cols.equal-widths > .col:first-child:nth-last-child(5), .cols.equal-widths > .col:first-child:nth-last-child(5) ~ .col {width:20%;}

	/* Padding between columns */
	/* 2 items */ .cols.pad-between > .col:first-child:nth-last-child(2), .cols.pad-between > .col:first-child:nth-last-child(2) ~ .col {padding-left:3%;padding-right:3%;}
	/* 3 items */ .cols.pad-between > .col:first-child:nth-last-child(3), .cols.pad-between > .col:first-child:nth-last-child(3) ~ .col {padding-left:30px;padding-right:30px;}
	/* 4 items */ .cols.pad-between > .col:first-child:nth-last-child(4), .cols.pad-between > .col:first-child:nth-last-child(4) ~ .col {padding-left:25px;padding-right:25px;}
	/* 5 items */ .cols.pad-between > .col:first-child:nth-last-child(5), .cols.pad-between > .col:first-child:nth-last-child(5) ~ .col {padding-left:10px;padding-right:10px;}
	.cols.pad-between > .col:first-child{padding-left:0px !important;}
	.cols.pad-between > .col:last-child{padding-right:0px !important;}
}

.anchor {outline:0;}
h2 a.anchor {margin-top:-20px; padding-top:20px;}

/*=======================================
=========================================
NAVIGATION > PRIMARY
*/
.primary-navigation__item.selected > a{color:#d7181b;}
/*=======================================
=========================================
NAVIGATION > SECTION
*/

nav.section {display:none;}
@media (min-width: 800px) {
	nav.section {
		display:block;
		border-bottom: 1px solid #a2a2a2;
		background: #fff;
		padding-top:4px;
		padding-bottom: 4px;
	}
}
nav.section > .wrapper,
nav.section > .wrapper{
	display:block;
	max-width:1122px;
	margin:0 auto;
	padding:0 17px;
	box-sizing: border-box;
}
nav.section ul{margin:0;padding:8px 0;}
nav.section li{display: inline-block;padding-right:0px;}
nav.section a{color:#000;}
nav.section .selected{color:#00739c;}

	@media (min-width: 800px) {
		nav.section .level-1{margin-left:0;padding:1.75em 0 0 0;}
		nav.section .level-1 {display:table;padding-top:0;}
		nav.section .level-1 > li {display:inline-block;padding-right:15px;vertical-align:top;vertical-align:middle;}

		nav.section .level-1 > li:first-child {margin-left:0px !important;}
		nav.section .level-1 > li:last-child {padding-right:0;}
		nav.section .level-1 > li > a{font-size:15px;font-weight:400;padding:6px 10px 6px;}
		nav.section .level-1 > li.logo {padding-left:10px;}

		nav.section .level-1 > li > a {
			color: #000;
			display: inline-block;
			position:relative;
		}
		nav.section .level-1 > li a:hover{color:#df1e2b;}
		.level-1 > li.has-secondary-navigation {}
		.level-1 > li.has-secondary-navigation > a:hover,
		.level-1 > li.has-secondary-navigation > a:focus{}
	#aux-nav .has-secondary-navigation > a:after{
		margin-left: 5px;
	}
	.has-secondary-navigation > a:after {}
	.level-1 > a:hover:after{}
}

nav.section li.has-secondary-navigation > a{
	border:1px solid transparent;
	border-bottom:0;
	padding-right:24px;
}
nav.section li.has-secondary-navigation > a:after {
	display: block;
  margin: -2px 0 0 0.334em;
  width: 9px;
  height: 6px;
  background: url("https://web-archive.nli.org.il/National_Library/oe_/http://www.couchbase.com/images/icons/nav-arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  vertical-align: middle;
	position: absolute;
  top: 17px;
	right: 8px;
}
nav.section li.has-secondary-navigation:hover {
    @include transition(background, 0.2s);
		border-left:10px;
}
nav.section li.has-secondary-navigation:hover > a,
nav.section li.has-secondary-navigation:focus > a {
	text-decoration: none;
	border-bottom:0;
	box-sizing: border-box;
	border-radius:5px 5px 0 0;
	color:#fff;
}
nav.section li.has-secondary-navigation:hover > a:after,
nav.section li.has-secondary-navigation:focus > a:after {
  background-image: url("https://web-archive.nli.org.il/National_Library/oe_/http://www.couchbase.com/images/icons/nav-arrow--active.png");
}
nav.section ul li .secondary-navigation {
	opacity:0; /* 0 */
	visibility: hidden; /* hidden */
	width:auto;
	min-width: 150px;
	position: absolute;
	transition:opacity .1s linear;*
	margin-top:0px;
	z-index: 999;
	font-size:15px;
	color:#000;
	max-width:100%;
	padding:4px 20px 4px 4px;
	border-radius:0 5px 5px 5px;
	box-shadow: 0 1px 1px #000;
}
nav.section ul li:hover > .secondary-navigation,
nav.section ul li .secondary-navigation:hover {
  visibility: visible;
	opacity:1;
}
nav.section .secondary-navigation .secondary-navigation__items li{
	display:block;
}
nav.section .secondary-navigation .secondary-navigation__items a{
	display:block;
	padding:5px 15px;
	font-weight:normal;
	color:#fff;
}

/* Background-color */
nav.section li.has-secondary-navigation:hover > a, nav.section li.has-secondary-navigation:focus > a, nav.section ul li .secondary-navigation{
	background:#333;
}

/* Embedded sections */
section section.move-into-last-section {background:transparent !important;border:none !important;padding-bottom:0;padding-top:35px;}

/*=======================================
=========================================
BANNERS
*/
section.banner{
	border-top:0px;
	background-size: cover;
	background-position:top left;
	background-repeat:no-repeat;
	padding:60px 15px;
	text-align:center;
}
section.banner p {font-size:24px;margin-bottom:25px;}
.partner-landing .banner{margin-top:25px;background-size:100%;background-position:top right;}
.partner-landing .banner:first-child{background-color:#4d4d4d;}
.banner h2 {font-family:'Roboto Condensed',sans-serif;font-size:50px;margin:-8px 0 15px;font-weight:300;}
.banner h2, .banner p{text-shadow:0 0 2px #fff;}
.partner-landing .banner{color:#000;}
.partner-landing .banner h2 a{color:inherit;}
.banner .bg-img *:not(.button){text-shadow: 0 0 3px #000;}
.banner .bg-img h1{margin:0px;}
.banner p {font-size:18px;margin-bottom:25px;}
.partner-landing .button{
	font-size:15px;
	background:#333;
	color:#fff;
	border:1px solid #333;
	padding:12px 20px;
}
section.banner *:last-child{margin-bottom:0;}
section.banner.dk-bg .button{font-size:18px;background:#fff;color: #cb0005;background: #ffffff;font-weight:bold;border-radius: 4px;border:1px solid #000;}
section.banner h1 + .button{margin-top:20px;}

/* Dark background with light text */
.banner.dk-bg h2, .banner.dk-bg p{text-shadow:0 0 2px #000;}
section.banner.dk-bg a:not(.button),
section.banner.dk-bg a:not(.button):hover,
section.banner.dk-bg a:not(.button):focus{color:#fff;}

/* Design */
.partner-landing .banner.show-design{background-image:url('images/backgrounds/two-people-shaking-hands.jpg');}

/* Partners */
.partners-sec .banner > .wrapper{max-width: 700px;}

/* Learn and Support landing pages */
.learn-support-sec .banner > .wrapper > *:not(.featured){max-width: 700px;margin-left:auto;margin-right:auto;}
.learn-support-sec .banner > .wrapper > *:last-child{margin-bottom:0;}
.learn-support-sec .banner > .wrapper > div > *:last-child {margin-bottom: 0;}
.learn-support-sec.landing h2,
.learn-support-sec.landing h3{font-weight:300;}
.learn-support-sec.landing .banner:first-child,
.learn-support-sec.doc-list .banner:first-child{background-color:#f2f2f2;border-bottom:1px solid #b9b7b4;}
.learn-support-sec.landing .banner p {font-size:18px;margin-bottom:25px;}
.learn-support-sec section.banner .button{font-size:16px;}
.learn-support-sec.landing section.banner .button{background:#fff;}
.learn-support-sec.landing section.banner .button:not(:last-child){margin-right:15px;margin-bottom: 10px;}

/*=======================================
=========================================
LIST
*/
section.list p {font-size:18px;}

/* Partners */
.partners-sec section.list .col{padding-top:60px;padding-bottom:60px;}
.partners-sec section.list h2 {font-size:52px;font-weight:300;margin-bottom:5px;margin-top:0;}
.partners-sec section.list p {color:#1c2328;}
.partners-sec section.list .button{margin-top:15px;}

@media only screen and (max-width: 49.99em){
	.partners-sec section.list .col{padding-top:30px;padding-bottom:30px;}
}

/*=======================================
=========================================
COLUMN LISTS
*/
section.list{text-align:center;}


/*=======================================
 * Open Source > Project List
 */

/* Project List */
section.project-list {padding-top:40px;padding-top:40px;}
section.project-list h3{font-size:28px;}
section.project-list h3:not(:first-child){margin-top:15px;}
section.project-list .contact:before{content:"Contact(s): ";font-weight:bold;}
section.project-list .accordion-content{font-size:16px;}
section.project-list .accordion-content a:not('.button'){text-decoration: underline;}
section.project-list h5{margin:0 0 10px 0;font-size:15px;}
section.project-list .cols + .cols > .col{padding-top:30px;}
section.project-list .accordion {border-top:1px solid #bbbbbb;border-bottom:1px solid #bbbbbb;}
section.project-list .accordion-link:first-of-type a{border-top:0;}
section.project-list .accordion-content:last-of-type {border-radius: 0 0 5px 5px;}
section.project-list .accordion + .accordion {margin-top:40px;}
section.project-list .accordion .accordion-link > a {color:#252525;}
section.project-list h4 .sub {display:block;font-weight:normal;font-size:14px;margin-top:3px;}
section.project-list .accordion-link a:before {top:11px;}
section.project-list div.accordion-link a:before{top:24px;}
section.project-list .accordion h2 {
	font-size:24px;
	font-weight:normal;
}
section.project-list .accordion h2 div.image{
	top:18px;
}
section.project-list .accordion h4 {font-size:16px;font-weight:normal;margin-top:0;}
section.project-list .accordion .accordion-link div.image{
	position:absolute;
	top:6px;
	right:0;
	width:30px;
	padding-right:10px;
	text-align:center;
	padding-bottom:2px;
}
section.project-list .accordion .accordion-link img {
  max-height: 15px;
}
.accordion-link p{margin-bottom:0;font-size:16px;}

.accordion .accordion-content section{
	padding:20px 0;
}

/* Getting Started accordion */
#getting-started-accordion,
#getting-started-accordion .accordion-content {
	background:none;
	border:none;
}
#getting-started-accordion .accordion-content p,
#getting-started-accordion .accordion-content li {
	font-family: 'Kievit OT', sans-serif;
}
#getting-started-accordion .accordion-content h3 {
	font-family:"Roboto Condensed", sans-serif;
}
#getting-started-accordion .accordion-content {
	padding:20px 12px 30px;
}
#getting-started-accordion .accordion-content a.button{
	font-size:14px;
	padding: .8em 1em .85em 1em;
	margin-top: 5px;
	margin-bottom: 20px;
}
#getting-started-accordion .accordion-link > a{
	border:none;
	text-shadow:0 0 2px black;
	padding:0;
	display: flex;
	flex-direction: column;
}
#getting-started-accordion .accordion-link > a:before {
	background-image:none;
}
#getting-started-accordion .accordion-link > a:after{
	content: "+";
	position: absolute;
	font-size:24px;
	font-weight:bold;
	color:white;
	z-index: 1;
	background-image:none;
	background-repeat:no-repeat;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	right:18px;
	top: 16px;
}
#getting-started-accordion .accordion-link > a.show:after{
	content: "-";
	width: 10px;
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
	top: 20px;
	right:20px;
}
#getting-started-accordion .accordion-link h2{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start; /* horizontal align */
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
	width:100%;
	margin-bottom:3px;
}
#getting-started-accordion .accordion-link h2 span{
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 1;
	flex: 1;
	color:white;
	padding:20px;
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
}
#getting-started-accordion .accordion-link h2 span.step{
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	background:#b10004;
	text-transform: uppercase;
	font-size: 18px;
	padding-right: 25px;
	-webkit-align-self: stretch; /* Safari */
	align-self: stretch;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
#getting-started-accordion .accordion-link h2 span.title{
	background:#545657;
	padding-left:40px;
	background-image: url('https://web-archive.nli.org.il/National_Library/oe_/http://www.couchbase.com/binaries/content/gallery/website/modules/accordion/accordion-chevron.gif');
	background-repeat: no-repeat;
	background-size: 18px 100%;
	top:0;
	left:0;
}
#getting-started-accordion .accordion-link .show .title{
	background-color:#252525;
}
#getting-started-accordion .accordion-link > a:hover .title,
#getting-started-accordion .accordion-link > a:focus .title{background-color: #3c3c3c;}

#getting-started-accordion .accordion-link > a:before{left:18px;}

#getting-started-accordion .accordion-link > a:hover,
#getting-started-accordion .accordion-link > a:focus{text-decoration: none;}
#getting-started-accordion .accordion-link > a:hover h2,
#getting-started-accordion .accordion-link .step:after{
	content:'';
}

#getting-started-accordion #get-started-step-1{
	font-size:18px;
	margin-right:15px;
	margin-bottom:10px;
}

#getting-started-accordion .download-setting select{
	height:36px;
	font-size:14px;
	max-width:200px;
}
#getting-started-accordion a.download{
	display: inline-block;
	text-decoration: none;
}
a.action.download:before,
.download-setting a.download:before{
	background: no-repeat 50% 50%;
	background-image: url("/National_Library/oe_/https://developer.couchbase.com/images/icons/download-white.png");
	content: "";
	display: inline-block;
	margin: -2px 0.5em 0 0;
	height: 20px;
	vertical-align: middle;
	width: 20px;
}
a.action.download:before{
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
}
@media only screen and (max-width : 1000px) {
	#getting-started-accordion a.action.download:before,
	table.downloads div.platform:before{
			content:none !important	;
	}
}

.accordion-link a.show:before{
	background-image:url('https://web-archive.nli.org.il/National_Library/oe_/http://www.couchbase.com/binaries/content/gallery/couchbase-developer-portal/icons/accordion-open.png');
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
table.downloads{
	padding-top:10px;
}
table.downloads thead{
  text-transform: uppercase;
  font-size: 12px;
  padding: 0px;
}
table.downloads tbody tr td{
  border-top: 1px solid #ededed;
}
table.downloads td{
	padding:10px 25px 10px 0px;
	vertical-align: middle;
}
table.downloads td .action{
	padding-right:12px;
}
table.downloads td a.action{
	display:inline-block;
	font-size:17px;
	text-decoration: none !important;
}
table.downloads div.platform{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
   flex-direction: row;
	 -webkit-align-items: center;
    align-items: center; /* vertical align */
}
table.downloads div.platform:before {
		content:"";
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-position: 0 0;
		background-repeat: no-repeat;
}
table.downloads div.platform.platform-windows:before {
  background-size: 60px 60px;
  background-position: -6px -5px;
}
table.downloads div.platform-windows:before {
  background-image: url("/National_Library/oe_/https://developer.couchbase.com/images/logos/windows.png");
}
table.downloads div.platform-virtualbox:before {
  background-image: url("https://web-archive.nli.org.il/National_Library/oe_/http://1.bp.blogspot.com/-hewr1JQN0EY/T7jTkMnWI9I/AAAAAAAABt4/JewzWWNA8IY/s1600/virtualbox.png");
}
table.downloads div.platform-vmware:before {
  background-image: url("https://web-archive.nli.org.il/National_Library/oe_/http://www.davidtan.org/wp-content/uploads/2009/11/vmware-workstation-logo-150x150.png");
}
table.downloads div.platform-hyperv:before {
  background-image: url("https://web-archive.nli.org.il/National_Library/oe_/http://1.bp.blogspot.com/-hewr1JQN0EY/T7jTkMnWI9I/AAAAAAAABt4/JewzWWNA8IY/s1600/virtualbox.png");
}
.learn-support-sec .accordion-content ol {
  background: none;
  padding-left: 22px !important;
	margin-top:0;
	margin-bottom: 0;
}

.learn-support-sec .accordion-content ol.steps li p:last-child{margin-bottom:0;}
/* Landing page > Alternate section styling */
.learn-support-sec.landing section.alt-section:not(.highlight) {border-top:1px solid #dbdad6;border-bottom:1px solid #dbdad6;background:#fbfbfb;}

/* Landing page > Instructions */
section.instructions {padding-top:40px;padding-top:40px;}
section.instructions h3{text-transform: uppercase;font-size:14px;}
.learn-support-sec.landing section.instructions .steps{margin-top:30px;border:1px solid #c2c2c2;padding:15px;margin-bottom:20px;background:#fff;}
section.instructions ol{padding-left:20px;}
section.instructions ol ol {font-weight:300;}
section.instructions ol ol li {margin-bottom:6px;}
section.instructions li p:not(:first-child){font-weight:300;}

.learn-support-sec .tpl-footer {padding:50px;background:#eaeaea;}
.learn-support-sec .tpl-footer h2 {margin-bottom:20px;font-size:27px;}

.tpl-footer .recent-articles ul{padding-left:0;list-style-type: none;}
.tpl-footer .recent-articles li{margin-bottom:18px;font-size:15px;line-height:1.35em;}

@media only screen and (max-width : 1118px) {
	.learn-support-sec section.documents{
		padding-left:15px;padding-right:15px;
	}
}

@media only screen and (max-width : 599px){
	.learn-support-sec.article-tpl section{
		padding:0;
	}
}
.learn-support-sec.article-tpl .current-article {display:block;}
.learn-support-sec.article-tpl .current-article a{
	display:block;
	color:#000;
	font-weight:bold;
	background: #eaeaea url("https://web-archive.nli.org.il/National_Library/oe_/http://docs.couchbase.com/developer/assets/images/icons/developer-portal-sidebar-navigation-toggler.png") no-repeat 100% 50%;
	padding:10px;
	margin:17px;
	border:1px solid #ccc;
	border-radius:3px;
}

@media only screen and (min-width : 800px) {
	.learn-support-sec.article-tpl .current-article{
		display:none;
	}
	.section-nav {}
	.section-nav > div{max-height: 100vh;padding-top:41px;padding-bottom:25px;}
	.section-nav > div.fixed{position:fixed;top:0;bottom:auto;max-width: 218px;}
	.section-nav > div.fixedToBottom{position:absolute;top:auto;bottom:0;}
}
@media only screen and (max-width : 799px) {
	.learn-support-sec.article-tpl .wrapper{padding:0;}
	.learn-support-sec.article-tpl .article{width:100%;padding:30px 17px;}
	.learn-support-sec.article-tpl .section-nav {width:100%;padding-top:10px;}
	.learn-support-sec.article-tpl .section-nav a {padding-left:17px;padding-right:17px;}
	.section-nav {display:none;}
	.story .toc {width:auto;float:none;margin:0 0 17px 0;}
}
.tpl-footer .upcoming-events table {border-spacing:0;width:100%;}
.tpl-footer .upcoming-events td {padding:14px 14px 14px 0;border-bottom:1px solid #b1afac;}
.tpl-footer .upcoming-events tr:last-child td{border-bottom:0;}
.learn-support-sec .tpl-footer table + .button {margin-top:15px;}
.learn-support-sec .tpl-footer .button{
	font-size: 14px;
	color:#cb0005;
	background:#ffffff;
	text-shadow: none;
	font-weight:bold;
	border:1px solid #aeaeae;
	border-radius: 5px;
	padding:12px 22px 12px 22px;
}
section aside.ad {padding:40px 0 20px;}
section aside.ad img {width:100%;}

@media only screen
and (min-width : 800px) {
	.learn-support-sec.article-tpl .tpl-body{padding-top: 0;padding-bottom: 0;background-image:url('/National_Library/oe_/https://developer.couchbase.com/binaries/content/gallery/couchbase-developer-portal/backgrounds/gray-bg-right-half.gif');background-repeat:repeat-y;background-size:100% 100%;}
	.tpl-footer .recent-articles {padding-right:40px;}
}
/*
Anchors
*/
.learn-support-sec h2 a.anchor:hover, .learn-support-sec h2 a.anchor:focus {
	color:inherit;
	text-decoration:underline !important;
	outline:0;
	display:block;
	padding-top:20px;
}

/*
Typography
*/
ol > li > ol{padding-top:.75em;list-style-type: lower-alpha;}
.learn-support-sec h1,
.learn-support-sec.article-tpl h2,
.article .utilities a,
.article .prev-next,
.article .note .notetitle,
.learn-support-sec h1,
.learn-support-sec h2,
.learn-support-sec h3,
.learn-support-sec h4,
.learn-support-sec.landing .list *,
.learn-support-sec.landing .about-experts,
.learn-support-sec table caption,
.learn-support-sec.doc-list section:not(.banner) li a,
section.instructions p,
section.instructions li,
section.project-list p,
section.project-list li,
.filter-button-group,
.doc-section .anchors:before,
.learn-support-sec .tpl-footer,
.article .body,
.article .related-links:before{
	font-family: 'Roboto Condensed',sans-serif;
}

ol > li > ol{padding-top:.75em;list-style-type: lower-alpha;}
.learn-support-sec h1,
.learn-support-sec.article-tpl h2,
.article .utilities a,
.article .prev-next,
.learn-support-sec h1,
.learn-support-sec h2,
.learn-support-sec h3,
.learn-support-sec h4,
.learn-support-sec.landing .list *:not(a),
.learn-support-sec.doc-list section:not(.banner) li a,
.doc-section .anchors:before,
.learn-support-sec .tpl-footer{
	color:#252525;
}
.learn-support-sec.doc-list a:hover,
.learn-support-sec.doc-list a:focus{
	text-decoration:underline;
}

.learn-support-sec .banner.dk-bg h1{color:#fff;}
.learn-support-sec .tpl-footer .button{
	font-family: sans-serif;
}
.learn-support-sec.home-tpl h3,
.sitemap h3,
.learn-support-sec.doc-list  h4{font-weight:bold !important;display:block;color:#3c3d3f;font-size:14px !important;text-transform:uppercase;line-height:1.1em;margin-bottom:4px;}

.featured li:last-child{padding-right:0;}

.learn-support-sec section.learn-support-products{
	background:#fafafa;
	padding-top:0;
	padding-bottom:0;
	text-align:center;
}
.learn-support-products .news{
	position:absolute;
	top:0px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
.learn-support-products .news > div{font-size:15px;background:#009fe9;border-radius: 0 0 4px 4px;color:#fff;padding:8px 30px;width:auto;display:inline-block;}
.learn-support-products .news a{color:inherit;}
.learn-support-products .col{padding:60px 40px 50px;}
.learn-support-products h2 {font-size:67px;font-weight:300;margin-bottom:5px;margin-top:0;}
.learn-support-products h2 span{display:block;font-size:20px;line-height:1em;margin-bottom: -6px;}
.learn-support-products ul{padding:0;max-width:80%;margin:0 auto;font-size:.95rem;}
.learn-support-products li, .learn-support-products h3 {display:inline-block;font-family:'Roboto Condensed',sans-serif;font-weight:400;padding:2px 15px 2px 0;}
.learn-support-products li:last-child {padding-right:0;}
.learn-support-products .featured{margin:20px auto -15px;border-top:1px solid #b9b7b4;font-size:14px;text-align:center;}
.learn-support-products .featured h3 {display:table-cell;padding-left:14px;}
.learn-support-products .featured ul {display:table-cell;max-width:none;}
.learn-support-products .featured a{color:inherit;}
.learn-support-products .featured img{padding-bottom: 2px;max-height: 14px;padding-right: 5px;}
@media only screen
and (min-width : 601px) {
	.learn-support-products p{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen
and (max-width : 600px) {
	.learn-support-products .featured h3,
	.learn-support-products .featured ul{
		display: block;
	}
}

.products{
	padding-top:0;
	padding-bottom:0;
	text-align:center;
}
products .news{
	position:absolute;
	top:0px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
.products .product-icon{max-width:50px;max-height:50px;margin-bottom:10px;}
.products h2 {font-size:28px;font-weight:300;margin-bottom:14px;margin-top:0;}
.products .col:not(:only-child) p, .learn-support-sec .banner section.products p {font-size:.95rem;color:#3c3d3f;margin-bottom:.8rem;}
.products ul{padding:0;max-width:80%;margin:0 auto;font-size:.95rem;}

/* In banner */
.banner .products{max-width:850px;margin:0 auto;}

.products li:last-child {padding-right:0;}
@media only screen
and (min-width : 601px) {
	products p{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen
and (max-width : 600px) {
	products .featured h3,
	products .featured ul{
		display: block;
	}
}

.learn-support-sec .products > .cols > .col:only-child {padding-top:40px;padding-bottom:40px;}
.products .cols > .col:only-child > *:not(.featured){max-width: 700px;margin-left:auto;margin-right:auto;}
.products .cols > .col:only-child h2{font-size:32px;margin-bottom:.75rem;font-weight:300;}
.products .cols > .col:only-child p, .products .cols > .col:only-child ul, .products.move-into-last-section p {font-family: "Roboto Condensed",sans-serif;font-size:1.1rem;margin-bottom:.65em;}
.products a.button{font-size:.9rem;font-family: sans-serif;border-radius:5px;}
.products ul:not(.bullets){margin-top:1em;}
.products ul:not(.bullets) li{display:inline-block;padding-right:15px;}
.products ul li:last-child{padding-right:0;}
.products p ~ ul > li > a.button{padding:.85em 1.5em .8em 1.5em;background: #ffffff;}

.products .cols > .col:only-child .featured{margin:30px auto 0;font-size:14px;text-align:center;}
.products .cols > .col:only-child .featured h3 {display:table-cell;padding-left:14px;}
.products .cols > .col:only-child .featured ul {display:inline-block;max-width:none;}
.products .cols > .col:only-child .featured ul li {display:inline-block;font-family:'Roboto Condensed',sans-serif;font-weight:400;padding:2px 17px 2px 17px;}
.products .cols > .col:only-child .featured ul li:first-child{padding-left:0;}
.products .cols > .col:only-child .featured ul li:last-child{padding-right:0;}
.products .cols > .col:only-child ul.bullets{display:inline-block;text-align:left;}
.products .cols > .col:only-child ul.bullets li{margin-bottom:.15em;}
.products .cols > .col:only-child .featured a{color:inherit;}
.products .cols > .col:only-child .featured img{padding-bottom: 2px;max-height: 14px;padding-right: 5px;}
.products .cols > .col:only-child .featured.icons-on-top img{display:block;height: 20px;max-height:inherit;margin:0 auto 5px;}

/* Highlighted products */
.products.highlight{border-top:1px solid #aab2b2;background:#e8f1f3;}
.products.highlight a.button{color:#fff;background:#009bcb;border:0;}
.products.highlight a.button:hover, .products.highlight a.button:focus{background-color:#008ab5;}

/* Couchbase Server landing page */
.products table td {
  display: inline-block;
}
.products table img {
  max-width: 100px;
  max-height: 75px;
  margin-left: 10px;
  margin-right: 10px;
}

/*=======================================
=========================================
LOGOS
*/

section.logos{
	text-align:center;
	padding:50px 15px;
}
section.logos h2{
	font-size:32px;
	margin-bottom:30px;
}
section.logos ul {
  display: table;
  margin: 0 auto 40px;
}
section.logos li {

}
section.logos li {
  display: inline-block;
  padding: 12px 32px 12px 32px;
}
section.logos li img {
  height: 32px;
}

/*=======================================
=========================================
QUOTES
*/

section.quotes{padding:40px 15px;}
section.quotes .wrapper {max-width:950px;}
section.quotes .quoter--image img{max-height:225px;border-radius: 50%;}
section.quotes,
section.quotes .col:last-child{background-color:#323a40;}
section.quotes blockquote {
	position:relative;
  color: #fff;
	font-size: 24px;
	font-family: 'Kievit OT';
	padding:0 10px;
	margin:0 40px;
}
section.quotes .quote{font-family:'Kievit OT';background-color: transparent;padding:0 0 0 5px;font-style: italic;}
blockquote .quote:before {content: "“";position: absolute;left: 0px;}
blockquote .quote:after {content: "”";}
section.quotes blockquote .quoter{
  display: inline-block;
	margin-top:26px;
	border-top:1px solid #a8a89e;
	padding-top:26px;
}
section.quotes .quoter--image{
	text-align:right;
}
section.quotes blockquote .quoter--image{
	display:none;
	text-align:center;
}
section.quotes blockquote .quoter--name{
	text-transform: uppercase;
  font-size: 1.1rem;
	font-family: 'Kievit OT';
}
section.quotes blockquote .quoter--title{
	display:block;
	margin-top:5px;
	font-style: italic;
	font-size:1.1rem;
}
section.quotes blockquote .quoter--name,
section.quotes blockquote .quoter--title{
	margin-left:5px;
}

@media only screen and (max-width: 49.99em){
	section.quotes{text-align:center;}
	section.quotes blockquote{margin:0;}
	blockquote .quote:before{position:relative;padding-right:5px;}
	section.quotes .col:first-child{display:none;}
	section.quotes blockquote .quoter--image{
		display:block;
	}
	section.quotes blockquote .quoter--image img{
		max-height:100px;
		margin-bottom:12px;
	}
}

/*=======================================
=========================================
LEARN AND SUPPORT
*/

.learn-support-sec.home-tpl a:hover, .learn-support-sec.home-tpl a:focus{text-decoration: underline;}

.learn-support-sec .banner{text-align:center;}
.learn-support-sec .banner:first-child{padding:35px 20px;}
.learn-support-sec section {padding-top:50px;padding-bottom:50px;}

.learn-support-sec.doc-list section:not(.banner) li a{font-size:15px;font-weight:300;}
section.documents {padding:40px 0 25px;}

/* Headings */
.learn-support-sec h1{font-weight:300;}
.learn-support-sec h1 .cat:last-child{font-size:18px;text-transform:uppercase;padding-bottom:10px;display:block;}

.learn-support-sec h2.deemphasize{font-size:18px;text-transform: uppercase;margin-bottom:18px;font-weight:400;}
.learn-support-sec h2.deemphasize + h3,
.learn-support-sec h2.deemphasize + .cols h3 {font-size:26px;margin-bottom:15px;}

/* Sticky Jump Links */
.learn-support-sec .jump-nav {background:#e8e8e8;}
.learn-support-sec .jump-nav .cols{max-width: 600px;margin: 0 auto 0 auto !important;}
.learn-support-sec .jump-nav.move-into-banner:not(.fixed){margin-top:-15px;margin-bottom: -20px;}

/*=======================================
Sitemap (LEARN AND SUPPORT)
*/

section.sitemap {border-top:1px solid #bbb9b6;color:#3c3d3f;background:white;}
section.sitemap .col, section.sitemap .col:first-child {padding-left:40px !important;}
section.sitemap .col{padding-right:30px;}
section.sitemap .icon{max-width:20px;max-height:20px;position:absolute;left:0;}
section.sitemap h2 {font-size:26px;margin-bottom:30px;font-weight:400 !important;}
section.sitemap h2 a{border-bottom:1px solid #ccc;}
section.sitemap h2 a:hover, section.sitemap h2 a:focus {border-bottom:0;}
section.sitemap h2 a, section.sitemap h3 a{color:inherit;}
section.sitemap p {font-family: "Roboto Condensed",sans-serif;font-size:14px;}


/*=======================================
Landing page (LEARN AND SUPPORT)
*/

.learn-support-sec.landing .list h2{font-size:29px;line-height:1.2em;}
.learn-support-sec.landing .list h2 img{display:block;margin:20px auto 15px auto;height:35px;}
.learn-support-sec.landing .list h2 a{color:inherit;}
.learn-support-sec.landing .list h2 a:hover{border-bottom:none;}
.learn-support-sec.landing .list h3{margin-bottom:10px;}
.learn-support-sec.landing .list h3,
.learn-support-sec.landing .list .label{
	text-transform:uppercase;font-size:.85em;font-weight:normal;
}
.learn-support-sec.landing .list p,
.learn-support-sec.landing .list ul.cat-links > li{font-size:17px;color:#000;}
.learn-support-sec.landing .list h2,
.learn-support-sec.landing .list p,
.learn-support-sec.landing .list ul.cat-links > li {font-weight:300;}
table.center{margin-left:auto;margin-right:auto;}
.learn-support-sec.landing a:hover,
.learn-support-sec.landing a:focus{
	text-decoration:underline;
}
.learn-support-sec.landing .list a{color:#cb0005;}
.learn-support-sec.landing table.table.vcard{padding-bottom:30px;}
.learn-support-sec.landing table.vcard .label{display: inline-block;font-size:.9em;text-transform: uppercase;}
.learn-support-sec.landing .table td {padding: .25em 1em;}
.learn-support-sec.landing table.table.vcard tr:last-child td{padding-bottom:.25em !important;}
.learn-support-sec.landing ul.cats {
	display:block;
	margin:0 auto  !important;
	padding:0 !important;
	max-width:500px;
	list-style-type:none;
	text-align:left;
}
.learn-support-sec.landing ul.cats .cat-icon{
	position:absolute;
	left:0px;
	max-width:50px;
	max-height:50px;
	margin-top:5px;
}
.learn-support-sec.landing ul.cats h2{margin-top:0 !important;}
.learn-support-sec.landing ul.cats > li{
	position:relative;padding-left:80px;padding-bottom:10px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	padding-bottom:20px;
}
.learn-support-sec.landing ul.cat-links > li{display:inline-block;}
.learn-support-sec.landing ul.cat-links > li:not(:last-child):after{content:"|";padding-left:12px;padding-right:10px;}
.learn-support-sec.landing .steps{margin-top:20px;background: #f6fafd;padding:15px;}
.learn-support-sec.landing .steps > ol > li{margin-bottom:12px;}
@media only screen
and (min-width : 900px) {
	.learn-support-sec.landing ul.cats {
		max-width:100%;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		overflow: hidden;
		position: relative;
		-webkit-column-gap: 80px; /* Chrome, Safari, Opera */
		-moz-column-gap: 80px; /* Firefox */
		column-gap: 80px;
	}
}
.learn-support-sec.landing .button:hover,
.learn-support-sec.landing .button:focus{
		background:#f1f1f1;
}
@media only screen and (max-width : 799px) {
	.learn-support-products h2{text-align:center !important;}
	.pad-between .col{padding-right:15px;padding-left:15px;padding-bottom:15px;}
	.learn-support-products .featured {margin-top:15px;padding-top:15px;}

	.learn-support-sec .tpl-footer {padding:15px;}
	.learn-support-sec .tpl-footer .col {width:100%;}
}

/*=======================================
Experts and Champions (LEARN AND SUPPORT)
*/

.about-experts h4 {font-size:25px;}
#membership-and-benefits img{
  max-height: 350px;
}

/*=======================================
Articles (LEARN AND SUPPORT)
*/

article {text-align: left;color:#3c3d3f;}
article h4 {color:#252525;}
article ul {padding-left:25px;padding-bottom:16px;}
article ul > li{padding:0;list-style-type:disc !important;margin:0 0 .5em 1.1em;}
article p {margin-bottom:1rem;}

/* Article navigation */
.section-nav {position:relative;}
.section-nav > div{overflow: auto;box-sizing: border-box;}
.section-nav a {display:block;padding:3px 10px 3px 0;color:#252525;}
.section-nav a:hover, .section-nav a:focus {text-decoration:underline;}
.section-nav a.selected {color:#00739c;}
.section-nav ul{margin:0;padding:0;list-style-type:none;}
.section-nav ul li {display:block;}
.section-nav > div > ul > li{text-transform: uppercase;}
.section-nav > div > ul ul li {text-transform: none;font-family: 'Roboto Condensed',sans-serif;}
.section-nav > div > ul > li > ul > li > ul > li > ul > li > ul li {padding-left:12px;}
.section-nav > div > ul > li > ul > li > ul > li > ul > li{font-size:16px;font-weight:300;}
.section-nav > div > ul > li > ul > li > ul > li{font-size:18px;}
.section-nav > div > ul > li > ul > li > ul > li:last-child {padding-bottom:15px;}
.section-nav > div > ul > li > ul > li{border-top:1px solid #bbb9b6;font-size:22px;}
.section-nav > div > ul > li > ul > li > a {display:block;padding:5px 0 5px 0;}
.section-nav > div > ul > li > ul > li > ul {border-top:1px solid #bbb9b6;padding-top:12px;}
.section-nav > div > ul > li > a {padding-bottom:20px;}
@media only screen and (min-width : 800px) {
	.section-nav {display:table-cell !important; min-width: 218px;}
	.section-nav > ul > li > ul > li:last-child {border-bottom:1px solid #bbb9b6;}
	.learn-support-products .col:first-child .news{padding-right: 40px;}
	.learn-support-products .col:last-child .news{padding-left: 40px;}
	.learn-support-products .featured{padding:25px 0 0 0;}
}

/* Breadcrumbs */
.crumbs {font-weight:300;font-size:13px;font-family:sans-serif;line-height:2em;}
.crumbs ul {margin:0;padding:0;list-style-type:none;}
.crumbs li{display:inline-block;}
.crumbs a{display:inline-block;margin:0;padding:0;color:#3c3d3f;}
.crumbs li:after{content:"/";padding-right:2px;padding-left:6px;color:#57585b;}
.crumbs li:last-child:after{content:""}
.article {background:#fafafa;padding-left:42px;}


.learn-support-sec.article-tpl ul{margin:0;padding:0;list-style-type:none;}
.learn-support-sec.article-tpl section{border-top:0;}
.article{
	padding-top:45px;
}
.article {background:#fafafa;padding-left:42px;}

.learn-support-sec .story .body,
.learn-support-sec dl{font-family: "Kievit OT",sans-serif;line-height:1.5em;}

.article .version-alert{background:#e4e4e4 url('/National_Library/oe_/https://developer.couchbase.com/binaries/content/gallery/couchbase-developer-portal/icons/exclamation.png') no-repeat 17px center;color:#252525;padding:13px 15px 13px 52px;font-style: italic;font-size:15px;margin-bottom:25px;}

.article .story{color:#252525;min-height: 100vh;}
.article h1 {font-size:36px;font-weight:normal;margin:0 0 20px;line-height: 1.15em;}
.story h2,
.article .related-links:before {
	font-size:27px;
	margin-top: 20px;
  line-height: 1.35em;
}
.article .utilities{
	margin:5px 0 20px 0;
}
@media only screen and (min-width : 600px){
	.article .utilities{width:230px;float:right;margin-left:20px;}
}
.article .utilities a{color:#3c3d3f;}
.article #edit-in-github {display:block;font-size:13px;text-align:right;padding:0 10px 10px 10px;}
.article #edit-in-github[href="#"]{display:none;}
.article .utilities .columns {width:100%;}

.article .prev-next a{color:#3c3d3f;display:inline-block;}
.article .prev-next a.last {text-align:right;border-right:1px solid #999;}
.article .prev-next a.last:only-child{border-right:0;}
.article .prev-next a.next {text-align:left;}
.article .prev-next .label{text-transform: uppercase;display:inline-block;font-size:13px;}
.article .prev-next a.last .label:before{content:"<";color:transparent;background-image:url('/National_Library/oe_/https://developer.couchbase.com/binaries/content/gallery/couchbase-developer-portal/icons/arrow-previous.png');background-repeat:no-repeat;background-position:0px 2px;margin-right:13px;}
.article .prev-next a.next .label:after{content:">";color:transparent;background-image:url('/National_Library/oe_/https://developer.couchbase.com/binaries/content/gallery/couchbase-developer-portal/icons/arrow-next.png');background-repeat:no-repeat;background-position:0px 2px;margin-left:13px;padding:0;}
.article .prev-next .topic{display:block;font-size:18px;color:#e1000c;}
/* .prev-next in utilities bar */
.article .utilities .prev-next {border-top:1px solid #b9b7b4;border-bottom:1px solid #b9b7b4;padding:10px 3px;}
.article .utilities .prev-next a.last .label {padding-right:15px;}
.article .utilities .prev-next a.next{padding-left:15px;}
.article .utilities .prev-next{text-align:center;padding-right:2px;}
/* .prev-next in story footer */
.article .footer {padding:25px;}
.article .footer .prev-next {display:table; 0;text-align:center;margin-left:auto;margin-right:auto;}
.article .footer .prev-next a{display:table-cell;width:50%;vertical-align:top;}
.article .footer .prev-next a.last{padding:10px 25px 10px 15px;}
.article .footer .prev-next a.next{padding:10px 15px 10px 25px;}

.story{color:#252525}
.story .toc {background:#eaeaea;padding:20px 15px 20px 20px;font-size:13px;    overflow: hidden;}
.story .toc h2{font-size:13px;text-transform:uppercase;margin:0 0 12px 0;}
.story .toc ol {margin:0;padding:0 0 0 20px;}
.story .toc + h2 {margin-top:0;}
.story .toc a{color:#ec1e2c;}
.story .toc li{margin-bottom:2px;}
.story .abstract,
.story p,
.story dl,
.story th,
.story td
 {
	 font-size:17px;
 }
.story dt {font-weight: bold;margin-top: 0.5em;}
.story .share {margin:45px 0 66px;}
.story .share li{display:inline-block;height:24px;margin-right:15px;background-repeat:no-repeat;}
.story .share li:last-child{margin-right:0;}
.story .share a{display:inline-block;}
.story .share a.fb{background: url('https://web-archive.nli.org.il/National_Library/oe_/http://ax-qa.couchbase.com/binaries/content/gallery/website/icons/article/social-media-icon-group.png') -37px 0;width:11px;}
.story .share a.gp{background: url('https://web-archive.nli.org.il/National_Library/oe_/http://ax-qa.couchbase.com/binaries/content/gallery/website/icons/article/social-media-icon-group.png') -99px 0;width:22px;}
.story .share a.li{background: url('https://web-archive.nli.org.il/National_Library/oe_/http://ax-qa.couchbase.com/binaries/content/gallery/website/icons/article/social-media-icon-group.png') -65px 0;width:20px;}
.story .share a.tw{background: url('https://web-archive.nli.org.il/National_Library/oe_/http://ax-qa.couchbase.com/binaries/content/gallery/website/icons/article/social-media-icon-group.png') 0 0;width:18px;}

/* Ingested content */
.article .body section {padding-top:0;padding-bottom:0px;margin-bottom:25px;}
.article .body samp, .article .body .keyword{color:#787878;font-family: Courier, monospace, sans-serif;}
.article .body ul.ul{margin-bottom:25px;padding-left:10px !important;}
.article .body ul.ul li{padding:0;list-style-type:disc !important;margin:0 0 .5em 1.1em;}
.article .body .abstract{margin-bottom:1em;}
.article .body hr {
  background: #bbb9b6;
  border: 0;
  height: 1px;
  margin: 3em auto;
  width: 100%;
}
.article .body p{
	overflow:hidden;
}
.article .body p pre.codeblock{
	outline:0;
}
.article .body pre {
	width:99%;
	margin-right:-5000px;margin-bottom:15px;
	color: black;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', monospace;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	background: #f5f2f0;
}
.article .body pre.screen{
	word-wrap: break-word;
	padding:15px;
	font-size: 12px;
}
.article .body ul p,
.article .body ol p{
	overflow:inherit;
}

img#topic12527__image_xpf_ksy_dt{width:100%;}
img#topic12527__image_rhb_3sy_dt{width:100%;}

div.p{
	overflow:hidden;
	outline:none;
}

div.p .codeblock{
	border: 1px solid #ccc;
}
.article .body table.table,
.article .body .table table{border-collapse: collapse;margin-bottom:15px;}
.article .body table.table caption,
.article .body .table table caption {margin-bottom:10px;font-weight:700;text-align:left;}
.article .body table.table th,
.article .body .table table th{background:#f6fafd;}
.article .body table.table th,
.article .body table.table td,
.article .body .table table th,
.article .body .table table td {padding:8px;border: 1px solid #ccc;}
.article .body div.p {margin-bottom:1em;}
.article .body img{max-width:100%;}
.article .note{
	overflow:hidden;
	border: 1px solid #0081a5;
  border-radius: 0.4em;
  border-left: 0.7em solid #0081a5;
  padding: .5em;
  margin: 1em 0px;
	font-size:14px;
	line-height:1.35em;
}
.article .note .notetitle{
  display: block;
  font-weight: bold;
	margin-bottom:5px;
}

.article .body .tab-bar{
 	position: relative;
	z-index: 1;
	margin-bottom:-1px !important;
	margin-left:-1px;
}
.article .body .nav.tab-bar li{
	margin-right:-.1em;
}

.article .body .tab-bar a{
	display:inline-block;
	padding:8px 12px 10px 12px;
	border:1px solid transparent;
	border-bottom:0;
	color:#1582a6;
	margin-left: 1px;
}
.article .body .tab-bar a:first-child{margin-left:0;}

.article .body .tab-bar a.selected{
	color:#1c282e;
	background:#f5f2f0;
	border:1px solid #ccc;
	border-bottom:1px solid transparent;
}
.article .body .stripe-display{display:none;}
/* Display first stripe by default */
.article .body .tab-bar + .stripe-display{display:inline;}
.article .body .stripe-display pre{margin-top: 0px;}

/* non-mobile screens  */
@media only screen
and (max-width : 49.99em){
	.article .body .tab-bar li a{font-size:1em;}
}
/* non-mobile screens  */
@media only screen
and (max-width : 30em){
	.article .body .tab-bar{margin-bottom:.5em !important;}
	.article .body .tab-bar li {border:1px solid #fdfdfd;}
	.article .body .tab-bar li a, .article .body .tab-bar li a.selected{border-bottom:1px solid #dadada;margin-bottom:.25em;}
}


/* Typography */
.article .note,
.article .body div.p,
.article .body samp,
.article .body ul.ul,
.article .body ol.ol,
.article .body table.table th,
.article .body table.table td,
.article .related-links{
	font-size: 17px;
}
.menucascade,
.uicontrol {
	font-weight:bold;
}
@media only screen and (max-width : 799px) {
	.tpl-footer .recent-articles{padding-top:20px;}
	.article .footer .prev-next{display:table;margin:0 auto;}
	.article .footer .prev-next a.last{padding:10px 15px 10px 0px;}
	.article .footer .prev-next a.next{padding:10px 0px 10px 15px;}
}
/* Feedback buttons (Couchbase Server and Mobile use 2 different methods) */

body .atlwdg-trigger.atlwdg-SUBTLE,
body .send-feedback-form > .submit  {
	z-index:1000;
    right: 15px;
    bottom: 0;
    border: 1px solid #000;
    border-bottom: none;
    background-color: #00a5d2;
    color: white !important;
	font-family:"Roboto Condensed";
    font-size: 14px;
    padding: 8px 15px 8px 15px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
    border-radius: 3px 3px 0 0;
    text-shadow: 0 0 2px #000;
		position:fixed;
		transition: background-color .25s;
}
body .atlwdg-trigger.atlwdg-SUBTLE:hover,
body .atlwdg-trigger.atlwdg-SUBTLE:focus,
body .send-feedback-form > .submit:hover,
body .send-feedback-form > .submit:focus {
	background-color:#008db3;
}

.article .related-links:before{
	content:"Related Links";
}

/*=======================================
=========================================
PARTNERS
*/

/* Buttons */
.partner-landing .button{
	font-size:15px;
	border:1px solid #333;
	padding:12px 20px;
}
.partner-landing .button:hover,
.partner-landing .button:focus{
		color:#666;
		background:#eaeaea;
}
.partner-customers ul {
	display: table;
	padding-bottom:1.5em;
	margin:0 auto;
}
.partner-customers li {
	display: table-cell;
	padding: .1em 2em .1em 2em;
	text-align:center;
}
.partner-customers li img {
	height: 30px;
}
#page-nav.fixed, .jump-nav.fixed {
	border-bottom:1px solid #000;
}
#page-nav.fixed .header, .jump-nav.fixed .header{
	margin-top:8px !important;
}

/*=======================================
=========================================
DOCUMENTATION SECTION
*/
.doc-section h2{font-size:35px;padding-bottom:10px;border-bottom: 1px solid #b0b2a7;}

@media only screen and (min-width : 1088px) {
	.doc-section .css-cols{
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
		overflow: hidden;
		position: relative;
		-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
		-moz-column-gap: 40px; /* Firefox */
		column-gap: 40px;
	}
}
@media only screen and (min-width : 800px) and (max-width : 1087px) {
	.doc-section .css-cols{
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		overflow: hidden;
		position: relative;
		-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
		-moz-column-gap: 40px; /* Firefox */
		column-gap: 40px;
	}
}
@media only screen and (min-width : 500px) and (max-width : 799px) {
		.doc-section .css-cols{
			-moz-column-count: 2;
			-webkit-column-count: 2;
			column-count: 2;
			overflow: hidden;
			position: relative;
			-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
			-moz-column-gap: 40px; /* Firefox */
			column-gap: 40px;
		}
}
.doc-section .css-cols{
	-webkit-column-rule: 1px solid #eaeaea; /* Chrome, Safari, Opera */
  -moz-column-rule:  1px solid #eaeaea; /* Firefox */
  column-rule:  1px solid #eaeaea;
}

.css-cols > div{
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.css-cols ul{
padding-top:10px;
margin-top:0;
margin-left:0;
padding-left:0;
list-style-type:none;
}
.css-cols ul li{
margin-bottom:10px;
line-height:1.2em;
}
.css-cols ul li:last-child{
margin-bottom:0px;
}
.css-cols li a{
color:#000;
}
.doc-section h3{
	font-size:24px;
	padding-bottom:20px;
}
.doc-section h3/*:first-of-type*/{
	padding-top:25px;
}
.doc-section h2 a,
.doc-section h3 a{color:inherit;}
.css-cols h4{
	font-size:22px;
	color:#666;
	display:inline-block;
	padding-bottom:0px;
}

.doc-section .anchors:before {font-weight:bold;content:"Jump to:";padding-right:15px;}
.doc-section .anchors {margin:0 0 15px 0;}
#couchbase-mobile-section {background:#f9f9f9;}

/*=======================================
 * Accordion
 */
.accordion-content{background-color:#f4f8fb;border-top:1px solid #bbbbbb;padding:15px 10px 15px 20px;}
.accordion-content.closed {display:none;}
.accordion .accordion-link {position:relative;margin-bottom:0;}
.accordion-link a.show{cursor: default;text-decoration: none !important;}
.accordion-link a{position:relative;display:block;border-top:1px solid #bbbbbb;padding:8px 5px 8px 22px;}
.accordion-link a:before{
	content: "";
	position: absolute;
	width: 7px;
  height: 9px;
	z-index: 1;
	background-image:url('https://web-archive.nli.org.il/National_Library/oe_/http://www.couchbase.com/binaries/content/gallery/couchbase-developer-portal/icons/accordion-closed.png');
	background-repeat:no-repeat;
	background-size:7px 9px;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	left:7px;
	top: 14px;
}

div.accordion-link a h2:before{left:18px;}

.accordion-link a.show h2:before{
	background-image:url('https://web-archive.nli.org.il/National_Library/oe_/http://www.couchbase.com/binaries/content/gallery/couchbase-developer-portal/icons/accordion-open.png');
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.accordion-link a.show:not(:first-of-type){
	border-top:1px solid #b0b1a9;
}
.accordion-link a.show ~ .css-cols{
	border-bottom:1px solid #b0b1a9;
}

@media only screen and (min-width : 500px){
	.doc-section .anchors li{display:inline;padding:0 10px 0 0;}
	.doc-section .anchors li:not(:last-child):after{content:"|";color:#999;padding-left:10px;}
	.css-cols > div{
	  padding-bottom: 25px;
	}
}
@media only screen and (max-width : 499px){
	.learn-support-sec section {
		padding-top: 20px;
		padding-bottom: 25px;
	}
	.learn-support-sec.doc-list .documents{
		padding-left: 0;
		padding-right: 0;
	}
	.doc-section h2 {padding-left:0;margin-bottom:0;}
	.doc-section h2, .doc-section h3, .doc-section .css-cols{padding-left:15px;padding-right:15px;}
	.doc-section h3 {padding-bottom:10px;padding-top:15px;padding-right:45px;margin-bottom:0;}
	/*.doc-section h3:not(:first-of-type) {border-top:1px solid #ccc;}*/
	.doc-section .anchors {display:none;}
	.doc-section h3:not(.show){margin:0 0 0 0;}
	.doc-section h3:not(.show) ~ .css-cols {display:none;}
	.css-cols {padding-bottom:20px;}
	.css-cols div:not(:last-child){padding-bottom:15px;}
	.css-cols ul{padding-left:15px;padding-top:5px;}
	.css-cols ul li{margin-bottom: 5px;}
	.learn-support-sec.doc-list. .documents .expandable {position:relative;}
	.learn-support-sec.doc-list. .documents .expandable:before{
		display:block;
		content: "";
		position: absolute;
		width:9px;
		height:9px;
		z-index: 1;
		background-image:url('https://web-archive.nli.org.il/National_Library/oe_/http://ax-qa.couchbase.com/binaries/content/gallery/website/icons/accordion-closed.png');
		background-repeat:no-repeat;
		background-size:7px 9px;
		background-position: right top;
		-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
		-webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
		right:15px;
		top:25px;
	}
	.learn-support-sec.doc-list. .documents .expandable.show:before{
		background-image:url('https://web-archive.nli.org.il/National_Library/oe_/http://ax-qa.couchbase.com/binaries/content/gallery/website/icons/accordion-open.png');
		-webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
	}
	.learn-support-sec.doc-list. .documents .expandable.show, .learn-support-sec.doc-list. .documents .expandable.show ~ .css-cols{
		background-color:#f8f8f8;
	}
	.learn-support-sec.doc-list. .documents .expandable.show {padding-bottom:15px;}
	.learn-support-sec.doc-list. .documents .expandable.show:not(:first-of-type){
		border-top:1px solid #b0b1a9;
	}
	.learn-support-sec.doc-list. .documents .expandable.show ~ .css-cols{
		border-bottom:1px solid #b0b1a9;
	}
	#couchbase-mobile-section {background:transparent;}
	.show-mobile {display:block !important;}
}

/*=======================================
 * Jump navigation
 */
.jump-nav h2{text-transform: uppercase;font-size:18px;margin-bottom:0;font-weight:bold;}
.jump-nav {display: block;padding:0;border:0;}
.jump-nav a{font-size:19px;}
.jump-nav a.selected, .jump-nav a:hover, .jump-nav a:focus {background:transparent;text-decoration: underline !important;color:inherit;text-shadow: none;}
.jump-nav .col{padding:5px;}
.jump-nav .icon{height:34px;display:inline-block;padding-bottom:10px;}
.jump-nav span{display:block;white-space: nowrap;}
.jump-nav li {text-align: center;}
.jump-nav a:before{
	background-repeat:no-repeat;
	height: 34px;
	display: block;
	padding-bottom: 10px;
	background-size:auto 24px;
	background-position:top center;
}

/* Fixed position */
.jump-nav.fixed .col{padding-top:0;padding-bottom:0;}

/* Learn and Support */
.learn-support-sec .jump-nav {border-bottom:1px solid #b9b7b4;}

#project-list-and-details h3{
	margin-top:15px;
}

/* Icons for Open source page */
/*
.jump-nav a[id="project-list-and-details-link"]:before{content:'';background-image:url('https://web-archive.nli.org.il/National_Library/oe_/http://ax-qa.couchbase.com/binaries/content/gallery/website/icons/learn-and-support/landing-pages/folder.png');}
.jump-nav a[id="how-to-contribute-code-link"]:before{content:'';background-image:url('https://web-archive.nli.org.il/National_Library/oe_/http://ax-qa.couchbase.com/binaries/content/gallery/website/icons/learn-and-support/landing-pages/code.png');}
.jump-nav a[id="how-to-report-a-bug-link"]:before{content:'';background-image:url('https://web-archive.nli.org.il/National_Library/oe_/http://ax-qa.couchbase.com/binaries/content/gallery/website/icons/learn-and-support/landing-pages/bug.png');}
*/
/* Icons for Experts and Champions page */
/*
.jump-nav a[id="find-an-expert-or-champion-link"]:before{content:'';background-image:url('/National_Library/oe_/https://developer.couchbase.com/binaries/content/gallery/couchbase-developer-portal/icons/find-an-expert.png');}
.jump-nav a[id="membership-and-benefits-link"]:before{content:'';background-image:url('https://web-archive.nli.org.il/National_Library/oe_/http://ax-qa.couchbase.com/binaries/content/gallery/website/icons/learn-and-support/landing-pages/experts.png');}
*/

/*=======================================
 * Ads
 */

aside.ad.full-width{position:relative;padding:0;margin:0;}
aside.ad.full-width img{min-width:800px;}
@media only screen
and (max-width : 600px) {
	aside.ad.full-width img{
		width: 100%;
		min-width: 800px;
		left: -60px;
		position: relative;
	}
}

/*=======================================
 * Wireframes
 */
.wireframe section {padding:40px 20px;}
.wireframe .heading.wrapper{margin-bottom:0;}
.wireframe h1 {font-size: 50px;margin: 0 0 inherit 0;}

.light-layer{background-color: rgba(255,255,255,.9);}
.dark-layer{background-color: rgba(0,0,0,.75);}
.dark-layer-50{background-color: rgba(0,0,0,.5);}
.dark-layer-35{background-color: rgba(0,0,0,.35);}

.learn-support-sec h1, .learn-support-sec  h2, .learn-support-sec  h3, .learn-support-sec  h4, blockquote, .jump-nav, .jump-nav a {font-family:'Roboto Condensed',sans-serif;}
h1 {font-weight:normal;}
h2 {font-size:35px;margin-bottom:10px;font-weight: normal;}
h3 {font-size:25px;margin-bottom:10px;font-weight: normal;}
h4 {font-size:20px;margin-bottom:10px;font-weight: bold;}

.partner-landing .cols.pad-between .col{padding-left:40px;padding-right:40px;}
.partner-landing h1 {font-size:50px;margin-bottom:10px;}
.partner-landing .banner .wrapper{padding:85px 0;}


/*
QUOTES
*/
.partner-landing .section{padding:0;}
.partner-landing .two-thirds{background-color:#666;padding-top:30px;padding-bottom:30px;}
/* Design */
.section.quotes.show-design,
.section.quotes.show-design .two-thirds{background-color:#a25130;}
.section.quotes.show-design {background-size:40%;background-image:url('images/people/steven-schuurman-ceo-elasticsearch.jpg');}

.featured-partners ul {
	display: table;
	padding-bottom: 1.5em;
	margin: 0 auto;
}
.featured-partners li {
	display: table-cell;
	padding: .1em 2em .1em 2em;
	text-align: center;
}
.featured-partners li img {
	height: 30px;
}
.featured-partners li img {
	height: 30px;
	-webkit-filter: grayscale(100%); filter: grayscale(100%);
}
.featured-partners.show-design li img {-webkit-filter: grayscale(0%); filter: grayscale(0%);}

.hide {display:none !important;}

/*
Footnote
*/
ol.footnote {
  font-size: 13px;
  text-align: left;
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
  margin-top: 20px;
  padding-left: 15px;
}

/*
*************************************************************
OLDER STYLES
*/

#nav-2, .section {}
#nav-2 > .wrapper,
.section > .wrapper{
	display:block;
	max-width:1122px;
	margin:0 auto;
	padding:0 17px;
	box-sizing: border-box;
}
#nav-2 ul{margin:0;padding:8px 0;}
#nav-2 li{display: inline-block;padding-right:38px;}
#nav-2 a{color:#000;}
#nav-2 .selected{color:#00739c;}


.article{
	padding-top:45px;
}



.story .share {margin:45px 0 66px;}
.story .share li{display:inline-block;height:24px;margin-right:15px;background-repeat:no-repeat;}
.story .share li:last-child{margin-right:0;}
.story .share a{display:inline-block;}
.story .share a.fb{background: url('https://web-archive.nli.org.il/National_Library/oe_/http://ax-qa.couchbase.com/binaries/content/gallery/website/icons/article/social-media-icon-group.png') -37px 0;width:11px;}
.story .share a.gp{background: url('https://web-archive.nli.org.il/National_Library/oe_/http://ax-qa.couchbase.com/binaries/content/gallery/website/icons/article/social-media-icon-group.png') -99px 0;width:22px;}
.story .share a.li{background: url('https://web-archive.nli.org.il/National_Library/oe_/http://ax-qa.couchbase.com/binaries/content/gallery/website/icons/article/social-media-icon-group.png') -65px 0;width:20px;}
.story .share a.tw{background: url('https://web-archive.nli.org.il/National_Library/oe_/http://ax-qa.couchbase.com/binaries/content/gallery/website/icons/article/social-media-icon-group.png') 0 0;width:18px;}

.tpl-footer .recent-articles li{margin-bottom:18px;font-size:15px;line-height:1.35em;}
.tpl-footer a:hover, .tpl-footer a:focus {text-decoration:underline;}

@media only screen
and (max-width : 799px) {
	.section-nav {display:none;}
	.story .toc {width:auto;float:none;margin:0 0 17px 0;}
}
.tpl-footer .upcoming-events table {border-spacing:0;width:100%;}
.tpl-footer .upcoming-events td {padding:14px 14px 14px 0;}
.tpl-footer .upcoming-events td {border-bottom:1px solid #b1afac;}
.tpl-footer .upcoming-events tr:last-child td{border-bottom:0;}
.ad {padding:40px 0 20px;}
.ad img {width:100%;}

@media only screen
and (min-width : 800px) {
	.tpl-footer .recent-articles {padding-right:40px;}
}

/*
Typography
*/
.ghforkme{display:none;}


/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+apacheconf+aspnet+c+csharp+cpp+erlang+git+jade+java+objectivec+perl+php+python+ruby+sql&plugins=highlight-keywords */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
	position:relative;
	color: black;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', monospace;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	text-shadow: none;
	background: #b3d4fc;
}

@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

/* Code blocks */
pre[class*="language-"]{
	position:relative;
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}
pre[class*='language-'] > code[data-language]::before {
  content: attr(data-language);
  color: black;
  background-color: #CFCFCF;
  display: inline-block;
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 0.9em;
  border-radius: 0 0 0 5px;
  padding: 0 0.5em;
  text-shadow: none;
}
*, *:before, *:after {
  box-sizing: inherit;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #999;
}

.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #a67f59;
	background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a;
}

.token.function {
	color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
	color: #e90;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}
/* Prism > Line numbers plugin */
pre.line-numbers {
	position: relative;
	padding-left: 3.8em;
	counter-reset: linenumber;
}
pre.line-numbers > code {
	position: relative;
}
.line-numbers .line-numbers-rows {
	position: absolute;
	pointer-events: none;
	top: 0;
	font-size: 100%;
	left: -3.8em;
	width: 3em; /* works for line-numbers below 1000 lines */
	letter-spacing: -1px;
	border-right: 1px solid #999;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}
.line-numbers-rows > span {
	pointer-events: none;
	display: block;
	counter-increment: linenumber;
}
.line-numbers-rows > span:before {
	content: counter(linenumber);
	color: #999;
	display: block;
	padding-right: 0.8em;
	text-align: right;
}

/*=======================================
=========================================
ACCESSIBILITY
*/
p a:not(.button){text-decoration: underline;}
p a:hover, p a:focus{text-decoration: none;}
