/**
News
**/

.responsiveImg {
  max-width: 100%;
  height: auto;
}

.newp{
	    border: 1px solid transparent;
    border-radius: 4px;
}

.news{
	    padding:10px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
    font-size: 85% ;
}

.long-news{
	text-indent: 25px;
    padding-left: 20px;
}

/**
Videos
**/

 .video-item {
	margin-right: 4px;
	display: inline-block;
	margin-bottom: 1em;
	float: left;
	text-align: center;
	background: #f0f0f0;
	border: 1px solid #ddd;
	padding: 2px;
	box-sizing: border-box;
}

.video-blurb{
	 margin-left: 20px;
}

.embed-video {
  width: 100%;
  height: 100%;
  max-width: 672px;
  max-height: 378px;
}

.nonecodeinline {
    background-color: #eee;
    font-size: unset;
    color: unset;
    word-wrap: unset;
}

/**
email list
**/

.signup-text{
	margin-left: 15px;
}

.signup-email{
	margin-right: 5px;
	margin-left: 15px;
	width: 300px;
}

.signup-form-input{
	width: 100%;
}


.btn-emailSignup {
	border-radius: 4px;
	background: #4d64ae;
	color: white;
	text-shadow: unset;
	font-size: unset;
}
.btn-emailSignup:hover, .btn-emailSignup:active {
	background: #60aec8;
}

.modal-title{
	margin-top: unset;
}


/**
 Tables
**/


/*Nice little table */
.nlt-table {
  border: 1px solid #dddddd;
  border-radius: .4em;
  overflow: hidden;
  width: auto;
  border-collapse: unset;
}

.nlt-colored { 
	color: #4D64AE;
}

.nlt-table  tr:nth-child(even) {
  background-color: unset;
}

.nlt-table td {
    border-right: none;
}

.nlt-table .td-right {
    text-align: right;
}

/*Standard Tables */

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}









.copyright {
	text-align: center;
}
.site-footer, .site-footer .container {
	font-size: 13px;
	padding: 0;
}
.section.nav {
	margin-bottom: 0;
}
.section.nav .container {
	padding: 0;
}
.page-wrap .section:first-child .container-fluid,
.page-wrap .section:first-child .container {
	padding-top: 80px;
}


/** Footer sitemap **/
.sitemap {
	min-height: 270px;
	padding: 20px 6px;
}
.copyright {
	padding: 6px;
	overflow: hidden;
}
.sitemap ul {
	list-style: none;
	margin: 0;
    padding-inline-start: 5px;
}
.sitemap li {
	padding-left: 0;
}
.sitemap .column {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	/*.sitemap .column {
		height: 250px;
	}*/
}
.sitemap a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}


* {
	margin: 0;
}
html, body {
	height: 100%;
}
.page-wrap {
	min-height: 75%;
	/*margin-bottom: -326px;  equal to footer height */
	margin-top:1em;
}
@media (max-width: 979px) {
	body {
		word-break: break-word;
	}

	/*.page-wrap {
		margin-top: -20px;
	}*/
}

@media(max-width: 1199px) and (min-width: 980px) {
	nav .nav>li>a[href="/concurnasltd/support.html"] {
		display:none;
	}
}

.page-wrap:after {
	content: "";
	display: block;
}


.ide-feature {
    text-align: center;
}

.ide, .blog, .video {
    background-color: #F2F2F2;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 20px;
    text-align: center;
    border-bottom: 20px solid #fff;
}

.editor-icon {
    text-align: center;
}

.editor-icon img {
    padding: 10px 0;
    height: 80px;
}

div.justi{
	text-align: justify;
}



