/* Minification failed. Returning unminified contents.
(2,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(521,19): run-time error CSS1039: Token not allowed after unary operator: '-box-shadow'
(522,22): run-time error CSS1039: Token not allowed after unary operator: '-border-radius'
 */
:root {
	--font-family: 'Open Sans', sans-serif;
	--font-size-xs: 0.75rem;
	--font-size-sm: 0.875rem;
	--font-size-lg: 1.125rem;
	--font-size-xl: 1.25rem;
	--color-base: rgba(0,0,0,.87);
	--color-primary: rgb(0, 101, 179);
	--color-primary-medium: rgb(0, 101, 179, .6);
	--color-primary-medium-light: rgb(0, 101, 179, .2);
	--color-primary-light: rgb(0, 101, 179, .04);
	--color-secondary: rgb(230, 240, 248);
	--color-secondary-medium: rgb(230, 240, 248, .4);
	--color-secondary-light: rgb(230, 240, 248, .1);
	--color-success: rgb(0, 102, 51);
	--color-success-medium: rgb(0, 102, 51, .4);
	--color-success-light: rgb(0, 102, 51, .1);
	--color-error: rgb(220, 53, 69);
	--color-error-medium: rgb(220, 53, 69, .4);
	--color-error-light: rgb(220, 53, 69, .1);
	--box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
	--border-radius: 4px;
}

body {
	margin: 0 5px;
	padding: 0;
	padding-right: 0 !important;
	font-size: 75% !important;
	color: #485766;
	line-height: 1.5em;
}

html {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #485766;
}

/**, *:before, *:after {
	box-sizing: border-box;
}
*/

pre {
	white-space: pre-wrap;
}

.display-flex {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	/*flex-wrap: wrap;*/
}

.shadow {
	box-shadow: 0 1px 2px 0 rgba(60,64,67,.30), 0 2px 6px 2px rgba(60,64,67,.15);
	border: 1px solid #e4e4e4;
}

.shadow-small {
	box-shadow: 0 0 4px 0 rgba(60,64,67,.15);
	border: 1px solid #e4e4e4;
}

.color-base {
	color: #0d091a;
}

.color-primary {
	color: #0065b3;
}

.color-primary-medium {
	color: #0065b3;
}

.color-primary-light {
	color: #0065b3;
}

.color-secondary {
	color: #e6f0f8;
}

.color-secondary-medium {
	color: #eee;
}

.color-secondary-light {
	color: #f9f9f9;
}

.color-error {
	color: #cd0a0a;
}

.color-flagged {
	color: #b38700;
}

.background-color-base {
	background-color: #0d091a;
}

.background-color-primary {
	background-color: #0065b3;
}

.background-color-secondary {
	background-color: #0065b3;
}

.background-color-highlight {
	background-color: #fafcff;
}

.background-color-odd {
	background-color: #f7f7f7;
}

.background-color-even {
	background-color: #fff;
}

.border-color-base {
	border-color: #0d091a;
}

.border-color-primary {
	border-color: #0065b3;
}

.border-color-secondary {
	border-color: #0065b3;
}

.border-color-highlight {
	border-color: #fafcff;
}

.font-large {
	font-size: 1.1em;
}

.font-small {
	font-size: .9em;
}

.font-bold {
	font-weight: bold;
}

.display-none {
	display: none;
}

.center {
	text-align: center;
}

.valign-top {
	vertical-align: top;
}

.clear {
	clear: both;
}

/* Controls
----------------------------------------------------------*/
button,
select,
input[type="text"],
input[type="password"],
input[type="radio"],
textarea {
	font-size: 1em;
}

select {
	padding: 1px;
}

/*hack: Firefox select not lining up with other inputs*/
@-moz-document url-prefix() { 
	select {
		padding:2px;
	}
}

textarea {
	font-family: 'Open Sans', sans-serif;
	/*font-family: Arial, sans-serif;*/
	border-color: #aaa;
}

