@import url('/css/fonts.css');

.footer {
	background-color: #EFEFEF;
}

body.mce-content-body {
	margin-top: 0 !important;
}

/* Style the back-to-top floating button */
.sf-back-to-top {
	background-color: #3A9ACC; /* button color */
	color: white; /* text/arrow color */
	display: none;
	z-index: 999;
	/* float in bottom right corner */
	/* 20 pixels from edge */
	position: fixed;
	right: 20px;
	bottom: 20px;
	/* size of button is 50 pixels*/
	width: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* round button */
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

a.sf-back-to-top {
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.6;
	padding-left: 2px;
	padding-top: 4px;
}

a.sf-back-to-top:hover, a.sf-back-to-top:active {
	color: #f0f0f0;
	text-decoration: none;
}

.sf-back-to-top:visited {
	color: white;
}

a.sf-back-to-top .arrow:before {
	content: "\e02d";
	font-family: 'squarespace-ui-font';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e02d";
	text-align: center;
	display: block;
	vertical-align: middle;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	cursor: pointer;
	margin-left: -4px;
}

.loading {
	background-color: #ffffff;
	background-image: url("/img/3.gif");
	background-size: 25px 25px;
	background-position:right center;
	background-repeat: no-repeat;
}





