@charset "utf-8";
/* CSS Document */
/* 
light orange   #ff952e;
orange   #cf6702;
dark blue #2a5a7a;
*/
body {
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  padding-left: 1px;
  text-align: center;
  color: #4c4c4c;
  font-size: 13px;
  background: #fff;
}
.inactiveProject {
  opacity: .8;
}
.admin-bar {
  position: absolute;
  background: black;
  color: white;
  top: 0px;
  width: 100%;
  left: 0px;
  padding: 3px;
}
select.popular {
  margin: 3px 0px !important;
}
.inactiveProjectMarker {
  position: absolute;
  color: red;
  font-size: 24px;
  margin-left: 10px;
  margin-top: 20px;
}
.specIcon a, .specIcon a:visited {
  text-decoration: none;
  color: white !important;
}
.specIcon {
  background: #3A6E8F;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 10px;
  color: white;
  display: inline-block;
  text-align: center;
  line-height: 15px;
  vertical-align: middle;
  position: relative;
  top: 0px;
}
img {
  margin: 0px;
  padding: 0px;
  border: none;
  max-width: 100%;
}
#background {
  background-color: #2a5a7a;
  margin: auto;
  padding: 0px;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  width: 1240px;
  max-width: 95%;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px #000;
  height: 100%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  border-top: 107px #fff solid;
}
#container {
  position: relative;
  margin: auto;
  text-align: left;
  padding: 0px 20px;
  width: 1240px;
  max-width: 95%;
  box-sizing: border-box;
  overflow: hidden;
}
p {
  line-height: 140%;
}
a, a:link, a:visited {
  color: #3a6e8f;
}
/*a:visited {
	color: #747575;
}*/
a:hover, a:active {
  color: #333333;
}
/* HEADER & MENUS */
#menuswitch {
  display: none;
  text-align: left;
  position: relative;
  top: 10px;
  z-index: 102;
  padding-left: 20px;
}
#header {
  position: relative;
  background: #fff;
  font-weight: 600;
}
#main-navs {
  height: 40px;
  position: relative;
  z-index: 11000;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
  background: #2a5a7a;
}
#header_navs {
  margin: 0px;
  height: 40px;
  padding: 0px 27px 0px 27px;
  box-sizing: border-box;
  list-style: none;
  font-size: 16px;
  line-height: 100%;
  overflow: visible;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  background: #2a5a7a;
}
#header_navs li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
#header_navs a, #header_navs a:visited {
  color: #fff;
  padding: 11px 3px 13px 3px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  -webkit-transition: opacity 0.5s; /* Safari */
  transition: opacity 0.5s;
}
#header_navs a:hover, #header_navs a:active, #header_navs a:focus {
  color: #ff952e;
}
#header_navs li:after {
  content: "|";
  color: #fff;
  margin: 0px 7px;
}
#header_navs li:last-child:after {
  content: "";
  margin: 0px;
}
#header_navs li.currentpage a, #header_navs li.currentpage a:visited {
  opacity: 0.6;
}
#header_navs li ul {
  position: absolute;
  top: 0px;
  background: #cf6702;
  padding: 5px 27px 0px 27px;
  box-sizing: border-box;
  list-style: none;
  font-size: 15px;
  z-index: -1;
  width: 100%;
  left: 0px;
  height: 31px;
  /*  -webkit-transition: bottom 0.5s, box-shadow 0.5s; 
	transition: bottom 0.5s, box-shadow 0.5s;
	pointer-events: none;*/
}
#header_navs li:active ul {
  /* pointer-events: auto; */
  bottom: -31px;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
}
#header_navs li ul li a, #header_navs li ul li a:visited {
  color: #fff !important;
  padding-top: 3px !important;
  font-size: 15px;
  opacity: 1 !important;
}
#header_navs li ul li a:hover, #header_navs li ul li a:active {
  opacity: 0.7 !important;
}
#header_navs li.currentpage ul li.currentpage a {
  color: #ff952e !important;
}
#header #brand {
  height: 107px;
  background: #fff url(../images/bg_header.jpg) right top no-repeat;
  box-sizing: border-box;
  padding-top: 34px;
}
#header #brand img {
  width: 440px;
  max-width: 100%;
}
.droptop {
  width: 141px;
  height: 24px;
  background-image: url(../images/menu_top.jpg);
  background-repeat: no-repeat;
}
/* TICKER */
.tickercontainer { /* the outer div with the black border */
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
ul.newsticker { /* that's your list */
  position: relative;
  left: 750px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.newsticker li {
  float: left; /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  padding: 0;
  margin-right: 20px;
  border-right: 1px solid #2a5a7a;
}
ul.newsticker li:last-child {
  border-right: none;
}
ul.newsticker a, ul.newsticker a:visited {
  white-space: nowrap;
  padding: 0;
  color: #ffffff;
  margin: 0 20px 0 0;
  text-decoration: none;
}
ul.newsticker span {
  margin: 0 10px 0 0;
  color: #ffffff;
}
/* HOME PAGE */
/* pager */
.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  top: 10px;
  overflow: hidden;
}
.cycle-pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #ddd;
  cursor: pointer;
}
.cycle-pager span.cycle-pager-active { /*color: #D69746;*/
}
.cycle-pager > * {
  cursor: pointer;
}
#slidercaption {
  height: 36px;
  margin-bottom: 28px;
  background: #2a5a7a;
}
#homespecs {
  text-align: center;
  background: url(../images/home/bg-homespecs.png) center top repeat-y;
  background-size: 100% 291px;
}
.homespec {
  background: #2a5a7a;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  width: 323px;
  display: inline-block;
  box-sizing: border-box;
  margin: 1px 9px 42px 9px;
  text-align: left;
  max-width: 90%;
}
.homespec img {
  margin: 0px;
  max-width: 100%;
}
.homespec a, .homespec a:visited {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 9px;
  line-height: 100%;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.homespec a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.homespec a span, .homespec a:visited span {
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  float: right;
}
.homespec a span span.arrow-orange-left, .homespec a:visited span span.arrow-orange-left {
  height: 0px;
  width: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 11px solid #cf6702;
  display: inline-block;
  margin-right: 9px;
  float: none;
  vertical-align: middle;
  margin-top: -2px;
  -webkit-transition: border-right-width 0.5s, border-left-width 0.5s;
  transition: border-right-width 0.5s, border-left-width 0.5s;
}
.homespec a:hover span span.arrow-orange-left {
  height: 0px;
  width: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #cf6702;
  border-right-width: 0px;
  display: inline-block;
  margin-right: 9px;
  float: none;
  vertical-align: middle;
  margin-top: -2px;
}
/* CONTENT AREA */
#content {
  position: relative;
  display: table;
  width: 100%;
  border-spacing: 27px;
  background: #aad0f2;
}
.home #content {
  display: block;
  border-spacing: 0px;
}
.cycle-slideshow {
  max-width: 100% !important;
}
.cycle-slideshow img {
  width: 100% !important;
}
#contentRight, #contentLeft {
  display: table-cell;
  padding: 18px;
  position: relative;
  vertical-align: top;
  border: solid 2px #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.cycle-slideshow {}
