/*
*
* Filename: ugmfw-custom.css
* Created time: 19 Mei 2022
* Created by: DSSDI UGM
* Description: Any custom style for UGMFW can be written here. Please make sure to write down the purpose of your style.
*
*/


hr {
	border: 1px solid rgba(0,0,0,.05);
}


/* style untuk menu dropdown header level 3 */
.navbar ul ul ul.dropdown-menu li > a{
	padding-left: 35px !important;
}
.navbar ul li.dropdown-submenu{
	position: relative;
}
#list-group-scroll > li > a {
	padding: 5px 18px;
	display: block;
	white-space: nowrap; 
	line-height: 1.61539
}

.page-about-us-header.page-header {
	padding-top: 90px;
	padding-bottom: 90px;
}
.page-about-us-text {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}

@media only screen and (min-width: 767px) {
	.navbar ul ul ul{
		position: absolute;
		top: -9px;
		left: 100%;
		min-width: 250px;
		display: none;
		padding-left: 0;
	}
	.navbar ul ul ul.dropdown-menu li > a{
		padding-left: 20px !important;
	}
	.dropdown-menu.dropdown-menu-lang{
		left: 0 !important;
		right: auto;
	}
}


.dropdown-menu.dropdown-menu-lang{
	min-width: 80px;
}
.dropdown-menu.dropdown-menu-lang > li > a,
.dropdown-menu.dropdown-menu-lang > li > span{
	padding: 5px 13px;
	display: block;
	white-space: nowrap;
	line-height: 1.61539;
}
.dropdown-menu.dropdown-menu-lang > li{
	cursor: pointer;
}



.line-height-1 {
	line-height: 1 !important;
}

.line-height-1-1 {
	line-height: 1.1 !important;
}

.line-height-1-2 {
	line-height: 1.2 !important;
}

.line-height-1-3 {
	line-height: 1.3 !important;
}

.line-height-1-4 {
	line-height: 1.4 !important;
}

.line-height-1-5 {
	line-height: 1.5 !important;
}

.line-height-1-6 {
	line-height: 1.6 !important;
}

.line-height-1-7 {
	line-height: 1.7 !important;
}

.line-height-1-8 {
	line-height: 1.8 !important;
}

.line-height-1-9 {
	line-height: 1.9 !important;
}

.line-height-2 {
	line-height: 2 !important;
}

.line-height-2-1 {
	line-height: 2.1 !important;
}

.line-height-2-2 {
	line-height: 2.2 !important;
}

.line-height-2-3 {
	line-height: 2.3 !important;
}

.line-height-2-3 {
	line-height: 2.3 !important;
}

.line-height-2-4 {
	line-height: 2.4 !important;
}

.line-height-2-5 {
	line-height: 2.5 !important;
}

.line-height-2-6 {
	line-height: 2.6 !important;
}

.line-height-2-7 {
	line-height: 2.7 !important;
}

.line-height-2-8 {
	line-height: 2.8 !important;
}

.line-height-2-9 {
	line-height: 2.9 !important;
}

.line-height-3 {
	line-height: 3 !important;
}




/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/) (FLEX display ONLY)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 :root {
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
}

.frow {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -11px;
	margin-left: -11px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.fcol,
.no-gutters>[class*="fcol-"] {
	padding-right: 0;
	padding-left: 0;
}

.fcol-1,
.fcol-2,
.fcol-3,
.fcol-4,
.fcol-5,
.fcol-6,
.fcol-7,
.fcol-8,
.fcol-9,
.fcol-10,
.fcol-11,
.fcol-12,
.fcol,
.fcol-auto,
.fcol-sm-1,
.fcol-sm-2,
.fcol-sm-3,
.fcol-sm-4,
.fcol-sm-5,
.fcol-sm-6,
.fcol-sm-7,
.fcol-sm-8,
.fcol-sm-9,
.fcol-sm-10,
.fcol-sm-11,
.fcol-sm-12,
.fcol-sm,
.fcol-sm-auto,
.fcol-md-1,
.fcol-md-2,
.fcol-md-3,
.fcol-md-4,
.fcol-md-5,
.fcol-md-6,
.fcol-md-7,
.fcol-md-8,
.fcol-md-9,
.fcol-md-10,
.fcol-md-11,
.fcol-md-12,
.fcol-md,
.fcol-md-auto,
.fcol-lg-1,
.fcol-lg-2,
.fcol-lg-3,
.fcol-lg-4,
.fcol-lg-5,
.fcol-lg-6,
.fcol-lg-7,
.fcol-lg-8,
.fcol-lg-9,
.fcol-lg-10,
.fcol-lg-11,
.fcol-lg-12,
.fcol-lg,
.fcol-lg-auto,
.fcol-xl-1,
.fcol-xl-2,
.fcol-xl-3,
.fcol-xl-4,
.fcol-xl-5,
.fcol-xl-6,
.fcol-xl-7,
.fcol-xl-8,
.fcol-xl-9,
.fcol-xl-10,
.fcol-xl-11,
.fcol-xl-12,
.fcol-xl,
.fcol-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 11px;
	padding-left: 11px;
}

