@import url("vars.css");
@import url("tables.css");
@import url("admonitions.css");
@import url("images.css");
@import url("indepth.css");

@font-face {
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Roboto-Slab-Regular.woff2?7abf5b8d04d26a2cafea937019bca958)
			format("woff2"),
		url(../fonts/Roboto-Slab-Regular.woff?c1be9284088d487c5e3ff0a10a92e58c) format("woff");
	font-display: block;
}
@font-face {
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/Roboto-Slab-Bold.woff2?9984f4a9bda09be08e83f2506954adbe)
			format("woff2"),
		url(../fonts/Roboto-Slab-Bold.woff?bed5564a116b05148e3b3bea6fb1162a) format("woff");
	font-display: block;
}

/* Global –––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
	background-color: #f8f8f8;
	color: var(--color-font);
	font-family: "Unify Sans", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5em;
}

hr {
	border-top: 1px solid var(--blue-secondary);
}

video {
	width: 100%;
}

/* Default Typography –––––––––––––––––––––––––––––––––––––––––––––––––– */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.15em;
	font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif;
	font-weight: bold;
	color: var(--color-font-secondary);
}

h1 {
	font-size: 2.625em;
	line-height: 1.3em;
	color: var(--blue-primary);
}

h2 {
	font-size: 1.75em;
	line-height: 1.3em;
	color: var(--color-font);
	margin-top: 2em;
}

h3 {
	font-size: 1.1em;
	font-family: unset;
	margin-top: 1em;
}

h5,
h6,
h4 {
	font-size: 1em;
	font-family: unset;
	line-height: 1.15em;
	margin-top: 1em;
	color: var(--grey-secondary);
}

.wm-page-content a {
	color: #2fa4e7;
}

/* 
Links that have classes (like the logo in the nav) are assumed to be styled. 
Links without classes are styled here. This should catch all the inline links 
we writed into our markdown.
*/
a:not[class] {
	color: var(--color-link);
	text-decoration: none;
	cursor: pointer;
}

a:not[class]:visited {
	color: var(--color-link-visited);
}
a:not[class]:hover,
a:not[class]:focus {
	color: var(--color-link-hover);
}
a:not[class]:active {
	color: var(--color-link-active);
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

blockquote {
	font-family: Georgia, serif;
	padding: 0 0 0 1em;
	margin: 2em 0;
	border-left: 4px solid var(--color-theme);
	color: var(--grey-secondary);
}

blockquote p {
	font-size: 2em;
	font-style: italic;
	line-height: 1.3em;
}

/* Content Container –––––––––––––––––––––––––––––––––––––––––––––––––– */

.wm-page-content {
	max-width: 1200px;
  padding: 0 2.5em;
	position: relative;
}

.wm-page-content ul {
  list-style: disc;
  line-height: 24px;
  margin-bottom: 24px;
}

.wm-page-content ul li {
  list-style: disc;
  margin-left: 24px;
}

/* Top Bar –––––––––––––––––––––––––––––––––––––––––––––––––– */

.navbar {
	background-color: var(--blue-primary);
	box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.24), 0 3px 8px rgba(0, 0, 0, 0.05);
	border: none;
	border-radius: 0px;
	margin-bottom: 0px;
	height: 50px;
	z-index: 2;
}

.wm-top-page {
	overflow: hidden;
}

.wm-page-top-frame {
	display: none;
}
.wm-top-page > .wm-page-top-frame {
	display: block;
}
.wm-top-page > .wm-page-content {
	display: none;
}

.wm-top-brand {
	display: inline-block;
	float: left;
	overflow: visible;
	width: 0px;
	height: 50px;
	color: #fff;
	font-size: 18px;
	white-space: nowrap;
	text-decoration: none;
}

.wm-top-link,
.wm-top-link:hover,
.wm-top-link:active,
.wm-top-link:visited,
.wm-top-link:focus {
	color: #fff;
	text-decoration: none;
}

.wm-vcenter:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-left: -0.25em;
}

.wm-vcentered {
	display: inline-block;
	vertical-align: middle;
}

.wm-top-title {
	display: inline-block;
	line-height: 16px;
	vertical-align: middle;
}

.wm-top-title .logo-inner {
	font-size: 22px;
	font-weight: bold;
}

.wm-top-title .logo__credit {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-weight: normal;
	margin-left: 6px;
}

.wm-top-logo {
	max-height: 100%;
}

.wm-top-version {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0px 5px;
	color: #ddd;
	font-size: 8pt;
}