button,
input[type="submit"] {
	padding: 3px 10px;
	cursor: pointer;
	font-size: .9em;
}

input[type="text"],
input[type="password"],
select,
textarea {
	color: #485766;
}

/*input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
	margin-bottom: 4px;
}*/

ul, ol {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
	color: #0065b3;
}

a:hover,
a:active {
	color: #aaa;
}

select {
	margin: 0;
}

/* ensure inputs are same size on all browsers */
input,
select,
textarea {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

/* jQuery overrides
----------------------------------------------------------*/
.ui-widget {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em !important;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: 'Open Sans', sans-serif;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	font-weight: bold;
}

.ui-state-highlight-hover {
	border:1px solid #DABA07;
	color:#3B3302;
}

.ui-datepicker {
	font-size: 10px !important;
}

.noTitleDialog .ui-dialog-titlebar {
	display: none;
}

.ui-progressbar.ui-widget-content {
	background-image:none;
	background-color: #fff;
	border-color: #ccc;
}

.ui-progressbar-value.ui-widget-header {
	background-image:none;
	background-color: #8FE774;
	border:1px solid #8FE774;
}

.ui-state-green,
.ui-widget-content .ui-state-green,
.ui-widget-header .ui-state-green {
	border: 1px solid #dfdfdf;
	background: #ffffff url(themes/custom/images/ui-bg_flat_100_f5f5f5_40x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #009555;
}

.ui-state-green a,
.ui-state-green a:link,
.ui-state-green a:visited {
	color: #009555;
	text-decoration: none;
}

.ui-state-green .ui-icon {
	background-image: url(images/ui-icons_009555_256x240.png);
}

.ui-state-red,
.ui-widget-content .ui-state-red,
.ui-widget-header .ui-state-red {
	border: 1px solid #dfdfdf;
	background: #ffffff url(themes/custom/images/ui-bg_flat_100_f5f5f5_40x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #cc0000;
}

.ui-state-red a,
.ui-state-red a:link,
.ui-state-red a:visited {
	color: #cc0000;
	text-decoration: none;
}

.ui-state-red .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.png);
}

.ui-state-secure,
.ui-widget-content .ui-state-secure,
.ui-widget-header .ui-state-secure {
	border: 1px solid #FFC500;
	background-color: #FFEFBA;
	font-weight: bold;
	color: #0065b3;
}

.ui-state-secure a,
.ui-state-secure a:link,
.ui-state-secure a:visited {
	color: #0065b3;
	text-decoration: none;
}

.ui-state-secure .ui-icon {
	background-image: url(themes/custom/images/ui-icons_0065b3_256x240.png);
}

.ui-dialog-titlebar {
	display: none;
}

/* Page
----------------------------------------------------------*/
.systemAlert {
	padding: 2px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #c00;
	text-align: center;
	margin: 0 0 10px 0;
	border-top: none;
	/*border: 1px solid #f00;*/
	/*background-color: #fff9f9;*/
	/*font-style: italic;*/
}

header,
footer {
	display: block;
}

.page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

header,
#header {
	position: relative;
	width: 960px;
	/*height:127px;*/
	height: 123px;
	margin: 5px 0 0 0;
	padding: 0;
	background: url(images/header.png) no-repeat;
}

#main {
	padding: 0 11px 20px 11px;
	background-color: #fff;
	background: url(images/content.png) repeat-y;
	min-height: 100px;
}

.viewWrapper {
	background-color: #f9f9f9;
	border-top: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
	margin: 0 auto 0 auto;
}

footer,
#footer {
	width: 960px;
	height: 73px;
	text-align: center;
	line-height: 1em;
	background: url(images/footer.png) no-repeat;
	clear: both;
	margin-bottom: 20px;
}

#footer .rsLink {
	padding: 36px 25px 0 0;
	float: right;
	font-size: .9em;
	color: #dfdfdf;
}

#footer .rsLink a {
	color: #dfdfdf;
}

#footer .rsLink a:hover {
	color: #d11 !important;
}

