/* DEV SITE ALLIANT.CSS */

.wsmenu-submenu li a:hover {
	border-left: 3px solid #d31729 !important;
}

body {
  background-color: #fff;
  width: 100vw;
  overflow-x: hidden;
}

.about_top_title h1, .about_top_title h2, .about_top_title h3, .about_top_title h4, .about_top_title h5 {
	margin-bottom: 0px;
}

.post-content p {
	margin-bottom: .5rem !important;
}

/* Privacy Policy */
	.swal2-info {
		width: 2em !important;
		height: 2em !important;
		margin: 0 !important;
	}
	.swal2-info:before {
		font-size: 1.75em !important;
	}
/* End Privacy Policy */

.rp_guillemet {
	margin-top: -1px;
	padding-left: 5px;
}

.display_address_row {
	display: absolute;
	bottom: 25%;
}
/*
.display_address::after {
	content: '\f0de';
    font-family: 'FontAwesome';
    position: absolute;
    color: #d31729;
    background: transparent;
    font-size: 3rem;
    height: 10px;
    text-align: center;
    width: 60%;
    bottom: 0px;
    left: 20%;
    margin: 0 auto;
    border-bottom: 3px solid #d31729;
}
*/

/**
  * Extra w-* widths 
  *
 **/
 
.w-5 {
	width: 5%;
}
.w-10 {
	width: 10%;
}
.w-15 {
	width: 15%;
}
.w-20 {
	width: 20%;
}
.w-30 {
	width: 30%;
}
.w-35 {
	width: 35%;
}
.w-40 {
	width: 40%;
}
.w-45 {
	width: 45%;
}
.w-55 {
	width: 55%;
}
.w-60 {
	width: 60%;
}
.w-65 {
	width: 65%;
}
.w-70 {
	width: 70%;
}
.w-80 {
	width: 80%;
}
.w-85 {
	width: 85%;
}
.w-90 {
	width: 90%;
}
.w-95 {
	width: 95%;
}
.w-fit {
	width: fit-content;
}
.w-nowrap {
	white-space: nowrap;
}

/**
  *  End Extra w-* widths
  *
 **/