.fcol {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
}

.frow-cols-1>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.frow-cols-2>* {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.frow-cols-3>* {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.frow-cols-4>* {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.frow-cols-5>* {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.frow-cols-6>* {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.fcol-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.fcol-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.fcol-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.fcol-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.fcol-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.fcol-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.fcol-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.fcol-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.fcol-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.fcol-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.fcol-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.fcol-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.fcol-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.foffset-1 {
	margin-left: 8.333333%;
}

.foffset-2 {
	margin-left: 16.666667%;
}

.foffset-3 {
	margin-left: 25%;
}

.foffset-4 {
	margin-left: 33.333333%;
}

.foffset-5 {
	margin-left: 41.666667%;
}

.foffset-6 {
	margin-left: 50%;
}

.foffset-7 {
	margin-left: 58.333333%;
}

.foffset-8 {
	margin-left: 66.666667%;
}

.foffset-9 {
	margin-left: 75%;
}

.foffset-10 {
	margin-left: 83.333333%;
}

.foffset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.fcol-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}

	.frow-cols-sm-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.frow-cols-sm-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.frow-cols-sm-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.frow-cols-sm-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.frow-cols-sm-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.frow-cols-sm-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.fcol-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.fcol-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.fcol-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.fcol-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.fcol-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.fcol-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.fcol-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.fcol-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.fcol-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.fcol-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.fcol-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.fcol-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.fcol-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.foffset-sm-0 {
		margin-left: 0;
	}

	.foffset-sm-1 {
		margin-left: 8.333333%;
	}

	.foffset-sm-2 {
		margin-left: 16.666667%;
	}

	.foffset-sm-3 {
		margin-left: 25%;
	}

	.foffset-sm-4 {
		margin-left: 33.333333%;
	}

	.foffset-sm-5 {
		margin-left: 41.666667%;
	}

	.foffset-sm-6 {
		margin-left: 50%;
	}

	.foffset-sm-7 {
		margin-left: 58.333333%;
	}

	.foffset-sm-8 {
		margin-left: 66.666667%;
	}

	.foffset-sm-9 {
		margin-left: 75%;
	}

	.foffset-sm-10 {
		margin-left: 83.333333%;
	}

	.foffset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.fcol-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}

	.frow-cols-md-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.frow-cols-md-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.frow-cols-md-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.frow-cols-md-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.frow-cols-md-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.frow-cols-md-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.fcol-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.fcol-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.fcol-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.fcol-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.fcol-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.fcol-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.fcol-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.fcol-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.fcol-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.fcol-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.fcol-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.fcol-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.fcol-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.foffset-md-0 {
		margin-left: 0;
	}

	.foffset-md-1 {
		margin-left: 8.333333%;
	}

	.foffset-md-2 {
		margin-left: 16.666667%;
	}

	.foffset-md-3 {
		margin-left: 25%;
	}

	.foffset-md-4 {
		margin-left: 33.333333%;
	}

	.foffset-md-5 {
		margin-left: 41.666667%;
	}

	.foffset-md-6 {
		margin-left: 50%;
	}

	.foffset-md-7 {
		margin-left: 58.333333%;
	}

	.foffset-md-8 {
		margin-left: 66.666667%;
	}

	.foffset-md-9 {
		margin-left: 75%;
	}

	.foffset-md-10 {
		margin-left: 83.333333%;
	}

	.foffset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.fcol-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}

	.frow-cols-lg-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.frow-cols-lg-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.frow-cols-lg-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.frow-cols-lg-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.frow-cols-lg-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.frow-cols-lg-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.fcol-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.fcol-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.fcol-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.fcol-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.fcol-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.fcol-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.fcol-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.fcol-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.fcol-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.fcol-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.fcol-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.fcol-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.fcol-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.foffset-lg-0 {
		margin-left: 0;
	}

	.foffset-lg-1 {
		margin-left: 8.333333%;
	}

	.foffset-lg-2 {
		margin-left: 16.666667%;
	}

	.foffset-lg-3 {
		margin-left: 25%;
	}

	.foffset-lg-4 {
		margin-left: 33.333333%;
	}

	.foffset-lg-5 {
		margin-left: 41.666667%;
	}

	.foffset-lg-6 {
		margin-left: 50%;
	}

	.foffset-lg-7 {
		margin-left: 58.333333%;
	}

	.foffset-lg-8 {
		margin-left: 66.666667%;
	}

	.foffset-lg-9 {
		margin-left: 75%;
	}

	.foffset-lg-10 {
		margin-left: 83.333333%;
	}

	.foffset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.fcol-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}

	.frow-cols-xl-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.frow-cols-xl-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.frow-cols-xl-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.frow-cols-xl-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.frow-cols-xl-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.frow-cols-xl-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.fcol-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.fcol-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.fcol-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.fcol-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.fcol-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.fcol-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.fcol-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.fcol-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.fcol-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.fcol-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.fcol-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.fcol-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.fcol-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.foffset-xl-0 {
		margin-left: 0;
	}

	.foffset-xl-1 {
		margin-left: 8.333333%;
	}

	.foffset-xl-2 {
		margin-left: 16.666667%;
	}

	.foffset-xl-3 {
		margin-left: 25%;
	}

	.foffset-xl-4 {
		margin-left: 33.333333%;
	}

	.foffset-xl-5 {
		margin-left: 41.666667%;
	}

	.foffset-xl-6 {
		margin-left: 50%;
	}

	.foffset-xl-7 {
		margin-left: 58.333333%;
	}

	.foffset-xl-8 {
		margin-left: 66.666667%;
	}

	.foffset-xl-9 {
		margin-left: 75%;
	}

	.foffset-xl-10 {
		margin-left: 83.333333%;
	}

	.foffset-xl-11 {
		margin-left: 91.666667%;
	}
}

