/*
 Theme Name:   Orbital Library
 Description:  Obscuritory theme, version 3.0
 Author:       Phil Salvador
 Author URI:   https://www.obscuritory.com
 Template:     smartline-lite
 Version:      1.0.14
 Tags:         right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  orbital-library
*/

/* General Styles
-------------------------------------------------------------- */
body {
	font-family: 'Open Sans', Arial, Tahoma;
	font-size: 0.925em;
	/* originally 0.95em */
	border: 0;
	color: #111;
	background-color: #000000;
}

/* Links */
a, a:link, a:visited{
	color: #001567;
	/* text-decoration: none; */
}

/* Basic Structure 
-------------------------------------------------------------- */
#wrapper {
	max-width: 1100px;
	margin: 2em auto;
	margin-top: 0;
}
#content {
	width: 75%;
	padding: 1.5em 2.25em 0 2.25em;
}

#sidebar {
	margin-left: 75%;
	width: 25%;
}
#wrapper-orbital {
	max-width: 1100px;
	width: 92%;
	margin: 2em auto;
	margin-top: 1em;
	margin-bottom: 0em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image:url(images/header/header.php);
	background-repeat:no-repeat;
	background-position: 0.5em top;
}
#header {
	padding: 0 0.5em 0 0.5em;
	background: transparent;
}
#sidebar {
	background: #f3f3f3;
	background-image: url(images/weave.png);
}

/* Header
-------------------------------------------------------------- */
#randomimage {
	float: left;
	width: 116px;
	height: 116px;
	margin-right:1.5em;
	overflow:hidden;
}
#logo .site-title {
	float: none;
	margin: 0.4em 0 -0.1em 0;
	font-family: 'Noticia Text', Georgia, Arial, Tahoma;
}
#logo .site-description {
	float: none;
	margin: 0 0 0 0;
	font-size: 1.027em;
	/* originally 1.0em */
	color: #fff;
}

/* Posts and Pages
-------------------------------------------------------------- */
.type-post, .type-page, .type-attachment  {
	margin: 0 0 1.5em 0;
}
.page-title, .post-title {
	font-weight: bold;
	font-family: 'Noticia Text', Georgia, Arial, Tahoma;
	line-height: 1.3em;
}
.post-title img {
	vertical-align: top;
	padding-left: 4px;
}
.post-title .caticons {
	white-space: nowrap;
}
.page-title, .post-title {
	color: #001567;
}
.page-title {
	font-size: 2.428em;
	/* originally 2.3em */
	padding: 0.1em 0;
}
.post-title {
	font-size: 1.9em;
	/* originally 1.8em */
	padding: 0.3em 0;
}
.post-title a:link, .post-title a:visited {
	color: #001567;
}

.resource-links {
	padding: 0 1em;
	width:auto;
	margin: 0 auto;
}
.resource-links h3 {
	margin:0.5em auto;
	font-size: 2.25em;
}
.resource-links h3 a:hover {
	text-decoration:underline;
}
.resource-page p, .resource-page-play p {
	padding-left: 5%;
}
.resource-page h4 {
	font-size: 1.25em;
}
.resource-page-play h3 {
	font-size: 1.8em;
}
.resource-page-play h4 {
	font-weight:inherit;
	font-size:inherit;
}

article .wp-post-image.excerpt-thumb {
	float: right; 
	display: block;
	margin: 1.2em 2em;
	width: 200px;
}

/* Postmeta */
.postmeta, .postinfo {
	font-size: 1em;
}

.postinfo {
	clear: both;
	margin: 2em 0 0;
}

/* Read more Link */
.more-link {
	display: inline-block;
	font-weight: bold;	margin: 0em 0 0.5em;
	padding: 0em 0.5em;
	text-decoration: none;
	color: #333;
	background-color: #ddd;
}
.more-link:link, .more-link:visited {
	color: #333;
}
.more-link:hover, .more-link:active {
	background-color: #001567;
	color: #fff;
	text-decoration: none;
}

