html{
	width: 100%;
	height: 100%;
}
body,html{
	margin:0px;
	padding:0px;
	max-width: 100%;
	min-height: 100%;
}

body,main.gph-content{
	max-width: 100%;
	overflow-x: hidden;
	min-height: 100%;
}
body.gph-shadow{
	overflow-y: hidden;
}

.gph-btn,button.gph-btn{
	font-family: 'Filson Soft';
	color:white;
	text-decoration: none;
	background: #282828;
	font-size: 16px;
	margin-left: 6px;
	margin-right: 6px;
	display: inline-block;
    padding: 8px 14px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    margin-bottom: 6px;
    margin-top: 6px;
    transition: all 150ms;
    border:0px;
}
.gph-btn:active,button.gph-btn:active{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
}
.gph-btn.gph-btn-white:active{
	box-shadow: inset 0 0 6px rgba(51,51,51,0.4);
}
.gph-btn.gph-btn-white{
	background: #EAEAEA;
	color:#282828;
}
.gph-btn .glyphicons{
	margin-top: 3px;
    margin-right: 4px;
}

main.gph-content{
	display: flex;
	position: absolute;
    width: 100%;
}

main.gph-content>section>.gph-page-cont{
	padding: 50px 25px;
}
main.gph-content>section>.gph-page-cont h1, main.gph-content>section>.gph-page-cont h2, main.gph-content>section>.gph-page-cont h3, main.gph-content>section>.gph-page-cont h4, main.gph-content>section>.gph-page-cont h5{
	font-family: 'Filson Soft';
}
main.gph-content>section>.gph-page-cont p{
	font-family: 'Open Sans';
}
main.gph-content>section>.gph-page-cont *:first-child{
	margin-top: 0;
}
main.gph-content>section>.gph-page-cont .gph-btn:first-child{
	margin-top: 6px;
}

main.gph-content>section .gph-split-section{
	display: flex;
}
main.gph-content>section .gph-split-section .gph-split-equal,main.gph-content>section .gph-split-section .gph-split-1{
	-webkit-flex: 1;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
}
main.gph-content>section .gph-split-section .gph-split-2{
	-webkit-flex: 2;
    flex: 2;
    padding-left: 20px;
    padding-right: 20px;
}
main.gph-content>section .gph-split-section .gph-split-3{
	-webkit-flex: 3;
    flex: 3;
    padding-left: 20px;
    padding-right: 20px;
}
main.gph-content>section .gph-split-section>*:first-child{
	padding-left: 0px;
}
main.gph-content>section .gph-split-section>*:last-child{
	padding-right: 0px;
}


main.gph-content>section>.gph-media-cont .gph-media-section img{
	max-width: 100%;
} 

main.gph-content>section>.gph-brand-cont{
	padding: 50px;
	position: relative;
}
main.gph-content>section>.gph-brand-cont .gph-brand-header{
	display: table;
	min-height: 200px;
	min-width: 100%;
}
main.gph-content>section>.gph-brand-cont .gph-brand-header .gph-brand-text{
	display: table-cell;
	vertical-align: middle;
}