.headingText {
	text-align: center;
	padding-top: 4px;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.8em;
}

.headerLoginLink,
.headerLogoutLink,
.headerContactLink,
.headerHelpLink {
	cursor: pointer;
	float: right;
	padding: 0 3px;
	margin-top: 3px;
}

.headerIcon {
	border: none;
	float: left;
}

.headerLinkText {
	font-size: 1em;
	line-height: 22px;
	margin-left: 22px;
	padding: 0 1px;
	color: #eee;
}

.headerWelcomeText {
	text-align: right;
	margin: 8px 35px 0 0;
	float: right;
	line-height: 1em;
}

.headerAppName {
	text-align: center;
	margin-top: 28px;
	font-size: 1.25em;
	font-variant: small-caps;
	color: #eee;
}

.footerLinks {
	text-align: center;
	padding-top: 5px;
	font-size: .9em;
}

.footerLinks a {
	text-decoration: none;
	color: #eee;
	padding: 0 20px;
}

#common-modal {
	/*padding: 7px 10px;*/
	padding: 1rem;
	background-color: #fff;
}

.statusInfoPartial {
	text-align: center;
	line-height: 1.5em;
	max-width: 450px;
}

.welcomeWrapper {
	padding: 30px 60px;
}

.welcomeWrapper p {
	line-height: 1.5em;
	font-size:1.1em;
}

.wrap-block-overlay {
	position: fixed !important;
}

.wrap-block-msg {
	box-shadow: var(--box-shadow);
	border-radius: var(--border-radius);
	background-color: #fff;
	padding: 1rem;
	margin-top: -5rem;
	position: center;
}

/*.blockMsg {
	left: 0px !important;
	top: 0px !important;
}*/

/* Navbar
----------------------------------------------------------*/
.wrap-nav-bar {
	height: 28px;
	margin: 0 40px;
	position: absolute;
	bottom: 0;
	width: 880px;
}

.wrap-nav-bar .sub-nav {
	-moz-box-shadow: 2px 2px 3px #c0c0c0;
	-webkit-box-shadow: 2px 2px 3px #c0c0c0;
	box-shadow: 2px 2px 3px #c0c0c0;
	z-index: 99;
	padding: 5px 10px 2px 7px;
	background-color: #fff;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	display: none;
	min-width: 120px;
}

.wrap-nav-bar .nav-button,
.wrap-nav-bar .nav-menu {
	height: 28px;
	cursor: pointer;
	padding: 0 12px;
	color: #fff;
	margin-right: 20px;
}

.wrap-nav-bar .nav-separator {
	height: 28px;
	width: 20px;
}

.wrap-nav-bar .nav-icon {
	float: left;
	margin: 6px 2px 0 0;
}

.wrap-nav-bar .nav-text {
	line-height: 26px;
	font-size: 1.1em;
}

.nav-menu a {
	text-decoration: none;
	padding: 10px;
	white-space: nowrap;
	display:block;
}

/* Buttons/Icons/etc.
----------------------------------------------------------*/
.core-button {
	cursor: pointer;
	padding: 3px 10px;
	font-size: .9em;
}

.core-icon,
.core-icon-small {
	cursor: pointer;
}

.core-icon .ui-icon,
.core-icon-small .ui-icon {
	width: 17px;
	height: 17px;
}

.core-icon .ui-icon {
	margin: 1px;
}

.core-icon-small .ui-icon {
	margin: -1px;
}

.core-icon .core-icon-text,
.core-icon .core-icon-text-right {
	font-size: .9em;
}

.core-icon-small .core-icon-text,
.core-icon-small .core-icon-text-right {
	font-size: .8em;
}

.core-icon-text {
	padding-right: 5px;
}

.core-icon-small .core-icon-text {
	line-height: 15px;
	padding-right: 3px;
}

.core-icon-text-right {
	padding-left: 5px;
}

.core-icon-small .core-icon-text-right {
	line-height: 15px;
	padding-left: 3px;
}