.hiddenaccess {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* Text Elements
-------------------------------------------------------------- */
.entry {
	line-height: 1.6em;
}
.entry p, .comment p {
	margin: 1.25em 0 1.25em 0;
}
.entry a, .comment a {
	font-weight: bold;
}
.entry.excerpt p {
	margin: 0 0 0 0;
	overflow: hidden;
}
code, pre {
	background: #ddd;
	font-size: 1.0em;
}
.entry ul, .comment ul, .entry li, .comment ul, .entry ol, .comment ol {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
blockquote {
	margin: 1.2em 0;
	padding: 0.3em 1.4em;
}
sup {
	font-size: 0.75em;
}

/* Images */
.aligncenter {
	margin: 1.5em auto;
}

/* Form Elements */
input, textarea {
	border: 1px solid #aaa;
	font-family: 'Open Sans', Arial, Tahoma;
}
input[type="submit"] {
	border: 1px solid #aaa;
	background-color: #ddd;
}
input[type="submit"]:hover {
	color: #fff;
	background-color: #001567;
}

/* Comment Form */
#commentform #submit {
	background: #ddd;
}
#commentform #submit:hover {
	color: #fff;
	background-color: #001567;
}

.wpcf7 textarea
{
	width: 80%;
}

/* Comments
-------------------------------------------------------------- */
#comments .comments-title, #respond #reply-title {
	font-family: 'Noticia Text', Georgia, Arial, Tahoma;
}
.bypostauthor .fn, .comment-author-admin .fn{
	background: #ddd;
}
.commentlist .pingback {
	border-top: 1px solid #ddd;
}


/* Archives and Search Heading
-------------------------------------------------------------- */
.archive-title span{
	color: #001567;
}

/* Content Pagination */
.post-pagination a {
	color: #001567;
}
.post-pagination a:link, .post-pagination a:visited {
	color: #001567;
}
.post-pagination .current {
	background: #001567;
}
/* Image.php Navigation */
#image-nav .nav-previous a, #image-nav .nav-next a {
	color: #001567;
}
/* General Widget Styling */
#frontpage-magazine-widgets .widget .widgettitle {
	border: 1px solid #001567;
	font-family: 'Noticia Text', Arial, Tahoma;
	font-weight: 700;
}

/* Navigation Menu -- color was previously 004488
-------------------------------------------------------------- */
#navi-wrap {
	border-top: 1px solid #001567;
	border-bottom: 0;
	background: #001567;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mainnav {
	background: #001567;
}
#mainnav-menu {
	float: left;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	background: inherit;
}
#mainnav-menu li {
	float: left;
	position: relative;
	border-right: 0;
	margin-right: 3px;
}
#mainnav-menu a {
	display: block;
	background: #3170CE;
	padding: 1.2em;
	text-decoration: none;
	font-size: 1.0em;
	font-family: 'Noticia Text', Georgia, Arial, Tahoma;
}
#mainnav-menu a:link, #mainnav-menu a:visited{
	color: #fff;
	text-decoration: none;
}
#mainnav-menu ul {
	position: absolute;
	display: none;
	z-index: 99;
	background: #2A2A2A;
	border-top: 0px solid #fff;
}
#mainnav-menu ul li{
	margin: 0;
	border: none;
}
#mainnav-menu ul a {
	width: 250px;
	width: 16rem;
	padding: 1em;
	float: left;
	font-weight: normal;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mainnav-menu ul a:link, #mainnav-menu ul a:visited{
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
#mainnav-menu li ul ul {
	border: none;
	border-left: 3px solid #001567;
	margin-left: 250px;
	margin-left: 16rem;
}

/* Widget Styling
-------------------------------------------------------------- */
.widgettitle {
	background: #001567;
	border: 1px solid #001567;
	font-family: 'Open Sans', Arial, Tahoma;
	font-weight: 700;
	font-size: 1.0278em;
}
.widget a:link, .widget a:visited  {
	color: #001567;
}
.widget ul {
	list-style: square inside;
}
.widget li.cat-item {
	line-height:1.75em;
}
.widget img {
	padding: 2px 4px 2px 0;
	vertical-align: middle;
}

