@charset "utf-8";
/* CSS Document */

body {
	background: #ECEFF1;
	font-family: 'Roboto', sans-serif;
	transition: all 1s ease;
	padding-left: 0;
	overflow-x: hidden;
}
body.is-active {
	padding-left: 300px;
}
a {
	text-decoration: none !important;
}
a:hover {
	text-decoration: none;
}
.logo_box {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.9);
	transition: all 1s ease;
	height: 100%;
	z-index: 850;
	pointer-events: none;
}
.logo_box.stuck {
	position: fixed;
	background: rgba(0,0,0,0);
}
.logo {
	width: 429px;
	height: 100px;
	background: url(../images/union_logo_white.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -215px;
	transition: all 1s ease;
	z-index: 900;
}
body.is-active .logo.stuck {
	margin-left: 213px;
}
body.is-active .inner_page .logo {
	margin-left: 213px;
}
.logo.stuck {
	top: 20px;
	margin-top: 0px;
	position: fixed;
	background-size: 100%;
	width: 175px;
	height: 40px;
	margin-left: -87px;
}
.inner_page .logo {
	top: 20px;
	margin-top: 0px;
	position: fixed;
	background-size: 100%;
	width: 175px;
	height: 40px;
	margin-left: -87px;
}
.new_header {
	width: 100%;
	position: fixed;
	height: 80px;
	z-index: 800;
	top: 0;
	left: 0;
	right: 0;
	background: #ECEFF1;
}
.fade_away {
	width: 100%;
	position: fixed;
	height: 120px;
	z-index: 800;
	top: 80px;
	left: 0;
	right: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eceff1+0,eceff1+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(236,239,241,1) 0%, rgba(236,239,241,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(236,239,241,1) 0%, rgba(236,239,241,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(236,239,241,1) 0%, rgba(236,239,241,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceff1', endColorstr='#00eceff1', GradientType=0 ); /* IE6-9 */
	pointer-events: none;
}
.inner_page .fade_away {
	height: 80px;
}
.side_menu {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 300px;
	background: #fff;
	z-index: 1000;
	left: -300px;
	transition: all 1s ease;
	overflow-y: scroll;
}
.side_menu ul {
	padding: 0;
}
.side_menu ul li {
	list-style: none;
}
.side_menu ul li a {
	color: rgba(0,0,0,0.4);
    font-size: 30px;
    font-weight: 300;
	transition: all .4s ease;
}
.side_menu ul li a:hover {
	color: rgba(0,0,0,0.8);
	font-size: 40px;
}
.side_menu.is-active {
	left: 0;
}
.side_menu .side_diction {
	padding: 80px 40px 40px 40px;
	background: rgba(0,0,0,0.8);
	color: #fff;
}
.side_menu .side_diction h5 {
	font-weight: bold;
	font-size: 20px;
}
.side_menu .side_diction small {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
.side_menu .side_diction p {
	margin-top: 10px;
}
.side_menu .side_content {
	padding: 40px;
}
.side_menu .side_content h6 {
	font-size: 20px;
	font-weight: bold;
	color: rgba(0,0,0,0.8);
	margin-bottom: 30px;
}
.side_menu .side_content label {
	width: 100%;
	color: rgba(0,0,0,0.4);
}
.side_menu .side_content input, .side_menu .side_content textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	margin-bottom: 10px;
}
.side_menu input[type="submit"] {
	background: #2196F3;
	border-radius: 4px;
	color: #fff;
	padding: 10px;
	border: none;
}
.content {
	padding-top: 100%;
	transition: all 1s ease;
}
.content h1 {
	font-size: 70px;
	line-height: 88px;
	font-weight: 900;
	color: rgba(0,0,0,0.8);
	position: relative;
	margin-bottom: 140px;
}
.content h2 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 180px;
	padding-bottom: 40px;
	color: rgba(0,0,0,0.6);
}
.content h2.last_heading {
	padding-bottom: 0px;
	margin-bottom: 20px;
}
.content p {
	color: rgba(0,0,0,0.6);
	font-size: 18px;
	line-height: 30px;
}
.content.scrolled {
	padding-top: 300px;
}
.card {
	width: 100%;
	border: 1px solid #CFD8DC;
	border-radius: 4px;
	padding: 20px;
	transition: all .4s ease;
	margin-bottom: 30px;
}
.card.white {
	width: 100%;
	border: none;
	background: #fff;
	border-radius: 4px;
	padding: 0px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.04);
	overflow: hidden;
	margin-bottom: 30px;
}
.card.white.unavailable {
	background: transparent;
	box-shadow: none;
	border: 1px solid #CFD8DC;
}
.card:hover {
	background: #fff;
	border-color: #fff;
}
.card.white:hover {
	box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);
}
.card.white:hover .image img {
	transform: scale(1.1, 1.1);
}
.card .card_inner .image {
	width: 100%;
	height: 100px;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}
.card.white .card_inner .image {
	width: 100%;
	height: 140px;
	border-radius: 4px 4px 0 0;
}
.card.white .card_inner .image img {
	transition: all 1s ease;
}
.card .card_inner .text {
	padding: 20px 0 0 0;
	color: rgba(0,0,0,0.4);
	height: 150px;
	position: relative;
}
.card.white .card_inner .text {
	padding: 20px 20px 40px 20px;
	color: rgba(0,0,0,0.6);
	height: 140px;
	position: relative;
}
.card .card_inner .text .link_out {
	color: rgba(0,0,0,0.3);
	position: absolute;
	bottom: -20px;
	font-size: 14px;
}
.card.white .card_inner .text small {
	font-weight: bold;
	color: rgba(0,0,0,0.6);
	text-transform: uppercase;
	font-size: 11px;
	position: absolute;
	bottom: 46px;
}
.card.white .card_inner .text .link_out {
	bottom: 10px;
}
.card .card_inner .text h4 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	font-weight: 400;
}
.card.white .card_inner .text h4 {
	padding: 0;
	margin: 0;
	font-size: 24px;
	line-height: 24px;
	text-decoration: none;
	font-weight: 300;
}
.btn_more {
	border: 1px solid #CFD8DC;
	border-radius: 4px;
	padding: 20px;
	color: rgba(0,0,0,0.4);
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	transition: all .5s ease;
	cursor: pointer;
}
.btn_more:hover {
	text-decoration: none;
	color: rgba(0,0,0,0.4);
	background: #fff;
	border-color: #fff;
}
.btn_email {
	border-radius: 4px;
	padding: 24px 40px;
	background: #2196F3;
	color: #fff;
	font-size: 24px;
	transition: all .4s ease;
	display: inline-block;
	margin-top: 20px;
	font-weight: 300;
}
.btn_email:hover {
	color: #2196F3;
	background: #fff;
}
.content p.footer, .inner_page p.footer {
	color: rgba(0,0,0,0.4);
	font-size: 14px;
	margin-top: 120px;
	padding-left: 0;
	padding-right: 0;
}
/* MENU BUTTON */