/* quick margins bootstrap based */
.mt-1 {
	margin-top: 0.25rem !important;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mt-3 {
	margin-top: 1rem !important;
}
.mt-4 {
	margin-top: 1.5rem !important;
}
.mt-5 {
	margin-top: 3rem !important;
}
.mb-1 {
	margin-bottom: 0.25rem !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.mb-4 {
	margin-bottom: 1.5rem !important;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.mr-1 {
	margin-right: 0.25rem !important;
}
.mr-2 {
	margin-right: 0.5rem !important;
}
.mr-3 {
	margin-right: 1rem !important;
}
.mr-4 {
	margin-right: 1.5rem !important;
}
.mr-5 {
	margin-right: 3rem !important;
}
.ml-1 {
	margin-left: 0.25rem !important;
}
.ml-2 {
	margin-left: 0.5rem !important;
}
.ml-3 {
	margin-left: 1rem !important;
}
.ml-4 {
	margin-left: 1.5rem !important;
}
.ml-5 {
	margin-left: 3rem !important;
}

.wrapper {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0;
  min-width: 320px;
}

.fixed_bottom {
	position: absolute !important;
	left: 55px;
	right: 55px;
	bottom: -20px;
}

.intro-ytp {
    height: 100%;
    width: 100%;
    background: url(../../img/AlliantConst/alliant_video_fallback.jpg) no-repeat center !important;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    position: relative;
}


/* Recolor links To Alliant Red */
a {
	color: #d31729;
}


.header {
  width: 100%;
  display: block;
  min-height: 214px;
  padding-top: 0;
}
.footer {
	background-color: #f5f5f5;
	padding: 60px;
	padding-bottom: 30px;
}
.footer hr {
	background-color: #d31729;
}
.footer .list-inline-item a {
	color: black;
}

.footer .list-inline-item a:hover {
	color: #d31729;
}

.footer-links {
	color: black;
}
.footer-links a {
	color: black;
}
.footer-links a:hover {
	color: #d31729;
}
.footer .btn-skin a {
	color: #ffffff;
}
.btn-skin {
	background-color: #d31729;
	border-top-left-radius: 15px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 15px;
}
.btn-skin:hover {
	background-color: #565454;
}
.btn-skin-swap {
	background-color: #eab231;
	border-top-left-radius: 15px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 15px;
}
.btn-skin-swap:hover {
	background-color: #d31729;
}
.footer h3 {
	color: black;
}
.footer h3:after {
	background: #d31729;
}
.border-width {
	background: #d31729;
	margin: 10px 0px 10px 0px;
	
}
.red_border_top {
	border-top: 2px solid #d31729;
}


.headerwp {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}

.headerfull {
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #fff;
	height: 80px;
	position: relative;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}

.posrlt {
  position: relative;
}

.headtoppart {
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  height: 42px;
  margin: 0 auto;
  padding: 0;
  min-width: 320px;
  padding-top: 0px;
}

.headertopleft {
  float: right;
  padding-right: 75px;
}

.headertopright {
  float: left;
  text-align: left;

}

.headertopleft a {
  line-height: 39px;
  color: #5f5f5f;
  font-size: 14px;
  padding: 0 12px;
  display: inline-block;
  float: right;
}

.headertopleft a i {
  font-size: 20px;
}

.headertopleft a:hover {
  color: white;
  background-color: #272B37;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.headertopleft a.facebookicon:hover {
  background-color: #3b5998;
  color: #fff;
}

.headertopleft a.twittericon:hover {
  background-color: #55acee;
  color: #fff;
}

.headertopleft a.linkedinicon:hover {
  background-color: #0077b5;
  color: #fff;
}

.headertopleft a.googleicon:hover {
  background-color: #dd4b39;
  color: #fff;
}

.address {
  padding: 10px 0 0 0;
  font-size: 12px;
  color: #b6b6b6;
}

.address a {
  
}

.address span {
  margin-right: 9px;
  color: #838383;
}

.address .fa {
  margin-right: 6px;
  margin-left: 6px;
  color: #5f5f5f;
}

.norlt {
  position: static;
}

.menuwrapper {
  position: relative;
}

.show-grid {
  background-color: #fff;
}

.btn-border {
  border: 2px solid;
  border-radius: 40px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  -moz-user-select: none;
  background-image: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  padding: 15px 40px;
}

.btn-border:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.btn-border:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.moreoption {
  width: 100%;
  display: block;
  margin-top: 290px;
}

.moreoption .boxheader {
  border: solid 0;
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #717171;
}

.mobiletext02 {
  display: none;
}

@media only screen and (min-width: 781px) and (max-width: 991px) {
	.mobiletext02 {
	  display: inline-block;
	}
}
@media only screen and (min-width: 499px) and (max-width: 596px) {
	.mobiletext02 {
		display: none;
	}
}

.buttoncolor {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 10px 15px;
  text-decoration: none;
  transition: background 0.3s linear 0s;
  width: 12.5%;
  height: 30px;
  float: left;
  text-align: center;
  margin: 0px 0px;
}

.buttoncolor:hover {
  color: #fff;
  text-decoration: none;
}

.buttoncolor:focus {
  color: #fff;
  text-decoration: none;
}

.buttoncolor03 {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 10px 15px;
  text-decoration: none;
  transition: background 0.3s linear 0s;
  width: 12.5%;
  height: 30px;
  float: left;
  text-align: center;
  margin: 0px 0px;
}

.buttoncolor03:hover {
  color: #fff;
  text-decoration: none;
}

.buttoncolor03:focus {
  color: #fff;
  text-decoration: none;
}

.headertlt {
  width: 100%;
  padding: 40px 0px 15px 0px;
  letter-spacing: -0.5px;
  font-size: 22px;
  font-family: 'archivo_narrowregular';
  color: #424242;
}

.colorlink01 {
  width: 40%;
  float: left;
  margin: 0% 0% 0% 2%;
}

.colorlink02 {
  width: 40%;
  float: left;
  margin: 0% 0% 0% 2%;
}

.colorlink03 {
  width: 14%;
  float: left;
  margin: 0% 0% 0% 2%;
}

.buttoncolor02 {
  color: #424242;
  display: block;
  font-size: 15px;
  border-radius: 2px;
  height: 30px;
  padding: 10px 15px;
  text-decoration: none;
  transition: background 0.3s linear 0s;
  width: 100%;
  border-right: solid 5px #fff;
  float: left;
  text-align: center;
  margin: 0% 0% 0% 0%;
  background-color: #f2f2f2;
  border: solid 1px #D9D9D9;
  cursor: pointer;
  text-align: center !important;
  text-decoration: none !important;
  width: 50%;
  float: left;
}

.buttoncolor02:hover {
  background-color: #424242;
  color: #000;
}

.buttoncolor02.active {
  background-color: #424242;
  color: #fff;
}
.dropdown a {
	color: black;
}
.dropdown-override {
	background-color: #ffffff !important;
	border: none !important;
}
.nav.nav-tabs > li.nav-item > a.nav-link.active,
.nvar-item > a.nav-link.active:focus, 
.nav-tabs > .nav-item > a.nav-link>hover {
	color: #d31729;
	border-bottom: 2px solid #d31729;
}

.hqs_pics .post .post-content img, .afc_pics .post span img {
	border-top: 5px solid #d31729;
	border-bottom: 5px solid #d31729;
}

.home_team {
	padding: 60px 0;
    background-color: #222;
}

/* Menu Logo */
.menulogo {
	padding-top: 13px;
	background-color: white;
	border-bottom: 2px solid #d31729 !important;
}
.menulogo-borderleft {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 2px;
	height: calc(54% - 1px);
	background: #d31729;
}
.menulogo-borderright {
	bottom: 0;
	right: 0;
	position: absolute;
	width: 2px;
	height: calc(54% - 1px);
	background: #d31729;
}

/*About Page*/
.about_header_text_position {
	position: absolute;
	margin-top: 30px;
	z-index: 100;
}
.about_sec3_text_position {
	position: absolute;
	z-index: 100;
	top: 25%;

}

/*About Team Page*/
.about_team_background {
	background: url('../../img/AlliantConst/team_background.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.team_name {
	margin-top: 1rem;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 1.25rem;
}
.team_name p {
	margin-bottom: 0px;
}
.team_title {
	font-style: italic;
	font-size: 1.15rem;
	font-weight: 400;
}

/*Contact Page*/
.contact_area_background {
	background: url('../../img/AlliantConst/ContactOther.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.CPFormInput:before, #nameCP:before, #companyCP:before, #phoneCP:before, #messageCP:before, #emailCP:before {
	content: '*';
    color: #eab231;
    background: transparent;
    font-size: 1rem;
	position: absolute;
	width: 15px;
}
/*Resources Page*/
.resources_banner2 {
	background: url('../../img/AlliantConst/ResourcesBanner2-2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
	background-position: right;
}
.about_t_h1_2 p {
	margin: 0px;
}

.bread-left:last-child() {
	color: #d31729 !important;
}

.profile-img-circle {
	border: 5px solid #d31729;
	border-radius: 50%;
	display: block; 
	margin: 0 auto;
}

/*CTA Styles*/
.cta_h3 {
	color: #d31729;
	width: 100%;
	font-size: 1.7vw;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.cta_h4 {
	width: 100%;
	display: block;
	font-size: 1.4vw;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 1.5rem;
}
/*If One Image For Project */
.project_image_border_only {
	border-top: 4px solid #d31729;
}
.projects_page_full_image {
	height: 100%;
	width: 100%;
	max-height: 250px;
	border-top: 4px solid #d31729;
}
/*If Two Images For Project */
.projects_page_images_col1-2 {
	max-height: 250px;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
}
.projects_page_images_col2-2 {
	max-height: 250px;
	overflow: hidden;
	padding-right: 0px;
	padding-left: 5px;
}
.projects_page_images_2col {
	height: 100%;
	width: auto;
	border-top: 4px solid #d31729;
}
/*If Three Images For Project */
.projects_page_images_col1-3 {
	max-height: 250px;
	overflow: hidden;
	
	padding-left: 0px;
	border-top: 4px solid #d31729;
}
.projects_page_images_col2-3 {
	max-height: 250px;
	overflow: hidden;
	padding-right: 0px;
	padding-left: 5px;
}
.projects_page_images {
	position: absolute;
	bottom: 50%;
	top: 50%;
	margin-top: -125px;
	border-top: 4px solid #d31729;
}
.projects_page_images2 {
	height: 50%;
	width: inherit;
	border-top: 4px solid #d31729;
	margin-bottom: 5px;
}
/*If Four Images For Project or More */
.projects_page_images4 {
	height: 50%;
	max-height: 250px;
	width: 100%;
	border-top: 4px solid #d31729;
	margin-bottom: 5px;
}

.projects_page_images_hover:hover {
	
}

.projects_group img {
	border-top: 5px solid #d31729;
}
.projects_group_name {
	background-color: #d31729;
	color: white;
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
	justify-content: center;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 15px;
}
.projects_group:hover .projects_group_name {
	background-color: #565454;
	color: #f5f5f5;
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
	justify-content: center;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 15px; 
	border-top-right-radius: 5px; 
	border-bottom-left-radius: 5px; 
	border-bottom-right-radius: 15px; 
}


.project_link {

}
.project_link h2 {

}

.projet_link:hover h2 {

}

.project_link:hover {
	color: #d31729;
}

.services_svg {
	max-width: 200px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.home_about {
	padding-top: 15px;
	background: url('../../img/AlliantConst/HomeHistoryBackground2-min.jpg');  
	background-repeat: no-repeat;
	background-size: 100% 400px;
	height: 400px;
}
.home_about .post {
	color: black;
}

/*Summernote CSS Override*/

.note-btn-group>button.note-btn.dropdown-toggle::after {
	display: none !important;
}

.note-btn-group>ul.dropdown-menu.show,
.note-btn-group>ul.dropdown-menu.dropdown-style.show,
.note-btn-group>ul.dropdown-menu.dropdown-fontname.show {
	background-color: #ffffff;
}
.note-btn-group>ul.dropdown-menu.dropdown-style.show,
.note-btn-group>ul.dropdown-menu.dropdown-fontname.show {
	width: max-content;
}

.note-btn-group>ul.dropdown-menu>li>a {
	padding: 0px;
}
.note-btn-group>ul.dropdown-menu>li>a>p,
.note-btn-group>ul.dropdown-menu>li>a>blockquote,
.note-btn-group>ul.dropdown-menu>li>a>pre,
.note-btn-group>ul.dropdown-menu>li>a>h1,
.note-btn-group>ul.dropdown-menu>li>a>h2,
.note-btn-group>ul.dropdown-menu>li>a>h3,
.note-btn-group>ul.dropdown-menu>li>a>h4,
.note-btn-group>ul.dropdown-menu>li>a>h5,
.note-btn-group>ul.dropdown-menu>li>a>h6,
.note-btn-group>ul.dropdown-menu>li>a>span {
	color: #000000;
	background-color: #ffffff; 
}

.qsheadings p {
	margin-bottom: 0px;
}
.qs-top-images img {
	border-top: 5px solid #f5c226;
	border-bottom: 5px solid #f5c226;
	width: 100%;
	margin-bottom: 2em;
}
.qsSecond {
	background-image: url('../../img/AlliantConst/QSSecondBanner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
    background-position: right
}
.qsSecond2 {
	background-image: url('../../img/AlliantConst/QSSecondBanner.webp');
	background-size: cover;
	background-repeat: no-repeat;
    background-position: right
}


.aboutErgon_hidden {
	display: none;
}
.about_Ergonpicture {
	
}

.main-content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.call2action {
	float: left;
	line-height: 2.75;
}

.menulogoa {
	position: absolute;
	width: 225px;
	z-index: 500;
}

.menulogo {
	width: 100%;
}
.wsmenu {
	padding: 0px !important;
	margin: 0;
	justify-content: flex-end;
	width: calc(100% - 120px) !important;
}
.wsmenu-list {
	margin: 0 !important;
	justify-content: flex-end;
	display: flex !important;
}

.tab {
  float: left;
  width: max-content;
  height: 300px;
}
.tab button {
  display: block;
  background-color: black;
  color: white;
  border: 1px solid #ccc;
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
  padding: 22px 16px;
  width: 100%;
  outline: none;
  text-align: right;
  cursor: pointer;
}
.tab button.active {
	background-color: #d31729;
}
.tabcontent {
  float: left;
  padding: 25px 25px;
  border: 1px solid #ccc;
  width: 70%;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 3em;
  height: 300px;
  display: none;
}



.c_info_bar {
	background-color: #d31729;
}

.leftTopBorder {
	padding-top: 60px;
	padding-left: 60px;
	border: 2px solid #d31729;
	border-right: none;
	border-bottom: none;
	box-shadow: 3px 5px 5px #d31729;
}

.corner_banner {
	position: absolute;
	top:-2px;
	left:-2px;
	z-index: 10;
}

.project_body_snippet {
	color: black;
}
.project_body_show p {
	margin-bottom: 0;
}

.project_image_preview {
	height: 360px;
	width: 360px;
}

#projectMenu>div>.wsshopwp, #projectMenu>div>div>ul>li>.wstitemright {
	height: auto !important;
	min-height: 0px !important;
}

.projectMenuImageLink {
	display: flex;
	justify-content: center;
	
}

.post-heading {
	border-top: 1px solid #d31729;
	border-bottom: 1px solid #d31729;
	justify-content: center;
	display: flex;
}

.project_image {
	width: 30%;
	height: auto;
	max-height: 333px;
	position: absolute;
	bottom: 0;
	left: 0%;
	background-color: rgba(255,255,255,0.65);
}
.project_title {
	/* width: 69.45%; */
	margin-bottom: -2px;
	text-align:right;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 15px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.65) 70%, rgba(255,255,255,0.9) 100%);
	border-bottom: 1px solid #e3e3e3;
}

.social-share-buttons {
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	justify-content: center;
	display: flex;
}

.social-share-buttons a {
	margin-left: 2rem;
	margin-right: 2rem;
	font-size: 2rem;
}

.project-view-body {
	text-align: left
}



.testimonial-selected {
	background-color: #B0BED9;
}

.ptestimonial {
	text-align: justify;
}

.ptestimonial_author {
	position: absolute;
	bottom: 0;
	right: 1.5rem;
}

.is-invalid-text {
	color: red;
}
.datatable-thumbnail {
	height: 100px;
	display: block;
	margin: 0 auto;
}
.dt-content-ma {
	vertical-align: middle !important;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.headertopright>div.address>span>a {
	color: #d31729;
}

/**
  *  Marketo Styling
  *
 **/
 
	.cta_marketo .mktoForm {
		display: flex;
		width: 100% !important;
		left: -10px;
		position: relative;
		justify-content: center;
	}
	.cta_marketo .mktoForm input[type=text] {
		border: 1px solid black;
		height: 44.19px;
		width: 100px !important;
	}
	.cta_marketo .mktoForm input[type=email] {
		border: 1px solid black;
		height: 44.19px;
		width: 150px;
	}
	.cta_marketo .mktoForm textarea {
		min-width: 150px !important;
		height: 44.19px;
		padding-top: 11px !important;
		border: 1px solid black !important;
	}
	.cta_marketo .mktoForm label {
		display: none;
	}
	.cta_marketo .mktoButton, #mktoForm_1600 .mktoButton  {
		
		background-color: #d31729 !important;
		text-shadow: 0 1px rgba(0, 0, 0, 0.15) !important;
		color: white !important;
		/*padding: 16px 25px;*/
		height: 44.19px;
		 font-family: "Roboto", "Arial", sans-serif !important;
		border: 0px !important;
		font-weight: 600 !important;
		text-transform: uppercase !important;
		font-size: 13px !important;
		border-radius: 3px !important;
		background-image: none !important;
		border-top-left-radius: 15px !important;
		border-top-right-radius: 5px !important;
		border-bottom-right-radius: 15px !important;
		border-bottom-left-radius: 5px !important;
		box-shadow: none !important;
	}
	.cta_marketo .mktoButton:hover, #mktoForm_1600 .mktoButton:hover  {
		background-color: #565454 !important;
		text-shadow: 0 1px rgba(0, 0, 0, 0.15) !important;
		color: #f5f5f5 !important;
		/*padding: 16px 25px;*/
		height: 44.19px;
		font-family: "Roboto" !important;
		border: 0px !important;
		font-weight: 600 !important;
		text-transform: uppercase !important;
		font-size: 13px !important;
		border-radius: 3px !important;
		background-image: none !important;
		border-top-left-radius: 15px !important;
		border-bottom-right-radius: 15px !important;
		box-shadow: none !important;
	}
	.cta_marketo .mktoButtonWrap {
		margin-left: 15px !important;
	}
	#mktoForm_1600 .mktoButtonRow {
		width: 100%;
	}
	#mktoForm_1600 .mktoButtonWrap {
		margin-left: 0px !important;
		float: right;
	}
	.cta_marketo .mktoButtonRow {
		max-width: 74px !important;
		width: auto;
	}
	.footer .mktoForm {
		width: 100% !important;
		left: -10px;
		position: relative;
		justify-content: center;
	}
	.footer .mktoForm .mktoFieldDescriptor {
		width: 100%;
	}
	.footer .mktoForm .mktoFieldWrap {
		width: 100%;
	}
	.footer .mktoForm input, .footer .mktoForm textarea {
		width: 100% !important;
	}
	.mktoForm .mktoButtonWrap.mktoBlueBox .mktoButton {
		background-color: #d31729 !important;
		text-shadow: 0 1px rgba(0, 0, 0, 0.15) !important;
		color: black !important;
		padding: 16px 25px;
		height: 44.19px;
		font-family: "Roboto" !important;
		border: 0px !important;
		font-weight: 600 !important;
		text-transform: uppercase !important;
		font-size: 13px !important;
		border-radius: 3px !important;
		background-image: none !important;
		border-top-left-radius: 15px !important;
		border-bottom-right-radius: 15px !important;
		box-shadow: none !important;
	}
	.mktoForm .mktoButtonWrap.mktoBlueBox .mktoButton:hover {
		background-color: #eab231 !important;
		text-shadow: 0 1px rgba(0, 0, 0, 0.15) !important;
		color: black !important;
		padding: 16px 25px;
		height: 44.19px;
		font-family: "Roboto" !important;
		border: 0px !important;
		font-weight: 600 !important;
		text-transform: uppercase !important;
		font-size: 13px !important;
		border-radius: 3px !important;
		background-image: none !important;
		border-top-left-radius: 15px !important;
		border-bottom-right-radius: 15px !important;
		box-shadow: none !important;
	}

/**
  *  End Marketo Styling 
  *
 **/

/**
  *  Responsive Styling for the Slider Banner Text & Call To Action
  *
 **/

@media only screen and (min-width: 500px) and (max-width:991px) {
	.cta_h3, .projects_group_name {
		font-size: 2.5vw !important;
	}
	.cta_h4 {
		font-size: 2vw !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sub-title3 h2 {
		 font-size: 2.5vw !important;
	}
	.sub-title3 p {
		font-size: 2vw !important;
	}
}
@media only screen and (min-width: 650px) and (max-width: 768px) {
	.sub-title3 {
		top: 22% !important;
	}
	.sub-title3 h2 {
		font-size: 2.7vw !important;
	}
	.sub-title3 p {
		font-size: 2.4vw !important;
	}
}
@media only screen and (min-width: 500px) and (max-width: 650px) {
	.sub-title3 h2 {
		font-size: 4vw !important;
	}
	.sub-title3 p {
		font-size: 3vw !important;
	}
}
@media only screen and (max-width: 500px) {
	.sub-title3 h2 {
		font-size: 5vw !important;
	}
	.sub-title3 p {
		font-size: 3.9vw !important;
	}
}
@media only screen and (max-width: 500px) {
	.cta_h3, .projects_group_name {
		font-size: 5vw !important;
	}
	.cta_h4 {
		font-size: 3.5vw !important;
	}
}

/**
  *  End Responsive Styling for the Slider Banner Text & Call To Action
  *
 **/
/**
  *  Responsive Styling For Home "About Us"
 **/
@media only screen and (max-width: 992px) {
	.home_about {
		display: flex; 
		justify-content: center;
		align-items: center;
		padding: 15px;
		background: url('../../img/AlliantConst/HomeHistoryBackground2-min.jpg');
		background-repeat: no-repeat;
		background-size: 100% 200px;
		height: auto;
	}
	.left-title2 {
		margin-bottom: 10px !important;
	}
	.left-title2 .border-width {
		margin-bottom: 0px;
	}
	.home_about .container {
		border-radius: 15px;
	}
	.home_about .post, .home_about h1 {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.home_about .container .adjustable {
		width: fit-content;
		margin: 0 auto;
		flex: none;
		background-color: rgba(255,255,255,.65);
		padding: 5px 10px;
		border-radius: 2em;
	}
}
@media only screen and (max-width: 500px) {
	.home_about {
		display: flex; 
		justify-content: center;
		align-items: center;
		padding: 15px;
		background: url('../../img/AlliantConst/HomeHistoryBackground2-min.jpg');
		background-repeat: no-repeat;
		background-size: 100% 200px;
		height: auto;
	}
	.left-title2 {
		margin-bottom: 5px !important;
	}
	.left-title2 .border-width {
		margin-bottom: 0px;
	}
	.home_about .container {
		border-radius: 15px;
	}
	.home_about .container .adjustable {
		width: 100%;
	}
	.home_about .post .post-content h1 {
		width: 100%;
	}
	.home_about .post .post-content p {
		width: 100%;
	}
	.home_about strong {
		float: right;
		padding-right: 15px;
	}
}
/**
  *	 End Responsive Styling for Home "About Us"
 **/
@media only screen and (max-width: 576px) {
	.projects_group .img-fluid {
		width: 100%;
	}
}
@media only screen and (min-width: 500px) and (max-width: 1200px) {
	.about_t_h1 {
		font-size: 2.5vw !important;
	}
	.about_t_h3 {
		font-size: 2vw !important;
	}
}
@media only screen and (min-width: 230px) and (max-width:991px) {
  .wrapper {
    width: 100%;
    margin: 0% 0%;
  }
  .header {
    min-height: 75px;
  }
  .logo {
    display: none !important;
  }
  .header {
    box-shadow: none !important;
    background-image: none !important;
  }
  .colorlink01 {
    width: 92% !important;
    margin: 0% 4%;
  }
  .colorlink02 {
    width: 92% !important;
    margin: 0% 4%;
  }
  .colorlink03 {
    width: 92% !important;
    margin: 0% 4%;
  }
  .buttoncolor02 {
    width: 100% !important;
    margin-bottom: 2%;
  }
  .buttoncolor {
    width: 25%;
  }
  .buttoncolor03 {
    width: 25%;
  }
  .moreoption {
    width: 100%;
    margin: 85px 0 0 0;
    background-color: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .headtoppart {
    margin-top: 52px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .topmenusearch {
    margin: 0px 0 0;
    width: 100%;
  }
  .topmenusearch input:focus {
    width: 100%;
  }
  .posrlt {
    width: 240px;
    float: none;
  }
  .headerright {
    width: 100%;
    float: none;
  }
  .headertopright {
    float: none;
    width: 96%;
    margin: 0% 2%;
  }
  .headertopleft {
    float: none;
    width: 96%;
    margin: 0% 2%;
	padding-right: 0px;
	padding-right: 0px;
    justify-content: center;
	display: flex;
  }
  .address.clearfix:before, .address.clearfix:after {
    content: "";
    display: table;
  }
  .address.clearfix:after {
    clear: both;
  }
  .address.clearfix {
    zoom: 1;
  }
  .headertopright {
    display: none;
  }
  .headerfull {
    height: auto;
  }
  .headertopleft a {
    width: fit-content;
    text-align: center;
  }
  .footer {
	  padding: 20px;
  }
}
@media only screen and (max-width: 353px) {
	.headertopleft a {
		font-size: 11px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 499) {
	.headertopleft a {
		font-size: 10px;
	}
}


@media only screen and (min-width: 920px) and (max-width:1064px) {
  .wrapper {
    width: 96%;
    margin: 0% 2%;
  }
  .colorlink01 {
    width: 100% !important;
    margin: 0%;
  }
  .colorlink02 {
    width: 100% !important;
    margin: 0%;
  }
  .colorlink03 {
    width: 100% !important;
    margin: 0%;
  }
  .buttoncolor02 {
    width: 50% !important;
    margin-bottom: 1%;
  }
  .logo {
    float: none !important;
    margin: 0 auto !important;
    width: 100% !important;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) and (max-width:1200px) {
  .wrapper {
    width: 96%;
    margin: 0% 2%;
  }
  .colorlink01 {
    width: 100% !important;
    margin: 0%;
  }
  .colorlink02 {
    width: 100% !important;
    margin: 0%;
  }
  .colorlink03 {
    width: 100% !important;
    margin: 0%;
  }
}
/*
@media only screen and (min-width: 480px) and (max-width:780px) {
  .mobiletext02 {
    display: inline-block;
  }
}
*/

@media only screen and (min-width: 320px) and (max-width:479px) {
  .headertopright a .fa {
    margin-right: 0px;
  }
}
@media only screen and (min-width:992px) and (max-width:1040px) {
	.headertopleft a {
		padding: 0 5px;
	}
	/*
	.wsmenu-list>li.wssearchbar {
		position: absolute;
		top: 60px;
		z-index: 20;
		right: -24px
	}
	*/
}
@media only screen and (max-width: 991px) {
	.wsmenu {
		height: 100vh !important;
		width: 100% !important;
		border-left: 0px;
		padding: 0px 0px 0px 0px;
	}
	.call2action {
		display: none;
	}
	.menulogoa {
		top: 0px;
		width: auto;
	}
	
	.wsmenu-list>li>a .wsmenu-arrow {
		display: none;
	}
	.wsmenu-list>li>.navtext>span+p:after {
		display: none !important;
	}

	.menulogo {
		padding: 0px
		background-color: white;
		border: none;
	}
	.menulogo-borderleft {
		bottom: 0;
		left: 0;
		position: absolute;
		width: 2px;
		height: calc(50% - 17px);
		background-color: transparent;
	}
	.menulogo-borderright {
		bottom: 0;
		right: 0;
		position: absolute;
		width: 2px;
		height: calc(50% - 17px);
		background-color: transparent;
	}


}
@media only screen and (max-width: 767px) {
	.home_about .container {
		display: block !important;
	}
	.home_about .container .row .adjustable .left-title3 .post .post-content h1 {
		width: 100%;
	}
	.home_about .container .row .adjustable .left-title3 .post .border-width {
		display: block; 
		margin: 0 auto;
	}
	.home_about .container .row .adjustable .left-title3 {
		text-align: center;
	}
	.home_about .container .row .adjustable .left-title3 .post {
		width: 100%;
	}
	.home_about .container .row .adjustable .post {
		width: 100%;
		text-align: center;
	}
	.home_about .container .row .adjustable .post strong {
		display: block !important;
		margin: 0 auto !important;
		padding-right: 0px !important;
		float: none;
	}
}
@media only screen and (max-width: 768px) {
	.home_ot_learn_more {
		display: flex;
		justify-content: center;
		margin-bottom: 1.5rem;
	}
	.tab {
		width: 100%;
		height: auto;
		flex-direction: row !important;
	}
	.tab button {
		width: 30%;
		text-align: center;
		border-bottom-left-radius: 0em;
		border-top-right-radius: 3em;
		padding: 15px 5px;
	}
	.about_sec3_text_position {
		position: absolute;
		z-index: 100;
		top: 5%;

	}
	.display_address_row {
		position: relative;
		bottom: 0;
	}
	.left-title2 .border-width {
		margin-top: 10px;
	}
	.home_quality_safety strong {
		display: block;
		width: 100%;
	}
	.home_quality_safety .post, .home_quality_safety p, .home_quality_safety strong {
		text-align: center;
	}
	.home_quality_safety .border-width {
		margin: 0 auto;
	}

}
@media only screen and (min-width: 576px) and (max-width: 768px) {
	.home_about .container {
		margin-left: 15px;
		width: 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 576px) {
	.home_about .container {
		
	}
}
@media only screen and (min-width: 992px) {
	.modal-lg {
		max-width: 900px;
	}
	.headertopright {
		padding-left: 75px;
	}
}


/*Better positioning of slider nav buttons*/
@media only screen and (max-height: 1080px) {
	.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
		top: 40%;
	}
	.ms-inner-controls-cont, .ms-container, .ms-view {
		height: 100% !important;
	}
}
@media only screen and (min-height: 1081px) and (max-height: 2160px) {
	.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
		top: 42.5%;
	}
	.ms-inner-controls-cont, .ms-container, .ms-view {
		height: 100% !important;
	}
}

/**
  *  Projects page images responsiveness
  *
 **/
 @media only screen and (max-width: 767px) {
	.projects_page_full_image {
		height: 100%;
		width: 100%;
		max-height: 250px;
		max-width: 250px;
		display: block;
		margin: 0 auto;
		border-top: 4px solid #eab231;
	}
	.projects_page_images_col1-2 {
		max-height: 100%;
		display: flex;
		padding-left: 0px;
		padding-right: 0px;
	}
	.projects_page_images_col2-2 {
		max-height: 100%;
		display: flex;
		padding-right: 0px;
		padding-left: 0px;
	}
	.projects_page_images_2col {
		height: auto;
		width: 100%;
		border-top: 4px solid #eab231;
	}
	/*If Three Images For Project */
	.projects_page_images_col1-3 {
		max-height: 250px;
		overflow: hidden;
		
		padding-left: 0px;
		border-top: none;
	}
	.projects_page_images_col2-3 {
		max-height: 250px;
		overflow: hidden;
		padding-right: 0px;
		padding-left: 5px;
	}
	.projects_page_images {
		position: absolute;
		bottom: 50%;
		top: 50%;
		margin-top: -125px;
		border-top: 4px solid #eab231;
	}
	.projects_page_images2 {
		height: 50%;
		width: inherit;
		border-top: 4px solid #eab231;
		margin-bottom: 5px;
	}
	/*If Four Images For Project or More */
	.projects_page_images4 {
		height: auto;
		max-height: 250px;
		width: 50%;
		border-top: 4px solid #eab231;
		margin-bottom: 5px;
	}
 }
 @media only screen and (max-width: 573px) {
	/*If Three Images For Project */
	.projects_page_images_col1-3 {
		max-height: 250px;
		overflow: hidden;
		
		padding-left: 15px;
		border-top: none;
	}
	.projects_page_images_col2-3 {
		max-height: 250px;
		overflow: hidden;
		padding-right: 0px;
		padding-left: 0px;
		display: flex;
	}
	.projects_page_images {
		position: relative;
		bottom: 0;
		top: 0;
		margin-top: 0px;
		display: block;
		margin: 0 auto;
		border-top: 4px solid #eab231;
	}
	.projects_page_images2 {
		height: auto;
		width: 50%;
		float:left;
		border-top: 4px solid #eab231;
		margin-bottom: 5px;
	}
 }


/**
  *  Marketo Responsive Sizing 
  *
 **/
 
@media only screen and (min-width: 481px) and (max-width: 768px) {
	.cta_marketo .mktoForm {
		display: flex;
		flex-wrap: wrap;
		margin-left: 20px;
		width: 100% !important;
		position: relative;
		justify-content: center;
		margin-left: 20px;
	}
	.cta_marketo .mktoForm .mktoFormRow {
		width: 100% !important;
	}
	.cta_marketo .mktoForm .mktoFormCol {
		width: 50% !important;
	}
	.cta_marketo .mktoForm .mktoFieldWrap {
		width: 90% !important;
		margin-left: 5%;
		margin-right: 5%;
	}
	.cta_marketo .mktoForm .mktoFieldDescriptor .mktoOffset {
		width: 0px !important;
	}
	.cta_marketo .mktoForm input[type=text] {
		border: 1px solid black;
		height: 44.19px;
		width: 100% !important;
	}
	.cta_marketo .mktoForm input[type=email] {
		border: 1px solid black;
		height: 44.19px;
		width: 100% !important;
	}
	.cta_marketo .mktoForm textarea {
		width: 100% !important;
		height: 44.19px !important;
		border: 1px solid black !important;
		padding-top: 11px !important;
	}
	.cta_marketo .mktoForm label {
		display: none;
	}
	.cta_marketo .mktoButton {
		background-color: #f5c226 !important;
		text-shadow: 0 1px rgba(0, 0, 0, 0.15) !important;
		color: black !important;
		padding: 16px 25px;
		height: 44.19px;
		font-family: "Roboto" !important;
		border: 0px !important;
		font-weight: 600 !important;
		text-transform: uppercase !important;
		font-size: 13px !important;
		border-radius: 3px !important;
		background-image: none !important;
		border-top-left-radius: 15px !important;
		border-bottom-right-radius: 15px !important;
		box-shadow: none !important;
	}
	.cta_marketo .mktoButtonWrap {
		margin-left: 0px !important;
	}
	.cta_marketo .mktoButtonRow {
		max-width: 74px !important;
		width: auto;
	}
}
@media screen and (max-width: 480px) {
	.cta_marketo .mktoForm {
		display: flex;
		flex-wrap: wrap;
		margin-left: 20px;
		width: 100% !important;
		position: relative;
		justify-content: center;
		margin-left: 20px;
	}
	.cta_marketo .mktoForm .mktoFormRow {
		width: 100%;
	}
	.cta_marketo .mktoForm input[type=text] {
		border: 1px solid black;
		height: 44.19px;
		width: 100% !important;
	}
	.cta_marketo .mktoForm input[type=email] {
		border: 1px solid black;
		height: 44.19px;
		width: 100%;
	}
	.cta_marketo .mktoForm textarea {
		width: 100% !important;
		height: 54.19px !important;
		border: 1px solid black !important;
		padding-top: 11px !important;
	}
	.cta_marketo .mktoForm label {
		display: none;
	}
	.cta_marketo .mktoButton {
		background-color: #f5c226 !important;
		text-shadow: 0 1px rgba(0, 0, 0, 0.15) !important;
		color: black !important;
		padding: 16px 25px;
		height: 44.19px;
		font-family: "Roboto" !important;
		border: 0px !important;
		font-weight: 600 !important;
		text-transform: uppercase !important;
		font-size: 13px !important;
		border-radius: 3px !important;
		background-image: none !important;
		border-top-left-radius: 15px !important;
		border-bottom-right-radius: 15px !important;
		box-shadow: none !important;
	}
	.cta_marketo .mktoButtonWrap {
		margin-left: 0px !important;
	}
	.cta_marketo .mktoButtonRow {
		max-width: 74px !important;
		width: auto;
	}
}

/**
  *  End Marketo Responsive Sizing 
  *
 **/
 
 /**
   *  Consent Modal Responsiveness
   *
  **/
/*TrustArc CSS*/

.trustarc-client-logo {
	padding: 10px !important;
}
.trustarc-logo-container {
	height: 77px !important;
}
.trustarc-logo-container>img {
	max-width: 38px !important;
}
.trustarc-banner-details {
	padding: 20px 0px !important;
}
.trustarc-banner-header {
	font-size: 20px !important;
}
.trustarc-banner-body {
	font-size: 13px !important;
}

.trustarc-banner-actions {
	margin-right: 40px !important;
	padding: 20px 10px !important;
}
#truste-consent-buttons {
	display: flex !important;
	flex-direction: column-reverse !important;
}
.trustarc-secondary-btn {
	height: 24px !important;
	font-size: 16px !important;
}
.trustarc-primary-btn {
	height: 24px !important;
	font-size: 16px !important;
}

a.trustarc-banner-close {
	margin: 15px !important;
}

.trustarc-banner-footer {
	height: 20px !important;
}

.trustarc-banner-footer > .trustarc-banner-right > a > img {
	width: 50px !important;
	height: 12px !important;
}

@media only screen and (max-width: 950px) {
	.trustarc-client-logo {
		padding: 10px 0px 0px 0px !important;
	}
	.trustarc-logo-container {
		height: fit-content !important;
	}
	#truste-consent-buttons {
		flex-direction: row-reverse !important;
	}
	.trustarc-banner-actions {
		margin-right: 0px !important;
		padding: 5px 10px !important;
	}
	.trustarc-banner-details {
		padding: 5px 10px !important;
	}
	.trustarc-banner-header {
		padding-bottom: 5px !important;
	}
	.trustarc-secondary-btn {
		height: 24px !important;
		font-size: 16px !important;
		margin-top: 5px !important;
	}
	.trustarc-primary-btn {
		height: 24px !important;
		font-size: 16px !important;
		margin-top: 5px !important;
	}
}