/* Footer
-------------------------------------------------------------- */
#footer {
	background: #001567;
}

#footer-text {
	text-align: right;
	line-height: 1.5em;
}
	

/* Plugin */
li.archive-accordion-month {
	padding-left: 2em;
}

/*============================ MEDIA QUERIES ============================*/

/* Small screens | <1120px */
@media only screen and (max-width: 70em) {
	#wrapper {
		width: 94%;
	}
	#wrapper-orbital {
		width: 94%;
	}
	#content {
		width: 75%;
	}
	#sidebar {
		margin-left: 75%;
		width: 25%;
	}
	#logo .site-title {
		float: none;
		font-family: 'Noticia Text', Georgia, Arial, Tahoma;
	}
	#logo .site-description {
		float: none;
		margin: 0 0 0 0;
		font-size: 1.0em;
	}
	.widget-category-posts .type-post .post-title {
		font-size: 1.2em;
	}
	.widget-category-posts .small-post .post-title{
		font-size: 1.05em;
	}
}
/* Smaller screens | <1120px */
@media only screen and (max-width: 65em) {
	#wrapper {
		width: 96%;
		margin: 0 1em 1em 1em;
	}
	#wrapper-orbital {
		width: 96%;
		margin: 1em 1em 0 1em;
	}
	#logo .site-description {
		font-size: 1.0em;
	}
}
/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
	#wrapper {
		width: 100%;
		margin: 0;
	}
	#wrapper-orbital {
		width: 100%;
		margin: 0;
		background: transparent;
	}
	#header {
		padding: 2em;
		text-align: center;
	}
	#randomimage {
		width: 0;
		height: 0;
		margin-right:0;
	}
	#content {
		float: none;
		width: 100%;
	}
	#sidebar {
		clear: both;
		margin: 2em 0 0;
		width: 100%;
	}
	#logo {
		float: none;
		width: 100%;
	}
	#logo .site-title {	
		margin: 0.4em 0 0 0;
	}
	#logo .site-description{
		margin: 0 0 0 0;
	}
	#header-content {
		display: block;
		text-align: center;
	}
	#header-content div {
		float: none;
		margin: 1em 0 0;
	}
	#header-content #header-search .search-form {
		display: inline-block;
		max-width: 350px;
	}
	#header-content #social-icons-menu li {
		float: none;
		display: inline-block;
		margin: 0 1px 2px 0;
		padding: 0;
		background: #222;
	}

	/* Mobile Main Navigation */
	
	/* Reset */
	#mainnav, #mainnav-menu, #mainnav-menu li, #mainnav-menu a, #mainnav-menu ul, 
	#mainnav-menu ul a, #mainnav-menu ul ul, #mainnav-menu li ul ul 
	{
		margin: 0;
		padding: 0;
		position: static;
		float: none;
		display: inline;
		font-size: 1.0em;
		border: none;
		box-shadow: none;
		background: none;
		top: 0;
		left: 0;
	}
	#mainnav-menu li:hover ul ul, #mainnav-menu li:hover ul ul ul, #mainnav-menu li:hover ul ul ul ul,
	#mainnav-menu li:hover ul, #mainnav-menu li li:hover ul, #mainnav-menu li li li:hover ul, #mainnav-menu li li li li:hover ul
	{
		display: inline;
	}
	
	#mainnav {
		margin: 0;
		display: block;
		float: none;
	}
	#mainnav-toggle {
		display: block;
		padding: 1.5em;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 1.0em;
		font-family: 'Noticia Text', Georgia, Arial, Tahoma;
		color: #fff;
		background: #001567;
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		-ms-transition: all 0.1s ease-out;
		-o-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;	
	}
	#mainnav-toggle:hover {
		cursor: pointer;
		background: #7CA6E4;
	}
	#mainnav-toggle:after {
		float: right;
		margin: -0.15em 0 0;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		content: '\f419';
		font: normal 24px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}
	#mainnav-menu {
		width: 100%;
		display: none;
		border-top: 1px solid #808080;
		background: #303030;
	}
	#mainnav-menu a {
		display: block;
		padding: 1.3em;
		text-decoration: none;
		font-size: 1.0em;
		border-bottom: 1px solid #808080;
		background: #303030;
		clear: left;
	}
	#mainnav-menu a:hover {
		background: #808080; 
	}
	#mainnav-menu ul {
		float: left;
		background: #303030;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mainnav-menu ul a {
		display: block;
		width: 100%;
		padding: 1em 1em 1em 3em;
		font-size: 0.9em;
		border-bottom: 1px solid #444;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mainnav-menu ul li ul a {
		padding-left: 5em;
	}
	#mainnav-menu ul li ul li ul a{
		padding-left: 7em;
	}
	#mainnav-menu li.current_page_item a, #mainnav-menu li.current-menu-item a {
		text-decoration: underline;
	}
	#mainnav-menu li.current_page_item ul li a, #mainnav-menu li.current-menu-item ul li a{
		text-decoration: none;
	}
	#mainnav-menu ul li.current_page_item a, #mainnav-menu ul li.current-menu-item a {
		text-decoration: underline;
	}
	#mainnav-menu .submenu-dropdown-toggle:hover {
		cursor: pointer;
		background: #808080;
	}
	
	.widget-category-posts .type-post .post-title {
		font-size: 1.4em;
	}
	.widget-category-posts .small-post .post-title{
		font-size: 1.1em;
	}
}

