﻿/* vsg.CSS 4.15 December 2020 by Jan Egil and Borge Refsnes */
html {
	box-sizing: border-box;
}

*,*:before,*:after {
	box-sizing: inherit;
}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */


body {
	margin: 0;
}

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

summary {
	display: list-item;
}

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

progress {
	vertical-align: baseline;
}

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

[hidden],template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,strong {
	font-weight: bolder;
}

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;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

figure {
	margin: 1em 40px;
}

img {
	border-style: none;
}

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

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

optgroup {
	font-weight: bold;
}

button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,[type=button],[type=reset],[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type=checkbox],[type=radio] {
	padding: 0;
}

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

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
/* End extract */


.vsg-wide {
	letter-spacing: 4px;
}

hr {
	border: 0;
	border-top: 1px solid #eee;
	margin: 20px 0;
}

.vsg-image {
	max-width: 100%;
	height: auto;
}

img {
	vertical-align: middle;
}

a {
	color: inherit;
}

.vsg-table,
 .vsg-table-all {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	display: table;
}

.vsg-table-all {
	border: 1px solid #ccc;
}

.vsg-bordered tr,
 .vsg-table-all tr {
	border-bottom: 1px solid #ddd;
}

.vsg-striped tbody tr:nth-child(even) {
	background-color: #f1f1f1;
}

.vsg-table-all tr:nth-child(odd) {
	background-color: #fff;
}

.vsg-table-all tr:nth-child(even) {
	background-color: #f1f1f1;
}

.vsg-hoverable tbody tr:hover,
 .vsg-ul
 .vsg-hoverable li:hover {
	background-color: #ccc;
}

.vsg-centered tr th,
 .vsg-centered tr td {
	text-align: center;
}