.cycle-slideshow img {}
#contentLeft {
  width: 65%;
  background: #4C4C4C;
}
#contentLeft h1, #contentLeft h2 {
  color: #3a6e8f;
  font-size: 15px;
  margin-top: 0px;
}
#contentLeft h1.graphicTitle, #contentRight h1.graphicTitle {
  color: #fff;
  background: #747575;
  font-size: 15px;
  margin: -18px -18px 18px -18px;
  padding: 3px 0px 4px 18px;
  text-transform: uppercase;
}
#contentLeft h3 {
  color: #3a6e8f;
  font-size: 12px;
}
#contentLeft p {
  font-size: 13px;
  margin-top: 8px;
  margin-bottom: 8px;
}
#contentLeft #projectInformation a {
  color: #86bbdb;
}
#contentRight {
  width: 35%;
  background-color: #FFF;
  color: #4c4c4c;
}
#contentRight p {
  padding: 0px 18px 0px 18px;
}
#contentRight label {
  padding: 0px 0px 0px 18px;
}
#contentRight h1, #contentRight h2 {
  padding: 0px 18px 0px 18px;
  font-size: 14px;
  color: #3a6e8f;
}
#contentRight h2 {
  padding-top: 9px;
}
#contentRight .graphicTitle {
  padding: 0px;
  margin: 0px;
}
#contentRight ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
  margin-top: -2px;
}
#contentRight li {
  background-image: url(../images/arrows/arrow_blueOnWhite.gif);
  background-position: 0px 15px;
  background-repeat: no-repeat;
  border-top: #747575 2px dotted;
  padding: 9px 0px 12px 18px;
  margin: 0px;
  color: #4c4c4c;
}
#contentRight li h1 {
  color: #3a6e8f;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
}
#contentRight li a, #contentRight li a:visited {
  text-decoration: none;
}
#contentLeftBottom ul {
  border-top: #747575 2px dotted;
  padding: 0px;
  list-style: none;
  margin: 0px -18px;
}
#contentLeftBottom li {
  background-image: url(../images/arrows/arrow_blueOnWhite.gif);
  background-position: 15px 12px;
  background-repeat: no-repeat;
  padding: 9px 18px 12px 36px;
  margin: 0px;
  font-size: 12px;
  font-weight: bold;
}
#contentLeftBottom li h1 {
  color: #3a6e8f;
  font-size: 12px;
  margin: 0px;
}
#contentLeftBottom li a, #contentLeftBottom li a:visited {
  text-decoration: none;
}
/* FEATURED PROJECT */
#projectBkgd {
  display: table-row;
  color: #FFF;
}
#projectBkgd #contentRight {
  padding: 0px;
}
#projectInformation {
  color: #FFF;
  padding-right: 144px;
}
#projectInformation h1 {
  color: #FFF;
  margin-top: 0px;
}
#projectInformation p {
  margin-top: 8px;
  margin-bottom: 8px;
}
#projectNumber {
  /*
	Original Values
	position: absolute;
	right: 162px;
	top: 18px;*/
  position: relative;
  top: 0px;
  float: right;
  font-size: 12px;
}
#projectNumber:before {
  content: "No. ";
}
.projectDivider {
  height: 2px;
  border-top: 2px dotted #747575;
  margin: 0px -18px;
}
.projectThumb {
  width: 124px;
  float: left;
  margin-right: 9px;
  height: 84px;
}
#projectImages {
  display: table;
  position: relative;
  height: auto;
  width: 100%;
  background-color: #4C4C4C;
  overflow: hidden;
  text-align: center;
  border-spacing: 0;
}
#projectImage {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  position: relative;
}
#projectImages img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  display: none;
  padding-bottom: 39px;
  background: #fff;
  background-image: url(/images/project_camera.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
}
#projectImages a {
  position: relative;
}
#projectImages a.active img {
  display: block;
}
#photolinks{font-size:0;}
#photolinks a{
   position:relative;
  padding: 10px 8px 11px 9px;
  display: inline-block;
   margin-right:-1px;
}
#photolinks a.photoLink span {
  color: #fff;
  background: #D4E0E9;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 0;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  cursor: default;
  position: relative;
  outline: none;
  border: 1px #fff solid;
  display: inline-block;
}
#photolinks a.photoLink::before {
  content: '';
  height: 37px;
  position: absolute;
  left: 0;
  top: 0;
  border-left: dotted 2px #8c8c8c;
  width: 2px;
}
#photolinks a.photoLink.active span {
  background: #E8CA9C !important;
  color: #222;
  border: 1px #fff solid !important;
  cursor: default;
}
#photolinks a.photoLink.live span {
  background: #3A6E8F;
  cursor: pointer;
}
#photolinks a.photoLink.live:focus span {
  border: 1px #3A6E8F solid;
}
#photolinks {
   margin-top:-39px;
  text-align: right;
}
#projectDetails {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 144px;
  color: #4c4c4c;
  background: #fff;
  padding: 0px;
  box-sizing: border-box;
}
#projectDetails ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
}
#projectDetails li {
  background-image: url(../images/arrows/arrow_blueOnWhite.gif);
  background-position: 15px 12px;
  background-repeat: no-repeat;
  padding: 24px 18px 12px 30px;
  margin: 0px;
}
#projectDetails li:first-child {
  border-top: none;
}
li#projectDetails li h1 {
  color: #3a6e8f;
  font-size: 13px;
  margin: 0px;
}
#projectDetails li a, #projectDetails li a:visited {
  text-decoration: none;
}
#projectDetails li a:hover, li#projectDetails li a:active, li#projectDetails li a:focus {
  text-decoration: underline;
}
#projectNumber h1, li#projectSpecialty h1, li#projectIndustry h1, li#projectType h1, li#projectTimespan h1, li#projectLocation h1, li#projectClientele h1, #projectNumber h2, li#projectSpecialty h2, li#projectIndustry h2, li#projectType h2, li#projectTimespan h2, li#projectLocation h2, li#projectClientele h2, #projectNumber h3, li#projectSpecialty h3, li#projectIndustry h3, li#projectType h3, li#projectTimespan h3, li#projectLocation h3, li#projectClientele h3 {
  display: none;
}
li#projectSpecialty {
  background-image: url(../images/li_specialty.gif);
}
li#projectClientele {
  background-image: url(../images/li_clientele.gif);
}
li#projectIndustry {
  background-image: url(../images/li_industry.gif);
}
li#projectType {
  background-image: url(../images/li_type.gif);
}
li#projectTimespan {
  background-image: url(../images/li_timespan.gif);
}
li#projectLocation {
  background-image: url(../images/li_location.gif);
}
li#projectNavigation {
  background-image: none;
  padding: 13px 9px 12px 13px;
}
#keyPoints {
  padding-bottom: 6px;
}
#keyPoints h1 {
  background: #3A6E8F;
  color: #fff;
  padding: 6px 18px;
  margin: 0px;
}
#keyPoints ul {
  padding: 0px 18px;
  list-style: none;
  margin: 0px;
}
#keyPoints li {
  background-image: none;
  border-top: none;
  border-bottom: #737475 2px dotted;
  padding: 9px 0px 12px 0px;
  margin: 0px;
}
#keyPoints li:last-child {
  border-bottom: none;
}
/* PROJECT LIST */
#projectsBkgd {
  display: table-row;
  color: #FFF;
}
#projectsBkgd #contentLeft ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
  border-top: #737475 2px dotted;
}
#projectsBkgd #contentLeft {
  background: #fff;
  color: #737475;
}
#projectsBkgd #contentLeft li {
  padding: 9px 0px 12px 0px;
  margin: 0px;
  font-size: 12px;
  font-weight: bold;
  clear: left;
  border-bottom: #737475 2px dotted;
  min-height: 84px;
}
#projectsBkgd #contentLeft li h1 {
  color: #3a6e8f;
  font-size: 12px;
  margin: 0px;
}
#projectsBkgd #contentLeft li h1 a, #projectsBkgd #contentLeft li h1 a:visited {
  text-decoration: none;
}
#projectsBkgd #contentLeft li h1 a:hover, #projectsBkgd #contentLeft li h1 a:active {
  text-decoration: underline;
}
/* NEWS */
#newsBkgd {
  display: table-row;
  color: #FFF;
}
#newsBkgd #contentLeft {
  background: #fff;
  color: #4c4c4c;
}
/* CONTACT */
#contactBkgd {
  display: table-row;
  color: #FFF;
}
#contactBkgd #contentLeft {
  height: 356px;
}
#contactInformation {
  color: #FFF;
}
#contactInformation a, #contactInformation a:link, #contactInformation a:visited {
  color: #FFF;
  text-decoration: none;
}
#contactInformation a:hover, #contactInformation a:active, #contactInformation a:focus {
  color: #FFF;
  text-decoration: underline;
}
#contactInformation p {
  font-size: 13px;
}
#contactInformation span.contactLocationTitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #c0c2c2;
  margin-top: 18px;
  display: block;
  margin-bottom: 0;
}
#contactRightNews ul {
  margin: 2px 18px;
}
#contactRightNews li {
  background-image: none;
  padding: 6px 0px;
  border-bottom: #747575 2px dotted;
  border-top: none;
}
#contactRightNews li:last-child {
  border-bottom: none;
}
#contactInformation ul {
  border-top: #737475 2px dotted;
  padding: 9px 0px;
  list-style: none;
  margin: 18px -18px;
}
#contactInformation li {
  background-image: url(../images/arrows/arrow_blueOnDarkGray.gif);
  background-position: 18px 8px;
  background-repeat: no-repeat;
  padding: 6px 18px 6px 36px;
  margin: 0px;
  font-size: 12px;
  font-weight: bold;
}
#contactContentRight {
  background: url(../images/contact_contentRight.jpg) no-repeat;
  width: 255px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}
