@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;700&family=IBM+Plex+Mono:wght@400;500;700&family=Inter:wght@400;700&family=Poppins:wght@200;400;700&family=Source+Sans+Pro:wght@400;700&display=swap');
@import '../fonts/rosette/styles.css';



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


html {
	font-family: sans-serif;
	scroll-behavior: smooth;
}

body {
	font-family: sans-serif;
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	font-weight: 500;
}

a:active,
a:hover,
a:focus,
a:visited {
	outline: 0;
	text-decoration: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 4rem;
}

hr {
	box-sizing: content-box;
	height: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	margin-right: 3px;
}

input[type="checkbox"]:before {
	color: black;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.checkbox+.checkbox, 
.radio+.radio {
	margin-top: 5px;
}

.checkbox label, 
.radio label {
	padding-left: 0;
}

fieldset {
	border: 1px solid #DCDCDF;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

td,
th {
	padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

:root {
  font-size: 62.5%; /* (62.5/100) * 16px = 1rem */
}

body,
input,
select,
textarea {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.6;

}

/*-basis, rosette, and autopsy fonts-*/
#basis h1,
#basis h2,
#basis h3,
#basis h4,
#basis h5,
#basis h6,
#autopsy h1,
#autopsy h2,
#autopsy h3,
#autopsy h4,
#autopsy h5,
#autopsy h6,
#rosette h1,
#rosette h2,
#rosette h3,
#rosette h4,
#rosette h5,
#rosette h6  {
	font-family: 'Dosis', sans-serif;
}

#basis body,
#autopsy body,
#rosette body {
	font-family: 'Source Sans Pro', sans-serif;
}

/*-ct fonts-*/
#ct h1,
#ct h2,
#ct h3,
#ct body {
		font-family: 'Inter', sans-serif;
		color: #021329;
}

#ct h4,
#ct h5,
#ct h6 {
	font-family: 'IBM Plex Mono', monospace, sans-serif;
	color: #67728e;
}
 

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0.5rem 0 1.5rem 0;
}


h1,
h2,
h3 {
	font-weight: 700;
}

h1 {
	font-size: 6rem;
}

h2 {
	font-size: 4rem;
}

h3 {
	font-size: 3rem;
}

h4,
h5,
h6 {

	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h4 {
	font-size: 2.4rem;
}

h5 {
	font-size: 1.8rem;
}


h6 {
	font-size: 1.6rem;
}


/*-konasearch fonts-*/
#kona h1,
#kona h2,
#kona h3,
#kona h4,
#kona h5 {
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
}

#kona h1,
#kona h2,
#kona h3,
#kona h4 {
	text-transform:  none;
}

#kona body {
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
}

#kona h1 {
	font-size: 3.125em;
}

#kona h2 {
	font-size:  2em;
}

#kona h3 {
	font-size:  2.5em;
}

#kona h4 {
	font-size:  1.25em;
}

#kona h5 {
	font-size:  1.125em;
}




a {
	text-decoration: none;
	color: #2BA3FE;
}

a:hover {
	text-decoration: underline;
	color: #2BA3FE;
}

code {
	font-size: 1.6rem;
	color: #000;
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


nav,
.nav.nav-sidebar {
	font-family: 'Inter', sans-serif;
	letter-spacing: 0.5px;
	text-align: center;
}

.navbar {
	padding: 0.5rem 0;
}

nav img {
	margin: 15px 0;
	width: 125px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
	color: #2BA3FE;
}


.navbar-toggler {
	padding: 0;
}

.navbar-dark .navbar-toggler {
	border: 0;
	color: rgb(255,255,255,1);
}

.navbar-toggler,
.navbar-toggler-icon:focus {
	outline: 0;
}


/*-side bar nav-
	======================================================== */

.sidebar {
  		display: none;
  		position: sticky;
		top: 10rem;
		z-index: 1000;
		margin-left: -1rem;
		margin-right: 1rem;
		width: 20%;
		float: left;
}

.anchor	{
	padding-top: 12rem; 
	margin-top: -10rem;
}

.anchor:first-child {
	margin-top: -12rem;
}


@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0;
	}

	.navbar-expand-lg .navbar-collapse {
		justify-content: flex-end;
	}

	nav,
	.nav.nav-sidebar {
		text-align: left;
	}

	.nav-link + .nav-link {
		margin-left: 2rem;
	}

	.sidebar {
		display: block;
	}

	.nav.nav-sidebar {
		display: block;
	}

	.nav-sidebar>li>a {
		color: #2BA3FE;
		display: inline-block;
		padding: 5px 1rem;
		margin: 0;
		text-decoration: none;
		border-radius: 5px;
	}

	.nav.nav-sidebar>li>a:hover {
		background: #f1f2f5;
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg>.container {
		padding-left: 25px;
		padding-right: 25px;
	}
}