.vsg-table td,
 .vsg-table th,
 .vsg-table-all td,
 .vsg-table-all th {
	padding: 8px 8px;
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

.vsg-table th:first-child,
 .vsg-table td:first-child,
 .vsg-table-all th:first-child,
 .vsg-table-all td:first-child {
	padding-left: 16px;
}

.vsg-btn,
 .vsg-button {
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}

.vsg-btn:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.vsg-btn,
 .vsg-button {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.vsg-disabled,
 .vsg-btn:disabled,
 .vsg-button:disabled {
	cursor: not-allowed;
	opacity: 0.3;
}

.vsg-disabled *,:disabled * {
	pointer-events: none;
}

.vsg-btn
 .vsg-disabled:hover,
 .vsg-btn:disabled:hover {
	box-shadow: none;
}

.vsg-badge,
 .vsg-tag {
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
}

.vsg-badge {
	border-radius: 50%;
}

.vsg-ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.vsg-ul li {
	padding: 8px 16px;
	border-bottom: 1px solid #ddd;
}

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

.vsg-tooltip,
 .vsg-display-container {
	position: relative;
}

.vsg-tooltip 
 .vsg-text {
	display: none;
}

.vsg-tooltip:hover 
 .vsg-text {
	display: inline-block;
}

.vsg-ripple:active {
	opacity: 0.5;
}

.vsg-ripple {
	transition: opacity 0s;
}

.vsg-input {
	padding: 8px;
	display: block;
	border: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.vsg-select {
	padding: 9px 0;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
}

.vsg-dropdown-click,
 .vsg-dropdown-hover {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.vsg-dropdown-hover:hover 
 .vsg-dropdown-content {
	display: block;
}

.vsg-dropdown-hover:first-child,
 .vsg-dropdown-click:hover {
	background-color: #ccc;
	color: #000;
}

.vsg-dropdown-hover:hover > 
 .vsg-button:first-child,
 .vsg-dropdown-click:hover > 
 .vsg-button:first-child {
	background-color: #ccc;
	color: #000;
}

.vsg-dropdown-content {
	cursor: auto;
	color: #000;
	background-color: #fff;
	display: none;
	position: absolute;
	min-width: 160px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.vsg-check,
 .vsg-radio {
	width: 24px;
	height: 24px;
	position: relative;
	top: 6px;
}

.vsg-sidebar {
	height: 100%;
	width: 200px;
	background-color: #fff;
	position: fixed!important;
	z-index: 1;
	overflow: auto;
}

.vsg-bar-block 
 .vsg-dropdown-hover,
 .vsg-bar-block 
 .vsg-dropdown-click {
	width: 100%;
}

.vsg-bar-block 
 .vsg-dropdown-hover 
 .vsg-dropdown-content,
 .vsg-bar-block 
 .vsg-dropdown-click 
 .vsg-dropdown-content {
	min-width: 100%;
}

.vsg-bar-block 
 .vsg-dropdown-hover 
 .vsg-button,
 .vsg-bar-block 
 .vsg-dropdown-click 
 .vsg-button {
	width: 100%;
	text-align: left;
	padding: 8px 16px;
}

.vsg-main,#main {
	transition: margin-left .4s;
}

.vsg-modal {
	z-index: 3;
	display: none;
	padding-top: 100px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.vsg-modal-content {
	margin: auto;
	background-color: #fff;
	position: relative;
	padding: 0;
	outline: 0;
	width: 600px;
}

.vsg-bar {
	width: 100%;
	overflow: hidden;
}

.vsg-center 
 .vsg-bar {
	display: inline-block;
	width: auto;
}

.vsg-bar 
 .vsg-bar-item {
	padding: 8px 16px;
	float: left;
	width: auto;
	border: none;
	display: block;
	outline: 0;
}

.vsg-bar 
 .vsg-dropdown-hover,
 .vsg-bar 
 .vsg-dropdown-click {
	position: static;
	float: left;
}

.vsg-bar 
 .vsg-button {
	white-space: normal;
}

.vsg-bar-block 
 .vsg-bar-item {
	width: 100%;
	display: block;
	padding: 8px 16px;
	text-align: left;
	border: none;
	white-space: normal;
	float: none;
	outline: 0;
}

.vsg-bar-block
 .vsg-center 
 .vsg-bar-item {
	text-align: center;
}

.vsg-block {
	display: block;
	width: 100%;
}

.vsg-responsive {
	display: block;
	overflow-x: auto;
}

.vsg-container:after,
 .vsg-container:before,
 .vsg-panel:after,
 .vsg-panel:before,
 .vsg-row:after,
 .vsg-row:before,
 .vsg-row-padding:after,
 .vsg-row-padding:before,

 .vsg-cell-row:before,
 .vsg-cell-row:after,
 .vsg-clear:after,
 .vsg-clear:before,
 .vsg-bar:before,
 .vsg-bar:after {
	content: "";
	display: table;
	clear: both;
}

.vsg-col,
 .vsg-half,
 .vsg-third,
 .vsg-twothird,
 .vsg-threequarter,
 .vsg-quarter {
	float: left;
	width: 100%;
}

.vsg-col.s1 {
	width: 8.33333%;
}

.vsg-col.s2 {
	width: 16.66666%;
}

.vsg-col.s3 {
	width: 24.99999%;
}

.vsg-col.s4 {
	width: 33.33333%;
}

.vsg-col.s5 {
	width: 41.66666%;
}

.vsg-col.s6 {
	width: 49.99999%;
}

.vsg-col.s7 {
	width: 58.33333%;
}

.vsg-col.s8 {
	width: 66.66666%;
}

.vsg-col.s9 {
	width: 74.99999%;
}

.vsg-col.s10 {
	width: 83.33333%;
}

.vsg-col.s11 {
	width: 91.66666%;
}

.vsg-col.s12 {
	width: 99.99999%;
}

@media (min-width:601px) {
	.vsg-col.m1 {
		width: 8.33333%;
	}

	.vsg-col.m2 {
		width: 16.66666%;
	}

	.vsg-col.m3,
 .vsg-quarter {
		width: 24.99999%;
	}

	.vsg-col.m4,
 .vsg-third {
		width: 33.33333%;
	}

	.vsg-col.m5 {
		width: 41.66666%;
	}

	.vsg-col.m6,
 .vsg-half {
		width: 49.99999%;
	}

	.vsg-col.m7 {
		width: 58.33333%;
	}

	.vsg-col.m8,
 .vsg-twothird {
		width: 66.66666%;
	}

	.vsg-col.m9,
 .vsg-threequarter {
		width: 74.99999%;
	}

	.vsg-col.m10 {
		width: 83.33333%;
	}

	.vsg-col.m11 {
		width: 91.66666%;
	}

	.vsg-col.m12 {
		width: 99.99999%;
	}
}

@media (min-width:993px) {
	.vsg-col.l1 {
		width: 8.33333%;
	}

	.vsg-col.l2 {
		width: 16.66666%;
	}

	.vsg-col.l3 {
		width: 24.99999%;
	}

	.vsg-col.l4 {
		width: 33.33333%;
	}

	.vsg-col.l5 {
		width: 41.66666%;
	}

	.vsg-col.l6 {
		width: 49.99999%;
	}

	.vsg-col.l7 {
		width: 58.33333%;
	}

	.vsg-col.l8 {
		width: 66.66666%;
	}

	.vsg-col.l9 {
		width: 74.99999%;
	}

	.vsg-col.l10 {
		width: 83.33333%;
	}

	.vsg-col.l11 {
		width: 91.66666%;
	}

	.vsg-col.l12 {
		width: 99.99999%;
	}
}

.vsg-rest {
	overflow: hidden;
}

.vsg-stretch {
	margin-left: -16px;
	margin-right: -16px;
}

.vsg-content,
 .vsg-auto {
	margin-left: auto;
	margin-right: auto;
}

.vsg-content {
	max-width: 100%;
}

.vsg-auto {
	max-width: 1140px;
}

.vsg-cell-row {
	display: table;
	width: 100%;
}

.vsg-cell {
	display: table-cell;
}

.vsg-cell-top {
	vertical-align: top;
}

.vsg-cell-middle {
	vertical-align: middle;
}

.vsg-cell-bottom {
	vertical-align: bottom;
}

.vsg-hide {
	display: none!important;
}

.vsg-show-block,
 .vsg-show {
	display: block!important;
}

.vsg-show-inline-block {
	display: inline-block!important;
}

@media (max-width:1205px) {
	.vsg-auto {
		max-width: 95%;
	}
}

@media (max-width:600px) {
	.vsg-modal-content {
		margin: 0 10px;
		width: auto!important;
	}

	.vsg-modal {
		padding-top: 30px;
	}

	.vsg-dropdown-hover
 .vsg-mobile 
 .vsg-dropdown-content,
 .vsg-dropdown-click
 .vsg-mobile 
 .vsg-dropdown-content {
		position: relative;
	}

	.vsg-hide-small {
		display: none!important;
	}

	.vsg-mobile {
		display: block;
		width: 100%!important;
	}

	.vsg-bar-item
 .vsg-mobile,
 .vsg-dropdown-hover
 .vsg-mobile,
 .vsg-dropdown-click
 .vsg-mobile {
		text-align: center;
	}

	.vsg-dropdown-hover
 .vsg-mobile,
 .vsg-dropdown-hover
 .vsg-mobile 
 .vsg-btn,
 .vsg-dropdown-hover
 .vsg-mobile 
 .vsg-button,
 .vsg-dropdown-click
 .vsg-mobile,
 .vsg-dropdown-click
 .vsg-mobile 
 .vsg-btn,
 .vsg-dropdown-click
 .vsg-mobile 
 .vsg-button {
		width: 100%;
	}
}

@media (max-width:768px) {
	.vsg-modal-content {
		width: 500px;
	}

	.vsg-modal {
		padding-top: 50px;
	}
}

@media (min-width:993px) {
	.vsg-modal-content {
		width: 100%;
	}

	.vsg-hide-large {
		display: none!important;
	}

	.vsg-sidebar
 .vsg-collapse {
		display: block!important;
	}
}

@media (max-width:992px) and (min-width:601px) {
	.vsg-hide-medium {
		display: none!important;
	}
}

@media (max-width:992px) {
	.vsg-sidebar
 .vsg-collapse {
		display: none;
	}

	.vsg-main {
		margin-left: 0!important;
		margin-right: 0!important;
	}

	.vsg-auto {
		max-width: 100%;
	}
}

.vsg-top,
 .vsg-bottom {
	position: fixed;
	width: 100%;
	z-index: 1;
}

.vsg-top {
	top: 0;
}

.vsg-bottom {
	bottom: 0;
}

.vsg-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
}

.vsg-display-topleft {
	position: absolute;
	left: 0;
	top: 0;
}

.vsg-display-topright {
	position: absolute;
	right: 0;
	top: 0;
}

.vsg-display-bottomleft {
	position: absolute;
	left: 0;
	bottom: 0;
}

.vsg-display-bottomright {
	position: absolute;
	right: 0;
	bottom: 0;
}

.vsg-display-middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.vsg-display-left {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%,-50%);
	-ms-transform: translate(-0%,-50%);
}

.vsg-display-right {
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
}

.vsg-display-topmiddle {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
}

.vsg-display-bottommiddle {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
}

.vsg-display-container:hover 
 .vsg-display-hover {
	display: block;
}

.vsg-display-container:hover span
 .vsg-display-hover {
	display: inline-block;
}

.vsg-display-hover {
	display: none;
}

.vsg-display-position {
	position: absolute;
}

.vsg-circle {
	border-radius: 50%;
}

.vsg-round-small {
	border-radius: 2px;
}

.vsg-round,
 .vsg-round-medium {
	border-radius: 4px;
}

.vsg-round-large {
	border-radius: 8px;
}

.vsg-round-xlarge {
	border-radius: 16px;
}

.vsg-round-xxlarge {
	border-radius: 32px;
}

.vsg-row-padding,
 .vsg-row-padding>
 .vsg-half,
 .vsg-row-padding>
 .vsg-third,
 .vsg-row-padding>
 .vsg-twothird,
 .vsg-row-padding>
 .vsg-threequarter,
 .vsg-row-padding>
 .vsg-quarter,
 .vsg-row-padding>
 .vsg-col {
	padding: 0 8px;
}

.vsg-container,
 .vsg-panel {
	padding: 0.01em 16px;
}

.vsg-panel {
	margin-top: 16px;
	margin-bottom: 16px;
}

.vsg-code,
 .vsg-codespan {
	font-family: Consolas,"courier new";
	font-size: 16px;
}

.vsg-code {
	width: auto;
	background-color: #fff;
	padding: 8px 12px;
	border-left: 4px solid #4CAF50;
	word-wrap: break-word;
}

.vsg-codespan {
	color: crimson;
	background-color: #f1f1f1;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 110%;
}

.vsg-card,
 .vsg-card-2 {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.vsg-card-4,
 .vsg-hover-shadow:hover {
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}

.vsg-spin {
	animation: vsg-spin 2s infinite linear;
}

@keyframes vsg-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(359deg);
	}
}

.vsg-animate-fading {
	animation: fading 10s infinite;
}

@keyframes fading {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.vsg-animate-opacity {
	animation: opac 0.8s;
}

@keyframes opac {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.vsg-animate-top {
	position: relative;
	animation: animatetop 0.4s;
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

.vsg-animate-left {
	position: relative;
	animation: animateleft 0.4s;
}

@keyframes animateleft {
	from {
		left: -300px;
		opacity: 0;
	}

	to {
		left: 0;
		opacity: 1;
	}
}

.vsg-animate-right {
	position: relative;
	animation: animateright 0.4s;
}

@keyframes animateright {
	from {
		right: -300px;
		opacity: 0;
	}

	to {
		right: 0;
		opacity: 1;
	}
}

.vsg-animate-bottom {
	position: relative;
	animation: animatebottom 0.4s;
}

@keyframes animatebottom {
	from {
		bottom: -300px;
		opacity: 0;
	}

	to {
		bottom: 0;
		opacity: 1;
	}
}

.vsg-animate-zoom {
	animation: animatezoom 0.6s;
}

@keyframes animatezoom {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}

.vsg-animate-input {
	transition: width 0.4s ease-in-out;
}

.vsg-animate-input:focus {
	width: 100%!important;
}

.vsg-opacity,
 .vsg-hover-opacity:hover {
	opacity: 0.60;
}

.vsg-opacity-off,
 .vsg-hover-opacity-off:hover {
	opacity: 1;
}

.vsg-opacity-max {
	opacity: 0.25;
}

.vsg-opacity-min {
	opacity: 0.75;
}

.vsg-greyscale-max,
 .vsg-grayscale-max,
 .vsg-hover-greyscale:hover,
 .vsg-hover-grayscale:hover {
	filter: grayscale(100%);
}

.vsg-greyscale,
 .vsg-grayscale {
	filter: grayscale(75%);
}

.vsg-greyscale-min,
 .vsg-grayscale-min {
	filter: grayscale(50%);
}

.vsg-sepia {
	filter: sepia(75%);
}

.vsg-sepia-max,
 .vsg-hover-sepia:hover {
	filter: sepia(100%);
}

.vsg-sepia-min {
	filter: sepia(50%);
}

.vsg-tiny {
	font-size: 10px!important;
}

.vsg-small {
	font-size: 12px!important;
}

.vsg-medium {
	font-size: 15px!important;
}

.vsg-large {
	font-size: 18px!important;
}

.vsg-xlarge {
	font-size: 24px!important;
}

.vsg-xxlarge {
	font-size: 36px!important;
}

.vsg-xxxlarge {
	font-size: 48px!important;
}

.vsg-jumbo {
	font-size: 64px!important;
}

.vsg-left-align {
	text-align: left!important;
}

.vsg-right-align {
	text-align: right!important;
}

.vsg-justify {
	text-align: justify!important;
}

.vsg-center {
	text-align: center!important;
}

.vsg-border-0 {
	border: 0!important;
}

.vsg-border {
	border: 1px solid #ccc!important;
}

.vsg-border-top {
	border-top: 1px solid #ccc!important;
}

.vsg-border-bottom {
	border-bottom: 1px solid #ccc!important;
}

.vsg-border-left {
	border-left: 1px solid #ccc!important;
}

.vsg-border-right {
	border-right: 1px solid #ccc!important;
}

.vsg-topbar {
	border-top: 6px solid #ccc!important;
}

.vsg-bottombar {
	border-bottom: 6px solid #ccc!important;
}

.vsg-leftbar {
	border-left: 6px solid #ccc!important;
}

.vsg-rightbar {
	border-right: 6px solid #ccc!important;
}

.vsg-section,
 .vsg-code {
	margin-top: 16px!important;
	margin-bottom: 16px!important;
}

.vsg-margin {
	margin: 16px!important;
}

.vsg-margin-top {
	margin-top: 16px!important;
}

.vsg-margin-bottom {
	margin-bottom: 16px!important;
}

.vsg-margin-left {
	margin-left: 16px!important;
}

.vsg-margin-right {
	margin-right: 16px!important;
}

.vsg-padding-small {
	padding: 4px 8px!important;
}

.vsg-padding {
	padding: 8px 16px!important;
}

.vsg-padding-large {
	padding: 12px 24px!important;
}

.vsg-padding-16 {
	padding-top: 16px!important;
	padding-bottom: 16px!important;
}

.vsg-padding-24 {
	padding-top: 24px!important;
	padding-bottom: 24px!important;
}

.vsg-padding-32 {
	padding-top: 32px!important;
	padding-bottom: 32px!important;
}

.vsg-padding-48 {
	padding-top: 48px!important;
	padding-bottom: 48px!important;
}

.vsg-padding-64 {
	padding-top: 64px!important;
	padding-bottom: 64px!important;
}

.vsg-padding-top-64 {
	padding-top: 64px!important;
}

.vsg-padding-top-48 {
	padding-top: 48px!important;
}

.vsg-padding-top-32 {
	padding-top: 32px!important;
}

.vsg-padding-top-24 {
	padding-top: 24px!important;
}

.vsg-left {
	float: left!important;
}

.vsg-right {
	float: right!important;
}

.vsg-button:hover {
	color: #000!important;
	background-color: #ccc!important;
}

.vsg-transparent,
 .vsg-hover-none:hover {
	background-color: transparent!important;
}

.vsg-hover-none:hover {
	box-shadow: none!important;
}
/* Colors */

.vsg-amber,
 .vsg-hover-amber:hover {
	color: #000!important;
	background-color: #ffc107!important;
}

.vsg-aqua,
 .vsg-hover-aqua:hover {
	color: #000!important;
	background-color: #00ffff!important;
}

.vsg-blue,
 .vsg-hover-blue:hover {
	color: #fff!important;
	background-color: #2196F3!important;
}

.vsg-light-blue,
 .vsg-hover-light-blue:hover {
	color: #000!important;
	background-color: #87CEEB!important;
}

.vsg-brown,
 .vsg-hover-brown:hover {
	color: #fff!important;
	background-color: #795548!important;
}

.vsg-cyan,
 .vsg-hover-cyan:hover {
	color: #000!important;
	background-color: #00bcd4!important;
}

.vsg-blue-grey,
 .vsg-hover-blue-grey:hover,
 .vsg-blue-gray,
 .vsg-hover-blue-gray:hover {
	color: #fff!important;
	background-color: #607d8b!important;
}

.vsg-green,
 .vsg-hover-green:hover {
	color: #fff!important;
	background-color: #4CAF50!important;
}

.vsg-light-green,
 .vsg-hover-light-green:hover {
	color: #000!important;
	background-color: #8bc34a!important;
}

.vsg-indigo,
 .vsg-hover-indigo:hover {
	color: #fff!important;
	background-color: #3f51b5!important;
}

.vsg-khaki,
 .vsg-hover-khaki:hover {
	color: #000!important;
	background-color: #f0e68c!important;
}

.vsg-lime,
 .vsg-hover-lime:hover {
	color: #000!important;
	background-color: #cddc39!important;
}

.vsg-orange,
 .vsg-hover-orange:hover {
	color: #000!important;
	background-color: #ff9800!important;
}

.vsg-deep-orange,
 .vsg-hover-deep-orange:hover {
	color: #fff!important;
	background-color: #ff5722!important;
}

.vsg-pink,
 .vsg-hover-pink:hover {
	color: #fff!important;
	background-color: #e91e63!important;
}

.vsg-purple,
 .vsg-hover-purple:hover {
	color: #fff!important;
	background-color: #9c27b0!important;
}

.vsg-deep-purple,
 .vsg-hover-deep-purple:hover {
	color: #fff!important;
	background-color: #673ab7!important;
}

.vsg-red,
 .vsg-hover-red:hover {
	color: #fff!important;
	background-color: #f44336!important;
}

.vsg-sand,
 .vsg-hover-sand:hover {
	color: #000!important;
	background-color: #fdf5e6!important;
}

.vsg-teal,
 .vsg-hover-teal:hover {
	color: #fff!important;
	background-color: #009688!important;
}

.vsg-yellow,
 .vsg-hover-yellow:hover {
	color: #000!important;
	background-color: #ffeb3b!important;
}

.vsg-white,
 .vsg-hover-white:hover {
	color: #000!important;
	background-color: #fff!important;
}

.vsg-black,
 .vsg-hover-black:hover {
	color: #fff!important;
	background-color: #000!important;
}

.vsg-grey,
 .vsg-hover-grey:hover,
 .vsg-gray,
 .vsg-hover-gray:hover {
	color: #000!important;
	background-color: #9e9e9e!important;
}

.vsg-light-grey,
 .vsg-hover-light-grey:hover,
 .vsg-light-gray,
 .vsg-hover-light-gray:hover {
	color: #000!important;
	background-color: #f1f1f1!important;
}

.vsg-dark-grey,
 .vsg-hover-dark-grey:hover,
 .vsg-dark-gray,
 .vsg-hover-dark-gray:hover {
	color: #fff!important;
	background-color: #616161!important;
}

.vsg-pale-red,
 .vsg-hover-pale-red:hover {
	color: #000!important;
	background-color: #ffdddd!important;
}

.vsg-pale-green,
 .vsg-hover-pale-green:hover {
	color: #000!important;
	background-color: #ddffdd!important;
}

.vsg-pale-yellow,
 .vsg-hover-pale-yellow:hover {
	color: #000!important;
	background-color: #ffffcc!important;
}

.vsg-pale-blue,
 .vsg-hover-pale-blue:hover {
	color: #000!important;
	background-color: #ddffff!important;
}

.vsg-text-amber,
 .vsg-hover-text-amber:hover {
	color: #ffc107!important;
}

.vsg-text-aqua,
 .vsg-hover-text-aqua:hover {
	color: #00ffff!important;
}

.vsg-text-blue,
 .vsg-hover-text-blue:hover {
	color: #2196F3!important;
}

.vsg-text-light-blue,
 .vsg-hover-text-light-blue:hover {
	color: #87CEEB!important;
}

.vsg-text-brown,
 .vsg-hover-text-brown:hover {
	color: #795548!important;
}

.vsg-text-cyan,
 .vsg-hover-text-cyan:hover {
	color: #00bcd4!important;
}

.vsg-text-blue-grey,
 .vsg-hover-text-blue-grey:hover,
 .vsg-text-blue-gray,
 .vsg-hover-text-blue-gray:hover {
	color: #607d8b!important;
}

.vsg-text-green,
 .vsg-hover-text-green:hover {
	color: #4CAF50!important;
}

.vsg-text-light-green,
 .vsg-hover-text-light-green:hover {
	color: #8bc34a!important;
}

.vsg-text-indigo,
 .vsg-hover-text-indigo:hover {
	color: #3f51b5!important;
}

.vsg-text-khaki,
 .vsg-hover-text-khaki:hover {
	color: #b4aa50!important;
}

.vsg-text-lime,
 .vsg-hover-text-lime:hover {
	color: #cddc39!important;
}

.vsg-text-orange,
 .vsg-hover-text-orange:hover {
	color: #ff9800!important;
}

.vsg-text-deep-orange,
 .vsg-hover-text-deep-orange:hover {
	color: #ff5722!important;
}

.vsg-text-pink,
 .vsg-hover-text-pink:hover {
	color: #e91e63!important;
}

.vsg-text-purple,
 .vsg-hover-text-purple:hover {
	color: #9c27b0!important;
}

.vsg-text-deep-purple,
 .vsg-hover-text-deep-purple:hover {
	color: #673ab7!important;
}

.vsg-text-red,
 .vsg-hover-text-red:hover {
	color: #f44336!important;
}

.vsg-text-sand,
 .vsg-hover-text-sand:hover {
	color: #fdf5e6!important;
}

.vsg-text-teal,
 .vsg-hover-text-teal:hover {
	color: #009688!important;
}

.vsg-text-yellow,
 .vsg-hover-text-yellow:hover {
	color: #d2be0e!important;
}

.vsg-text-white,
 .vsg-hover-text-white:hover {
	color: #fff!important;
}

.vsg-text-black,
 .vsg-hover-text-black:hover {
	color: #000!important;
}

.vsg-text-grey,
 .vsg-hover-text-grey:hover,
 .vsg-text-gray,
 .vsg-hover-text-gray:hover {
	color: #757575!important;
}

.vsg-text-light-grey,
 .vsg-hover-text-light-grey:hover,
 .vsg-text-light-gray,
 .vsg-hover-text-light-gray:hover {
	color: #f1f1f1!important;
}

.vsg-text-dark-grey,
 .vsg-hover-text-dark-grey:hover,
 .vsg-text-dark-gray,
 .vsg-hover-text-dark-gray:hover {
	color: #3a3a3a!important;
}

.vsg-border-amber,
 .vsg-hover-border-amber:hover {
	border-color: #ffc107!important;
}

.vsg-border-aqua,
 .vsg-hover-border-aqua:hover {
	border-color: #00ffff!important;
}

.vsg-border-blue,
 .vsg-hover-border-blue:hover {
	border-color: #2196F3!important;
}

.vsg-border-light-blue,
 .vsg-hover-border-light-blue:hover {
	border-color: #87CEEB!important;
}

.vsg-border-brown,
 .vsg-hover-border-brown:hover {
	border-color: #795548!important;
}

.vsg-border-cyan,
 .vsg-hover-border-cyan:hover {
	border-color: #00bcd4!important;
}

.vsg-border-blue-grey,
 .vsg-hover-border-blue-grey:hover,
 .vsg-border-blue-gray,
 .vsg-hover-border-blue-gray:hover {
	border-color: #607d8b!important;
}

.vsg-border-green,
 .vsg-hover-border-green:hover {
	border-color: #4CAF50!important;
}

.vsg-border-light-green,
 .vsg-hover-border-light-green:hover {
	border-color: #8bc34a!important;
}

.vsg-border-indigo,
 .vsg-hover-border-indigo:hover {
	border-color: #3f51b5!important;
}

.vsg-border-khaki,
 .vsg-hover-border-khaki:hover {
	border-color: #f0e68c!important;
}

.vsg-border-lime,
 .vsg-hover-border-lime:hover {
	border-color: #cddc39!important;
}

.vsg-border-orange,
 .vsg-hover-border-orange:hover {
	border-color: #ff9800!important;
}

.vsg-border-deep-orange,
 .vsg-hover-border-deep-orange:hover {
	border-color: #ff5722!important;
}

.vsg-border-pink,
 .vsg-hover-border-pink:hover {
	border-color: #e91e63!important;
}

.vsg-border-purple,
 .vsg-hover-border-purple:hover {
	border-color: #9c27b0!important;
}

.vsg-border-deep-purple,
 .vsg-hover-border-deep-purple:hover {
	border-color: #673ab7!important;
}

.vsg-border-red,
 .vsg-hover-border-red:hover {
	border-color: #f44336!important;
}

.vsg-border-sand,
 .vsg-hover-border-sand:hover {
	border-color: #fdf5e6!important;
}

.vsg-border-teal,
 .vsg-hover-border-teal:hover {
	border-color: #009688!important;
}

.vsg-border-yellow,
 .vsg-hover-border-yellow:hover {
	border-color: #ffeb3b!important;
}

.vsg-border-white,
 .vsg-hover-border-white:hover {
	border-color: #fff!important;
}

.vsg-border-black,
 .vsg-hover-border-black:hover {
	border-color: #000!important;
}

.vsg-border-grey,
 .vsg-hover-border-grey:hover,
 .vsg-border-gray,
 .vsg-hover-border-gray:hover {
	border-color: #9e9e9e!important;
}

.vsg-border-light-grey,
 .vsg-hover-border-light-grey:hover,
 .vsg-border-light-gray,
 .vsg-hover-border-light-gray:hover {
	border-color: #f1f1f1!important;
}

.vsg-border-dark-grey,
 .vsg-hover-border-dark-grey:hover,
 .vsg-border-dark-gray,
 .vsg-hover-border-dark-gray:hover {
	border-color: #616161!important;
}

.vsg-border-pale-red,
 .vsg-hover-border-pale-red:hover {
	border-color: #ffe7e7!important;
}

.vsg-border-pale-green,
 .vsg-hover-border-pale-green:hover {
	border-color: #e7ffe7!important;
}

.vsg-border-pale-yellow,
 .vsg-hover-border-pale-yellow:hover {
	border-color: #ffffcc!important;
}

.vsg-border-pale-blue,
 .vsg-hover-border-pale-blue:hover {
	border-color: #e7ffff!important;
}