@font-face {
font-family: 'Segoe UI';
src: url('/wp-content/uploads/2021/09/segoeui.ttf');
font-weight: normal;
font-style: normal; }

@font-face {
font-family: 'Segoe UI';
src: url('/wp-content/uploads/2021/09/segoe_ui_italic.ttf');
font-weight: normal;
font-style: italic; }

@font-face {
font-family: 'Segoe UI';
src: url('/wp-content/uploads/2021/09/segoeuil.ttf');
font-weight: 300;
font-style: normal; }

@font-face {
font-family: 'Segoe UI';
src: url('/wp-content/uploads/2021/09/seguili.ttf');
font-weight: 300;
font-style: italic; }

@font-face {
font-family: 'Segoe UI';
src: url('/wp-content/uploads/2021/09/Segoe-UI-Bold.ttf');
font-weight: bold;
font-style: normal; }

@font-face {
font-family: 'Segoe UI';
src: url('/wp-content/uploads/2021/09/segoe_ui_bold_italic.ttf');
font-weight: bold;
font-style: italic; }


.site-header{
	position: fixed;
	width: 100vw;
}

.logged-in #ast-desktop-header .ast-builder-layout-element .menu-toggle{
	display: flex !important;
}

#ast-desktop-header .ast-builder-layout-element .menu-toggle{
	display: none;
}

.logged-in #testbutton{
	display: block !important;
}

#testbutton{
	display: none;
}

/** ------ MAIN MENU STYLES ------ **/
.home .ast-primary-header{
	background: rgba(0,0,0,0.7) !important;
	border: none;
}

header a, header span, .home header svg{
	color: #fff !important;
	fill: #fff !important;
}

.ast-primary-header {
    background: #fff;
    border: none !important;
}

.home .site-primary-header-wrap span, .home .mobile-menu{
	color: #fff !important;
}

.site-primary-header-wrap span, .mobile-menu, header svg{
	color: #000 !important;
	fill: #000 !important;
}

.ast-desktop-header-content{
	position: absolute;
	top: 0px;
	background: rgba(0, 0, 0, 0.7);
	height: 100vh;
	width: 100vw;
	z-index: 99999;
}

.menu-video-background{
	position: absolute;
	padding: 0 !important;
}

.menu-black-background{
	position: absolute;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
}

.close-menu-div{
	position: absolute;
	left: 140px;
	top: 50px;
	padding: 0 20px;
}

.close-menu-div i:before{
	font-size: 12px;
	color: #fff;
}

.close-menu-div a{
	font-size: 12px;
	letter-spacing: 0.1em;
}


.main-header-menu-toggle{
	padding-left: 0px !important;
}

.ast-primary-header-bar .site-primary-header-wrap{
    padding-bottom: 25px;
    transition: all 1s ease 0s;
}

body.home .ast-primary-header-bar .ast-builder-grid-row{
    border-bottom: solid 1px #fff;
}

.ast-primary-header-bar .ast-builder-grid-row{
    transition: all 1s ease 0s;
}

.ast-primary-header-bar .mobile-menu-wrap{
    margin-left: 12px !important;
}

#ast-desktop-header .ast-primary-header-bar .mobile-menu{
	font-weight: normal !important;
	font-size: 14px !important;
	line-height: 19px;
	letter-spacing: 0.1em;
}

#ast-desktop-header .ast-primary-header-bar .ast-site-identity{
    padding: 44px 0 33px 0;
    transition: all 1s ease 0s;
}

.ast-desktop-header-content .main-navigation{
	/*width: 1200px !important;*/
    margin: 150px 0 0 140px;
}

.ast-desktop-header-content .main-header-menu{
	flex-direction: column;
	/*border-left: solid 1px rgba(255, 255, 255, 0.5) !important;*/
}

.ast-desktop-header-content li.menu-item{
	/*width: fit-content !important;*/
}

.ast-desktop-header-content .ast-menu-toggle, .ast-desktop-header-content .icon-arrow{
	display: none !important;
}