/* Tablets (portrait) | <800px */
@media only screen and (max-width: 50em) {
	#logo .site-title {
		font-size: 2.3em;
	}
	#logo .site-description {
		font-size: 1.0em;
	}
	
	/* Mobile Top Navigation */
	
	/* Reset */
	#topnav, #topnav-menu, #topnav-menu li, #topnav-menu a, #topnav-menu ul {
		margin: 0;
		padding: 0;
		position: static;
		float: none;
		display: inline;
		font-size: 1.0em;
		border: none;
		box-shadow: none;
		background: none;
		top: 0;
		left: 0;
	}
	
	#topnav {
		float: none;
	}
	#topnav-icon {
		display: block;
		padding: 0.5em;
		text-decoration: none;
		font-size: 0.9em;
		color: #333;
		background: #ddd;
	}
	#topnav-icon:hover {
		cursor: pointer;
		text-decoration: underline;
	}
	#topnav-icon:after {
		float: right;
		margin: 0.05em 0 0;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		content: '\f419';
		font: normal 14px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}
	#topnav-icon:hover:after {
		text-decoration: none;
	}
	#topnav-toggle {
		background: #ddd;
		border: none;
	}
	#topnav-menu {
		width: 100%;
		display: none;
		border-top: 1px solid #e5e5e5;
		background: #f5f5f5;
	}
	#topnav-menu a {
		display: block;
		padding: 0.7em 1em;
		text-decoration: none;
		font-size: 0.9em;
		border-bottom: 1px solid #e5e5e5;
		clear: left;
	}
	#topnav-menu a:hover {
		text-decoration: underline;
	}
	#topnav-menu li.current_page_item a, #topnav-menu li.current-menu-item a {
		text-decoration: underline;
	}
	
	
	.entry h1, .comment h1 {
	font-size: 2.2em;
	}
	.entry h2, .comment h2 {
		font-size: 1.8em;
	}
	.entry h3, .comment h3 {
		font-size: 1.4em;
	}
	.entry tr th,
	.entry thead th {
		padding: 0.2em 0.4em;
	}
	.entry tr td {
		padding: 0.2em 0.4em;
	}
	.widget-category-posts .type-post .post-title {
		font-size: 1.2em;
	}
	.widget-category-posts .small-post .post-title{
		font-size: 1.0em;
	}
	
	/* Mobile Footer Navigation */
	#footer #footer-text {
		margin-top: -1.2em;
	}
		
	/* Reset */
	#footernav, #footernav-menu, #footernav-menu li, #footernav-menu a, #footernav-menu ul {
		margin: 0;
		padding: 0;
		position: static;
		float: none;
		display: inline;
		font-size: 1.0em;
		border: none;
		box-shadow: none;
		background: none;
		top: 0;
		left: 0;
	}
	#footernav {
		float: none;
	}
	#footernav-icon {
		display: block;
		text-decoration: none;
		font-size: 0.9em;
		color: #fff;
	}
	#footernav-icon:hover {
		cursor: pointer;
		text-decoration: underline;
	}
	#footernav-icon:after {
		margin: 0.05em 0 0 1em;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		content: '\f419';
		font: normal 14px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}
	#footernav-icon:hover:after {
		text-decoration: none;
	}
	#footernav-menu {
		display: none;
		width: 100%;
		padding-bottom: 1em;
	}
	#footernav-menu li {
		display: block;
		padding: 0.8em 0.4em;
		border-top: 1px dashed #aaa;
	}
	#footernav-menu a {
		display: inline-block;
		text-decoration: none;
		font-size: 0.9em;
	}
	#footernav-menu a:hover {
		text-decoration: underline;
	}

}

