/*
Theme Name: New Com
Theme URI: https://www.nclasvegas.com
Description: New Com
Author: Webedelic
Author URI: http://www.webedelic.com
Description: New Com
Version: 1.0
Tags: New Com
License:
License URI:
*/

@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



html, body {
	font-size: 15px;
    font-family: "Montserrat", serif;
	color: #ffffff;
	height: 100%;
	margin: 0;
  padding: 0;
}

h1, h2 {
	color: #d24a1a;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 18px;
	font-family: "Montserrat", serif;
	color: #d24a1a;
	font-weight: 900;
}

img {
	max-width: 100%;
	height: auto;
}
a:link {color: #000000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #dbb0b9; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }






.toplineline {
	background-image: url(images/topheaderbg.jpg);
	background-repeat: repeat-x;
    background-position: left center;
	background-color: #171115;
	width: 92%;
	height: 140px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:4%;
	padding-left:4%;
	
}






.navline {
	width: 100%;
	padding: 0 0 0px 0;
	font-size: 20px;
	font-family: "Montserrat", serif;
	font-weight: 700;
	color: #ffffff;

	display: flex;
	justify-content: center;
	text-transform: uppercase;
}


.navline ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

	display: flex;
	justify-content: center; 
	align-items: center;
}


.navline ul li {
	position: relative;
	padding: 0px 15px 0 15px;
}


.navline ul li {
	float: none;
}


.navline a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.navline a:hover {
	color: #d24a1a;
	-webkit-text-stroke-width: 1px;
}


.navline ul ul {
	position: absolute;
	top: -999999px;
	left: 0;
	opacity: 0;
	text-align: left;
	padding-bottom: 14px;
	background-color: #d24a1a;
	margin-top: 0px;
	z-index: 999;
	display: block;
}


.navline ul li:hover > ul {
	top: 100%;
	opacity: .9;
}


.navline ul ul a {
	width: 260px;
	padding: 10px 5px 5px 5px;
	display: block;
	font-size: 17px;
	font-weight: 400;
	color: #d24a1a;
}

.navline ul ul a:hover {
	color: #ffffff;
}





.logo-left {
	width: 145px;
	padding-top:0px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}

.logo-right {
	width: 975px;
	padding-top:50px;
	padding-bottom:80px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}




.headerbg {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 600px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}




.badgecon {
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  align-items: flex-end;
}

.badge-link {
  flex: 1 1 0;
  display: block;
  text-decoration: none;
  min-width: 0;
}


.badgebg {
  background-image: url(images/badgebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  margin-top: 320px;
  padding: 0 0 15px 0;
  transition: height 0.5s ease, margin-top 0.5s ease, background-image 0.5s ease;
  overflow: hidden;
  position: relative;
}

.badgebg:hover {
  background-image: url(images/badgebg-hov.png);
  height: 475px;
  margin-top: 22px;
}

/* TOP GRADIENT BAR */
.badge-overline {
  background-color: #d24a1a;
  width: 100%;
  height: 12px;
  margin-bottom: 20px;
}

/* LOGO AREA */
.flexiconscenter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44%;
  padding-left: 28%;
  padding-right: 28%;
}

.flexiconscenter img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* HIDDEN TEXT AREA */
.something-inside {
  opacity: 0;
  font-family: "Montserrat", serif;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  padding: 0 50px;
  transition: opacity 0.7s ease, padding-top 0.7s ease, font-size 0.7s ease, line-height 0.7s ease;
  pointer-events: none;
}

.badgebg:hover .something-inside {
  opacity: 1;
  padding-top: 50px;
  line-height: 30px;
  font-size: 18px;
  pointer-events: auto;
}

/* TEXT LINK STYLES */
.something-inside a:link,
.something-inside a:visited {
  color: #d24a1a;
  font-weight: 900;
  font-size: 20px;
  text-decoration: none;
}

.something-inside a:hover {
  color: #ffbb03;
  font-weight: 900;
  text-decoration: none;
}

.something-inside a:active {
  color: #d24a1a;
  font-weight: 900;
  font-size: 20px;
  text-decoration: none;
}

.readmoreorange {
  color: #d24a1a;
  font-weight: 900;
  font-size: 20px;
}

.horizontalgradient {
  background-color: #d24a1a;
  width: 100%;
  height: 8px;
  margin-top: 0;
  padding: 0;
}



.mainbg {
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:80px;
	padding-bottom:80px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* optional spacing */
}

.image-item {
  flex: 0 0 calc(25% - 15px); /* 4 across */
  aspect-ratio: 1 / 1; /* makes them all square */
  overflow: hidden;
}