.ast-desktop-header-content .main-header-menu .sub-menu .sub-menu{
	display: none !important;
}

.ast-desktop-header-content .main-header-menu .sub-menu{
	background: transparent;
	position: fixed !important;
    top: 150px !important;
    left: 511px !important;
    border-left: solid 1px rgba(255, 255, 255, 1) !important;
}

.ast-desktop-header-content .menu-item:hover .sub-menu{
	display: none !important;
}

.ast-desktop-header-content .menu-item-has-children > .menu-link i:before{
	margin-left: 13px;
	font-size: 14px;
}

.ast-desktop-header-content .menu-link{
	font-size: 20px;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 1) !important;
}

.ast-desktop-header-content .current-menu-item > .menu-link, .ast-desktop-header-content .current-menu-ancestor > .menu-link{
	color: #fff !important;
	font-weight: 700 !important;
}

.menu-item:hover .sub-menu{
	/*display: block !important;*/
	background-color: transparent;
}

/*.menu-item:hover .sub-menu .sub-menu{
	display: none !important;
}

.menu-item:hover .sub-menu:hover .sub-menu{
	display: block !important;
}*/

body.home .ast-below-header-wrap{
	display: none;
}

.ast-below-header-bar{
	min-height: 54px;
	background: #F2F2F2;
	border: none !important;
}

.site-below-header-wrap{
	min-height: 54px !important;
}

.site-header-below-section-left .ast-builder-html-element p{
	margin-bottom: 0;
}

.ast-breadcrumbs .trail-items li::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    padding: 0 10px;
}

.ast-breadcrumbs-inner .trail-items{
    padding: 19px 0;
    font-size: 12px;
    line-height: 16px;
    margin-left: 0;
}

.ast-breadcrumbs-inner .trail-begin{
	display: none !important;
}

.ast-breadcrumbs-inner span{
	color: #000 !important;
	fill: #000 !important;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.05em;
}

.site-header-below-section-right .header-widget-area{
	padding-right: 0;
}

.site-header-below-section-right .widget_block p{
	margin-bottom: 0;
}

.site-header-below-section-right .custome_menu_tab{
    display: inline-block;
    padding: 19px 0;
    font-size: 12px;
    line-height: 16px;
    margin-left: 0;
}

.site-header-below-section-right .custome_menu_tab li{
    display: inline-block;
    margin-left: 18px;
}

.site-header-below-section-right .custome_menu_tab a{
	font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.5) !important;
    fill: #000 !important;
    text-decoration: none;
}

.site-header-below-section-right .custome_menu_tab [aria-current]:not([aria-current="false"]){
	color: #000 !important;
	text-decoration-line: underline;
    text-underline-offset: 9px;
}

/** ----- FOOTER BAR STYLES ------ **/
.site-primary-footer-wrap{
	background: #151515 !important;
}

.site-primary-footer-wrap .wp-block-columns, .wp-block-column {
    margin: 0 !important;
}

.ast-builder-footer-grid-columns {
    grid-column-gap: 20px;
}

.footer-tier1-title a{
	color: #fff;
}

.footer-parent-title, .footer-child-title{
	margin-bottom: 10px;
	line-height: 18px !important;
}

.footer-child-title a{
	color: #969798 !important;
}

.wp-block-column:not(:first-child) {
    margin-left: 20px;
}

.footer-widget-area p, .nus-footer .dept-name, .nus-footer .icon{
	color: #fff;
}

.nus-footer .social-icons{
	margin-top: 20px;
	text-align: left;
}

.dept-name{
	text-align: left;
}

.nus-footer > .dept-footer .dept-info .icon {
	text-align: center;
	float: left;
	line-height: 15px;
}

.nus-footer > .dept-footer .dept-info {
	display: flex;
	width: fit-content;
	margin-top: 10px;
}

