﻿/* GENERAL STYLES (including navbar) - Extracted/adapted from Docusaurus main.css*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

body {
	color: #24292e;
	font-family: Roboto,system-ui,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word
}

* {
	box-sizing: border-box
}

b, strong {
	font-weight: 600
}

a, a:hover {
	color: #04648c;
	text-decoration: none
}

p {
	margin-bottom: 1em;
	margin-top: 0
}

h1, h2, h3, h4, h5, h6 {
	color: inherit;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 16px;
	margin-top: 1.5em
}

ol, ul {
	margin-bottom: 1em;
	margin-top: 0;
	padding-left: 2em
}

	ol ol, ul ol {
		list-style-type: lower-roman
	}

	ol ol, ol ul, ul ol, ul ul {
		margin-bottom: 0;
		margin-top: 0
	}

		ol ol ol, ol ul ol, ul ol ol, ul ul ol {
			list-style-type: lower-alpha
		}

li {
	word-wrap: break-all
}

	li > p {
		margin-top: 1em
	}

	li + li {
		margin-top: .25em
	}

img {
	border-style: none;
	box-sizing: content-box;
	max-width: 100%
}

	img[align=right] {
		padding-left: 1.25em
	}

	img[align=left] {
		padding-right: 1.25em
	}

/* Navbar */
.wrapper {
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 20px
}

.wrapper {
	max-width: 1400px
}

.fixedHeaderContainer {
	background: #fff;
	color: #fff;
	min-height: 96px;
	padding: 18.75px 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
	border-bottom: 1px solid #ccc;
	transform: translateZ(0);
}

@media only screen and (min-width:1024px) {
	.fixedHeaderContainer {
		flex-shrink: 0
	}
}

.fixedHeaderContainer a {
	align-items: center;
	border: 0;
	color: #fff;
	display: flex;
	flex-flow: row nowrap;
	height: 34px;
	z-index: 10000
}

.fixedHeaderContainer header {
	display: flex;
	flex-flow: row nowrap;
	position: relative;
	text-align: left
}

	.fixedHeaderContainer header img {
		width: 150px;
		height: auto;
		margin: auto
	}

@media only screen and (min-width:1024px) {
	.fixedHeaderContainer header img {
		width: 280px;
		height: auto;
		margin: auto
	}
}

.fixedHeaderContainer header .headerTitle {
	font-size: 1.25em;
	margin: 0
}

.fixedHeaderContainer header .headerTitleWithLogo {
	display: block;
	font-size: 1.25em;
	line-height: 18px;
	margin: 0;
	position: relative;
	z-index: 9999
}

.fixedHeaderContainer header h3 {
	color: #fff;
	font-size: 16px;
	margin: 0 0 0 10px;
	text-decoration: underline
}

.navigationSlider .navSlideout {
	cursor: pointer;
	padding-top: 4px;
	position: absolute;
	right: 10px;
	top: 0;
	transition: top .3s;
	z-index: 101
}

.navigationSlider .slidingNav {
	bottom: auto;
	box-sizing: border-box;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	padding-top: 5px;
}

	.navigationSlider .slidingNav.slidingNavActive {
		height: auto;
		padding-top: 42px;
		width: 300px
	}

	.navigationSlider .slidingNav ul {
		background: #fff;
		box-sizing: border-box;
		color: #fff;
		display: flex;
		flex-wrap: nowrap;
		list-style: none;
		margin-top: 50px;
		padding: 0;
		width: 100%
	}

	.navigationSlider .slidingNav.slidingNavActive ul {
		display: block
	}

	.navigationSlider .slidingNav ul li {
		flex: 1 1 auto;
		margin: 0;
		text-align: center;
		white-space: nowrap
	}

		.navigationSlider .slidingNav ul li a {
			align-items: center;
			box-sizing: border-box;
			display: flex;
			font-size: .9em;
			height: auto;
			justify-content: center;
			margin: 0;
			padding: 10px;
			transition: background-color .3s;
			background: #fff;
			color: #4e5d7f;
		}

		.navigationSlider .slidingNav ul li.siteNavGroupActive > a, .navigationSlider .slidingNav ul li.siteNavItemActive > a, .navigationSlider .slidingNav ul li > a:focus, .navigationSlider .slidingNav ul li > a:hover {
			background-color: #fff
		}