/**
	Responsive fixes
**/
@media (max-width: 1199px) {
	.visible-desktop-large {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-desktop-large {
		display: none !important;
	}
}
@media (max-width: 767px) {
	body {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
		margin: 0 !important;
	}
	/*.page-wrap .section:first-child .container-fluid,
	.page-wrap .section:first-child .container {
		padding-top: 40px !important;
	}*/
	.section .row.component .title {
		text-align: left !important;
	}
	.section .row.component .links {
		margin-top: 20px;
	}
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
		margin: 0 0 20px 0 !important;
	}
	nav li.divider {
		display:none;
	}
	ul.logos {
		margin-top: 20px;
	}
}
/*
@media (max-width: 979px) {
	.page-wrap .section:first-child .container {
		padding-top: 10px !important;
	}
}*/

/**
	Main styles
**/
body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #1e1e1e;
}
b, strong {
	font-weight: 700;
}

th {
	color: #4D64AE;
}

a {
	color: #3369bc;
}
a[href="#"] {
	/** Non-existent link **/
	color: red;
	cursor: default;
	text-decoration: none;
}
body p, body li p, body td p {
	margin-bottom: 12px;
}


nav li {
  padding-left: 0px;
}
body li ul {
	margin-top: 2px;
}
body li p {
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	color: #4D64AE;
}
h3, h4, h5 {
	margin-top: 25px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: inherit;
	text-decoration: underline;
}
h1 {
	font-size: 36px;
}
h1 small {
	display: block;
	font-size: 50px;
	color: #a1a1a1;
	font-weight: 200;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5, h5 code {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
a.anch {
	position: relative;
	top: -30px;
}
.section .container,
.section .container-fluid {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.container{
	max-width: 1340px;
}

.section .container > :first-child {
	margin-top: 0px;
}
.section .container > :last-child {
	margin-bottom: 0px;
}
.section blockquote {
	margin: 20px 20px 20px 20px;
	padding: 0 20px;
}
.homepage .section blockquote {
	padding: 10px 20px;
}
.section blockquote p {
	font-size: 18px;
	font-style: italic;
}
@media (min-width: 979px) {
	.homepage .section blockquote {
		margin: 100px 20px 100px 20px;
	}
}
.section .row.component {
	margin-bottom: 20px;
}
.section .row.component .title {
	text-align: right;
	font-weight: 400;
}

.section.head .btn-conc {
	font-size: 26.5px;
	border-radius: 9px;
	position: relative;
	bottom: 3px;
	background: none;
	box-shadow: none;
	border: 2px solid #60aec8;
	color: #60aec8;
	width: 204px;
	height: 54px;
	line-height: 54px;
	text-shadow: none;
	padding-right: 33px; /* 12px default + some space for our caret */
	box-sizing: initial;
}
.section.head .btn-conc:hover, .section.head .btn-conc:active {
	color: white;
	border-color: white;
	background: rgba(0,0,0,0.1);
}
.section.head .btn-conc .fa {
	position: absolute;
	right: 15px;
	top: 23px;
	font-size: 16px;
}



/**
	Billboard / head on homepage
**/

@media print {
    .rst-versions,
    footer,
    .navbar,
    .cookiesbar,
    .wy-nav-side {
        display: none
    }
    .wy-nav-content-wrap {
        margin-left: 0
    }
}

@media (max-width: 979px) {
	.head .head-logo {
		margin: 0 auto;
	}
	.head {
		text-align: center;
	}
	.head .btn-toolbar .btn {
		display: block;
		margin: 10px auto 10px;
	}
	.head .btn-toolbar .logo {
		display: block;
		margin: 10px auto 30px;
	}
}
@media (min-width: 768px) {
}
@media (min-width: 980px) {
	.head .head-content .btn-toolbar .btn {
		vertical-align: baseline;
	}
	.head .head-logo {
	}

	.head .head-content {
		margin: 0 auto 30px;
		text-align:center;
	}

	.head .head-content .head-text {
		width: 70%;
  font-weight: 300;
		margin: 0 auto 30px;
		text-align:center;
	}

	.head .btn-toolbar {
		width: 754px; /* 230px logo + 232px buttons*2 + 20px padding between each */
		position: relative;
		margin: 0 auto;
	}
	.head .btn-toolbar .btn {
		position: absolute;
		top: 85px;
	}
	.head .btn-toolbar .download {
		left: 0;
	}
	.head .btn-toolbar .learn-more {
		right: 0;
	}
	.head .btn-toolbar .logo {
		display: block;
		margin: 0 auto;
	}
}
@media (min-width: 1200px) {
	.head .head-content {
		position: relative;
	}
}
.section.dark.head {
	/* fallback */
	background-color: rgb(168,75,56);
	background-repeat: no-repeat;

	/*background-image: radial-gradient(rgb(183,77,49) 25%, rgb(100,33,38));*/

	background-image: radial-gradient(rgb(50,76,147) 25%, black);
}
.section.dark.headv {
	background:black;
	background-image: linear-gradient(to right, rgb(50,76,147) 25%, black);
}

.head .head-logo {
	display: block;
	width: 230px;
	max-width: 100%;
}
.head .head-content h1, .dark.downloads h1 {
	font-weight: bold;
	text-shadow: 0px 1px 0px rgb(88,27,32);
	color: white;
}
.head .head-content .lead {
}
.sub-head .container {
	padding-bottom: 30px;
}
@media (min-width: 979px) {
	.homepage .section.sub-head blockquote {
		margin: 120px 20px 60px 20px;
	}
}
.target-logos {
	width: 450px;
	margin: 10px auto;
	display: block;
}


.section p.tag-line {
	margin-top: 20px;
	font-weight: 200;
	font-size: 18px;
}
ul.logos {
	margin: 0;
}
ul.logos {
	text-align: center;
}
ul.logos li {
	list-style: none;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 10px 20px 0 0;
}
ul.logos li.target {
	width: 80px;
}
ul.logos li.target img {
	max-height: 48px;
}
ul.logos li.arr {
	width: 20px;
	font-size: 32px;
	font-weight: bold;
	margin-right: 30px;
	position: relative;
	top: 5px;
	left: 13px;
}
.section.hf ul li {
	margin-bottom: 5px;
}


/**
	Prev / Next links
**/
.prev-next-links {
	clear: both;
	text-align: center;
}
.prev-next-links.top {
	border-bottom: #DDD solid 1px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
@media (min-width: 980px) {
	.prev-next-links.top {
		margin-top: -30px !important;
	}
}
.prev-next-links.bottom {
	border-top: #DDD solid 1px;
	padding-top: 10px;
	margin-top: 20px;
}
.prev-link {
	float: left;
}
.prev-link:before {
	content: "\00ab";
	padding-right: 4px;
}
.next-link {
	float: right;
}
.next-link:after {
	content: "\00bb";
	padding-left: 4px;
}

/**
	Code Highlighting
**/

html pre, html pre code {
	white-space: pre;
	overflow-x: auto;
}
pre {
	color: #333;
	padding: 0.5em;
}

/**
	Icon headers
**/


.header .fa {
	font-size: 48px;
	text-align: center;
	display: block;
	margin: 10px 0 30px;
	color: #4D64AE;
	cursor: default;
}
.header a.fa {
	text-decoration: none;
	cursor: pointer;
}
.header a.fa:hover {
	color: #60aec8;
	text-decoration: none;
}

/**
	Manual / API nav
**/

.tree-nav {
	margin-left: 0;
}

.tree-nav h5 {
	color: rgb(130,130,130);
	font-weight: 200;
}
.tree-nav ul {
	list-style: none;
}
.tree-nav li {
	height: 24px;
	overflow: hidden;
}
.tree-nav li i.fa {
	height: 16px;
	width: 16px;
	margin-right:5px;
	margin-bottom: 5px;
	color: rgb(200,200,200);
}
.tree-nav li i.fa:hover {
	color: rgb(150,150,150);
}
.tree-nav li > i.fa:before {
	content: "\f016"; /* fa-file-o */
	cursor: pointer;
}
.tree-nav li.parent > i.fa:before {
	content: "\f18e"; /* fa-arrow-circle-o-right */
	cursor: pointer;
}
.tree-nav li.parent.active {
	height: auto;
	overflow: auto;
}
.tree-nav li.parent.active > i.fa:before {
	content: "\f01a"; /* fa-arrow-circle-o-down */
	cursor: pointer;
}
.tree-nav a.active {
	font-weight: bold;
}
.tree-nav li ul {
	margin-left: 10px;
	display: none;
}
.tree-nav li.active > ul {
	margin-left: 10px;
	display: block;
}
.tree-nav li {
	text-overflow: ellipsis;
	white-space: nowrap;
}

/**
	Misc
**/

.page-wrap{
	margin-top: 0;
}

html code {
	color: rgb(75,75,75)
}
.download-source {
	margin-top: 16px;
}
.prev-next-links+p {
	margin-top: 20px;
}
.nav-stacked > li {
	overflow: hidden;
}
.nav-stacked li a i.fa {
	color: rgb(200,200,200);
	margin-right: 7px;
}
table.table.table-bordered.features, table.table.table-bordered.features td, table.table.table-bordered.features th {
	/*border-color: rgb(40,40,40);*/
	/*background: rgb(30,30,30);*/
}

.table table { width: 100%; }

.site-content ul ul, .site-content ul ol, .site-content ol ol, .site-content ol ul {
	margin-bottom: 10px;
    padding-inline-start: 20px;
}
.tree-nav ul ul, .tree-nav ul ol, .tree-nav ol ol, .tree-nav ol ul {
	margin-bottom: 0px;
}

/**
	Pull-out blockquotes
**/
.site-content blockquote {
	position: relative;
	padding-left: 45px;
	border-left: 0;
}
.site-content blockquote:before {
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 30px;
	width: 35px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;
}
blockquote.define:before {
	border-right: 3px solid rgb(247, 148, 30);
	content: "\f05a"; /*fa-info.circle*/
	color: rgb(247, 148, 30);
}
blockquote.trivia:before {
	border-right: 3px solid rgb(190, 190, 190);
	content: "\f02d"; /*fa-book*/
	color: rgb(190, 190, 190);
}

/**
	Search
**/
.gsc-search-box input.gsc-search-button {
	color: white;
}
.gsc-search-box input.gsc-search-button:hover {
	background: rgb(244, 136, 33);
}
.gsc-search-box input.gsc-search-button {
	border: 1px solid rgb(244, 136, 33);
	background: rgb(244, 136, 33);
	border-radius: 5px;
	display: inline-block;
	color: white;
	padding: 6px 18px;
	margin-top: 0px !important;
	text-decoration: none;
	text-shadow: none;
	font-size: 8pt;
}
html td.gsc-search-button {
	width: 50px;
}
html input.gsc-input, html input.gsc-input:focus {
	font-size: inherit;
	box-shadow: none;
	transition: none;
	position: relative;
	top: -3px;
}
.gsc-input-box .gsib_b .gsst_b {
	position: relative;
	top: 2px;
}
html .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0px;
}
html .gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid rgb(244, 136, 33);
	border-right: none;
}
html .gsc-search-box-tools .gsc-search-box td.gsc-search-button input.gsc-search-button,
html .gsc-search-box-tools .gsc-search-box td.gsc-search-button input.gsc-search-button:hover {
	border-radius: 0px 5px 5px 0px;
	border-left: none;
	margin-left: 0;
}
html .cse input.gsc-search-button:hover, html input.gsc-search-button:hover {
	border-color: rgb(244, 136, 33);
}
html .gsc-search-box .gsc-input > input:focus, html .gsc-input-box-focus {
	box-shadow: none;
}
.navbar-inner .gsc-input-box {
	width: 175px;
}
@media (max-width: 979px) {
  html .nav-collapse .navbar-search {
  	float: left;
  }
}
.dark {
	background: rgb(20,20,25);
	color: white;
}
.dark a {
	color: white;
}
.dark a:hover {
	color: rgb(200,200,200);
}
.dark blockquote {
	 border-left: 3px solid rgb(126,126,129);
}
.dark blockquote small {
	color: white;
	font-weight: bold;
}
.dark blockquote small:before {
	display: none;
}

.dark.downloads .nav-tabs.nav-stacked>li>a {
	border-color: rgba(251, 199, 7, 0.2);
    background-color: rgba(100, 33, 38, 0.25);
}
.dark.downloads .nav-stacked li a i.fa {
	color: rgba(251, 199, 7, 0.5);
}
.dark.downloads .nav>li>a:hover, .dark.downloads .nav>li>a:focus {
    background-color: rgba(100, 33, 38, 0.8);
    color: #fff;
}





/**
Articles
**/
.article-list .article-thumbnail {
	background-position: center center;
	background-size: cover;
	width: 100%;
	position: relative;
}
a.full-size-link {
	position: absolute;
	display: block;
	left: 0; right: 0; top: 0; bottom: 0;
}
.article-list a {
	text-decoration: none !important;
}
.article-header {
	background: #282828;
	background: radial-gradient(rgb(90,90,90), rgb(20,20,20));
	background-position: center center;
	background-size: cover;
	min-height: 30vh;
	position: relative;
	margin-top: 41px;
}
.article-header .darken-bg {
	background: rgba(0,0,0,0.45);
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	z-index: 0;
}
.article-header .container {
	position: relative;
	z-index: 1;
}
.article-header h1, .article-header h2, .article-header p.lead, .article-header p {
	color: white;
	text-shadow: 1px 1px 2px rgb(0,0,0);
	font-weight: 500;
}
.article-header h1, .article-header h2 {
	font-size: 56px;
	line-height: 56px;
}
.article-header .container {
	padding: 40px 0 !important;
}
/*@media (min-width: 980px) {
	.article-header .container {
		width: 700px;
	}
	.article-view .container {
		margin-top: 20px;
		width: 700px;
	}
	.article-view p > img:only-child {
		max-width: 100%;
		margin: 30px auto;
	}
	.article-view article iframe {
		width: 780px !important;
		height: 439px !important;
	}
}*/
.article-view blockquote p {
	font-size: 24px;
}
.article-view .well h3 {
	margin-top:0;
}
.article-form input, .article-form .input-append, .article-form .input-prepend {
	width: 90%;
}
.article-form textarea {
	width: 100%;
}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
.article-preview {
	box-shadow: 3px 3px 10px rgb(200,200,200);
}
.article-preview .article-header, .article-preview .article-view {
	padding: 20px;
	margin: 0;
}

.milestone h3 {
	margin-top: 0px;
}

.milestone a {
	text-decoration: none;
}

.milestone dl {
	margin-bottom: 0px;
}

.page-wrap {
	transition: opacity 0.5s ease;
	opacity: 1;
}

/**
 * Leadership
 */
 .person {
	 float:left;
	 text-align: center;
	 border: 1px solid #eee;
	 padding: 2px;
 }

.person .portrait {
	vertical-align: text-top;
	border-radius:128px;

    border: 3px solid #fff;
	width:256px;

    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);

}

.person p.description {
	margin-top:1em;
}

.person p.blurb {
	 padding: 5px;
}

.person p.since {
    font-weight: 500;
}

/**
 Blog
 **/
.rssFeedLink {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../img/feed.png) center center no-repeat;
}