main.gph-content>section>.gph-brand-cont .gph-brand-umi-breathe{
	position: relative;
	width: 125px;
	height: 125px;
	margin:62.5px auto;
}
main.gph-content>section>.gph-brand-cont .gph-brand-umi-breathe img{
	max-width: 125px;
	position: absolute;
	display: block;
	margin:0 auto;
	left: 0;
    right: 0;
    z-index: 2;
}
main.gph-content>section>.gph-brand-cont .gph-brand-umi-breathe img:first-child{
	position: absolute;
	margin-left: -33%;
	filter: grayscale(1);
	opacity: 0.5;
	z-index: 1;
}
main.gph-content>section>.gph-brand-cont .brand-color-palette.brand-color-umi-primary-1{
	background: #333;
}
main.gph-content>section>.gph-brand-cont .brand-color-palette.brand-color-umi-primary-2{
	background: #07a39c;
}
main.gph-content>section>.gph-brand-cont .brand-color-palette.brand-color-umi-secondary-1{
	background: #CD924A;
}
main.gph-content>section>.gph-brand-cont .brand-color-palette.brand-color-umi-secondary-2{
	background: #FFFFFF;
}
main.gph-content>section>.gph-brand-cont .gph-brand-logo-no-modification{
	position: relative;
}
main.gph-content>section>.gph-brand-cont .gph-brand-logo-no-modification img{
	max-width: 200px;
	display: block;
	margin:0 auto;
	margin:25px auto;
	left: 0;
    right: 0;
    z-index: 2;
    filter:brightness(130%) contrast(120%);
}
main.gph-content>section>.gph-brand-cont .gph-brand-logo-no-modification:before,main.gph-content>section>.gph-brand-cont .gph-brand-logo-no-modification:after{
	content: '';
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	width: 225px;
	height: 10px;
	box-shadow: 0 1px 2px rgba(51,51,51,0.3);
    background: #e43e3e;
    transform: rotate(45deg);
	z-index: 3;
}
main.gph-content>section>.gph-brand-cont .gph-brand-logo-no-modification:after{
	transform:rotate(-45deg);
}
main.gph-content>section>.gph-brand-cont .gph-brand-umi-breathe img:nth-child(2){
	position: absolute;
	margin-top: -41px;
	filter: grayscale(1);
	opacity: 0.5;
	z-index: 1;
}
main.gph-content>section>.gph-brand-cont .gph-brand-umi-breathe img:nth-child(3){
	position: absolute;
    margin-top: 41px;
	filter: grayscale(1);
	opacity: 0.5;
	z-index: 1;
}
main.gph-content>section>.gph-brand-cont .gph-brand-umi-breathe img:last-child{
	position: absolute;
	margin-right: -41px;
	filter: grayscale(1);
	opacity: 0.5;
	z-index: 1;
}
main.gph-content>section>.gph-brand-cont .brand-color h5{
	margin-top: 6px;
	margin-bottom: 6px;
}
main.gph-content>section>.gph-brand-cont .brand-color-palette{
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 100%;
	min-height: 100px;
	background: white;
	box-shadow: 0 1px 2px rgba(51,51,51,0.1);
}
main.gph-content>section>.gph-brand-cont .gph-brand-header h1{
	font-size: 52px;
	line-height: 1.5;
	display: inline-block;
	margin-top:0;
	margin-bottom: 0;
	text-shadow: 0 1px 2px rgba(51,51,51,0.1);
}
main.gph-content>section>.gph-brand-cont .gph-brand-header img.gph-brand-logo{
	vertical-align:middle;
	max-width: 180px;
	margin-right: 50px;
	margin-top: -15px;
}
main.gph-content>section>.gph-brand-cont .gph-brand-content{
	margin-top: 25px;
	display: block;
	clear: both;
	color:#333;
}
main.gph-content>section>.gph-brand-cont .gph-brand-content .gph-brand-nav{
	list-style-type: decimal;
	font-size: 20px;
	font-family: 'Open Sans';
	line-height: 1.5;
}
main.gph-content>section>.gph-brand-cont .gph-brand-content a{
	color:#333;
	text-decoration: none;
}
main.gph-content>section>.gph-brand-cont .gph-brand-content .gph-brand-nav>a>li{
	margin-bottom: 8px;
}
main.gph-content>section>.gph-brand-cont .gph-brand-content h2{
	font-size: 32px;
}
main.gph-content>section>.gph-brand-cont .gph-brand-content h3{
	font-size: 26px;
	margin-bottom: 5px;
}
main.gph-content>section>.gph-brand-cont .gph-brand-content h4{
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 20px;
}
main.gph-content>section>.gph-brand-cont .gph-brand-content p{
	margin-top: 10px;
	margin-bottom: 20px;
}
main.gph-content>section>.gph-brand-cont .gph-brand-content .gph-brand-material img{
	margin-top: 25px;
	margin-bottom: 25px;
	display: block;
	max-width: 100%;
}
main.gph-content>section>.gph-brand-cont .gph-brand-content .gph-brand-material img.gph-brand-logo{
	max-width: 200px;
	margin: 0 auto;
}
main.gph-content>section>.gph-brand-cont .gph-brand-content>.gph-brand-section{
	margin-top: 25px;
	margin-bottom: 25px;
}
main.gph-content>section>.gph-brand-cont .gph-brand-content>.gph-brand-section .gph-btn{
	margin-left: 0px;
}
main.gph-content>section>.gph-page-cont .gph-brand-material img{
	cursor: pointer;
}
main.gph-content>section>.gph-page-cont .gph-brand-material>.gph-brand-material-files{
	display: none;
    position: fixed;
    background: #F5F5F5;
    max-width: 900px;
    width: 100%;
    height: auto;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 1px 2px rgba(51,51,51,0.4);
    padding: 25px;
    border-radius: 4px;
    z-index: 106;
    overflow-y: scroll;
}
main.gph-content>section>.gph-page-cont .gph-brand-material>.gph-brand-material-files h3{
	margin-bottom: 5px;
}
main.gph-content>section>.gph-page-cont .gph-brand-material>.gph-brand-material-files .gph-btn{
	margin-left: 0px;
}
main.gph-content>section>.gph-page-cont .gph-btn .halflings{
	font-size: 135%;
    top: 5px;
    margin-top: -4px;
    margin-right: 6px;
}
main.gph-content>section>.gph-brand-cont.gph-brand-umi .gph-brand-header h1{
	color:#07a39c;
}
main.gph-content>section>.gph-brand-cont .gph-brand-content>.gph-brand-section .gph-brand-material>.gph-brand-material-files h4{
	margin-top: 0;
	margin-bottom: 25px;
}
main.gph-content>section>.gph-brand-cont .gph-typography-headings h1,main.gph-content>section>.gph-brand-cont .gph-typography-headings h2,main.gph-content>section>.gph-brand-cont .gph-typography-headings h3,main.gph-content>section>.gph-brand-cont .gph-typography-headings h4,main.gph-content>section>.gph-brand-cont .gph-typography-headings h5,main.gph-content>section>.gph-brand-cont .gph-typography-headings h6{
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'Filson Soft';
}
main.gph-content>section>.gph-brand-cont .gph-typography-headings h1{
	font-size: 56px;
}
main.gph-content>section>.gph-brand-cont .gph-typography-headings h2{
	font-size: 44px;
}
main.gph-content>section>.gph-brand-cont .gph-typography-headings h3{
	font-size: 36px;
}
main.gph-content>section>.gph-brand-cont .gph-typography-headings h4{
	font-size: 28px;
}
main.gph-content>section>.gph-brand-cont .gph-typography-headings h5{
	font-size: 24px;
}
main.gph-content>section>.gph-brand-cont .gph-typography-headings h6{
	font-size: 18px;
}