/* Phablets (portrait) | <640px */
@media only screen and (max-width: 40em) {
	#content {
		padding: 1em 1em 0;
	}
	.type-post, .type-page, .type-attachment  {
		margin: 0 0 1em 0;
	}
	.page-title {
		font-size: 2.0em;
	}
	.post-title {
		font-size: 1.6em;
	}

	/* Frontpage Categories */
	.widget-category-posts .type-post {
		margin: 0 0 1em 0;
	}
	#widget-category-posts-grid .category-posts-grid-row {
		margin-right: 0;
	}
	#widget-category-posts-grid .category-posts-grid-row .big-post,
	#widget-category-posts-grid .category-posts-grid-row .small-post-wrap,
	#widget-category-posts-boxed .big-post,
	#widget-category-posts-columns .category-posts-column-left {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	#widget-category-posts-boxed .small-posts,
	#widget-category-posts-columns .category-posts-column-right {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}
	#widget-category-posts-boxed .small-posts {
		padding-bottom: 0.5em;
	}
	#widget-category-posts-columns .category-posts-column-right {
		margin-top: 1.5em;
	}
	.alignright, .alignleft {
		float: none;
		display: block;
		margin: 1.5em auto;
	}
	article .wp-post-image.excerpt-thumb {
		float: none;
		display: block;
		margin: 0.5em auto;
		width: 65%;
	}
}

/* Phablets (portrait) | <560px */
@media only screen and (max-width: 35em) {
}

/* Smartphones | <480px */
@media only screen and (max-width: 30em) {
	#logo .site-title {
		font-size: 2.0em;
	}
	#logo .site-description {
		font-size: 1.0em;
	}
	#footer #footer-text {
		margin-top: 1.2em;
		float: none;
	}
}

/* Smartphones | <320px */
@media only screen and (max-width: 20em) {
	.postmeta span, .postinfo span {
		display: block;
	}
	.widget-category-posts .type-post .post-title {
		font-size: 1.0em;
	}
	.widget-category-posts .small-post .post-title{
		font-size: 0.9em;
	}
}

/* Big Screens Navi Fix | >720px */
@media only screen and (min-width: 60em) {
	/* ensure #nav is visible on desktop version */
	#mainnav-menu {
		display: block !important;
	}
	#mainnav-menu li.menu-item:hover a:hover {
		background: #7CA6E4;
	}
	#mainnav-menu ul.sub-menu a {
		background: #303030;
	}
	#mainnav-menu ul.sub-menu:hover a:hover {
		background: #808080;
	}
}
@media only screen and (min-width: 50em) {
	/* ensure #topnav, #footernav is visible on desktop version */
	#topnav-menu, #footernav-menu {
		display: block !important;
	}
}

/* Tabby */
.responsive-tabs .responsive-tabs__heading {
	display: none;
}