.nus-footer > .dept-footer .dept-info .info {
	float: left;
	line-height: 25px;
	padding: 0px 15px;
	color: #999;
	text-align: left;
}

.nus-footer > .dept-footer .social-icons img {
	width: 30px;
	margin: 0px 4px;
}

.site-below-footer-wrap{
	background: #363636 !important;
}

.site-below-footer-wrap p{
	color: #fff !important;
}


/** ----- CONTENT STYLES ------ **/
/** ----- CUSTOM BB ------ **/
.custom-letter-spacing p{
	letter-spacing: 0.02em !important;
	line-height: 24px;
}

.custom-letter-spacing h5{
	letter-spacing: 0.1em !important;
	line-height: 24px;
    margin-bottom: 0;
}

.custom-h2-letter-spacing h2{
	letter-spacing: 0.1em !important;
}

.center-text-editor .uabb-info-list{
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
/** ----- Home Page ------ **/
.home-dean-content-slider{
	background-color: #fff;
}

.home-dean-content-slider .fl-content-slider-navigation{
	bottom: 80px;
    top: auto;
    margin-left: 75px;
    margin-right: 75px;
}

.home-dean-content-slider .fl-content-slider-navigation .slider-prev::before{
    content: "Welcome Video";
    position: absolute;
    left: 40px;
    width: max-content;
    color: #000;
    letter-spacing: 0.02em;
}

.home-dean-content-slider .fl-content-slider-navigation .slider-next::before{
    content: "Dean's Message";
    position: absolute;
    right: 40px;
    width: max-content;
    color: #000;
    letter-spacing: 0.02em;
}

.home-dean-content-slider .bx-pager{
    margin-bottom: 36px;
}

.home-dean-content-slider .dean-signature{
    margin-bottom: 0 !important;
}

.home-dean-content-slider .dean-signature img{
    margin-right: 0;
    margin-left: auto;
}

.uabb-front, .uabb-back{
	transform: none !important;
}

.uabb-front .uabb-face-text-title{
	letter-spacing: 0.1em;
	line-height: 40px;
}

.uabb-back{
	opacity: 0 !important;
}

.uabb-back .uabb-back-text-title{
	letter-spacing: 0.1em;
	line-height: 40px;
}

.uabb-back .uabb-back-flip-box-section-content{
    width: 100%;
}

.uabb-back .uabb-back-flip-box-section-content p{
	line-height: 27px !important;
    margin-bottom: 20px !important;
}

.uabb-hover .uabb-front{
	opacity: 0 !important;
}

.uabb-hover .uabb-back{
	opacity: 1 !important;
}

.dean-info-txt .fl-rich-text{
	border-left: solid 1px rgba(0, 0, 0, 0.5);
    padding-left: 15px;
}

.dean-info-txt p{
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.1em;
}

.dean-info-txt p em{
	font-weight: 300;
}

.mission-vision-row .uabb-back .uabb-flip-box-section.uabb-flip-box-section-vertical-middle {
	height: 100%;
	top: 0;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.uabb-back-flip-box-section-content{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/** ----- strategic plan Page ------ **/
.three-col-fullwidth .fl-col-group,
.two-col-fullwidth .fl-col-group{
	column-gap: 13px;
}

.three-col-fullwidth .fl-col-content, .two-col-fullwidth .fl-col-content{
	position: relative;
}

.three-col-fullwidth .txt-editor-external-link a, .two-col-fullwidth .txt-editor-external-link a{
	position: absolute;
    bottom: 0;
}

.three-col-fullwidth .fl-col-group .fl-col,
.two-col-fullwidth .two-col-fullwidth-inner{
	width: 32%;
	border-left: 0.5px solid rgba(0, 0, 0, 0.5);
}

.three-col-fullwidth .fl-col .fl-rich-text h5,
.two-col-fullwidth .two-col-fullwidth-inner h5{
 	margin-bottom: 25px;
}

.three-col-fullwidth .fl-col .fl-rich-text h5 strong,
.two-col-fullwidth .two-col-fullwidth-inner h5 strong{
 	letter-spacing: 0.1em;
 	line-height: 24px;
}

.three-col-fullwidth .fl-col .fl-rich-text p,
.two-col-fullwidth .two-col-fullwidth-inner .fl-rich-text p{
 	line-height: 21px;
 	margin-bottom: 10px;
 	font-size: 16px;
}

.three-col-fullwidth .fl-col .fl-rich-text p:last-of-type,
.two-col-fullwidth .two-col-fullwidth-inner .fl-rich-text p:last-of-type{
 	margin-bottom: 0 !important;
}

/** ----- education Page ------ **/
.info-list-next-page .uabb-info-list-title{
	line-height: 24px;
	letter-spacing: 0.02em;
}

.info-list-next-page .uabb-info-list-description p{
	line-height: 24px;
	letter-spacing: 0.02em;
}

.h5-with-p-txt-editor h5{
	margin-bottom: 0;
	letter-spacing: 0.02em !important;
}

.h5-with-p-txt-editor p{
	margin-bottom: 20px;
	line-height: 24px;
}

.heading-with-link-txt-editor h5{
	letter-spacing: 0.1em;
	line-height: 24px;
	margin-bottom: 0;
}

.heading-with-link-txt-editor p{
	letter-spacing: 0.02em;
	line-height: 30px;
	margin-bottom: 0;
}

.txt-editor-external-link .fa-external-link{
	margin-left: 10px;
}

.right-text-editor .fl-rich-text{
	width: fit-content;
    margin-left: auto;
}

.center-text-editor .fl-rich-text, .center-text-editor .uabb-info-list{
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.next-page-button a{
	font-size: 18px !important;
	letter-spacing: 0.02em;
	line-height: 25px;
}

.next-page-button .fl-button-icon{
	font-size: 18px !important;
	margin-left: 0 !important;
	vertical-align: text-bottom !important;
	font-weight: 900;
}

/** ----- Tracker Module ------ **/
#tracker-button{
	z-index: 999;
	position: fixed;
	bottom: 50px;
	right: 50px;
}

#tracking-page-listing a{
	color: #fff;
}

#tracking-page-listing .visited a{
	color: #777;
}

#tracking-page-listing ul{
	list-style: none;
}

