  .ui-accordion h3 {
	display:block;
	float:left;
	width:100%;
	padding: 10px 20px;
	font-family: "freight-sans-pro-n7","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #592c88;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	background: #ddd;
	border: 1px solid #ccc;
	border-bottom: 2px solid #fcfcfc;
	cursor: pointer;
	margin: 0;
	outline: none;
	position: relative;
	padding-right: 20px;
}
.ui-accordion h3.ui-state-active {
	background: #592c88;
	color: #eee;
}
.ui-accordion h3.ui-state-active:after {
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotateZ(-90deg);
}
.ui-accordion h3:after {
	content: "\203a";
	font-family: "Font Awesome 6 Pro";
	font-size: 12px;
	position: absolute;
	padding: 0 10px;
	top: 50%;
	top: -webkit-calc(50% - 6px);
	top: calc(50% - 6px);
	color: inherit;
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotate(90deg);
	transform: rotateZ(90deg);
	transition: all .2s;
}
.ui-accordion h3:after {
	right: 20px;
	font-size: 20px;
	top: 50%;
	top: calc(50% - 12px);
	top: -webkit-calc(50% - 12px);
}
.ui-accordion .ui-accordion-content {
	float: left;
	width: 100%;
	padding: 20px;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fcfcfc;
}
.ui-accordion .ui-accordion-content p {
	float: none;
}
.ui-tabs {
	display: block;
	float: left;
	width: 100%;
	margin: 40px 0;
	/* homepage info for tabs */
	/* homepage connect with us tabs */
	/* college of business programs */
	/* college of health and human sciences */
}
.ui-tabs .ui-tabs-nav {
	display: table;
	width: 100%;
	border-bottom: 3px solid #592C88;
}
.ui-tabs .ui-tabs-nav > li {
	display: table-cell;
	vertical-align: middle;
	border-radius: 2px 2px 0 0;
}
.ui-tabs .ui-tabs-nav > li.ui-tabs-active, .ui-tabs .ui-tabs-nav > li.ui-state-active {
	background: #592C88;
}
.ui-tabs .ui-tabs-nav > li.ui-tabs-active a, .ui-tabs .ui-tabs-nav > li.ui-state-active a {
	color: white;
}
.ui-tabs .ui-tabs-nav > li.ui-state-focus a {
	outline: none;
}
.ui-tabs .ui-tabs-nav > li a {
	font-family: "freight-sans-pro-n7","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #592C88;
	font-size: 20px;
	line-height: 26px;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
}
.ui-tabs .ui-tabs-nav > li a span {
	display: block;
	float: left;
	width: 100%;
}
.ui-tabs .ui-tabs-panel {
	background: #fcfcfc;
	border-top: 0;
	padding: 20px;
}
.ui-tabs#tab-0 {
	margin: 0;
}
.ui-tabs#tab-0 .ui-tabs-nav {
	border-top: 7px solid #592c88;
	border-bottom: 0;
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .ui-tabs-nav {
		border-top: none;
		background: url("/_resources/css/images/diag-background.png") repeat top left #333;
	}
}
.ui-tabs#tab-0 .ui-tabs-nav > li {
	vertical-align: top;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	background: none;
	display: block;
	float: left;
	width: 100%;
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .ui-tabs-nav > li {
		display: table-cell;
		width: 20%;
	}
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .ui-tabs-nav > li.ui-state-hover a {
		border-top: 7px solid rgba(255, 255, 255, 0.1);
		padding-bottom: 23px;
		background: rgba(255, 255, 255, 0.1);
	}
}
@media (min-width: 55em) {
	.ui-tabs#tab-0 .ui-tabs-nav > li.ui-state-hover a {
		font-size: 13px;
	}
}
@media (min-width: 70em) {
	.ui-tabs#tab-0 .ui-tabs-nav > li.ui-state-hover a {
		font-size: 17px;
	}
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .ui-tabs-nav > li.ui-tabs-active a, .ui-tabs#tab-0 .ui-tabs-nav > li.ui-state-active a {
		border-top: 7px solid #ddd;
		padding-bottom: 23px;
		background: url("/_resources/css/images/pattern.png") repeat left top #fcfcfc;
		color: #592c88;
	}
	.ui-tabs#tab-0 .ui-tabs-nav > li.ui-tabs-active a span, .ui-tabs#tab-0 .ui-tabs-nav > li.ui-state-active a span {
		color: #444;
	}
}
@media (min-width: 55em) {
	.ui-tabs#tab-0 .ui-tabs-nav > li.ui-tabs-active a, .ui-tabs#tab-0 .ui-tabs-nav > li.ui-state-active a {
		font-size: 13px;
	}
}
@media (min-width: 70em) {
	.ui-tabs#tab-0 .ui-tabs-nav > li.ui-tabs-active a, .ui-tabs#tab-0 .ui-tabs-nav > li.ui-state-active a {
		font-size: 17px;
	}
}
.ui-tabs#tab-0 .ui-tabs-nav > li a {
	text-align: left;
	text-transform: uppercase;
	font-family: "freight-sans-pro-n7","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #592c88;
	font-size: 17px;
	line-height: 23px;
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	font-size: 16px;
	line-height: 20px;
	height: auto;
	background: none;
	position: relative;
	word-wrap: break-word;
}
.ui-tabs#tab-0 .ui-tabs-nav > li a:after {
	content: "\203a";
	font-family: "Font Awesome 6 Pro";
	font-size: 12px;
	position: absolute;
	right: -10px;
	color: #ccc;
}
.ui-tabs#tab-0 .ui-tabs-nav > li a:after {
	right: 10px;
	top: 50%;
	top: calc(50% - 8px);
	top: -webkit-calc(50% - 8px);
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .ui-tabs-nav > li a {
		text-align: center;
		font-family: "freight-sans-pro-n7","freight-sans-pro",sans-serif;
		font-style: normal;
		font-weight: 700;
		color: #CCB486;
		font-size: 10px;
		line-height: 16px;
		padding: 20px 10px;
		border: none;
		border-top: 7px solid rgba(0, 0, 0, 0.2);
	}
	.ui-tabs#tab-0 .ui-tabs-nav > li a:after {
		content: none;
	}
}
@media (min-width: 55em) {
	.ui-tabs#tab-0 .ui-tabs-nav > li a {
		font-size: 13px;
	}
}
@media (min-width: 70em) {
	.ui-tabs#tab-0 .ui-tabs-nav > li a {
		font-size: 17px;
	}
}
.ui-tabs#tab-0 .ui-tabs-nav > li a span {
	font-family: "freight-text-pro-i4","freight-text-pro",serif;
	font-style: italic;
	font-weight: 400;
	color: #444;
	font-size: 14px;
	line-height: 20px;
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .ui-tabs-nav > li a span {
		font-family: "freight-text-pro-i4","freight-text-pro",serif;
		font-style: italic;
		font-weight: 400;
		color: #ccc;
		font-size: 14px;
		line-height: 20px;
	}
}
.ui-tabs#tab-0 .ui-tabs-panel {
	position: fixed;
	overflow: scroll;
	right: 0;
	top: 0;
	width: 80%;
	height: 100vh;
	background: #fcfcfc;
	z-index: 99;
	box-shadow: -140px 0 0 rgba(0, 0, 0, 0.5);
	padding: 0;
	border: 0;
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .ui-tabs-panel {
		position: relative;
		height: auto;
		width: 100%;
		box-shadow: none;
		overflow: visible;
	}
}
.ui-tabs#tab-0 .ui-tabs-panel .close {
	display: block;
	float: left;
	width: 100%;
	cursor: pointer;
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .ui-tabs-panel .close {
		display: none;
	}
}
.ui-tabs#tab-0 .ui-tabs-panel .close span {
	display: block;
	float: left;
	width: 100%;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #fcfcfc;
	font-size: 20px;
	line-height: 26px;
	white-space: nowrap;
	line-height: 60px;
	background: #592C88;
	height: 60px;
	position: fixed;
	z-index: 100;
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .ui-tabs-panel .close span {
		position: relative;
	}
}
.ui-tabs#tab-0 .ui-tabs-panel .close span:before {
	font-size: 18px;
	float: left;
	background: #592c88;
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-family: "Font Awesome 6 Pro";
	text-align: center;
	margin-right: 10px;
}
.ui-tabs#tab-0 .home-tab {
	overflow: visible;
	z-index: 99;
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .home-tab {
		padding-bottom: 100px;
	}
}
.ui-tabs#tab-0 .home-tab .overflow {
	overflow: hidden;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
}
.ui-tabs#tab-0 .home-tab .overflow img {
	display: block;
	float: left;
	width: auto;
	position: absolute;
	min-width: 100%;
	min-height: 100%;
}
.ui-tabs#tab-0 .home-tab > .column {
	margin-top: 40px;
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .home-tab > .column {
		margin-top: 0;
	}
}
.ui-tabs#tab-0 .home-tab > .column > p {
	font-family: "freight-text-pro-n4","freight-text-pro",serif;
	font-style: normal;
	font-weight: 400;
	color: #222;
	font-size: 20px;
	line-height: 26px;
	padding: 20px;
	line-height: 30px;
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .home-tab > .column > p {
		padding: 40px;
		font-size: 30px;
		line-height: 40px;
		text-align: center;
	}
}
.ui-tabs#tab-0 .home-tab > .column > ul {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.ui-tabs#tab-0 .home-tab > .column > ul > li {
	padding: 5px;
	width: 100%;
	display: inline-block;
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .home-tab > .column > ul > li {
		padding: 20px;
		width: auto;
	}
}
.ui-tabs#tab-0 .home-tab > .column > ul > li .drop-container {
	width: 100%;
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .home-tab > .column > ul > li .drop-container {
		width: auto;
	}
}
.ui-tabs#tab-0 .home-tab > .column .owl-carousel {
	margin: 20px 20px 0;
	width: 100%;
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	overflow: hidden;
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .home-tab > .column .owl-carousel {
		margin-top: 20px;
	}
}
.ui-tabs#tab-0 .home-tab > .column .owl-carousel .slide .wrapper {
	width: 100%;
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .home-tab > .column .owl-carousel .slide .wrapper {
		width: 30%;
	}
}
.ui-tabs#tab-0 .home-tab > .column .owl-carousel .slide .wrapper .container {
	width: 100%;
}
.ui-tabs#tab-0 .home-tab > .column .owl-carousel .slide .wrapper .container h2 {
	font-size: 20px;
	line-height: 26px;
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .home-tab > .column .owl-carousel .slide .wrapper .container h2 {
		font-size: 28px;
		line-height: 34px;
	}
}
.ui-tabs#tab-0 .home-tab > .column .owl-carousel .slide .wrapper .container a {
	font-family: "freight-sans-pro-n5","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #fcfcfc;
	font-size: 14px;
	line-height: 20px;
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .home-tab > .column .owl-carousel .slide .wrapper .container a {
		font-size: 18px;
		line-height: 24px;
	}
}
.ui-tabs#tab-0 .home-tab > .column .owl-carousel .owl-controls .owl-buttons .owl-prev,
.ui-tabs#tab-0 .home-tab > .column .owl-carousel .owl-controls .owl-buttons .owl-next {
	top: -100px;
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .home-tab > .column .owl-carousel .owl-controls .owl-buttons .owl-prev,
	.ui-tabs#tab-0 .home-tab > .column .owl-carousel .owl-controls .owl-buttons .owl-next {
		top: -200px;
	}
}
.ui-tabs#tab-0 .home-tab > .column .owl-carousel .owl-controls .owl-pagination {
	display: none;
}
@media (min-width: 45em) {
	.ui-tabs#tab-0 .home-tab > .column .owl-carousel .owl-controls .owl-pagination {
		display: table;
	}
}
.ui-tabs#tab-0.hide-tabs .ui-tabs-panel .home-tab {
	display: none;
}
.ui-tabs#tab-1 {
	margin: 0;
}
.ui-tabs#tab-1 .ui-tabs-nav {
	display: block;
	float: left;
	width: 60px;
	border-bottom: 0;
}
.ui-tabs#tab-1 .ui-tabs-nav > li {
	display: block;
	float: left;
	width: 60px;
}
.ui-tabs#tab-1 .ui-tabs-nav > li.ui-tabs-active a, .ui-tabs#tab-1 .ui-tabs-nav > li.ui-state-active a {
	color: #fcfcfc;
	background: #592c88;
	position: relative;
	border-radius: 0;
	height: 60px;
	font-size: 28px;
}
.ui-tabs#tab-1 .ui-tabs-nav > li.ui-tabs-active a:after, .ui-tabs#tab-1 .ui-tabs-nav > li.ui-state-active a:after {
	content: "\25b6";
	font-family: "Font Awesome 6 Pro";
	font-weight:900;
	color: #592c88;
	position: absolute;
	right: -13px;
	top: 50%;
	top: calc(50% - 14px);
	top: -webkit-calc(50% - 14px);
	z-index: 2;
	-webkit-transform: rotateY(60deg);
	-ms-transform: rotateY(60deg);
	transform: rotateY(60deg);
}
.ui-tabs#tab-1 .ui-tabs-nav > li a {
	color: #CCB486;
	background: #efeae1;
	border-bottom: 1px solid #ccc;
	font-size: 28px;
	height: 60px;
	text-transform: none;
	padding: 0;
}
.ui-tabs#tab-1 .ui-tabs-nav > li a span {
	line-height: 60px;
}
.ui-tabs#tab-1 .ui-tabs-panel {
	float: right;
	width: 100%;
	width: calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	padding: 0;
	border: 0;
}
.ui-tabs#tab-1 .ui-tabs-panel .youtube-wrapper {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}
.ui-tabs#tab-1 .ui-tabs-panel .facebook-wrapper {
	display: block;
	float: left;
	width: 100%;
}
@media (min-width: 45em) {
	.ui-tabs#tab-1 .ui-tabs-panel .facebook-wrapper {
		width: 500px;
	}
}
.ui-tabs#tab-1 .ui-tabs-panel .facebook-wrapper .fb-pagex {
	display: none;
	float: left;
	padding-left: 20px;
}
.ui-tabs#tab-1 .ui-tabs-panel .facebook-wrapper .fb-pagex:first-child {
	display: block;
	padding: 0;
}
@media (min-width: 730px) {
	.ui-tabs#tab-1 .ui-tabs-panel .facebook-wrapper .fb-pagex:nth-child(2) {
		display: block;
	}
}
@media (min-width: 1062px) {
	.ui-tabs#tab-1 .ui-tabs-panel .facebook-wrapper .fb-pagex:nth-child(3) {
		display: block;
	}
}
.ui-tabs#tab-2 .ui-tabs-nav {
	display: block;
	float: left;
	width: 100%;
	background: #592C88;
	border-right: 1px solid #ccc;
	border-bottom: none;
}
@media (min-width: 45em) {
	.ui-tabs#tab-2 .ui-tabs-nav {
		display: table;
	}
}
.ui-tabs#tab-2 .ui-tabs-nav > li {
	display: block;
	float: left;
	width: 100%;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #fcfcfc;
	font-size: 16px;
	line-height: 22px;
	color: #fcfcfc;
	cursor: pointer;
	line-height: 42px;
	padding-left: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	background: #592C88;
}
@media (min-width: 45em) {
	.ui-tabs#tab-2 .ui-tabs-nav > li {
		display: table-cell;
		line-height: 22px;
		border: none;
		width: auto;
		float: none;
	}
}
.ui-tabs#tab-2 .ui-tabs-nav > li.ui-tabs-active a, .ui-tabs#tab-2 .ui-tabs-nav > li.ui-state-active a {
	color: #592C88;
	background: #fcfcfc;
}
.ui-tabs#tab-2 .ui-tabs-nav > li.ui-tabs-active a:after, .ui-tabs#tab-2 .ui-tabs-nav > li.ui-state-active a:after {
	color: #592C88;
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotateZ(-90deg);
}
.ui-tabs#tab-2 .ui-tabs-nav > li a {
	color: #fcfcfc;
	height: 50px;
	padding-top: 15px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	position: relative;
	padding-right: 20px;
	padding-left: 0;
	padding-right: 0;
	background: inherit;
	border-radius: 0;
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
}
@media (min-width: 45em) {
	.ui-tabs#tab-2 .ui-tabs-nav > li a {
		height: 100px;
		padding-top: 38px;
	}
}
.ui-tabs#tab-2 .ui-tabs-nav > li a:after {
	content: "\f0da";
	font-family: "Font Awesome 6 Pro";
	font-size: 12px;
	position: absolute;
	padding: 0 10px;
	top: 50%;
	top: -webkit-calc(50% - 6px);
	top: calc(50% - 6px);
	color: #fcfcfc;
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotate(90deg);
	transform: rotateZ(90deg);
	transition: all .2s;
}
.ui-tabs#tab-2 .ui-tabs-nav > li a:after {
	top: 30%;
	right: 10px;
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotate(0deg);
	transform: rotateZ(0deg);
	color: #fcfcfc;
}
@media (min-width: 45em) {
	.ui-tabs#tab-2 .ui-tabs-nav > li a:after {
		right: auto;
		left: 50%;
		left: -webkit-calc(50% - 16px);
		left: calc(50% - 16px);
		top: 55%;
		-webkit-transform: rotateZ(90deg);
		-ms-transform: rotate(90deg);
		transform: rotateZ(90deg);
	}
}
.ui-tabs#tab-2 .ui-tabs-panel {
	position: fixed;
	overflow: auto;
	right: 0;
	top: 80px;
    width: 80%;
    height: calc(100vh - 80px);
	background: #fcfcfc;
	z-index: 99;
	box-shadow: -140px 0 0 rgba(0, 0, 0, 0.5);
	padding: 0;
}
@media (min-width: 45em) {
	.ui-tabs#tab-2 .ui-tabs-panel {
		position: relative;
		top:0px;
		height: auto;
		width: 100%;
		box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	}
}
.ui-tabs#tab-2 .ui-tabs-panel .close {
	display: table;
	float: left;
	width: 100%;
	cursor: pointer;
	background: #592C88;
}
@media (min-width: 45em) {
	.ui-tabs#tab-2 .ui-tabs-panel .close {
		display: none;
	}
}
.ui-tabs#tab-2 .ui-tabs-panel .close .title-container {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #fcfcfc;
	font-size: 20px;
	line-height: 26px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	width: calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	padding-left: 10px;
}
.ui-tabs#tab-2 .ui-tabs-panel .close span {
	display: block;
	float: left;
	width: 60px;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #fcfcfc;
	font-size: 20px;
	line-height: 26px;
	background: #592C88;
	height: 60px;
}
.ui-tabs#tab-2 .ui-tabs-panel .close span:before {
	font-size: 18px;
	float: left;
	background: #592c88;
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-family: "Font Awesome 6 Pro";
	text-align: center;
	margin-right: 10px;
}
.ui-tabs#tab-2 .ui-tabs-panel ul {
	display: block;
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
}
.ui-tabs#tab-2 .ui-tabs-panel ul li {
	display: block;
	float: left;
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #ccc;
	background: #fcfcfc;
	padding: 0 20px;
	margin: 0;
}
.ui-tabs#tab-2 .ui-tabs-panel ul li a {
	display: block;
	float: left;
	width: 100%;
	line-height: 42px;
	color: #592C88;
}
.ui-tabs#tab-2 .ui-tabs-panel ul li:hover {
	background: #eee;
}
.ui-tabs#tab-3 .ui-tabs-nav {
	display: block;
	float: left;
	width: 100%;
	background: #592C88;
	border-right: 1px solid #ccc;
	border-bottom: none;
}
@media (min-width: 45em) {
	.ui-tabs#tab-3 .ui-tabs-nav {
		display: table;
	}
}
.ui-tabs#tab-3 .ui-tabs-nav > li {
	display: block;
	float: left;
	width: 100%;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #fcfcfc;
	font-size: 16px;
	line-height: 22px;
	color: #fcfcfc;
	cursor: pointer;
	line-height: 42px;
	padding-left: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	background: #592C88;
}
@media (min-width: 45em) {
	.ui-tabs#tab-3 .ui-tabs-nav > li {
		display: table-cell;
		line-height: 22px;
		border: none;
		width: auto;
		float: none;
	}
}
.ui-tabs#tab-3 .ui-tabs-nav > li.ui-tabs-active a, .ui-tabs#tab-3 .ui-tabs-nav > li.ui-state-active a {
	color: #592C88;
	background: #fcfcfc;
}
.ui-tabs#tab-3 .ui-tabs-nav > li.ui-tabs-active a:after, .ui-tabs#tab-3 .ui-tabs-nav > li.ui-state-active a:after {
	color: #592C88;
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotateZ(-90deg);
}
.ui-tabs#tab-3 .ui-tabs-nav > li a {
	color: #fcfcfc;
	height: 50px;
	padding-top: 15px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	position: relative;
	padding-right: 20px;
	padding-left: 0;
	padding-right: 0;
	background: inherit;
	border-radius: 0;
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
}
@media (min-width: 45em) {
	.ui-tabs#tab-3 .ui-tabs-nav > li a {
		height: 100px;
		padding-top: 38px;
	}
}
.ui-tabs#tab-3 .ui-tabs-nav > li a:after {
	content: "\f0da";
	font-family: "Font Awesome 6 Pro";
	font-size: 12px;
	position: absolute;
	padding: 0 10px;
	top: 50%;
	top: -webkit-calc(50% - 6px);
	top: calc(50% - 6px);
	color: #fcfcfc;
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotate(90deg);
	transform: rotateZ(90deg);
	transition: all .2s;
}
@media (min-width: 45em) {
	.ui-tabs#tab-3 .ui-tabs-nav > li a {
		height: 100px;
	}
}
.ui-tabs#tab-3 .ui-tabs-nav > li a:after {
	top: 30%;
	right: 10px;
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotate(0deg);
	transform: rotateZ(0deg);
	color: #fcfcfc;
}
@media (min-width: 45em) {
	.ui-tabs#tab-3 .ui-tabs-nav > li a:after {
		right: auto;
		left: 50%;
		left: -webkit-calc(50% - 16px);
		left: calc(50% - 16px);
		top: 55%;
		-webkit-transform: rotateZ(90deg);
		-ms-transform: rotate(90deg);
		transform: rotateZ(90deg);
	}
}
.ui-tabs#tab-3 .ui-tabs-panel {
	position: fixed;
	overflow: auto;
	right: 0;
	top: 0;
	width: 80%;
	height: 100vh;
	background: #fcfcfc;
	z-index: 99;
	box-shadow: -140px 0 0 rgba(0, 0, 0, 0.5);
	padding: 0;
}
@media (min-width: 45em) {
	.ui-tabs#tab-3 .ui-tabs-panel {
		position: relative;
		height: auto;
		width: 100%;
		box-shadow: none;
	}
}
.ui-tabs#tab-3 .ui-tabs-panel .close {
	display: table;
	float: left;
	width: 100%;
	cursor: pointer;
	background: #592C88;
}
@media (min-width: 45em) {
	.ui-tabs#tab-3 .ui-tabs-panel .close {
		display: none;
	}
}
.ui-tabs#tab-3 .ui-tabs-panel .close .title-container {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #fcfcfc;
	font-size: 20px;
	line-height: 26px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	width: calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	padding-left: 10px;
}
.ui-tabs#tab-3 .ui-tabs-panel .close span {
	display: block;
	float: left;
	width: 60px;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #fcfcfc;
	font-size: 20px;
	line-height: 26px;
	background: #592C88;
	height: 60px;
}
.ui-tabs#tab-3 .ui-tabs-panel .close span:before {
	font-size: 18px;
	float: left;
	background: #592c88;
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-family: "Font Awesome 6 Pro";
	text-align: center;
	margin-right: 10px;
}
.ui-tabs#tab-3 .ui-tabs-panel ul {
	display: block;
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
}
.ui-tabs#tab-3 .ui-tabs-panel ul li {
	display: block;
	float: left;
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #ccc;
	background: #fcfcfc;
	padding: 0 20px;
	margin: 0;
}
.ui-tabs#tab-3 .ui-tabs-panel ul li a {
	display: block;
	float: left;
	width: 100%;
	line-height: 42px;
	color: #592C88;
}
.ui-tabs#tab-3 .ui-tabs-panel ul li:hover {
	background: #eee;
}