/*--------------------------------------------------------------
# Links & Buttons
--------------------------------------------------------------*/

*:focus,
*:active {
	outline: none;
	text-decoration: none;
}

.button,
.btn {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 0.5rem 2rem;
	text-transform: uppercase;
	border-radius: 5px;
	font-family: 'IBM Plex Mono', monospace;
	word-spacing: -0.5ch;
	text-align: center;
	margin: 0.5rem 0 1.5rem 0;
}

.button ~ .button,
.button ~ a,
.btn ~ .btn,
.btn ~ a {
	margin-left: 2rem;
}

.button:active,
.button:focus,
.button:hover,
.btn:active,
.btn:focus,
.btn:hover {
	text-decoration: none;
	outline: none;
}

.btn-primary {
	border: 2px solid #2ba3fe;
	background: #2ba3fe;
	color: #fff;
}

.btn-primary:hover {
	background: #1993ef;	
	border: 2px solid #1993ef;
}

.btn-secondary {
	border: 2px solid #2ba3fe !important;
	background: transparent !important;
	color: #2ba3fe !important;
}

.btn-secondary:hover {
	background: rgba(43, 163, 254, 1);
}

.btn-large {
	font-size: 2rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.btn-primary,
.btn-secondary {
	/*-hover effect-*/
	transition-property: box-shadow;
	-webkit-transition-property: box-shadow;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	transition-duration: 0.15s;
}

.btn-primary:hover,
.btn-secondary:hover {
	box-shadow: 0 0 15px rgba(2, 19, 41, .2);
}

.links {
	text-align: center;
}

a.text-white,
a.text-bluegrey {
	text-decoration: underline !important;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.entry-header {
	padding-top: 10rem;
	margin-bottom: 5rem;
}

.inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 3rem 10rem 5rem;
}

.container {
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.main {
	margin-bottom: 7rem;
}

.component {
	margin-bottom: 3rem;
}

@media (min-width: 576px){
	.container {
		max-width: 100%;
	}
}


/*@media (min-width: 768px) {
	.container { 
		max-width: 90%;
	}
}*/

@media (min-width: 1024px) {
	.content {
		max-width: 80%;
		float: right;
	}

	.container {
		max-width:  1200px;
	}
}



/*-flex container-
	======================================================== */

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
/*	justify-content: flex-start;*/
}

.flex-5,
.flex-4,
.flex-3,
.flex-2,
.flex-25,
.flex-30,
.flex-33,
.flex-35,
.flex-40,
.flex-60,
.flex-65,
.flex-66,
.flex-70,
.flex-75 {
	flex-basis: auto;
	width: 100%;
	margin-right: 0;
}

@media screen and (min-width: 768px) {		
	.flex-5,
	.flex-4,
	.flex-3,
	.flex-2 {
		flex-basis: 48%;
	}
	
}

@media (min-width: 1024px) {
	.flex-1 {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
	}

	.flex-3 {
	 	flex-basis: 31%;
	    -ms-flex-preferred-size: 31%;
	}

	.flex-4 {
		flex-basis: 23%;
		-ms-flex-preferred-size: 23%;
	}

	.flex-5 {
		flex-basis: 18%;
		-ms-flex-preferred-size: 18%;
	}

	.flex-75 {
		flex-basis: calc(75% - 15px);
		-ms-flex-preferred-size: calc(75% - 15px);
	}

	.flex-70 {
		flex-basis: calc(70% - 15px);
		-ms-flex-preferred-size: calc(70% - 15px);
	}

	.flex-66 {
		flex-basis: calc(66.6% - 15px);
		-ms-flex-preferred-size: calc(66.6% - 15px);
	}

	.flex-65 {
		flex-basis: calc(65% - 15px);
		-ms-flex-preferred-size: calc(65% - 15px);
	}

	.flex-60 {
		flex-basis: calc(60% - 15px);
		-ms-flex-preferred-size: calc(60% - 15px);
	}

	.flex-40 {
		flex-basis: calc(40% - 15px);
		-ms-flex-preferred-size: calc(40% - 15px);
	}

	.flex-35 {
		flex-basis: calc(35% - 15px);
		-ms-flex-preferred-size: calc(35% - 15px);
	}

	.flex-33 {
		flex-basis: calc(33.3% - 15px);
		-ms-flex-preferred-size: calc(33.3% - 15px);
	}

	.flex-30 {
		flex-basis: calc(30% - 15px);
		-ms-flex-preferred-size: calc(30% - 15px);
	}

	.flex-25 {
		flex-basis: calc(25% - 15px);
		-ms-flex-preferred-size: calc(25% - 15px);
	}
}

.flex-item {
	margin-bottom: 2.5rem;
}

.flex-start .flex-item {
	margin-right: 3rem;
}

.flex-end	 			{ justify-content: flex-end; }
.flex-center 			{ justify-content: center; }
.flex-space-between		{ justify-content: space-between; }
.flex-valign			{ align-items: center; }
.flex-start				{ justify-content: flex-start; }




/*-box container-
	======================================================== */

.box-container {
	border-radius: 10px;
}

.box-inner {
	padding: 25px;
}

.box-container .image-container {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	overflow: hidden; /*keeps image within box during hover effect*/
}

.box-container .image-container .image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		transition-duration: 0.3s;
}