.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* crop instead of stretch */
  display: block;
}



.large-center-text {
	padding-top:0px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 50px;
	line-height: 50px;
	font-family: "Montserrat", serif;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	
}

.large-center-black {
	padding-top:0px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 50px;
	line-height: 50px;
	font-family: "Montserrat", serif;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	
}


.large-center-orange-text {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 50px;
	line-height: 50px;
	font-family: "Montserrat", serif;
	font-weight: 700;
	color: #d24a1a;
	text-transform: uppercase;
	text-align: center;
	
}




.lowernavbg {
  background-color: #171115;
  width: 100%;
  padding: 5px 0;
}

.lowernav {
  padding: 0;
  font-size: 18px;
  font-family: "Montserrat", serif;
  font-weight: 700;
  text-transform: uppercase;
}

.lowernav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.lowernav ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.lowernav a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  transition: color 0.25s ease;
}

.lowernav a:hover,
.lowernav a.is-active {
  color: #d24a1a;
}

.lowernav ul li:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #d24a1a;
  margin-left: 10px;
}






.loweracmenav {
  padding: 0;
  font-size: 18px;
  font-family: "Montserrat", serif;
  font-weight: 700;
  text-transform: uppercase;
}

.loweracmenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.loweracmenav ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.loweracmenav a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  transition: color 0.25s ease;
}

.loweracmenav a:hover,
.loweracmenav a.is-active {
  color: #504ca0;
}

.loweracmenav ul li:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #504ca0;
  margin-left: 10px;
}








.lowertabnav {
  padding: 0;
  font-size: 18px;
  font-family: "Montserrat", serif;
  font-weight: 700;
  text-transform: uppercase;
}

.lowertabnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.lowertabnav ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.lowertabnav a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  transition: color 0.25s ease;
}

.lowertabnav a:hover,
.lowertabnav a.is-active {
  color: #eee820;
}

.lowertabnav ul li:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #eee820;
  margin-left: 10px;
}














.lowermmcnav {
  padding: 0;
  font-size: 18px;
  font-family: "Montserrat", serif;
  font-weight: 700;
  text-transform: uppercase;
}

.lowermmcnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.lowermmcnav ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.lowermmcnav a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  transition: color 0.25s ease;
}

.lowermmcnav a:hover,
.lowermmcnav a.is-active {
  color: #2279b9;
}

.lowermmcnav ul li:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #2279b9;
  margin-left: 10px;
}




.lower-slider-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Hides overflow so only one full slide shows */
.lower-slider-viewport {
  width: 100%;
  overflow: hidden;
}


.lower-slider-track {
  display: flex;
  transition: transform 0.55s ease;
  will-change: transform;
}


.lowerslides {
  min-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Montserrat", serif;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
}

.lowerorange {
  padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Montserrat", serif;
  font-weight: 700;
  color: #d24a1a;
  text-align: center;
}

.lowerslidesblack {
  min-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Montserrat", serif;
  font-weight: 400;
  color: #000000;
  text-align: left;
}


.tocenter {
  width: min(1700px, 92%);
  margin: 0 auto;
  position: relative;
}


.title-left-text {
  font-size: 46px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  margin: 26px 0 24px 0;
}

.title-left-black {
  font-size: 46px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  margin: 26px 0 24px 0;
}


.image-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 22px;
  margin-bottom: 20px;
}

.image-item {
  flex: 1 1 25%;
  aspect-ratio: 1.25 / 1;
  overflow: hidden;
}

.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.lower-arrow {
  position: absolute;
  top: 300px;
  z-index: 10;
  width: 70px;
  height: 70px;
  border: none;
  background: transparent;
  color: rgba(255,255,255,0.85);
  font-size: 72px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.lower-arrow:hover {
  color: #ffffff;
}

.lower-arrow-prev {
  left: 20px;
}

.lower-arrow-next {
  right: 20px;
}

.lower-arrow.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}