.wm-top-tool {
	height: 50px;
	white-space: nowrap;
}

.wm-top-tool-expanded {
	position: absolute;
	right: 0px;
	padding: inherit;
	width: 100%;
	background-color: var(--blue-primary);
}

.wm-top-search {
	width: 20rem;
}

#wm-toc-button,
#wm-toc-button:hover {
	background-color: transparent;
	border-color: transparent;
	color: #fff;
	margin-right: 1rem;
	margin-left: 0.5rem;
}

#wm-toc-button i {
	font-size: 1.5rem;
}

#wm-toc-button.active i {
	transform: scaleX(-1);
}

/* Table of Contents (side nav) –––––––––––––––––––––––––––––––––––––––––––––––––– */

.wm-toc-pane {
	background-color: #f2f2f2;
	border-right: 1px solid #e0e0e0;
	font-size: 14px;
	margin-left: 0px;
	overflow: auto;
	padding: 2rem 1rem;
	position: absolute;
	top: 50px;
  bottom: 0px;
	transition: margin-left 0.3s;
	width: 320px;
	z-index: 1;
}

.wm-content-pane {
	position: absolute;
	top: 0px;
	padding-top: 50px;
	height: 100%;
	width: 100%;
	z-index: 0;
	padding-left: 320px;
	transition: padding-left 0.3s;
	/* required for iPhone to scroll the contained iframe */
	-webkit-overflow-scrolling: touch;
}

.wm-toc-hidden > .wm-toc-pane {
	margin-left: -320px;
}

.wm-toc-hidden > .wm-content-pane {
	padding-left: 0px;
}

.wm-toc-pane.wm-toc-dropdown {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	margin-left: 0;
	height: auto;
	box-shadow: 2px 3px 4px 0 grey;
}

.wm-toc-repo {
	margin-top: -15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e0e0e0;
}

.wm-small-show {
	display: none;
}

#wm-search-form {
	width: 100%;
}
#wm-search-show {
	display: none;
}

@media (max-width: 600px) {
	.wm-small-hide {
		display: none;
	}
	.wm-small-show {
		display: block;
	}
	.wm-small-left {
		float: left !important;
	}
	#wm-search-show {
		display: block;
		margin-left: 1rem;
	}
	.wm-top-tool-expanded #wm-search-show {
		display: none;
	}
	.wm-top-search {
		display: none;
	}
	.wm-top-tool-expanded .wm-top-search {
		display: table;
		width: 100%;
		padding: 0px;
	}

	.wm-top-page {
		overflow: visible;
	}
	.wm-top-container {
		/* This prevents horizontal overflow, but cuts off search results on bigger
     * screens, so included in small-screen section */
		overflow-x: hidden;
	}
	.wm-toc-pane {
		display: none;
	}
	.wm-content-pane {
		padding-left: 0px;
		overflow: visible;
	}
}

.wm-toctree {
	list-style-type: none;
	line-height: 16px;
	padding-left: 0px;
}

.wm-toctree a,
.wm-toctree a:visited,
.wm-toctree a:hover,
.wm-toctree a:focus {
	color: var(--blue-primary);
	text-decoration: none;
	outline: none;
}

.wm-toc-text {
	display: block;
	padding: 4px;
	cursor: pointer;
}

.wm-toc-lev1 > .wm-toc-text {
	padding-left: 14px;
}
.wm-toc-lev2 > .wm-toc-text {
	padding-left: 28px;
}
.wm-toc-lev3 > .wm-toc-text {
	padding-left: 42px;
}
.wm-toc-lev4 > .wm-toc-text {
	padding-left: 56px;
}
.wm-toc-lev5 > .wm-toc-text {
	padding-left: 70px;
}
.wm-toc-lev6 > .wm-toc-text {
	padding-left: 84px;
}

.wm-toc-lev1 + .wm-page-toc {
	margin-left: 14px;
}
.wm-toc-lev2 + .wm-page-toc {
	margin-left: 28px;
}
.wm-toc-lev3 + .wm-page-toc {
	margin-left: 42px;
}
.wm-toc-lev4 + .wm-page-toc {
	margin-left: 56px;
}
.wm-toc-lev5 + .wm-page-toc {
	margin-left: 70px;
}
.wm-toc-lev6 + .wm-page-toc {
	margin-left: 84px;
}

.wm-toc-li-nested {
	padding: 0px;
	margin: 0px;
}

