body {
	font-family: Montserrat;
}

footer hr{
	color: #ffffff;
}

.sp-dialog-header{
	text-shadow: 0 0;
	background: #2f7e5e;
	color: #ffffff;
	padding: 5px;
}

.sphere-dialog-controls > *:hover{
	color: #ffffff;
}

.sp-main-content-intro{
	background: transparent;
}

.sp-seggi{
	margin-top: calc(-30px*3);
	min-width: 33%;
}


.sp-home-grid > *{
	padding: 0 15px;
}

.sp-home-grid > * > *:not(.sp-products) {
	background: #ffffff;
	font-size: 1rem;
	cursor: default;
	box-shadow: 0 2px 8px #00000040;
	padding: 15px;
	border-radius: calc(5px/2);
	position: relative;
	margin: calc(5px*5) 0;
}


.sp-home-grid > .sphere-app > *{
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.sp-home-grid > .sphere-app{
	box-shadow: 0 2px 8px #00000040;
	padding: 15px;
	border-radius: calc(5px/2);
	margin: 0 15px;
}

.sp-home-grid-title{
	color: #2f7e5e;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: bold;
}

.sp-home-grid > *:nth-child(1){
	flex-grow: 2;
	flex-basis: 0;
}

.sp-home-grid > *:nth-child(2){
	flex-grow: 1;
	flex-basis: 0;
}

.sp-home-grid .sp-main-content-box-icon{
	left: 0;
	right: 0;
	margin: 0 auto;
}

.sp-home-grid-side > *{
	margin: 30px 0;
}
.sp-home-grid-side > *:nth-child(1){
	margin: calc(5px*5) 0;
}

.sp-home-grid-side .sp-home-grid-title{
}

.sp-home-grid-side .des{
	/*
	margin-top: 15px;
	*/
}

.sp-home-grid-side .fen, .sp-home-grid .fen{
	font-size: 1rem;
	margin: 0 0 15px;
	padding: 0;
}

.sp-home-grid .fen{
	font-size: 1.2rem;
}

.sp-home-grid-content .sp-button, .sp-home-grid-content .sp-buttons-list li{
	font-size: 1rem;
	padding: 5px calc(5px*2);
}

.sp-home-grid-side .sp-button, .sp-home-grid-side .sp-buttons-list li{
	font-size: 1rem;
	padding: calc(5px*2);
}

.sphere-dialog .sp-button, .sphere-dialog .sp-buttons-list li{
	padding: calc(5px*2);
	font-size: 1rem;
}

.sp-buttons-list li{
	border-radius: calc(5px/2);
}
.sphere-dialog-content{
	font-size: 1.1rem;
}

.sphere-dialog-content .sphere-app{
	padding: 5px 15px;
}

.sphere-dialog-content .sp-home-grid-title{
	margin: 0;
}

.sp-aggregate-table{
	flex-grow: 2 !important;
}

.sp-dropdown .sp-button{
	margin-top: 5px;
	margin-left: 0;
}


.sp-home-grid .sp-main-content-content{
	margin-top: 15px;
	padding: 5px;
}

.sp-home-grid .sp-main-content-content h1{
	font-size: 2rem;
	line-height: 2rem;
	margin-bottom: 30px;
}


.rsu-guide {
	width: 30%;
	margin: 15px auto;
	background: #fff;
	box-shadow: 0 2px 8px #00000040;
	box-sizing: border-box;
	padding: 15px;
}

.rsu-step-title {
	font-weight: bold;
	text-transform: uppercase;	
}

.rsu-guide-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: boder-box;
	box-shadow: none !important;
	background: none !important;
	padding: 0 !important;
}

.rsu-doc{
	display: none;
}

.rsu-doc-view{
	cursor: pointer;
	color: #2f7e5e;
}


.rsu-guide-video {
	width: 48%;
}

.rsu-guide-video iframe {
	width: 100%;
	height: 350px;
}