.falign-baseline {
	vertical-align: baseline !important;
}

.falign-top {
	vertical-align: top !important;
}

.falign-middle {
	vertical-align: middle !important;
}

.falign-bottom {
	vertical-align: bottom !important;
}

.falign-text-bottom {
	vertical-align: text-bottom !important;
}

.falign-text-top {
	vertical-align: text-top !important;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}


.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.flex-1 {
	flex: 1 !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.full-width {
	width: 100% !important;
}

.full-height {
	height: 100% !important;
}

.m-t-auto {
	margin-top: auto !important;
}

.m-b-auto {
	margin-bottom: auto !important;
}

.m-r-auto {
	margin-right: auto !important;
}

.m-l-auto {
	margin-left: auto !important;
}

.m-a-05 {
	margin: 5px im !important;
}

.m-x-05 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.m-y-05 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.m-t-05 {
	margin-top: 5px !important;
}

.m-b-05 {
	margin-bottom: 5px !important;
}

.m-r-05 {
	margin-right: 5px !important;
}

.m-l-05 {
	margin-left: 5px !important;
}

.p-a-05 {
	padding: 5px !important;
}

.p-x-05 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.p-y-05 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.p-t-05 {
	padding-top: 5px !important;
}

.p-b-05 {
	padding-bottom: 5px !important;
}

.p-r-05 {
	padding-right: 5px !important;
}

.p-l-05 {
	padding-left: 5px !important;
}

.m-b-5 {
	margin-bottom: 30px !important;
}

.m-t-5 {
	margin-top: 30px !important;
}

.m-l-5 {
	margin-left: 30px !important;
}

.m-r-5 {
	margin-right: 30px !important;
}

.m-a-5 {
	margin: 30px !important;
}

.m-y-5 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.m-x-5 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.p-b-5 {
	padding-bottom: 30px !important;
}

.p-t-5 {
	padding-top: 30px !important;
}

.p-l-5 {
	padding-left: 30px !important;
}

.p-r-5 {
	padding-right: 30px !important;
}

.p-a-5 {
	padding: 30px !important;
}

.p-y-5 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.p-x-5 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}



/* 
* End of ugmfw-custom.css 
*/