html {
	-webkit-tap-highlight-color: transparent;
}
/* Nav Trigger */
.nav-trigger {
	width: 50px;
	height: 50px;
	position: fixed;
	background: transparent;
	border: none;
	vertical-align: middle;
	padding: 10px;
	margin: 0;
	cursor: pointer;
	left: 20px;
	top: 15px;
	opacity: 0;
	transition: all 1s ease;
	z-index: 1100;
}
.nav-trigger.is-active {
	z-index: 11000;
}
.nav-trigger.stuck {
	opacity: 1;
}
.inner_page .nav-trigger {
	opacity: 1;
}
.nav-trigger:focus {
	outline: 0;
}
.nav-trigger:hover span, .nav-trigger:hover span:before, .nav-trigger:hover span:after {
	background: #fff;
}
.nav-trigger:before {
	content: '';
	opacity: 0;
	width: 0;
	height: 0;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	background: transparent;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.nav-trigger span {
	display: block;
	position: relative;
}
.nav-trigger span:before, .nav-trigger span:after {
	content: '';
	position: absolute;
	left: 0;
}
.nav-trigger span:before {
	top: -8px;
}
.nav-trigger span:after {
	bottom: -8px;
}
.nav-trigger span, .nav-trigger span:before, .nav-trigger span:after {
	width: 100%;
	height: 4px;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.nav-trigger.is-active:before {
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.1);
}
.nav-trigger.is-active span {
	background: transparent;
}
.nav-trigger.is-active span:before {
	top: 0;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.nav-trigger.is-active span:after {
	bottom: 0;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
/* GLITCH */

.glitch {
	color: rgba(0,0,0,0.8);
	position: relative;
	margin: 0 auto;
	display: inline-block;
}
 @keyframes noise-anim {
 0% {
 clip: rect(51px, 9999px, 69px, 0);
}
 5% {
 clip: rect(66px, 9999px, 64px, 0);
}
 10% {
 clip: rect(74px, 9999px, 20px, 0);
}
 15% {
 clip: rect(63px, 9999px, 28px, 0);
}
 20% {
 clip: rect(80px, 9999px, 56px, 0);
}
 25% {
 clip: rect(69px, 9999px, 1px, 0);
}
 30% {
 clip: rect(91px, 9999px, 95px, 0);
}
 35% {
 clip: rect(54px, 9999px, 79px, 0);
}
 40% {
 clip: rect(12px, 9999px, 53px, 0);
}
 45% {
 clip: rect(9px, 9999px, 95px, 0);
}
 50% {
 clip: rect(58px, 9999px, 28px, 0);
}
 55% {
 clip: rect(5px, 9999px, 99px, 0);
}
 60% {
 clip: rect(61px, 9999px, 51px, 0);
}
 65% {
 clip: rect(55px, 9999px, 84px, 0);
}
 70% {
 clip: rect(42px, 9999px, 59px, 0);
}
 75% {
 clip: rect(59px, 9999px, 25px, 0);
}
 80% {
 clip: rect(34px, 9999px, 16px, 0);
}
 85% {
 clip: rect(91px, 9999px, 65px, 0);
}
 90% {
 clip: rect(71px, 9999px, 92px, 0);
}
 95% {
 clip: rect(74px, 9999px, 1px, 0);
}
 100% {
 clip: rect(44px, 9999px, 67px, 0);
}
}
.glitch:after {
	content: attr(data-text);
	position: absolute;
	left: 2px;
	text-shadow: -1px 0 white;
	top: 0;
	color: rgba(0,0,0,0.8);
	background: #ECEFF1;
	overflow: hidden;
	clip: rect(0, 900px, 0, 0);
	animation: noise-anim 2s infinite linear alternate-reverse;
}
 @keyframes noise-anim-2 {
 0% {
 clip: rect(44px, 9999px, 49px, 0);
}
 5% {
 clip: rect(84px, 9999px, 22px, 0);
}
 10% {
 clip: rect(20px, 9999px, 61px, 0);
}
 15% {
 clip: rect(91px, 9999px, 57px, 0);
}
 20% {
 clip: rect(78px, 9999px, 64px, 0);
}
 25% {
 clip: rect(7px, 9999px, 18px, 0);
}
 30% {
 clip: rect(28px, 9999px, 59px, 0);
}
 35% {
 clip: rect(60px, 9999px, 17px, 0);
}
 40% {
 clip: rect(26px, 9999px, 16px, 0);
}
 45% {
 clip: rect(32px, 9999px, 15px, 0);
}
 50% {
 clip: rect(97px, 9999px, 79px, 0);
}
 55% {
 clip: rect(26px, 9999px, 61px, 0);
}
 60% {
 clip: rect(35px, 9999px, 48px, 0);
}
 65% {
 clip: rect(34px, 9999px, 79px, 0);
}
 70% {
 clip: rect(22px, 9999px, 57px, 0);
}
 75% {
 clip: rect(95px, 9999px, 1px, 0);
}
 80% {
 clip: rect(15px, 9999px, 85px, 0);
}
 85% {
 clip: rect(7px, 9999px, 29px, 0);
}
 90% {
 clip: rect(7px, 9999px, 57px, 0);
}
 95% {
 clip: rect(32px, 9999px, 95px, 0);
}
 100% {
 clip: rect(66px, 9999px, 65px, 0);
}
}
.glitch:before {
	content: attr(data-text);
	position: absolute;
	left: -2px;
	text-shadow: 1px 0 white;
	top: 0;
	color: rgba(0,0,0,0.8);
	background: #ECEFF1;
	overflow: hidden;
	clip: rect(0, 900px, 0, 0);
	animation: noise-anim-2 3s infinite linear alternate-reverse;
}

/* MOBILE */

@media screen and (max-width:767px) {
.content {
	padding-top: 200%;
}
.content.scrolled {
	padding-top: 400px;
}
.content h1 {
	font-size: 40px;
	line-height: 50px;
}
.logo {
	height: 78px;
	margin-left: -170px;
	width: 340px;
	background-size: 100%;
}
}

/* INNER PAGES */

.inner_page {
	padding-top: 120px;
}
.inner_page h1 {
	color: rgba(0,0,0,0.8);
}
.inner_page .port_cont h2 {
	border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 20px;
    margin-top: 0;
	font-size: 20px;
}
.inner_page .port_cont {
	background: #fff;
	border-radius: 4px;
	text-align: center;
	padding-bottom: 20px;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.04);
	color: rgba(0,0,0,0.6);
	margin-bottom: 30px;
}
.inner_page small {
	background: rgba(0,0,0,0.2);
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    display: inline-block;
    font-weight: 900;
    font-size: 10px;
    letter-spacing: 4px;
    margin-bottom: 14px;
	margin-right: 4px;
}
.inner_page p {
	color: rgba(0,0,0,0.6);
   font-size: 18px;
   margin-bottom: 30px;
}
.inner_page .port_cont  p {
	color: rgba(0,0,0,0.4);
   font-size: 16px;
   margin-bottom: 0;
   padding-left: 40px;
   padding-right: 40px;
}