p.gform_required_legend{
	display:none;
}
/*------------------------------------
           SITEWIDE
--------------------------------------*/
a:focus {
	outline: none;
}

/*------------------------------------
           HEADER
---------a-----------------------------*/

.top-nav ul.menu li.menu-item {
	margin-left: 20px;
}
.top-nav ul.menu li.menu-item a:after {
	content: ' ';
	border: 1px solid transparent;
	transition: 0.4s ease-in-out;
	display: block;
	width: 0;
	margin: 2px auto 0 auto;
}
.top-nav ul.menu li.menu-item a:hover:after, .top-nav ul.menu li.current_page_item a:after {
	content: '';
	border-color:#350840;
	width: 25px;
}
.header-right-col > .fl-col-content {
	display: flex;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
	justify-content: flex-end !important;
}
.header-right-col > .fl-col-content > .fl-module {
	width: auto;
}
/*------------------------------------
           NAVIGATION
--------------------------------------*/



/*------------------------------------
           TEXT STYLES
--------------------------------------*/



h1,h2,h3,h4,h5,h6, .footer-contact-us-detail-box h5, span.fl-button-text {


}

body, p, ul, .footer-contact-us-detail-box p a, .footer-contact-us-detail-box p, span.pp-button-text {
     
}




/*------------------------------------
           NEW
--------------------------------------*/

.gallery img {
	object-fit: cover;
	object-position: center;
	height: 300px;
	width: 100%;
	max-width: 500px;
}
.foot-info-list ul.uabb-info-list-wrapper li.uabb-info-list-item .uabb-info-list-icon {
	vertical-align: middle !important;
}
/*------------------------------------
           FOOTER
--------------------------------------*/


/*------------------------------------
           MISC. STYLES
--------------------------------------*/

/*------------------------------------
           (min-width: 1280px)
--------------------------------------*/
@media only screen and (min-width:1280px) {
	.custom-foot > .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col > .fl-col-content > .fl-col-group {
		justify-content: space-between;
		-webkit-flex-wrap: initial;
		-ms-flex-wrap: initial;
		flex-wrap: initial;
	}
	.custom-foot > .fl-row-content-wrap > .fl-row-content > .fl-col-group > .fl-col > .fl-col-content > .fl-col-group .fl-col {
		-webkit-box-flex: none;
		-moz-box-flex: none;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		width: auto;
	}
}

/*------------------------------------
           (max-width: 1366px)
--------------------------------------*/

@media only screen and (max-width:1366px) {}

/*------------------------------------
           (max-width: 768px)
--------------------------------------*/

@media only screen and (max-width:768px) {}

/*------------------------------------
           (max-width: 375px)
--------------------------------------*/

@media only screen and (max-width:375px) {
	.foot-nav ul {
		display: block;
	}
	.foot-info-list {
		margin-bottom: 10px;
	}
	.foot-info-list ul.uabb-info-list-wrapper li.uabb-info-list-item .uabb-info-list-icon {
		margin-bottom: 5px;
	}
}

/*Show full width of button on "Subcontract" details block on "Services" page | 10994277-zen(zy)*/
.fl-accordion-item .fl-accordion-button {
	width: 100%;
}