.wm-toc-opener > .wm-toc-text::before {
	content: "\25B6 \FE0E";
	display: inline-block;
	vertical-align: middle;
	font-size: 8px;
	width: 14px;
}

.wm-toc-opener.wm-toc-open > .wm-toc-text::before {
	content: "\25BC \FE0E";
}

.wm-toc-li.wm-current,
.wm-toc-li.wm-current:hover {
	background-color: var(--blue-primary);
	color: white;
}

.wm-toc-li:hover {
	background-color: #e0e0e0;
}

.wm-toc-li.wm-current a {
	color: white;
}

.wm-toc-li-nested.wm-page-toc {
	font-size: 1.2rem;
	line-height: 1.2rem;
	overflow: hidden;
	border-left: 1px solid var(--blue-primary);
}

.wm-page-toc-opener > .wm-toc-text::after {
	content: "\25C4";
	display: inline-block;
	float: right;
	vertical-align: middle;
	font-size: 8px;
}

.wm-page-toc-opener.wm-page-toc-open > .wm-toc-text::after {
	content: "\25BC";
}

.wm-page-toc-text {
	padding: 2px 2px 2px 1rem;
	display: block;
	cursor: pointer;
}

.wm-article {
	width: 1px;
	min-width: 100%;
	height: 100%;
	border: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
}

.btn-default:focus,
.btn-default.focus {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default.greybtn {
	color: #888;
}

.wm-article-nav-buttons {
	margin: 1rem 0;
}

.wm-article-nav {
	display: inline-block;
	max-width: 48%;
	white-space: nowrap;
	color: var(--blue-primary);
	text-align: right;
}

.wm-article-nav > .btn-link {
	display: block;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wm-article-nav > a,
.wm-article-nav > a:visited,
.wm-article-nav > a:hover,
.wm-article-nav > a:focus {
	color: var(--blue-primary);
	text-decoration: none;
	outline: none;
}

.wm-article-nav > .btn-xs {
	padding: 3px 9px;
}

/* Dropdown search results –––––––––––––––––––––––––––––––––––––––––––––––––– */

#mkdocs-search-results.dropdown-menu {
	width: 40rem;
	overflow-y: auto;
	overflow-x: hidden;
	white-space: normal;
	max-height: calc(100vh - 60px);
	max-width: 90vw;
}

#mkdocs-search-results {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, FontAwesome;
}

.search-link {
	font-size: 1.2rem;
}

.search-title {
	font-weight: bold;
	color: #337ab7;
	padding-right: 1rem;
}

.search-text {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-text > b {
	color: #000;
}

.wm-search-page {
	list-style: none;
	padding: 5px 0;
}

.wm-search-page > li {
	padding: 1rem 0;
	border-bottom: 1px solid #ccc;
}

.wm-search-page .search-link {
	font-size: inherit;
}

.wm-search-page .search-link:hover,
.wm-search-page .search-link:active {
	text-decoration: none;
}

.wm-search-page .search-link:hover .search-title {
	text-decoration: underline;
}

/* Code samples/examples –––––––––––––––––––––––––––––––––––––––––––––––––– */

pre {
  border-radius: 0;
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace;
  font-size: 1em;
  line-height: 1.5em;
  margin: 1em 0;
  max-width: 100%;
  padding: 0;
}

code {
  background: #fff;
  border: solid 1px var(--grey-primary);
  color: var(--color-code);
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace;
  font-size: 75%;
  overflow-x: auto;
  padding: 2px 5px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

pre code {
  background: #f3f3f3;
  color: #333;
  display: block;
  font-size: 12px;
  padding: 12px;
  white-space: pre;
  word-wrap: normal;
}

code.code-large,
.rst-content tt.code-large {
  font-size: 90%;
}

a code {
  color: #2fa4e7;
}

a:hover code,
a:focus code {
  color: #157ab5;
}

/* The rest is taken from base.css from mkdocs –––––––––––––––––––––––––––––––––––––––––––––––––– */

.source-links {
	float: right;
}

footer {
	margin-bottom: 10px;
	text-align: center;
	font-weight: 200;
	font-size: smaller;
}

.modal-dialog {
	margin-top: 60px;
}

.headerlink {
	font-family: FontAwesome;
	font-size: 14px;
	display: none;
	padding-left: 0.5em;
}

h1:hover .headerlink,
h2:hover .headerlink,
h3:hover .headerlink,
h4:hover .headerlink,
h5:hover .headerlink,
h6:hover .headerlink {
	display: inline-block;
}