.font-bold {
	font-family: 'Glacial Indifference Bold';
}

.font-regular {
	font-family: 'Glacial Indifference';
}

.text-white {
	color: white;
}

.full-height{
	height: 100vh;
	float: none;
    margin: 0 auto;
}

.no-space{
	padding: 0px;
    margin: 0px;
    line-height: 0.5em;
}

.top-margin{
	margin-top: 7%
}

.center-margin{
	margin-top: 30%;
}

.user-icon{
	color: #009942;
	font-size: 5em !important;
	padding: 0.5em;
	margin: auto;
	width: 100%;
	text-align: center;
}

@font-face {
	font-family: 'Glacial Indifference';
	src: url('../fontsCustom/GlacialIndifference-Regular.eot');
	src: url('../fontsCustom/GlacialIndifference-Regular.eot?#iefix')
		format('embedded-opentype'),
		url('../fontsCustom/GlacialIndifference-Regular.woff2')
		format('woff2'),
		url('../fontsCustom/GlacialIndifference-Regular.woff') format('woff'),
		url('../fontsCustom/GlacialIndifference-Regular.ttf')
		format('truetype'),
		url('../fontsCustom/GlacialIndifference-Regular.svg#GlacialIndifference-Regular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Glacial Indifference Bold';
	src: url('../fontsCustom/GlacialIndifference-Bold.eot');
	src: url('../fontsCustom/GlacialIndifference-Bold.eot?#iefix')
		format('embedded-opentype'),
		url('../fontsCustom/GlacialIndifference-Bold.woff2') format('woff2'),
		url('../fontsCustom/GlacialIndifference-Bold.woff') format('woff'),
		url('../fontsCustom/GlacialIndifference-Bold.ttf') format('truetype'),
		url('../fontsCustom/GlacialIndifference-Bold.svg#GlacialIndifference-Bold')
		format('svg');
	font-weight: bold;
	font-style: normal;
}

.unipac-footer {
			bottom: 0;
		    left: 0;
		    position: fixed;
		    z-index: 50;
		    width: 100%;
		    height: 70px;
		    background-color: #FFFFFF;
		}
		
		.unipac-footer .bottomFooter {
		    border-top: 1px solid hsla(0,0%,100%,.1);
		    height: 100%;
		    background: #25262A;
		}
		
		.unipac-footer .bottomFooter>main {
		    align-items: center;
		    display: flex;
		}
		
		.unipac-footer .bottomFooter>main>div:first-child {
		    flex: 1 1 auto;
		}
		
		.unipac-footer .bottomFooter>main>div:first-child img {
		    height: 2.5rem;
		    width: 9.5rem;
		}
		
		.unipac-footer .bottomFooter>main>div:last-child img {
		    height: 2.5rem;
		    width: 9.5rem;
		}
		
		.unipac-footer .bottomFooter>main>div, .footer .bottomFooter>main>div>div {
		    display: flex;
		}
		
		.unipac-footer .bottomFooter>main>div:first-child>div.social {
		    align-items: center;
		    display: flex;
		}
		
		.unipac-footer .bottomFooter>main>div:first-child>div:not(:first-child) {
		    padding-left: 5rem;
		}
		
		.unipac-footer .bottomFooter>main>div:first-child>div.social a {
		    font-size: 2rem;
		    color: white;
		}
		
		.unipac-footer .bottomFooter>main>div:first-child>div.social a:not(:first-child) {
		    margin-left: 2rem;
		}
		
		.unipac-footer .bottomFooter a.links {
			color: #fff !important;
		    display: block;
		    font-size: 1.3rem !important;
		    opacity: .5;
		    cursor: pointer;
		    font-weight: 400;
    		text-decoration: none;
    		transition: color .15s ease-in-out,background .15s ease-in-out,border-color .15s ease-in-out,opacity .15s ease-in-out,visibility .15s ease-in-out;
		}
		
		.unipac-footer .bottomFooter a.links:hover {
			opacity: 1;
		}
		
		.unipac-footer .bottomFooter > .breadcrumbs ul, .center {
		    clear: both;
		    height: 100%;
		    margin: 0 auto;
		    max-width: 102.4rem;
		    position: relative;
		    width: 100%;
		}