@media only screen and (min-width:1024px) {
	.navigationSlider {
		height: 34px;
		margin-left: auto;
		position: relative
	}

		.navigationSlider .navSlideout {
			display: none
		}

		.navigationSlider nav.slidingNav {
			background: none;
			height: auto;
			position: relative;
			right: auto;
			top: auto;
			width: auto
		}

		.navigationSlider .slidingNav ul {
			background: none;
			display: flex;
			flex-flow: row nowrap;
			margin: 0;
			padding: 0;
			width: auto
		}

			.navigationSlider .slidingNav ul li a {
				border: 0;
				color: hsla(0,0%,100%,.8);
				display: flex;
				font-size: 16px;
				font-size: 1em;
				font-weight: 300;
				height: 32px;
				line-height: 1.2em;
				margin: 0;
				padding: 6px 10px;
				color: #4e5d7f;
				height: 50px;
				font-weight: 400;
				border-bottom: 1px;
				background: #fff;
				color: #4e5d7f;
				height: 50px
			}

				.navigationSlider .slidingNav ul li.siteNavGroupActive a, .navigationSlider .slidingNav ul li.siteNavItemActive a, .navigationSlider .slidingNav ul li a:hover {
					color: #fff
				}
}

@media only screen and (max-width:1024px) {
	.fixedHeaderContainer {
		min-height: 106px;
	}
}

@media only screen and (max-width:735px) {
	.navigationSlider .slidingNav ul {
		overflow-x: auto
	}

		.navigationSlider .slidingNav ul::-webkit-scrollbar {
			display: none
		}
}

/* Custom Navbar styles for Continuum */
.headerWrapper.wrapper {
	padding: 0 130px
}

img.logo:hover {
	opacity: .7
}

.navigationSlider .slidingNav ul li a:hover {
	color: #21b7cc
}

@media only screen and (min-width:1024px) {
	.navigationSlider .slidingNav ul li a:hover {
		color: #21b7cc
	}
}

.activeLink {
	color: #8EC04C !important;
	font-weight: 700 !important;
}

@media only screen and (min-width: 1024px) {
	.headerWrapper.wrapper {
		width: 970px;
	}

	.fixedHeaderContainer header img {
		width: 280px;
		height: auto;
		margin: auto;
	}
}

@media only screen and (max-width: 1023px) {
	.fixedHeaderContainer header img {
		width: 175px;
		height: auto;
		margin: auto;
	}
}

@media only screen and (min-width: 1200px) {
	.headerWrapper.wrapper {
		width: 1170px;
	}
}


/* ======================================================================================================= */


/* MAIN CONTENT */
.navPusher {
	padding-top: 106px;
}

@media screen and (min-width:993px) {
	.navPusher {
		display: flex;
		flex-direction: column;
		min-height: calc(100vh - 400px);
		padding-top: 96px
	}

		.navPusher, .navPusher > :first-child {
			flex-grow: 1
		}
}


/* ======================================================================================================= */


/* FOOTER */
.footer {
	display: block;
	width: 100%;
	clear: both;
	border-top: 10px solid #21B7CC;
	background: #414E6A;
	color: #fff;
}

	.footer:after {
		content: "";
		display: table;
		clear: both;
	}

	.footer p {
		margin: 0 0 1.25rem 0;
	}

	.footer a {
		color: #fff;
	}

	.footer ul {
		margin-bottom: 0;
	}