.paperclip {
	height: 16px;
	width: 16px;
	background: url(images/paperclip.png) no-repeat center;
}

.qtip-style {
	background-color: #ffffff;
}

/* Assessment
-----------------------------------------------------------*/
.wrap-assessment-navigation .wrap-section-navigation {
	padding: 5px 7px;
	border-bottom: 1px solid #dfdfdf;
	cursor: pointer;
}

	.wrap-assessment-navigation .wrap-section-navigation:last-child {
		border-bottom: none;
	}

.wrap-pending-report .pendingItem {
	padding: 12px 5px;
	border-bottom: 1px solid #dfdfdf;
	cursor: pointer;
}

.wrap-pending-report .pendingItem:last-child {
	border-bottom: none;
}

.sticky-assessment-header.stuck {
	position: fixed;
	top: 0;
	width: 918px;
	border-bottom: 1px solid #dfdfdf;
	opacity: 0.95;
	z-index: 100;
}

.wrap-section-header.stuck {
	position: fixed;
	top: 30px;
	width: 918px;
	background-color: #fff;
	border-bottom: 1px solid #b9b9b9;
	-moz-box-shadow: 0 2px 3px #c0c0c0;
	-webkit-box-shadow: 0 2px 3px #c0c0c0;
	box-shadow: 0 2px 3px #c0c0c0;
	opacity: 0.95;
	z-index: 100;
}

.wrap-assessment-header, .wrap-print-assessment-header {
	line-height: 28px;
	padding: 0 10px;
	border-left: none;
	border-right: none;
	border-top: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
}

.wrap-assessment-header {
	height: 28px;
}

.wrap-print-assessment-header {
}

.wrap-section-header {
	padding: 7px 10px;
	page-break-before: always;
}

.wrap-section-header .sectionName {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 4px;
}

.progress {
	width:110px;
	height: 14px;
}

.percent {
	font-style:italic;
	margin-right:7px;
}

.wrap-section-header .sectionNumbers {
	font-style: italic;
}

.wrap-section {
}

.wrap-section-text {
	padding: 0 10px;
}

.hoverHelpText {
	-moz-box-shadow: 2px 2px 3px #c0c0c0;
	-webkit-box-shadow: 2px 2px 3px #c0c0c0;
	box-shadow: 2px 2px 3px #c0c0c0;
	z-index: 100;
}

.helpText {
	width: 890px;
	padding: 5px 10px;
	margin: 0;
	font-size: .9em;
}

.wrap-question {
	border-bottom: solid 1px #dfdfdf;
	padding: 7px 10px;
	page-break-inside : avoid;
}

.wrap-question-text {
	padding: 5px 10px 0 10px;
	margin-bottom: 7px;
}

.wrap-question-part {
	padding: 0 10px;
	margin-bottom: 7px;
}

.wrap-question-part-text {
	padding-bottom: 7px;
}

.questionPartTable {
	margin:15px 0;
}

.questionPartTable th {
	font-style:italic;
	font-weight: normal;
	padding:2px 5px;
	vertical-align: bottom !important;
}

.questionPartTable td {
	padding: 5px;
	vertical-align: top;
	text-align: center;
}