.responsive-tabs .responsive-tabs__list__item {
	display: inline;
	cursor: pointer;
}

.responsive-tabs-wrapper {
	clear: both;
	margin-bottom: 20px;
	zoom: 1;
}

.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
	content: "";
	display: table;
}

.responsive-tabs-wrapper:after {
	clear: both;
}

.responsive-tabs ul.responsive-tabs__list {
	font-size: 18px;
	line-height: 18px;
	margin: 20px 0 0 12px;
	padding: 0;
}

.responsive-tabs .responsive-tabs__list__item {
	background: transparent;
	border: 1px solid transparent;
	border-bottom: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #555;
	font-size: 18px;
	line-height: 19px;
	text-transform: inherit;
	margin: 1px 12px 0 0;
	padding: 10px 12px 10px;
	white-space: nowrap;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.responsive-tabs .responsive-tabs__list__item .fa {
	margin-right: 8px;
	line-height: 0.8;
}

.responsive-tabs .responsive-tabs__list__item:hover {
	color: #111;
	background: transparent;
}

.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover {
	background: #fff;
	border-color: #aaa;
	color: #001567;
	font-weight: bold;
	padding-bottom: 11px;
	margin-top: 0;
	position: relative;
	top: 1px;
}

.responsive-tabs .responsive-tabs__panel {
	background: #fff;
	border: 1px solid #aaa;
	border-top: 1px solid #aaa;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	clear: left;
	margin-bottom: 0;
	padding: 20px 20px 0;
	word-wrap: break-word;
}

.responsive-tabs .responsive-tabs__panel:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

@media (min-width: 50em) {

	.responsive-tabs .responsive-tabs__panel--closed-accordion-only {
		display: block;
	}
}

@media (max-width: 50em) {

	.responsive-tabs .responsive-tabs__list {
		display: none;
	}

	.responsive-tabs .responsive-tabs__heading {
		display: block;
		cursor: pointer;
	}

	.responsive-tabs-wrapper {
		border-top: 1px solid #ccc;
	}

	.responsive-tabs .responsive-tabs__heading {
		background: #fff;
		border: 1px solid #aaa;
		border-top: none;
		color: #555;
		font-size: 18px;
		font-weight: normal;
		text-transform: inherit;
		margin: 0;
		padding: 10px 0;
		padding-left: 20px;
		position: relative;
	}

	.responsive-tabs .responsive-tabs__heading .fa {
		margin-right: 8px;
		display:none;
		}

	.responsive-tabs .responsive-tabs__heading:after {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #777;
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		height: 0;
		width: 0;
	}

	.responsive-tabs .responsive-tabs__heading:hover {
		background: #ddd;
		color: #111;
	}

	.responsive-tabs .responsive-tabs__heading:hover:after {
		border-top: 6px solid #777;
	}

	.responsive-tabs .responsive-tabs__heading--active,
	.responsive-tabs .responsive-tabs__heading--active:hover {
		background: #001567;
		color: #fff;
		font-weight: bold;
	}

	.responsive-tabs .responsive-tabs__heading--active:after,
	.responsive-tabs .responsive-tabs__heading--active:hover:after {
		border-bottom: 6px solid #fff;
		border-top: 0;
		top: 18px;
	}

	.responsive-tabs .responsive-tabs__panel {
		background: #fff;
		border: 1px solid #aaa;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-top: none;
		margin: 0;
		padding: 0 20px;
		padding-top: 20px;
	}
}

@media print {

	.noprint,
	.responsive-tabs .responsive-tabs__list {
		display: none;
	}

	 .responsive-tabs h2.tabtitle {
		 display: block!important;
	 }

	.responsive-tabs .responsive-tabs__heading {
		background: none;
		border: none;
		display: block;
		font-size: 22px;
		font-weight: bold;
		text-transform: inherit;
		margin: 0!important;
		padding: 10px 0 0;
	}

	.responsive-tabs .responsive-tabs__panel {
		display: block!important;
		background: none;
		border: none;
		padding: 0;
	}
}