@media (max-width: 1100px) {
  .title-left-text {
    font-size: 34px;
  }

  .lowerslides {
    font-size: 18px;
  }

  .lower-arrow {
    top: 220px;
    font-size: 56px;
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 800px) {
  .image-grid {
    flex-wrap: wrap;
  }

  .image-item {
    flex: 0 0 calc(50% - 11px);
  }

  .lower-arrow {
    top: 180px;
  }
}

@media (max-width: 560px) {
  .image-item {
    flex: 0 0 100%;
  }

  .title-left-text {
    font-size: 28px;
  }

  .lower-arrow {
    top: 140px;
    font-size: 42px;
    width: 42px;
    height: 42px;
  }

  .lowernav ul {
    gap: 8px 0;
  }
}

.lower-arrow {
  position: absolute;
  top: 300px;
  z-index: 10;
  width: 60px;
  height: 60px;
  border: none;
  background: transparent;

  color: rgba(255,255,255,0.95);

  font-size: 48px; /* smaller */
  line-height: 1;

  /* FAKE thickness */
  text-shadow:
    1px 0 0 #fff,
   -1px 0 0 #fff,
    0 1px 0 #fff,
    0 -1px 0 #fff;

  cursor: pointer;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.lower-arrow {
  position: absolute;
  top: 300px;
  z-index: 10;
  width: 60px;
  height: 60px;
  border: none;
  background: transparent;

  color: rgba(255,255,255,0.95);
  font-size: 48px;
  line-height: 1;

  /* thicker */
  text-shadow:
    2px 0 0 #fff,
   -2px 0 0 #fff,
    0 2px 0 #fff,
    0 -2px 0 #fff,
    1px 1px 0 #fff,
   -1px -1px 0 #fff,
    1px -1px 0 #fff,
   -1px 1px 0 #fff;

  cursor: pointer;
  transition: color 0.25s ease, opacity 0.25s ease;
}
.title-left-text {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 40px;
	line-height: 40px;
	font-family: "Montserrat", serif;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	
}


.footerspace {
	background-color: #1e1412;
	background-image: url(images/Site-Plans-Color.png);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.footerquote {
	width: 48%;
	padding: 0 0 0px 0;
	font-size: 22px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #ffffff;
padding-right: 2%;
	justify-content: left;
	padding-top: 75px;
	float: left;
}



.footertabquote {
	width: 48%;
	padding: 0 0 0px 0;
	font-size: 22px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #ffffff;
padding-right: 2%;
	justify-content: left;
	padding-top: 25px;
	float: left;
}


.footertabquote img {
	max-width: 250px;
}


.footertitle {
	font-size: 22px;
	font-family: "Montserrat", serif;
	font-weight: 700;
	color: #ffffff;
	padding-bottom:20px;
}




.footeraddress {
	width: 23%;
	padding-top:17px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #ffffff;
padding-right: 2%;
	justify-content: left;
	text-transform: uppercase;
	float: left;
}

.footeraddress a:link {color: #ffffff;font-weight: 400; }
.footeraddress a:visited {color: #ffffff;font-weight: 400; }
.footeraddress a:hover {color: #d24a1a;font-weight: 400; }
.footeraddress a:active {color: #ffffff;font-weight: 400; } 




.footernav {
	width: 23%;
	padding: 0 0 0px 0;
	font-size: 18px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #ffffff;
padding-right: 2%;
	justify-content: left;
	text-transform: uppercase;
	float: left;
}


.footernav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}


.footernav ul li {
	position: relative;
	padding: 0px 10px 0 10px;
}


.footernav ul li {
	float: none;
}


.footernav a {
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
	display: block;
}

.footernav a:hover {
	color: #d24a1a;
	-webkit-text-stroke-width: 1px;
}

.footernav ul li:hover > ul {
	top: 100%;
	opacity: .9;
}




.footercopy {
	background-color: #d24a1a;
	width: 100%;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #ffffff;
	
}


.footercopy a:link {color: #ffffff;font-weight: 400; }
.footercopy a:visited {color: #ffffff;font-weight: 400; }
.footercopy a:hover {color: #dddddd;font-weight: 400; }
.footercopy a:active {color: #ffffff;font-weight: 400; } 





.footer-left {
	width: 30%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	float: left;
	
}

.footer-right {
	width: 70%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #ffffff;
	text-align: right;
	float: left;
	
}









.insideheader {
	background-color: #1e1412;
	background-image: url(images/Site-Plans-Color.png);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 500px;
	padding-top:50px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}




.culturebg {
	background-image: url(images/culturebg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.subwhitetitle {
	font-size: 21px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #ffffff;
	padding-bottom:5px;
}


.subblacktitle {
	font-size: 21px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #ffffff;
	padding-bottom:5px;
}



.suborangetitle {
	font-size: 24px;
	font-family: "Montserrat", serif;
	font-weight: 500;
	color: #d24a1a;
	padding-bottom:5px;
}


.subbluetitle {
	font-size: 24px;
	font-family: "Montserrat", serif;
	font-weight: 500;
	color: #504ca0;
	padding-bottom:5px;
}


.subtabtitle {
	font-size: 24px;
	font-family: "Montserrat", serif;
	font-weight: 500;
	color: #eee820;
	padding-bottom:5px;
}


.submmctitle {
	font-size: 24px;
	font-family: "Montserrat", serif;
	font-weight: 500;
	color: #2279b9;
	padding-bottom:5px;
}



.project-left {
	width: 34%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	float: left;
	
}

.project-right {
	width: 60%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	font-size: 16px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	float: left;
	
}

.project-black {
	width: 60%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	font-size: 16px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	float: left;
	
}

.bodytext {
	width: 1150px;
	height: auto;
	min-height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Montserrat", serif;
	color: #ffffff;
	text-align: left;
	font-weight: 400;
	margin-left: auto;
    margin-right: auto;
}



.bodytext a:link {color: #ffffff;font-weight: 500; }
.bodytext a:visited {color: #ffffff;font-weight: 500; }
.bodytext a:hover {color: #d24a1a;font-weight: 500; }
.bodytext a:active {color: #ffffff;font-weight: 500; } 






.acmebg {
	background-image: url(images/acmebg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:80px;
	padding-bottom:80px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}





.mmcbg {
	background-image: url(images/mmcbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:30px;
	padding-bottom:80px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}





.tabbg {
	background-image: url(images/tabbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:80px;
	padding-bottom:80px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}


.bio-team-1 {
	width: 32%;
	height: auto;
	padding-top:0px;
	padding-bottom:1%;
	padding-right:0.5%;
	padding-left:0.5%;
	float: left;
}



.teambiocolumn {
	width: 100%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left:0px;
	font-size: 18px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	
}




.teambiocolumn img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	border-width: 0.25pt; border-color: #da6529;border-style: solid;
	margin-bottom: 4px;
    
}



.teambiocolumn img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	border-width: 0.25pt; border-color: #da6529;border-style: solid;
	margin-bottom: 4px;
}





.bio-inside {-webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 -o-transition: all 1s ease;
 -ms-transition: all 1s ease;
 transition: all 1s 
    font-family: "Montserrat", serif;
    line-height: 18px;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	padding-left:20px;
	margin-top:-80px;
	margin-bottom:30px;
padding-top:0px;
opacity: 0;
filter: alpha(opacity=0); /* For IE8 and earlier */
height: 50px;
text-shadow: 1px 1px #000000;
    }










.teambiocolumn:hover .bio-inside {

	padding-left:20px;-webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 -o-transition: all 1s ease;
 -ms-transition: all 1s ease;
 transition: all 1s ease;
    font-family: "Montserrat", serif;
    line-height: 18px;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	margin-top:-100px;
	margin-bottom:50px;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    position: relative;height: 50px;
    
	
	}

/* REPRESENTATIVE CAPABILITIES BOX */

.water-capabilities-box {
  background: linear-gradient(135deg, #ffffff 0%, #f1f7fb 100%);
  border-left: 8px solid #d24a1a;
  padding: 42px 46px;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.18);
  margin-bottom: 40px;
}

.water-capabilities-box h3 {
  margin-top: 0;
  margin-bottom: 28px;
  color: #14598b;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.water-capabilities-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.water-capabilities-box li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 22px;
  color: #18476a;
  font-size: 23px;
  line-height: 1.6;
  font-weight: 500;
}

.water-capabilities-box li:last-child {
  margin-bottom: 0;
}

.water-capabilities-box li:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #d24a1a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
  box-shadow: 0 0 0 5px rgba(242,140,40,0.18);
}



/* LANDMARK PROJECTS BOX */

.landmark-projects-box {
  background-color: rgba(0,0,0,0.16);
  border: 2px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(4px);
  padding: 36px 42px;
  border-radius: 18px;
  position: relative;
}

.landmark-label {
  display: inline-block;
  background-color: #d24a1a;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 18px;
  border-radius: 50px;
  margin-bottom: 22px;
}

.landmark-projects-box p {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 400;
}



/* MOBILE */

@media screen and (max-width: 767px) {

  .water-capabilities-box,
  .landmark-projects-box {
    padding: 28px 24px;
  }

  .water-capabilities-box h3 {
    font-size: 26px;
  }

  .water-capabilities-box li,
  .landmark-projects-box p {
    font-size: 19px;
    line-height: 1.6;
  }

}



.flexcenter {
display:flex;justify-content:center;align-items:center;
}



.alignright {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:20px;
	float: right;
	
}

.alignleft {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	float: left;
	
}




.tocenter {
	width: 1150px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
}


.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -230px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 230px; 
}



.orange-check-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.orange-check-list li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 22px;
  line-height: 1.7;
  font-size: 18px;
}

.orange-check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #d97706; /* orange */
  font-size: 22px;
  font-weight: 700;
}

.lowerorange {
  color: #d97706;
  font-weight: 700;
}


@media screen and (max-width:750px) {

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }





