.gph-drop-shadow{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background:rgba(51,51,51,0.85);
	display: none;
	content:'';
	z-index: 100;
	cursor: pointer;
}


main.gph-content>section>.gph-404-cont{
	padding-left: 50px;
	padding-right: 50px;
}
main.gph-content>section>.gph-404-cont h1{
	font-size: 128px;
	color:#676767;
	margin-top: 0;
	margin-bottom: 25px;
}
main.gph-content>section>.gph-404-cont h2{
	font-size: 48px;
	color:#676767;
	margin-top: 25px;
}
main.gph-content>section>.gph-404-cont p{
	font-size: 26px;
    line-height: 1.8;
    font-weight: 600;
    color: #333333;
}
main.gph-content>section>.gph-404-cont p a{
	color:#222222;
}


main.gph-content>section>.gph-brands-cont{
	display: flex;
}
main.gph-content>section>.gph-brands-cont>.gph-brand{
	padding-left: 25px;
	padding-right: 25px;
}
main.gph-content>section>.gph-brands-cont>.gph-brand>.gph-brand-body,main.gph-content>section>.gph-brands-cont>.gph-brand>.gph-brand-header{
	box-shadow: 0 1px 2px rgba(51,51,51,0.3);
}
main.gph-content>section>.gph-brands-cont>.gph-brand>.gph-brand-header{
	min-height: 180px;
	position: relative;
}
main.gph-content>section>.gph-brands-cont>.gph-brand>.gph-brand-header>img{
	max-width: 100%;
	max-height: 130px;
	max-width: 180px;
	left:0;
	right: 0;
	margin: auto;
	top:0;
	bottom: 0;
	position: absolute;
}
main.gph-content>section>.gph-brands-cont>.gph-brand>.gph-brand-body{
	padding: 20px;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 1.5;
}
main.gph-content>section>.gph-brands-cont>.gph-brand>.gph-brand-body h2{
	margin-top:0;
	margin-bottom: 10px;
	font-family: 'Filson Soft';
	font-weight: 500;
}
main.gph-content>section>.gph-brands-cont>.gph-brand>.gph-brand-body>*:last-child{
	margin-bottom: 0;
}

