html, body {
	min-height: 100vh;
	background: #2F3E42;
}

html.theme-app,
html.theme-app body {
	background: #fff;
}

body {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	position: relative;
	min-width: 320px;
	color: #2F3E42;
}

html.html-modal,
html.html-modal body {
	background: transparent;
}

body, input, textarea {
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.no-margin {
	margin: 0;
}

.logo {
	width: 200px;
}

.page_title {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #6E6961;
}

.page_title.bg-secondary {
	color: #62928A;
}

.page_title.app-title {
	padding-bottom: 5px;
	border-bottom: 5px solid #B1E1DA;
	text-shadow: 0 1px 0 #fff;
}

.page_title.app-title h1 {
	font-size: 32px;
	line-height: normal;
	font-weight: 400;
}

.page_title.header-has_bg {
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
	background: #00a07b no-repeat top center;
	-webkit-background-size: 1400px;
	background-size: 1400px;
	border: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
}

.condensed_title {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #6E6961;
}

.condensed_title.app-title h1 {
	font-size: 12px;
	line-height: normal;
	font-weight: 100;
}

.footer-integrator {
	padding: 50px 0;
	border-top: 1px solid #eee;
	font-size: 14px;
	color: #999;

	/*Raza's Changes*/
	background: #0b2720;
	font-family: 'Lato', sans-serif;
}

.footer-integrator .inner {
	margin-left: auto;
	margin-right: auto;
	padding: 6px 20px 2px 10px;
	display: grid;
	gap: 20px;
}

.footer-integrator .copyright-container {
	max-height: 32px;
}

.footer-integrator .links-container {
	padding-top: 0.5em;
	text-align: right;
}

.footer-integrator .links-container:last-child {
	margin-right: 0;
}

.footer-integrator .link {
	display: inline-block;
	font-size: 11px;
	margin-right: 1em;

	/* tweaks */
	color:#bfefe8;
	text-decoration:none;
}

.footer-integrator .link:hover .link:focus {
	text-decoration: underline;
}

.footer-integrator .primary {
	padding: 0.5em 1.25em;
	border: 1px solid #ccc;
	border-radius: 0.5em;
	display: inline-block;
}
.footer-integrator .primary:hover, .primary:focus {
	background: #bfefe8;
	color: #0b2720;
	text-decoration: none;
}

.footer-integrator a {
	color: #999;
}

.tot-loading {
	display: block;
	margin: 20px auto;
	width: 60px;
	height: 30px;
	background: url("/assets/img/dots.svg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* New support footer */
footer.support-footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	background: #0b2720;
}

footer.modal-support-footer {
	position: static;
	background: #0b2720;
}

footer.support-footer .inner, footer.modal-support-footer .inner {
	margin-left: auto;
	margin-right: auto;
	padding: 6px 20px 2px 10px;
	display: grid;
	gap: 20px;
	grid-template-columns: 190px 1fr;
}

footer.support-footer .logo-holder, footer.modal-support-footer .logo-holder {
	text-align: left;
	width: 190px;
}

footer.support-footer .before-logo, footer.modal-support-footer .before-logo {
	color: #ccc;
	font-size: 10px;
	padding-bottom: 6px;
	color: #bfefe8;
	max-width: 104px;
	display: inline-block;
}
footer.support-footer .footer-logo, footer.modal-support-footer .footer-logo {
	max-width: 110px;
	transform: translateY(2px);
}
footer.support-footer .links, footer.modal-support-footer .links {
	text-align: right;
}
footer.support-footer .link, footer.modal-support-footer .link {
	display: inline-block;
	font-size: 11px;
	margin: 5px 1em 5px 0;
}

footer.modal-support-footer .link {
	margin: 5px 1em 5px 0;
}

footer.support-footer .link.primary a, footer.modal-support-footer .link.primary a {
	padding: 0.5em 1.25em;
	border: 1px solid currentcolor;
	border-radius: 0.5em;
	display: inline-block;
	line-height: 1.2em;
}

footer.modal-support-footer .link-primary a {
	margin: 5px 1em 5px 0;
}


footer.support-footer .link.primary a:hover, footer.support-footer .link.primary a:focus, footer.modal-support-footer .link.primary a:hover, footer.modal-support-footer .link.primary a:focus {
	background: #bfefe8;
	color: #0b2720;
	text-decoration: none;
}
footer.support-footer .link:last-child, footer.modal-support-footer .link:last-child {
	margin-right: 0;
}
footer.support-footer a, footer.modal-support-footer a {
	color: #bfefe8;
	text-decoration: none;
}
footer.support-footer a:hover, footer.support-footer a:focus, footer.modal-support-footer a:hover, footer.modal-support-footer a:focus {
	text-decoration: underline;
}
@media (min-width: 630px) {
	footer.support-footer .before-logo, footer.modal-support-footer .before-logo {
		display: inline-block;
		margin-right: 0.65em;

	}
}
@media (max-width: 520px) {
	footer.support-footer .inner, footer.modal-support-footer .inner {
		grid-template-columns: 1fr; gap:5px;
	}
	footer.support-footer .logo-holder, footer.modal-support-footer .logo-holder {
		display: none;
	}
	footer.support-footer .links, footer.modal-support-footer .links {
		display: flex;
		justify-content: center;
	}
}