.full-release {
	position: relative;
	overflow: hidden;
}

.back-to-top {
	margin: 0;
	position: fixed;
	bottom: 20px;
	right: 50px;
	z-index: 100;
	display: none;
}

#main-wrapper > .main-content > .content-wrapper {
	padding-top: 80px;
}

/* Unity Project Consulting /pages/upc specific */

.upc .g8.article {
	float: none;
	margin: 0 auto;
}

.upc-ru {
	padding: 15px;
}

.upc-ru:first-child {
	border-right: #e6e6e6 1px solid;
}

h1 {
	font-size: 5em;
	font-weight: 500;
	margin-bottom: 20px !important;
}

h2 {
	font-size: 2.9em;
	line-height: 1.1em;
	font-weight: 700;
}

h3 {
	font-size: 1.7em;
	line-height: 1.1em;
	font-weight: 700;
}

.context-security #issues {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	margin-top: 40px;
	padding: 60px 0 20px;
}

.context-security .issue {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	padding: 40px 0 15px 0;
	margin: 20px 0;
}

/****************************************
  ==== BREAKPOINT < 1024px
****************************************/

@media only screen and (min-width: 150px) and (max-width: 1023px) {
	h1 {
		font-size: 3em;
	}
	.g9.legal {
		width: 100%;
	}
	.g3.legal {
		display: none;
	}
}