.questionPartTable th,
.questionPartTable td {
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.questionPartTable th:last-child,
.questionPartTable td:last-child {
	border-right-color: transparent;
}

.questionPartTable tr:last-child td {
	border-bottom-color: transparent;
}

	.questionPartTable td .wrap-field {
		display: inline-block;
		float: none !important;
	}

	.questionPartTable td .wrap-response {
		text-align: center;
	}

.wrap-field {
	float: left;
	margin-bottom: 7px;
}

td .wrap-field {
	padding: 0;
	margin: 0;
}

.wrap-field-pre-text {
	float: left;
	padding: 3px 5px 2px 0;
}

.wrap-field-post-text {
	float: left;
	padding-top: 4px;
}

.wrap-response {
	float: left;
	margin: 0 5px;
}

td .wrap-response {
	padding: 0;
	margin: 0;
}

/* Query Engine
-----------------------------------------------------------*/
.querySectionNavigation .querySection {
	padding: 5px 7px;
	border-bottom: 1px solid #dfdfdf;
	cursor: pointer;
}

.querySectionNavigation .querySection:last-child {
	border-bottom: none;
}

.openQueryDialog .openQuery {
	padding: 9px 15px 9px 9px;
	border-bottom: 1px solid #dfdfdf;
	cursor: pointer;
	max-width: 450px;
}

.openQueryDialog .openQuery:last-child {
	border-bottom: none;
}

.wrap-query-section {
	width:930px;
}

.predicateShadow {
	-moz-box-shadow: 2px 2px 2px #c0c0c0;
	-webkit-box-shadow: 2px 2px 2px #c0c0c0;
	box-shadow: 2px 2px 2px #c0c0c0;
}

/* Styles for basic forms
-----------------------------------------------------------*/
.editor-label {
	margin: 1em 0 0 0;
}

.editor-field {
	margin: 0.5em 0 0 0;
}

.fieldLabel {
	text-align: right;
	font-size: 1em;
	vertical-align: bottom;
	padding-right: 4px;
	white-space: nowrap;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.validation-summary, .validation-summary-errors, .field-validation-error {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #cd0a0a;
	font-size: .9em;
	margin-bottom: 10px;
}

.validation-summary-valid, .field-validation-valid {
	display: none;
}

.validation-summary-errors ul,
.validation-summary-errors li {
	list-style-type: none;
	padding: 0;
}

.input-validation-error {
	border: 2px solid #cd0a0a;
	background-color: #fdeaea;
}

/* Search Results
-----------------------------------------------------------*/
.wrap-search-results .tb-pad {
	padding: 3px 0;
}

.wrap-search-results .r-pad {
	padding-right: 7px;
}

.wrap-search-results .b-border {
	border: 1px solid #dfdfdf;
}

.wrap-search-results .row-item {
	cursor: pointer;
}

.wrap-search-results .hover-border {
	border: 1px solid #0F94FB;
}

/**************************/
/*  progress animations   */
/* https://loading.io/css */
/*<div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div>*/
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 70px;
	margin-bottom: 1rem;
}

	.lds-ellipsis div {
		position: absolute;
		width: .4375rem;
		height: .4375rem;
		border-radius: 50%;
		background: #0065b3;
		animation-timing-function: cubic-bezier(0, 1, 1, 0);
	}

		.lds-ellipsis div:nth-child(1) {
			left: .5rem;
			animation: lds-ellipsis1 0.6s infinite;
		}

		.lds-ellipsis div:nth-child(2) {
			left: .5rem;
			animation: lds-ellipsis2 0.6s infinite;
		}

		.lds-ellipsis div:nth-child(3) {
			left: 2rem;
			animation: lds-ellipsis2 0.6s infinite;
		}

		.lds-ellipsis div:nth-child(4) {
			left: 3.5rem;
			animation: lds-ellipsis3 0.6s infinite;
		}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(1.5rem, 0);
	}
}

/*<div class="lds-hourglass"></div>*/
.lds-hourglass {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

	.lds-hourglass:after {
		content: " ";
		display: block;
		border-radius: 50%;
		width: 0;
		height: 0;
		margin: 8px;
		box-sizing: border-box;
		border: 32px solid #fff;
		border-color: #fff transparent #fff transparent;
		animation: lds-hourglass 1.2s infinite;
	}

@keyframes lds-hourglass {
	0% {
		transform: rotate(0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	50% {
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	100% {
		transform: rotate(1800deg);
	}
}

/*<div class="spinner">
  <div class="dot1"></div>
  <div class="dot2"></div>
</div>*/
/*https://tobiasahlin.com/spinkit*/

.spinner {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	-webkit-animation: sk-rotate 2.0s infinite linear;
	animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes sk-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0.0)
	}

	50% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}
/*END progress animations*/
/*************************/