main.gph-content>section>.gph-brands-cont>.gph-brand.gph-lanet>.gph-brand-header{
	background: linear-gradient(to left, rgba(51,51,51,0.4), rgba(51,51,51,0.4)), url('/assets/media/lanet-brand-header.jpg');
	background-size: cover;
	background-position: center;
}
main.gph-content>section>.gph-brands-cont>.gph-brand.gph-lanet>.gph-brand-body{
	background:#333333;
	color:white;
}

main.gph-content>section>.gph-brands-cont>.gph-brand.gph-umi>.gph-brand-header{
	background: linear-gradient(to left, rgba(51,51,51,0.4), rgba(51,51,51,0.4)), url('/assets/media/umi-brand-header.jpg');
	background-size: cover;
	background-position: center;
}
main.gph-content>section>.gph-brands-cont>.gph-brand.gph-umi>.gph-brand-body{
	background:url('/assets/media/umi-brand-bg-2.png'), grey;
	background-size: cover;
	background-position: center;
	color:white;
}

main.gph-content>section>.gph-brands-cont>.gph-brand.gph-shade>.gph-brand-header{
	background: linear-gradient(to left, rgba(51,51,51,0.4), rgba(51,51,51,0.4)), url('/assets/media/shade-brand-header.jpg');
	background-size: cover;
	background-position: center;
}
main.gph-content>section>.gph-brands-cont>.gph-brand.gph-shade>.gph-brand-body{
	background:url('/assets/media/shade-brand-bg-1.png'), grey;
	background-position: center;
	color:white;
}

main.gph-content>section{
	flex-grow: 9;
	background:#EAEAEA;
}
header.gph-sidebar{
	min-width: 350px;
	background:#282828;
	overflow-y: hidden;
}
nav.gph-sidebar-menu{
	background:#282828;
	font-family: 'Filson Soft';
	max-width: 100%;
	overflow: hidden;
	text-shadow: 0 1px 2px rgba(51,51,51,0.4);
	min-height: 100%;
	overflow-y: hidden;
	position: relative;
}
nav.gph-sidebar-menu .gph-sidebar-footer{
	font-size: 16px;
	color:white;
	position: absolute;
	bottom: 90px;
	max-width: 100%;
	padding: 30px;
}
nav.gph-sidebar-menu .gph-sidebar-footer>h4{
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5;
}
nav.gph-searchbar{
	padding-bottom: 20px;
	background:#282828;
}
nav.gph-searchbar>input{
	background: transparent;
	font-family: 'Filson Soft';
	font-size: 24px;
	color:white;
	border: none;
	line-height: 15px;
	padding: 28px;
	position: absolute;
	transition: all 300ms;
	top: 0;
	left: 0;
	padding-left: 95px;
	z-index: 50;
	width: 100%;
}
nav.gph-searchbar>input::-webkit-input-placeholder,nav.gph-searchbar>input::-moz-input-placeholder,nav.gph-searchbar>input::-ms-input-placeholder,nav.gph-searchbar>input:-moz-input-placeholder{
	opacity: 1;
	color:white;
}
nav.gph-searchbar>input:focus {
    outline: none;
	width: 100%;
	background: #282828;
}
nav.gph-searchbar .glyphicons{
    color: white;
    font-size: 32px;
    line-height: 50px;
    padding: 15px;
    padding-left: 35px;
    display: inline-block;
    position: relative;
    z-index: 100;
}
header.gph-sidebar[data-toggled='true']>nav.gph-sidebar-menu{
	height: 100%;
}
nav.gph-sidebar-menu>ul{
	list-style-type: none;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}
nav.gph-sidebar-menu>ul>li{
	margin-bottom: 5px;
	margin-top: 5px;
}
nav.gph-sidebar-menu>ul>li>a{
	color:white;
	font-size: 20px;
	font-weight: 500;
	line-height: 35px;
	padding: 10px 30px;
	text-decoration: none;
}
nav.gph-sidebar-menu>ul>li>a>.glyphicons{
	margin-right: 12px;
	font-size: 110%;
	margin-top: 6px;
}
header.gph-sidebar>.gph-nav-toggle{
	width: 40px;
	margin-top: 17px;
	margin-left: 17px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	cursor: pointer;
	display: none;
}
header.gph-sidebar>.gph-nav-toggle>span{
	display: block;
	width: 100%;
	position: absolute;
	height: 4px;
	background: #EAEAEA;
	border-radius: 2px;
	transition: all 300ms;
	opacity: 1;
	transform: rotate(0deg);
}
header.gph-sidebar>.gph-nav-toggle>span:first-child{
	top:0;
}
header.gph-sidebar>.gph-nav-toggle>span:nth-child(2){
	top: 0;
	bottom: 0;
	margin: auto;
}
header.gph-sidebar>.gph-nav-toggle>span:last-child{
	bottom:0;
}
header.gph-sidebar[data-toggled='true']>.gph-nav-toggle>span:first-child{
	transform: rotate(45deg);
	bottom: 0;
	top: 0;
	margin:auto;
}
header.gph-sidebar[data-toggled='true']>.gph-nav-toggle>span:nth-child(2){
	opacity: 0;
}
header.gph-sidebar[data-toggled='true']>.gph-nav-toggle>span:last-child{
	transform: rotate(-45deg);
	bottom: 0;
	top: 0;
	margin:auto;
}