.box-container:hover .image-container img,
.box-container:hover .image-container .image {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

/*-breadcrumbs-
	======================================================== */

.breadcrumbs {
	font-size: 1.4rem;
}

.breadcrumbs a,
.breadcrumbs span {
	color:  #67728e;
}

.breadcrumbs a {
	text-decoration: underline;
}

.breadcrumbs a:hover {
	color: #494c5e;
}

.breadcrumbs span {
	margin: 0 0.8rem;
}


/*-tags-
	======================================================== */

span.tag {
	text-transform: uppercase;
	font-weight: 700;
	padding: 0.5rem 1.2rem;
	font-size: 1.4rem;
	font-family: 'IBM Plex Mono', monospace, sans-serif;
	border-radius: 5px;
}

/*-quotes-
	======================================================== */

.quote h3 {
	font-weight: 300;
}

.quote p {
	color: #67728e;
}

/*-pagination-
	======================================================== */

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous, 
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	display: inline-block;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	margin-right: 1.5em;
}

.nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.nav-links .nav-previous {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	margin-right: 0;
	margin-left: 1.5em;
}

.pagination,
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation  {
	margin: 30px 0 60px;
	text-align: center;
}

.page-numbers,
.comment-navigation .nav-links a,
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
	margin: 0.5em;
	text-transform: lowercase;
	color: #67728e;
}

.page-numbers:active,
.page-numbers:focus,
.comment-navigation .nav-links a:active,
.comment-navigation .nav-links a:focus,
.posts-navigation .nav-links a:active,
.posts-navigation .nav-links a:focus,
.post-navigation .nav-links a:active,
.post-navigation .nav-links a:focus {
	text-decoration: none;
}

.page-numbers:hover,
.comment-navigation .nav-links a:hover,
.posts-navigation .nav-links a:hover,
.post-navigation .nav-links a:hover {
	color: #2ba3fe;
	text-decoration: none;
}

.page-numbers.current {
	 background: #fff;
	 border-radius: 5px;
	 padding: 0.5em;
	 color: #2ba3fe;
	 font-weight: 700;
}

.prev.page-numbers:before {
	content: "←";
	margin-right: 0.5em;
}

.next.page-numbers:after {
	content: "→";
	margin-left: 0.5em;
}


/*-tables-
	======================================================== */
.table,
.table tr,
.table td, .table th{
	border: 0;
}

.table {
	margin-bottom: 0;
}

.table tr:nth-child(even) {
	background: #fff;
}


/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/

.logo .image {
	text-align: center;
	margin: 2rem 0;
}

.logo .image img {
	max-width:  100%;
	max-height: 100px;
}




/*--------------------------------------------------------------
# Rosette Markup Colors
--------------------------------------------------------------*/

.flex-item.markup-sample {
	display: flex;
/*	width: 100%;*/
	align-items: center;
}

.flex-item.markup-sample .color {
	width: 60px;
	height: 60px;
}

.flex-item.markup-sample .color .top,
.flex-item.markup-sample .color .bottom  {
	width: 100%;
}

.flex-item.markup-sample .color .top {
	height: 75%;
}

.flex-item.markup-sample .color .bottom {
	height: 25%;
}