#contentRight #featuredProject {
  margin-bottom: 36px;
}
#contentRight #featuredProject ul {
  border-top: none;
  padding-left: 0px;
}
#contentRight #featuredProject li {
  background-image: url(../images/bkgd_exampleProject.gif);
  background-position: 0px 9px;
  background-repeat: no-repeat;
  border-top: none;
  padding-left: 0px;
  clear: both;
  min-height: 80px;
  list-style: none;
  margin-left: 0px;
}
/* SPECIALTIES */
#specialtyBkgd {
  display: table-row;
  color: #FFF;
}
#specialtyBkgd #contentRight li {
  border-top: none;
  border-bottom: #747575 2px dotted;
  padding-left: 0px;
  clear: both;
  min-height: 80px;
  height: auto;
}
#specialtyBkgd #contentRight img {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  vertical-align: top;
  width: 124px;
  height: auto;
  max-height: 82px;
  max-width: 45%;
  float: left;
  margin-right: 9px;
   aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
}
#specialtyBkgd #contentRight li h1, #specialtyBkgd #contentRight li p {
  margin-left: 139px;
  clear: none;
  padding: 0px;
  line-height: 110%;
  margin-bottom: 5px;
  font-size: 13px;
}
#specialtyBkgd #contentRight li p {
  margin-top: 0px;
}
#specialtyDetails {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 183px;
  color: #4c4c4c;
  background: #fff;
  box-sizing: border-box;
}
#specialtyDetails ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
}
#specialtyDetails li {
  background-image: url(../images/arrows/arrow_whiteBlueOutline.gif);
  background-position: 15px 12px;
  background-repeat: no-repeat;
  padding: 10px 18px 7px 30px;
  margin: 0px;
}
li#specialtyDetails li h1 {
  color: #3a6e8f;
  font-size: 14px;
  margin: 0px;
}
#specialtyInformation {
  color: #FFF;
  padding-right: 184px;
   min-height: 465px;
}
#specialtyInformation li h1 {
  color: #FFF;
  margin-top: 0px;
}
#specialtyInformation h1 {
  color: #FFF;
  margin-top: 0px;
}
#specialtyInformation p {
  margin-top: 8px;
  margin-bottom: 8px;
}
#footer {
  position: relative;
  height: 253px;
  font-size: 13px;
  text-align: right;
  box-sizing: border-box;
  padding-top: 37px;
  color: #fff;
  box-shadow: 0px -7px 7px rgba(0, 0, 0, 0.2);
  background: #2a5a7a;
}
#credit a, #credit a:visited {
  color: #aad0f2;
  text-decoration: none;
  padding: 0px 20px;
}
#credit a:hover, #credit a:active, #credit a:focus {
  color: #fff;
}
#copyright {
  margin-bottom: 2px;
  padding: 0px 20px;
  z-index: 1;
}
#copyright a, #copyright a:visited {
  color: #fff;
  text-decoration: none;
}
#social {
  padding: 0px 20px;
  margin-bottom: 7px;
}
#social img {
  width: 30px;
  height: 30px;
}
#social a, #social a:visited {
  padding-left: 8px;
  opacity: 0.8
}
#social a:hover, #social a:active, #social a:focus {
  opacity: 1;
}
/*#footer #footerspecialties{position:absolute;text-transform:uppercase;top:37px;left:183px;text-align:left;color:#aad0f2;}*/
#footer #footerspecialties {
  position: relative;
  text-transform: uppercase;
  left: 73px;
  text-align: left;
  color: #aad0f2;
  float: left;
  z-index: 2;
}
#footer #footerspecialties ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#footer #footerspecialties ul li a, #footer #footerspecialties ul li a:visited {
  color: #fff;
  text-decoration: none;
  padding: 0px;
}
#footer #footerspecialties ul li a:hover, #footer #footerspecialties ul li a:active, #footer #footerspecialties ul li a:focus {
  font-weight: 600;
}
/*#footer #footermenu{position:absolute;top:37px;left:37px;text-align:left;}*/
#footer #footermenu {
  position: relative;
  left: 37px;
  text-align: left;
  float: left;
  z-index: 3;
}
#footer #footermenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#footer #footermenu ul li a, #footer #footermenu ul li a:visited {
  color: #ffffff;
  text-decoration: none;
}
#footer #footermenu ul li a:hover, #footer #footermenu ul li a:active, #footer #footermenu ul li a:focus {
  color: #aad0f2;
}
#footer #footermenu ul li.currentpage a {
  font-weight: 600;
  color: #fff;
}
#footerAddress {
  position: relative;
  right: 125px;
  top: 53px;
}
.dropdown ul {
  margin: 0px;
  padding: 0px 0px 20px 2px;
  list-style: none;
}
.dropdown li {
  margin: 0px;
  padding: 0px;
}
.dropdown {
  position: absolute;
  background-image: url(../images/drop_parts.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 141px;
  overflow: hidden;
  z-index: 1000;
  top: 115px;
  left: 67px;
  visibility: hidden;
}
#selectedNews {
  background-color: #4c4c4c;
  background-image: url(../images/arrows/arrow_blueOnDarkGray.gif);
  color: #FFF;
}
#selectedNews a:link, #selectedNews a:visited, #selectedNews a:hover, #selectedNews a:active, #selectedNews h1 {
  color: #FFF;
  text-decoration: none;
}
form h1 {
  margin-bottom: 0px;
}
form p {
  margin-top: 0px;
}
.controls {
  text-align: center;
}
.nextControl {
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0%;
  z-index: 1000;
  background: hsla(0, 0%, 100%, 0.28);
  width: 5%;
  cursor: pointer;
}
.prevControl {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0%;
  z-index: 1000;
  background: hsla(0, 0%, 100%, 0.28);
  width: 5%;
  cursor: pointer;
}
.rArrow {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 30px solid white;
  margin: auto;
  top: 50%;
  position: relative;
  opacity: .7;
  transform: translateY(-50%);
}
.lArrow {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-right: 30px solid white;
  margin: auto;
  top: 50%;
  position: relative;
  opacity: .7;
  transform: translateY(-50%);
}
.pager {
  display: inline-block;
  margin-right: 5px;
  height: 15px;
  width: 15px;
  background: #527a94;
  border-radius: 2px;
  cursor: pointer;
}
#adv-custom-caption {
  position: relative;
  float: left;
  color: white;
  font-size: 18px;
  margin-left: 27px;
  top: 3px;
}
.pager.cycle-pager-active {
  background: #819db5;
}
#custom-pager {
  position: relative;
  right: 27px;
  top: 10px;
  float: right;
}
.notBold {
  font-weight: normal;
}
#logInOut {
  padding: 0px 20px;
  z-index: 1;
}
a.loginBtn, a.loginBtn:visited {
  font-size: 16px;
  font-weight: 700;
  color: #aad0f2;
  text-decoration: none;
}
a.loginBtn:hover, a.loginBtn:active {
  color: #FFFFFF;
}
a.logoutBtn, a.logoutBtn:visited {
  font-size: 16px;
  font-weight: 700;
  color: #ff952e;
  text-decoration: none;
}
a.logoutBtn:hover, a.logoutBtn:active {
  color: #FFFFFF;
}
.admin-bar {
  display: none;
}
.subm {
  transition: top .6s;
}
@media screen and (min-width:900.01px) {
  body.specialtiesShowing #specialtiesSubM {
    top: 40px;
  }
  body.projectsShowing #projectsSubM {
    top: 40px;
  }
  body.clienteleShowing #clienteleSubM {
    top: 40px;
  }
}
#featured-check {
  opacity: 1;
  position: fixed;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(7px);
  z-index: 500000;
  top: 0px;
  background: #55555599;
  font-size: 14px;
}
.featured-check-box {
  max-width: 800px;
  width: 90vw;
  max-height: calc(100vh - 40px);
  background: #555555;
  color: #fff;
  box-shadow: 3px 3px 8px 0 #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  padding: 20px;
  margin: 0 auto;
  border-radius: 3px;
  border: 2px solid #fff;
  overflow-y: auto;
  box-sizing: border-box;
}
.product-inquiry-form-popup-thankyou .featured-check-box {
  min-height: auto;
}
.featured-check-box h2 {
  font-style: italic;
  margin-top: 70px;
}
.featured-check-box a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: color .3s;
}
.featured-check-box a:hover {
  color: #ffffffaa;
}
body.featured-checked {
  overflow-y: scroll;
}
body.featured-checked #featured-check {
  opacity: 0;
  pointer-events: none;
}
@media (max-width:1200px) {
  #header #brand {
    background-position: left top;
  }
}
@media (max-width:1000px) {
  .hideMe {
    display: none;
  }
  ul#header_navs li.hasSubMenu ul.subm li::after {
    margin: 0px 2px;
  }
}
@media (max-width:900px) {
  .hideMe {
    display: inherit;
  }
  #main-navs {
    height: 30px;
  }
  #header_navs {
    height: auto;
    margin-top: 10px;
    padding-top: 10px;
    line-height: 1;
  }
  #header_navs li {
    display: none;
  }
  body.menuswitchopen ul#header_navs li {
    display: block;
  }
  body.menuswitchopen ul#header_navs {
    padding-bottom: 20px;
  }
  #header_navs li:after {
    content: "";
    margin: 0px;
  }
  #header_navs li ul {
    position: relative;
    height: auto;
    background: none;
    box-shadow: none;
    top: 0px;
    padding: 0px 27px 3px 27px;
    z-index: 1;
  }
  #header_navs a, #header_navs a:visited {
    padding: 3px;
    line-height: 1;
  }
  #menuswitch {
    display: inherit;
  }
  #specialtyBkgd #contentRight img {
    float: none;
    margin-right: 0px;
    max-width: 100%;
  }
  #specialtyBkgd #contentRight li h1 {
    line-height: 110%;
    margin-top: 10px;
  }
  #specialtyBkgd #contentRight li h1, #specialtyBkgd #contentRight li p {
    margin-left: 0px;
    clear: both;
  }
}
@media (max-width:875px) {
  body {
    padding-left: 0px;
  }
  #background {
    box-shadow: none;
    border-left: 10px;
    border-right: 10px;
    max-width: 94%;
  }
  #container {
    padding: 0px;
  }
  #header_navs {
    box-shadow: none;
  }
  #header_navs a, #header_navs a:visited {
    padding: 7px 0px 5px 0px;
    -webkit-transition: none;
    transition: none;
    line-height: 110%;
  }
  #header_navs li ul {
    position: relative;
    bottom: auto;
    background: none;
    padding: 0px 0px 0px 10px;
    box-sizing: border-box;
    list-style: none;
    font-size: 14px;
    z-index: auto;
    left: auto;
    height: auto;
    -webkit-transition: none;
    transition: none;
    /* pointer-events: all; */
    line-height: 110%;
    margin: 0px;
  }
  #header_navs li:hover ul {
    bottom: -auto;
    box-shadow: none;
  }
  #header_navs li ul li a, #header_navs li ul li a:visited {
    padding: 0px;
  }
  #footer {
    height: 350px;
  }
  #footerAddress {
    right: 0px;
    float: left;
    clear: both;
    top: 50px;
    width: 100%;
    text-align: left;
  }
  #content {
    border-spacing: 0px;
  }
  #contentRight, #contentLeft {
    display: inline-block;
    padding: 3%;
    overflow: hidden;
    margin-top: 30px;
    box-shadow: none;
    border: none;
    border-radius: 0px;
  }
  #contentLeft {
    width: 100%;
  }
  #contentRight {
    width: 100%;
  }
  #projectBkgd #contentRight {
    width: 100%;
  }
  /*
  #projectBkgd #contentLeft {
    background-color: #ffffff;
  }
  #projectBkgd, #projectInformation {
    color: #4c4c4c;
  }
  #projectInformation h1 {
    color: #3a6e8f;
  }*/
  #projectImages {
    background-color: #ffffff;
    border-bottom: 2px solid #aad0f2;
  }
  #specialtyBkgd #contentRight img {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    vertical-align: top;
    width: 124px;
    max-width: 45%;
    float: left;
    margin-right: 9px;
  }
  #specialtyBkgd #contentRight li h1, #specialtyBkgd #contentRight li p {
    margin-left: 134px;
    clear: none;
    padding: 0px;
  }
  #contactBkgd #contentLeft {
    background-color: #ffffff;
    height: 406px;
  }
  #contactBkgd, #contactInformation {
    color: #4c4c4c;
  }
  #contactInformation li {
    background-image: url(../images/arrows/arrow_blueOnWhite.gif);
  }
  #contactInformation a, #contactInformation a:link, #contactInformation a:visited {
    color: #4c4c4c;
    text-decoration: none;
  }
  #contactInformation a:hover, #contactInformation a:active, #contactInformation a:focus {
    color: #4c4c4c;
    text-decoration: underline;
  }
}
@media (max-width:750px) {
  .rArrow {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid white;
  }
  .lArrow {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 20px solid white;
  }
}
@media (max-width:680px) {
  #custom-pager {
    display: none;
  }
  #adv-custom-caption {
    font-size: 0;
  }
  #adv-custom-caption strong {
    font-size: 16px;
  }
}
@media (max-width:500px) {
  #projectDetails li {
    background-position: -9px 12px;
    background-repeat: no-repeat;
    padding: 24px 7px 12px 9px;
    margin: 0px;
  }
  #projectDetails {
    width: 114px;
  }
  #projectInformation {
    padding: 0px 118px 13px 4px;
  }
  #header #brand {
    height: auto;
    padding: 20px;
  }
  #specialtyDetails {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    width: auto;
    background: #fff;
    padding: 18px;
    box-sizing: border-box;
  }
  #specialtyInformation {
    color: #FFF;
    padding-right: 0px;
  }
  .rArrow {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 14px solid white;
  }
  .lArrow {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 14px solid white;
  }
}
@media (max-width:475px) {
  #contactContentRight {
    background-image: none;
  }
}
@media (max-width:400px) {
  #homespecs {
    background: none;
  }
  .homespec {
    background: #2a5a7a;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    width: 323px;
    display: inline-block;
    box-sizing: border-box;
    margin: 1px 9px 18px 9px;
    text-align: left;
    max-width: 90%;
  }
  #contentRight, #contentLeft {
    padding: 4%;
  }
  #contentLeft {
    width: 100%;
  }
  #contentRight {
    width: 100%;
  }
  #projectBkgd #contentRight {
    width: 100%;
  }
  #contactContentRight {
    background-image: none;
  }
  #footer {
    height: 450px;
  }
  #footer #footermenu {
    float: none;
  }
  #footer #footerspecialties {
    float: none;
    left: 37px;
  }
  #footerAddress {
    top: 20px;
  }
}