.g-plus, #___plus_0 { vertical-align: text-bottom !important; }
.twitter-share-button { vertical-align: text-bottom !important; }

/** twitter box on jobs page **/
.twitter-timeline {
	width:100%;
}

.tags {
	margin-top:.5em;
}
.tag a:hover {
	color: #4D64AE;
}
.tag a {
	color: #A84B38;
}

.tags .fa {
	color: #555;
}

/** partner logos **/
a.partner-logo img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
a.partner-logo {
	border: 1px solid #eee;
	height: 160px;
	width: 160px;
	position: relative;
	display: inline-block;
	margin: 10px;
}

/** video page */

.section.dark.section-videos {
	background:rgb(183,77,49);
	background-image: linear-gradient(to right, rgb(183,77,49) 25%, rgb(100,33,38));
}

.section.dark a.button-head-video {
	display:inline-block;
	padding:3px 15px;
	border:2px solid #fff;
	color: #fff;
	margin-bottom:5px;
	margin-right:5px;
	text-decoration:none;
	border-radius:5px;
	text-decoration: none;
}

.section.dark.section-videos a {
	text-decoration: underline;
}
.section.section-videos h1 {
	display:inline-block;
}
.section.dark.section-videos a:hover {
	color:#FBC707;
}

.section.dark.section-videos a.button-head-video {
	border:2px solid #4D64AE;
	color:#fff;
	text-decoration: none;
}