.flex-item.markup-sample .codes {
	display: inline-block;
	margin: 0 0 0 10px;
}

.flex-item.markup-sample .codes h6 {
	font-size: 13px;
	margin-bottom: 0.1rem;
}

.flex-item.markup-sample .codes h6:first-child {
	font-weight: 700;
}

	/*-markup colors-*/

	.names-title-highlight					{ background: #dcdddd; }
	.names-title										{ background: #8a8a8c; }
	.names-firstname-highlight			{ background: #d5ecff; }
	.names-firstname								{ background: #2887d8; }
	.names-middlename-highlight			{ background: #ffe3c7; }
	.names-middlename 							{ background: #ff671f; }
	.names-lastname-highlight				{ background: #d7f4f2; }
	.names-lastname 								{ background: #39b2ac; }

	.entities-activity-highlight		{ background: #fde3c2; }
	.entities-activity 							{ background: #f7a232; }
	.entities-anatomy-highlight,
	.entities-disease-highlight,
	.entities-species-highlight			{ background: #e2bcd1; }
	.entities-anatomy,
	.entities-disease,
	.entities-species 							{ background: #9e1f63; }
	.entities-cc-highlight,
	.entities-email-highlight,
	.entities-personalid-highlight,
	.entities-phone-highlight				{ background: #d0d3db; }
	.entities-cc,
	.entities-email,
	.entities-personalid,
	.entities-phone									{ background: #272b3f; }
	.entities-coordinate-highlight,
	.entities-date-highlight,
	.entities-distance-highlight,
	.entities-measure-highlight,
	.entities-money-highlight,
	.entities-number-highlight,
	.entities-time-highlight,
	.entities-url-highlight					{ background: #dcdddd; }
	.entities-coordinate,
	.entities-date,
	.entities-distance,
	.entities-measure,
	.entities-money,
	.entities-number,
	.entities-time,
	.entities-url 									{ background: #8a8a8c; }
	.entities-event-highlight				{ background: #ffedc4; }
	.entities-event 								{ background: #fec238; }
	.entities-food-highlight,
	.entities-substance-highlight		{ background: #ddeec6; }
	.entities-food,
	.entities-substance 						{ background: #8dc63f; }
	.entities-identifier-highlight,
	.entities-misc-highlight				{ background: #facddf; }
	.entities-identifier,
	.entities-misc 		 							{ background: #ef5792; }
	.entities-lang-highlight,
	.entities-religion-highlight		{ background: #f9b3cc; }
	.entities-lang,
	.entities-religion							{ background: #ec0072; }
	.entities-location-highlight		{ background: #c0e6f6; }
	.entities-location 							{ background: #2caae2; }
	.entities-org-highlight					{ background: #bec6dd; }
	.entities-org 									{ background: #24408e; }
	.entities-person-highlight			{ background: #f8c4be; }
	.entities-person 								{ background: #e93824; }
	.entities-product-highlight 		{ background: #fad4b3; }
	.entities-product 							{ background: #ed6f00; }
	.entities-title-highlight				{ background: #d3c2de; }
	.entities-title 								{ background: #6a3490; }
	.entities-transport-highlight		{ background: #b3dac8; }
	.entities-transport 						{ background: #008448; }


/*--------------------------------------------------------------
# Global Styles
--------------------------------------------------------------*/

.clearfix {
	clear: both;
}

/*-margin & padding-
	======================================================== */

body 
.m-t-0 {margin-top: 0 !important;}
.m-t-1	{margin-top: 1rem !important;}
.m-t-2	{margin-top: 2rem !important;}
.m-t-3	{margin-top: 3rem !important;}
.m-t-4	{margin-top: 4rem !important;}
.m-t-5	{margin-top: 5rem !important;}
.m-t-6	{margin-top: 6rem !important;}
.m-t-7	{margin-top: 7rem !important;}
.m-t-8	{margin-top: 8rem !important;}
.m-t-9	{margin-top: 9rem !important;}
.m-t-10	{margin-top: 10rem !important;}


.m-b-0	{margin-bottom: 0 !important;}
.m-b-1	{margin-bottom: 1rem !important;}
.m-b-2	{margin-bottom: 2rem !important;}
.m-b-3	{margin-bottom: 3rem !important;}
.m-b-4	{margin-bottom: 4rem !important;}
.m-b-5	{margin-bottom: 5rem !important;}
.m-b-6	{margin-bottom: 6rem !important;}
.m-b-7	{margin-bottom: 7rem !important;}
.m-b-8	{margin-bottom: 8rem !important;}
.m-b-9	{margin-bottom: 9rem !important;}
.m-b-10	{margin-bottom: 10rem !important;}



.p-t-0	{padding-top: 0 !important;}
.p-t-1	{padding-top: 1rem !important;}
.p-t-2	{padding-top: 2rem !important;}
.p-t-3	{padding-top: 3rem !important;}
.p-t-4	{padding-top: 4rem !important;}
.p-t-5	{padding-top: 5rem !important;}
.p-t-6	{padding-top: 6rem !important;}
.p-t-7	{padding-top: 7rem !important;}
.p-t-8	{padding-top: 8rem !important;}
.p-t-9	{padding-top: 9rem !important;}
.p-t-10	{padding-top: 10rem !important;}

.p-b-0	{padding-bottom: 0 !important;}
.p-b-1	{padding-bottom: 1rem !important;}
.p-b-2	{padding-bottom: 2rem !important;}
.p-b-3	{padding-bottom: 3rem !important;}
.p-b-4	{padding-bottom: 4rem !important;}
.p-b-5	{padding-bottom: 5rem !important;}
.p-b-6	{padding-bottom: 6rem !important;}
.p-b-7	{padding-bottom: 7rem !important;}
.p-b-8	{padding-bottom: 8rem !important;}
.p-b-9	{padding-bottom: 9rem !important;}
.p-b-10	{padding-bottom: 10rem !important;}


/*-alignment-
	======================================================== */

.text-center	{ text-align: center !important; }
.text-left 		{ text-align: left !important; }
.text-right		{ text-align: right !important; }


/*-text colors-
	======================================================== */

.text-white 		{ color: #ffffff !important; }
.text-dark 			{ color: #021329 !important; }
.text-bluegrey	{ color: #67728e !important; }
.text-red				{ color: #EB3626 !important; }

/*-basis tech-*/
.text-btgreen 	{ color: #61a60e !important; }

.text-ctblue		{ color: #2BA3FE !important; }


/*-autopsy-*/
.text-autblue		{ color: #0D7BFF !important; }

/*-konasearch-*/
.text-konared		{ color: #EC4435 !important; }


/*-background colors-
	======================================================== */

.bg-dark 					{ background: #19294E !important; }
.bg-light 				{ background: #f1f2f5 !important; }
.bg-white					{ background: #ffffff !important; }
.bg-bluegrey			{ background: #67728e !important; }
.bg-grey					{ background: #DBE2E9 !important; }
.bg-lightblue			{ background: rgba(43, 163, 254, 0.2) }
.bg-red						{ background: #EB3626 !important; }

/*-basis tech-*/
.bg-btgreen				{ background: #61a60e !important; }
.bg-btblue				{ background: #1789FC !important; }

/*-cyber triage-*/
.bg-ctdark				{ background: #021329 !important; }
.bg-ctblue 				{ background: #2ba3f3 !important; }
.bg-ctgreen				{ background: #00BF71 !important; }

/*-autopsy-*/
.bg-autblue				{ background: #0d7bff !important; }
.bg-autslate			{ background: #2f323a !important; }
.bg-autdarkgrey		{ background: #b0b1b3 !important; }
.bg-autgrey 			{ background: #dcdcdf !important; }
.bg-autlightgrey	{ background: #f1f2f5 !important; }

/*-konasearch-*/
.bg-konared				{ background: #EC4435 !important; }
.bg-konapurple		{ background: #6156f9 !important; }
.bg-konaslate			{ background: #2b3238 !important; }
.bg-konagrey			{ background: #4e5a65 !important; }
.bg-konalightgrey	{ background: #eef0f1 !important; }
.bg-konadarkred		{ background: #81261d !important; }


/*-border-
	======================================================== */
.border 	{ border: 1px solid #67728e !important; }


/*-hover effects-
	======================================================== */

.hvr-shadow 		{ transition-property: box-shadow;
				 	-webkit-transition-property: box-shadow;
				 	transform: perspective(1px) translateZ(0);
				 	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
				 	transition-duration: 0.3s; }
.hvr-shadow:hover 	{ box-shadow: 0 0 15px rgba(2, 19, 41, .2); }

.hvr-grow 			{ transform: perspective(1px) translateZ(0); transition: all .2s ease;  }
.hvr-grow:hover		{ transform: scale(1.05); }