.footerContainer {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

	.footerContainer a:hover {
		color: #fff;
		text-decoration: underline
	}

	.footerContainer p {
		margin-bottom: 1.66rem;
	}

.footerColumn {
	display: block;
	width: 100%;
	padding: 1.75rem 0 0 0;
}

.footerColumnText {
	text-align: center;
}

	.footerColumnText > :last-child {
		margin-bottom: 0;
	}

.footerBrand {
	display: block;
	margin: 0 auto 1.75rem auto;
	width: 250px;
}

.footerProfile {
	text-align: center;
}

.footerCopyright {
	display: block;
	width: 100%;
	clear: both;
	float: left;
	border-top: solid 1px rgba(255,255,255,.2);
	padding: 1rem 0;
	margin: 1.66rem 0 0 0;
	text-align: center;
	color: rgba(255,255,255,.75);
}

	.footerCopyright a:hover {
		color: #fff;
		text-decoration: underline
	}

	.footerCopyright p {
		margin-bottom: 0;
	}

img.footerLogo {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
}

	img.footerLogo:hover {
		opacity: .7
	}

.socialIcon {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

ul.socialIcon li {
	display: inline-block;
	vertical-align: middle;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	list-style-type: none !important;
	border: none !important;
	padding: 0 !important;
	background: none !important;
	line-height: normal !important;
}

	ul.socialIcon li a {
		background-color: #179bb8 !important;
		display: block !important;
		text-align: center !important;
		transition: all 0.5s !important;
		box-sizing: border-box !important;
		box-shadow: none !important;
		border: none !important;
		text-decoration: none !important;
		width: 30px;
		height: 30px;
		padding: 5px 0;
		margin: 2px;
		color: #ffffff;
		border-radius: 0%;
	}

		ul.socialIcon li a:hover {
			background-color: #abcb6d !important;
			color: #ffffff !important;
		}

		ul.socialIcon li a i {
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			font-weight: 400;
			font-size: 20px;
		}

/* Device width-specific styles, order of these is important */
@media (min-width: 768px) {
	.footerContainer {
		width: 750px;
	}

	.footerColumnText {
		float: left;
		width: 50%;
		padding-right: 20px;
		text-align: center;
	}

	.footerColumnMenu {
		float: left;
		width: 50%;
		padding-left: 20px;
		font-size: .9rem;
	}

	.footerColumnCompany {
		clear: both;
	}

	.socialIcon {
		text-align: left;
	}
}

@media (max-width: 991px) {
	.footerColumn.footerColumnMenu {
		text-align: center;
	}

	.footerColumnMenu ul {
		padding: 0
	}

	.footerColumnMenu li {
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
		background: 0 0;
		border-bottom: 1px solid hsla(0,0%,100%,.2);
	}

		.footerColumnMenu li:last-child {
			border-bottom: none;
		}

	.footerColumnMenu a {
		display: block;
		text-align: center;
		padding: .4rem 0
	}

		.footerColumnMenu a:hover {
			background-color: #323d52;
			text-decoration: none
		}
}

@media (max-width: 767px) {
	.footerColumnMenu li:first-child {
		border-top: 1px solid hsla(0,0%,100%,.2);
	}

	.footerColumnMenu li:last-child {
		border-bottom: 1px solid hsla(0,0%,100%,.2);
	}
}

@media (min-width: 992px) {
	.footer {
		padding: 3rem 0 2rem 0;
	}

	.footerContainer {
		width: 970px;
	}

	.footerColumnText {
		width: 40%;
		padding: 0;
		text-align: left;
	}

	.footerColumnMenu {
		width: 30%;
		padding: 0 75px;
	}

		.footerColumnMenu li {
			list-style: none;
		}

	.footerColumnCompany {
		clear: none;
		width: 30%;
		float: left;
		padding: 0;
	}

	.footerProfile {
		text-align: left;
	}

		.footerProfile p {
			margin-bottom: 1.33rem;
		}

	.footerBrand {
		margin: 0 0 1.4rem 0;
		width: 260px;
	}

	.footerCopyright {
		border: none;
		padding: 0;
		margin: 2.5rem 0 0 0;
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.footerContainer {
		width: 1170px;
	}

	.footerColumnText {
		width: 36%;
	}

	.footerColumnMenu {
		width: 37%;
		padding: 0 150px;
	}

	.footerColumnCompany {
		width: 27%;
	}

	.footerBrand {
		width: 270px;
	}
}


/* ======================================================================================================= */


/* LOGIN FORM */
form {
	margin-top: 100px;
	margin-bottom: 100px;
}

	form h1 {
		font-size: 1.5em;
		color: #525252;
	}

	form .box {
		background: #fff;
		width: 300px;
		border-radius: 15px;
		margin: 0 auto;
		padding: 0 0 20px 20px;
		border: 1px solid #777;
		box-shadow: 0 0 11px;
	}

	form .forminput {
		border: solid #ccc;
		border-width: 1px 1px 2px;
		color: #666;
		margin-top: 10px;
		border-radius: 5px;
		margin-bottom: 0;
		background: #ecf0f1;
		padding: 8px;
		width: 250px;
		font-size: 1em
	}

	form .btn {
		background: #4e5d7f;
		width: 125px;
		padding: 5px 10px;
		color: #fff;
		border-radius: 5px;
		border: none;
		margin: 35px 0 20px 16px;
		font-weight: 800;
		font-size: .8em;
		display: block;
		clear: left;
	}

		form .btn:hover {
			cursor: pointer;
			background: #21b7cc;
		}

	form .formlabel {
		margin-top: 10px;
		display: block;
	}

.text-danger {
	color: red;
	font-size: 15px;
}


/* ======================================================================================================= */


/* DOCS HOME */
.docscontainer {
	display: flex;
	flex-direction: row;
	background-color: #f8f8f8;
	padding-bottom: 20px;
}

.docscontainer h1 {
	font-size: x-large;
}

	.docscontainer .col1 {
		width: 20%;
	}

	.docscontainer .col3 {
		width: 20%;
	}

.homepanel a {
	display: block;
	position: relative;
	border-radius: 10px;
	border: 1px solid #8EC04C;
	transition: box-shadow 0.3s;
	padding: 0 20px;
	margin: 20px 0;
	max-width: 650px;
	background-color: #8EC04C;
	color: #fff;
}

	.homepanel a:hover {
		box-shadow: 0 0 25px #425726;
		animation-name: zoom;
		animation-duration: 0.3s;
		transform: scale(1.025)
	}

@keyframes zoom {
	from { transform: scale(1) }
	to { transform: scale(1.025) }
}

.homepanel img {
	float: left;
	max-height: 3em;
	margin: 10px 10px 10px 0;
	padding-top: 16px;
}

.homepanel h1 {
	position: relative;
	margin-top: 1em;
}

.homepanel p {
	clear: left;
}