header.gph-top-header{
	margin-top: 0;
	background:#333333;
	font-family: 'Filson Soft';
}
header.gph-top-header>.gph-branding{
	color:white;
	margin:0;
	line-height: 15px;
	padding: 15px 50px;
	display: inline-block;
	color:#EAEAEA;
}
header.gph-top-header>ul{
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
	display: inline-block;
}
header.gph-top-header>ul>li{
	display: inline-block;
}
header.gph-top-header>ul>li>a{
	line-height: 25px;
	padding: 15px;
	font-size:20px;
	color:white;
	text-decoration: none;
	display: block;
}
button.gph-nav-toggle{
	background: transparent;
	border: 0;
	outline: none;
}
header.gph-top-header>.gph-branding{
	width: 100%;
}
header.gph-top-header>.gph-branding>h1{
	display: inline-block;
}
header.gph-top-header>.gph-branding>.gph-brand-logo{
	float: right;
    display: inline-block;
    position: relative;
    clear: none;
    max-width: 125px;
    margin-right: 80px;
    margin-top: 3px;
}

@media (max-width: 1170px){
	main.gph-content>section{
		flex-grow: 7;
	}
	main.gph-content>header.gph-sidebar{
		flex-grow: 3;
	}
	header.gph-sidebar{
	    display: block;
	    position: fixed;
	    width: 100%;
	    top: 0;
	    clear: both;
	}
	nav.gph-sidebar-menu{
		height: 0px;
		opacity: 0;
		transition: opacity 300ms;
	}
	header.gph-sidebar>.gph-nav-toggle{
		display: block;
		z-index: 2000;
		float: left;
	}
	nav.gph-searchbar{
		float: right;
		padding-bottom: 0;
		color:#EAEAEA;
	}
	nav.gph-searchbar .glyphicons{
	    padding-left: 15px;
	    line-height: 35px;
	    font-size: 30px;
	    color:#EAEAEA;
	}
	nav.gph-searchbar>input{
		position: relative;
		width: 0;
		padding-left: 0;
		font-size: 26px;
		padding: 0;
	}
	body{
		padding-top: 65px;
	}
	header.gph-sidebar[data-toggled='true']>nav.gph-sidebar-menu{
		position: relative;
		clear: both;
		width: 100%;
		opacity: 1;
		padding-top: 15px;
	}
	nav.gph-sidebar-menu .gph-sidebar-footer {
	    position: relative;
	    clear: both;
	    max-width: 100%;
	    padding: 15px 25px;
	    bottom: auto;
	}
	nav.gph-sidebar-menu>ul>li>a{
		padding: 10px 25px;
	}
}
@media (max-width: 500px){
	header.gph-sidebar{
		overflow-y: visible;
	}
	header.gph-sidebar>.gph-nav-toggle>span{
		height: 3px;
		border-radius: 2px;
	}
	nav.gph-searchbar .glyphicons{
		font-size:20px;
		line-height: 25px;
	}
	header.gph-sidebar>.gph-nav-toggle{
		width: 30px;
		margin-top: 15px;
		margin-left: 16px;
		padding-top: 12px;
		padding-bottom: 12px;
		position: relative;
	}
	nav.gph-searchbar>input{
		position: absolute;
		width: 100%;
		top: 55px;
		z-index: 3000;
		background: #222222;
		padding: 0 15px;
		max-height: 0px;
		font-size: 22px;
		line-height: 1;
		overflow-y:hidden;
	}
	nav.gph-searchbar>input:focus{
		max-height: none;
		padding: 15px;
		background: #222222;
	}
	body{
		padding-top: 55px;
	}
	nav.gph-sidebar-menu .gph-sidebar-footer {
    	font-size: 14px;
	}
}