.section.dark.section-videos a.button-head-video:hover {
	background: rgba(0,0,0,0.1);
}

.section.light.section-videos {
	background: #fff;
}

.section-videos h1 small a {
	text-decoration: none;
}

.section-videos h1 small a:hover {
	text-decoration: underline;
}

.section.light.section-videos:not(:first-child) .container, .section.dark.section-videos:not(:first-child) .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

/**
 Steps
 **/
.step-item {
	display: block;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 20px;
	white-space: normal;
}
.step-number {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size:40px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 4px solid #ff932d;
	color: #f48821;
	line-height: 80px;
	text-align: center;
	float: left;
}
.step-title {
	display: block;
	margin-left: 120px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.step-info {
	display: block;
	margin-left: 120px;
	padding-bottom: 20px;
}
.step-item p {
	padding-left: 20px;
	margin-bottom: 10px;
	border-left: solid 3px #ddd;
}
.step-item img {
	width: 100px;
}
.step-item h1 {
	vertical-align: middle;
}
.step-info h4 span {
	font-size:12px;
	color: #f48821;
	font-weight: 600;
}
.step-code {
	padding-left: 20px;
    border-left: solid 3px #ddd;
	color: #333;
    margin: 15px 0;
	display: block;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Summit */

.summit-margin {
	width: 14%;
}

.summit-player {
	float: left;
	width: 38%;
}

.summit-schedule {
	float: left;
	width: 34%;
	padding-left: 40px;
}

@media(max-width: 1650px) {
	.summit-margin {
		width: 0;
	}

	.summit-player {
		padding-left: 150px;
	}

	.summit-schedule {
		width: auto;
		float: right;
		padding-right: 150px;
	}
}

@media(max-width: 1570px) {
	.summit-player {
		padding-left: 125px;
	}

	.summit-schedule {
		padding-right: 125px;
	}
}

@media(max-width: 1490px) {
	.summit-player {
		padding-left: 100px;
	}

	.summit-schedule {
		padding-right: 100px;
	}
}

@media(max-width: 1380px) {
	.summit-player {
		padding-left: 70px;
	}

	.summit-schedule {
		padding-right: 70px;
	}
}

@media(max-width: 1330px) {
	.summit-player {
		padding-left: 50px;
	}

	.summit-schedule {
		padding-right: 50px;
	}
}

@media(max-width: 1280px) {
	.summit-player {
		padding-left: 35px;
	}

	.summit-schedule {
		padding-right: 35px;
	}
}

@media(max-width: 1240px) {
	.summit-player {
		padding-left: 15px;
	}

	.summit-schedule {
		padding-right: 15px;
	}
}

@media(max-width: 1200px) {
	.summit-player {
		padding-left: 0;
	}

	.summit-schedule {
		padding-right: 0;
	}
}

@media(max-width: 1170px) {
	.summit-schedule {
		width: 37%;
	}
}

@media(max-width: 1000px) {
	.summit-player, .summit-schedule {
		width: auto;
		float: none;
	}
}


/* more */

.language-features {
    text-align: center;
    color: #4D64AE;
}

.section-header {
	margin-top: 10px;
    color: #4D64AE;
}

.secondary-heading {
	margin-bottom: 0px;
  font-weight: 700;
  font-size: 26px;
}

.codeTabs{
	overflow: visible;
}

.taste-text{
	font-size: 16px;
}

.taste-subsection{
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 5px;
    color: #4D64AE;
 	font-weight: 400;
}    

.taste-tabs{
	margin-bottom: 0px;
}

.alt-color {
    background-color: #F2F2F2;
}

.norm-color {
    background-color: white;
}

.nav-item {
	padding-left: 0px;
	padding-right: 0px;
}

.tab-content{
    background-color: white;

    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: : 1px solid #ddd;
}

.tab-pane{
	padding-left: 10px;
}

.little-pad {
	padding-top: 50px !important;
}

.littler-pad {
	padding-top: 20px !important;
}


.nav-link {
	padding-right: 4px !important;
    padding-left: 4px !important;
}

.strongBlue{
	color: #4D64AE;
}

.consult-sub{
	margin-bottom: 0px;
	margin-top: 10px;
}

.main-video{
	margin-bottom: 10px;
}

.bulletlessList{
	list-style: none;	
}



/*TOC plugin*/
nav[data-toggle='toc'] {
  margin-top: 30px;
}

/* small screens */
@media (max-width: 768px) {
  /* override the Affix plugin so that the navigation isn't sticky */
  nav.affix[data-toggle='toc'] {
    position: static;
  }

  /* PICK ONE */
  /* don't expand nested items, which pushes down the rest of the page when navigating */
  nav[data-toggle='toc'] .nav .active .nav {
    display: none;
  }
}









/* Delete these base styles before copying and pasting into your CSS */
/*body { font-size: 21px; font-family: Roboto; margin: 30px 30px; } *, *:before, *:after { box-sizing: border-box; }*/
/* End of delete base styles */

/* -------------------------------------------------------------------------
  VERTICAL STEPPERS
-------------------------------------------------------------------------- */

/* Steps */
.step {
  position: relative;
  min-height: 1em;
}
.step + .step {
  margin-top: 1.5em
}
.step > div:first-child {
  position: static;
  height: 0;
}
.step > div:not(:first-child) {
  margin-left: 2.5em;
  padding-left: 2em;
}

.nonecode {
    background-color: #eee;
    border: 1px solid #999;
    display: block;
    padding: 20px;
}

/* Circle */
.circle {
  background: gray;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 100%;
  color: #fff;
  background-color: #4D64AE;
  text-align: center;
  box-shadow: 0 0 0 3px #fff;
}


/* Stepper Titles */
.steptitle {
  line-height: 1.5em;
  font-weight: bold;
  font-size: 20px;
  color: #4D64AE;
}


.btn-concFromgithub {
	font-size: 18px;
	position: relative;
	background: #4D64AE;
	box-shadow: none;
	color: white;
	width: 204px;
	height: 54px;
	line-height: 54px;
	text-shadow: none;
	padding-right: 33px; /* 12px default + some space for our caret */
	box-sizing: initial;
	margin-bottom: 10px;
}
.btn-concFromgithub:hover, .btn-concFromgithub:active {
	background-color: #60aec8;
	color: white;
}
.btn-concFromgithub .fa {
	position: absolute;
	right: 15px;
	top: 23px;
	font-size: 16px;
}


.halfpre{
	overflow: auto;
}

.narrowc{
	max-width: 1140px;
}