#tracking-widget-div{
	display: none;
}

#tracking-widget-div.active{
	display: block !important;
}

#tracking-widget-div .loading-img.active{
	display: block !important;
}

#tracking-widget-div .loading-img{
	display: none;
	text-align: center;
}

#tracking-widget-div .tracking-lable p{
	width: 295px;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.02em;
	text-decoration-line: underline;
	color: #FFFFFF;
	text-align: center;
	margin: 28px 0 12px;
}

#tracking-widget-div .feedback-border{
	margin: 0px 26px;
	border-top: 1px solid #FFFFFF;
}

#tracking-widget-div .feedback-lable p{
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin: 16px 26px 28px;
}

#tracking-widget-div .feedback-lable a{
	color: #FFFFFF;
	text-decoration: none;
}

#tracking-widget-div{
	z-index: 999;
	position: fixed;
	bottom: 130px;
  right: 50px;
	background: #000000;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
}

#tracking-widget-div .outer-ul{
	max-height: 500px;
	width: 295px;
	overflow: auto;
	padding: 20px 26px 12px;
	margin-bottom: 0 !important;
}

#tracking-widget-div .outer-ul a{
	text-decoration: none;
}

#tracking-widget-div ul{
	margin-left: 0;
	padding-top: 18px;
	padding-bottom: 18px;
}

#tracking-widget-div li{
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.02em;
	position: relative;
}

#tracking-widget-div i{
	color: #fff;
	margin-left: 10px;
}

#tracking-widget-div .custom.active .child-item-div, #tracking-widget-div .custom.child-item.active .grandchild-item-div{
	display:block !important;
}

.child-item-div, .grandchild-item-div{
	display: none;
}