.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.btn {
  position: relative;
  top: -1px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.collapse:not(.show) {
  display: none;
}


#tabs.tabs h1.navtabs-title {
	font-weight: bold; 
	font-size: 24px; 
	float: left;  
	margin-top: 0px;
	position: absolute;
        text-transform: uppercase;
}

.tabscontainer {
	height: 38em;
}

.tabscontainer > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 2.875em 1.875em 1.875em;
}

.tabscontainer > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0 0 0.6em 0;
	float: left;
	font-weight: 400;
}

.tabscontainer > header > span {
	display: block;
	position: relative;
	z-index: 9999;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.tabscontainer > header > span span:after {
	width: 30px;
	height: 30px;
	left: -12px;
	font-size: 50%;
	top: -8px;
	font-size: 75%;
	position: relative;
}

.tabscontainer > header > span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #fff;
	background: #47a3da;
}

.tabscontainer > header nav {
	float: right;
	text-align: center;
}

.tabscontainer > header nav a {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
}

.tabscontainer > header nav a > span {
	display: none;
}

.tabscontainer > header nav a:hover:before {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	pointer-events: none;
}

.tabscontainer > header nav a:hover {
	background: #47a3da;
}

.bp-icon:after {
	font-family: 'bpicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
}

.tabscontainer > header nav .bp-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2;
	text-indent: 0;
}

.tabscontainer > header nav a:hover:after {
	color: #fff;
}

.bp-icon-next:after {
	content: "\e000";
}
.bp-icon-drop:after {
	content: "\e001";
}
.bp-icon-archive:after {
	content: "\e002";
}
.bp-icon-about:after {
	content: "\e003";
}
.bp-icon-prev:after {
	content: "\e004";
}

p.info {
	text-align: center;
	padding: 20px;
}

@media screen and (max-width: 55em) {

	.tabscontainer > header h1,
	.tabscontainer > header nav {
		float: none;
	}

	.tabscontainer > header > span,
	.tabscontainer > header h1 {
		text-align: center;
	}

	.tabscontainer > header nav {
		margin: 0 auto;
	}

	.tabscontainer > header > span {
		text-indent: 30px;
	}
	
	.tabs nav {
		text-align: center;
	}
	
	#tabs.tabs h1.navtabs-title {
		font-weight: bold; 
		font-size: 26px;  
		margin-top: 0px;
		text-align: left;
		position: absolute;
	}
	
	.tabscontainer {
		height: 100%;
		margin-bottom: -32px;
	}
	
	div.col-inner > div {
		text-align:center;
	}
	
	div.col-inner.text-right {
		text-align: center;
		margin-top: 8px;
	}
	
	div.col-inner > h2.uppercase {
		text-align:center;
	}
	
	div.col-inner {
		text-align: center;
	}
}

@media screen and (max-width: 760px) {
	.tabs nav {
		text-align: center;
	}
	
	#tabs.tabs h1.navtabs-title {
		font-weight: bold; 
		font-size: 26px;  
		margin-top: 0px;
		text-align: center;
		position: relative;
		margin-bottom: 24px;
	}
	
	.tabscontainer {
		height: 68em;
	}
	
	div.col-inner > div {
		text-align:center;
	}
	
	div.col-inner.text-right {
		text-align: center;
		margin-top: 8px;
	}
	
	div.col-inner {
		text-align: center;
		padding-bottom: 16px;
	}
	
	div.col-inner > h2.uppercase {
		text-align:center;
	}
}

