html, body, body * { box-sizing: border-box; padding:0 0 0 0; margin: 0 0 0 0; }

:focus {  }

.hide-only-visually { clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

html { min-width: 360px !important; scroll-behavior: smooth; }

html, body { float: left; background-color: white; color:#222; width: 100%;
	font-family:'PT Sans Narrow', sans-serif; line-height: 1.4; letter-spacing: 0.012em; }

body { font-size: calc( 0.7em + 0.7vw + 1px ); scroll-behavior: smooth; }


@media screen and (max-width: 1024px) {
body { font-size: calc(0.7em + 0.8vw); }
}

@media screen and (max-width: 800px) {
body { font-size: calc( 1.2em + 0.6vw + 1px ); }
}

@media screen and (max-width: 640px) {
body { font-size: calc( 1.2em + 0.7vw + 1px ); }
}

@media screen and (min-width: 3750px) {
body { font-size: calc(0.65em + 0.75vw - 1px); }
}

@media screen and (min-width: 5500px) {
body { font-size: calc(0.7em + 0.8vw - 1px); }
}

h1, h2, h3, h4, h5 { width: 100%; float:left; clear:left; font-weight: 400; line-height: 1; margin-bottom: 0.5em; }

h1 { margin-bottom: 0.375em; font-size: 1.9em; font-weight: bold; letter-spacing: 0.02em; color:#333; text-transform: uppercase; }
h2 { line-height: 1.1; font-size: 1.5em; color:#111; }
h3 { font-size: 1.25em; color:#222; }
h4 { font-size: 1.17em; color:#111; }
h5 { font-size: 1.125em; }

h2 img, .one-of-two h2 img { float: none;	height: 1em; line-height: 1; width:auto; vertical-align: top; border-radius: 3pt; margin-top: 0.1em; margin-right: 0.125em; margin-bottom:0; }

blockquote p { background-color:rgba(255,255,255,0.25); padding: 1em; break-inside:avoid; border-radius: 0.25vw; }
#careers-page blockquote p { background-color:transparent; padding: 0.5em 0 0.5em 0; }

.contact-info { margin-bottom: 1em; }
.contact-info h2 { margin-bottom:0; }
.contact-info small {  }
.contact-info a { text-decoration-color: rgba(29, 57, 139,0.6) !important; }
.contact-info p { margin-bottom: 0.2em; line-height:1.3; }


::selection { background-color:white; color:black; }

p  a { text-decoration: underline; border: none; }

.mainbody { background-color: rgb(240, 240, 240) }
.mainbody a { color: rgb(29, 57, 139) !important; text-decoration-color: rgba(29, 57, 139,0.5) !important; }
.mainbody a:visited { color: rgba(116, 39, 116,0.75) !important; text-decoration-color: rgba(116, 39, 116,0.25) }


.mainbody.withbg { background-image: url("../images/bg/Blue_Metal_Background_licensed_stock_desaturated_negative.jpg"); background-size: 100%; background-position: 0 100%; padding-bottom: 1em; }
.mainbody.withbg h2 { color: #000; text-shadow: 0 0 2em #fff }

.mainbody.altbgcolour { background-color: #fafafa;  }

p { float:left; clear: left; }

ul, ol { clear:left;  }

p, a, ul, ol { font-weight: 400; margin-bottom: 1em; }

b, strong { font-weight: bold; }

hr { float:left; clear:left; width:100%; border: 1px solid rgba(255,255,255,0.5); margin: 0.5em 0 0.5em; margin: 0 0 1em 0; }

span { font-size: 1em; }

address { font-style: normal; }
address h2 { margin-bottom:0.25em; }

iframe, iframe * { border-color: transparent !important; border: none !important; box-shadow: none !important; text-shadow: none !important; }

/* VISIBLE VERSION

#bar-above-all { padding: 0 4vw; background-color: #333; width: 100%; height: 2em; }
#bar-above-all * { margin: 0; padding: 0; color: #fff; }

#bar-above-all a { margin-right: 0.75em; text-decoration: none; border-bottom: 1px solid transparent; border-radius: 3px; }
#bar-above-all a:hover { border-bottom-color: #fff; }

#bar-above-all ul { height: 2em; line-height: 1; list-style:none; list-style-position: outside; }
#bar-above-all ul li { float:left; line-height: 2.2; font-size:0.9em; }
#bar-above-all ul li a { font-weight: 400; }

#bar-above-all ul li.icon { float:right; margin-left: 1em; margin-right: 0; }
#bar-above-all ul li.icon a { margin:0; }
#bar-above-all ul li.icon img { height: 2em; width: 2em; margin-bottom:-0.6em; }

*/

#bar-above-all { float: left; padding: 0 4vw; width: 100%; background-color: rgba(0,0,0, 1); }
#bar-above-all * { margin: 0; padding: 0; color: #fff; }

#bar-above-all a { margin-right: 0.75em; text-decoration: none; border-bottom: 1px solid transparent; border-radius: 2px; }
#bar-above-all a:hover { border-bottom-color: #fff; }

#bar-above-all ul { list-style:none; list-style-position: outside; }
#bar-above-all ul li { float:left; font-size:0.9em; }
#bar-above-all ul li a { font-weight: 400; line-height: 2; }

*:focus { outline: solid 1px; outline-color: currentColor; outline-offset: 2px; border-radius: 3px; }

  a.skipto:focus { color: orange !important; }

  .skipto { position: absolute; top: -4.2rem; transition: all 1s ease-in-out; z-index: 100;  opacity: 0; }
  .skipto:focus { left: 0; position: relative; top: 0; transition: all 1s ease-in-out; opacity:  1; }


/* VERSION FOR ALWAYS VISIBLE BAR
  .skipto { opacity: 0; font-size: 0; padding: 0; outline-offset: 0; margin: 0 0 0 0; padding: 0 0 0 0; width:0; transition: all 0.33s; }
  .skipto:focus { opacity: 1; font-size: 1em; padding-right: 1em; margin-right: 1em; width: auto; outline-offset: 3px; }
*/

@media screen and (max-width: 500px) {

	#bar-above-all { font-size:0.9em; }
	#bar-above-all ul li.icon { margin-left: 0.5em; }

	#bar-above-all { padding: 0 3vw; }
}

@media screen and (max-width: 450px) {

	#bar-above-all { font-size:0.9em; }
	#bar-above-all ul li.icon { margin-left: 0.2em; }
}

@media screen and (max-width: 380px) {
	#bar-above-all { font-size:0.9em; }
	#bar-above-all ul li.icon { margin-left: 0.1em; }
}

@media screen and (max-width: 360px) {
	#bar-above-all { font-size:0.9em; }
	#bar-above-all ul li.icon { margin-left: 0.1em; }
}

header#header-with-top-navigation { position: relative; float:left; clear:both; width:100%; padding:1.5vw 4vw 1.5vw 4vw; position:relative; /* overflow:hidden; */
 background-color: #ffffff; z-index:999; }

/* uncomment for overlay header - absolute positioning is the key here */
#homepage header#header-with-top-navigation { /* position:absolute; top:2em; background: linear-gradient(181deg, rgba(255,255,255,0.75), rgba(255,255,255,0.60), rgba(255,255,255,0.45), rgba(255,255,255,0.30), rgba(255,255,255,0.0)); */ }

header a.logolink { float:left; display:block; width: calc( 0.55in + 5.5em + 5.5vw + 5.5% ); margin-top:  0.75em;}
header img.logo { height: 100%; float: left; width: 100%; }

@media screen and (max-width: 800px) {
header a.logolink { width: calc( 0.65in + 6.5em + 6.5vw + 6.5% ); margin-top: 1.25em; padding: 0.25em 0 0.25em; }
}

@media screen and (max-width: 640px) {
header a.logolink { width: calc( 0.675in + 6.75em + 6.75vw + 6.75% ); margin-top: 1.25em; padding: 0.375em 0 0.375em; }
}

header nav { width:auto;float:right; padding-bottom: 1em; padding-top: 1em; letter-spacing: 0.02em; }

header nav ul { font-size:1em;text-align:right;margin:0; padding:0; }
header nav ul li { font-weight: bold; display:inline; margin:0 0 0 0.375em; text-align:right; }
header nav ul:first-child { padding-left:0; margin-left:0; }
header nav ul li:first-of-type { margin-left:0; }
header nav ul li a { font-weight: bold; background-color: none; padding: 0.25em 0.5em; border-radius: 3px; text-decoration:none; color:#111; transition: outline 0.4s, background-color 0.4s;}
header nav ul li a:hover { background-color: rgba(255,255,255,0.5); }

#homepage header nav ul li a.homepage-nav-item,
#capabilities-page header nav ul li a.capabilities-nav-item,
#industries-page header nav ul li a.industries-nav-item,
#team-page header nav ul li a.team-nav-item,
#about-page header nav ul li a.about-nav-item,
#contact-page header nav ul li a.contact-nav-item,
#quality-page header nav ul li a.quality-nav-item,
#careers-page header nav ul li a.careers-nav-item,
#accessibility-page header nav ul li a.accessibility-nav-item

{ color: white; text-decoration:none; background-color: rgb(29, 57, 139); outline-color:black; }

#capabilities-subpage header nav ul li a.capabilities-nav-item,
#industries-subpage header nav ul li a.industries-nav-item

 { color: black; text-decoration:none; background-color: rgba(29, 57, 139,0.1); }

.accessibility-nav-item { font-weight: 100 !important; border-radius:50%; font-size:1.4em; line-height:1; padding: 0; margin:0 0 0 0.25em; vertical-align: middle; width:1em; height: 1em; float:right; }

header nav ul li.icon { display: none !important; }
header nav ul li.icon { margin-left:0; }
header nav ul li.icon a { padding:0 0; margin:0 0 0 0.7em; }
header nav ul li.icon a img { height:1.75em; width:auto; vertical-align: middle; }

header nav ul li.phone-li { position: absolute; bottom: 0; right: 4vw; font-size:1.25em; line-height: 4; color:rgb(29, 57, 139); font-weight: 600; }
header nav ul li.phone-li a { color:rgb(29, 57, 139); }

	br.mobile-only { display: none; }
.mobile-only { display:none; }
.desktop-only .rsSlideTitle { font-size: small; }


#googlecalendardefault { display: block; }
#googlecalendaragenda { display: none; }

@media screen and (max-width: 800px) {
	#googlecalendardefault { display: none; }
	#googlecalendaragenda { display: block; }
}

.mainbody {  width: 100%; float: left; padding: 2vw 4vw 3vw 4vw; min-height: calc(100vh - 15.5vw); }
#homepage .mainbody { min-height: unset; }

.mainbody ul { list-style-position: outside; margin-left: 1em; }

.one-col { float: left; clear: left; margin-bottom: 1em; }

.three-col { clear: left; column-count: 3; column-gap: 3vw; margin-bottom: 1em; }
.three-col p { float:none; /* column-count does not work in FF w.out this */ }
.three-col img { float: left; width: 100%; margin-bottom: 1em; border-radius: 50%; /* border-top-left-radius: 2px; border-bottom-right-radius: 2px; */ }
.three-col a { color: green; text-shadow: 0px 0px 0.25px green; text-decoration:none; border-bottom: 1px solid #888; }

.three-col.team-pics img { border-radius: 0.5vw; float:left; }


.one-of-two { display:block; float:left; width:49.9%; padding-right: 3%; }
.one-of-two.last { float:right; width: 49.9%; padding-right: 0; }
.one-of-two img { float: left; width: 100%; height: auto; margin-bottom: 1em; border-radius: 0.5vw; /* border-top-left-radius: 2px; border-bottom-right-radius: 2px; */ }
.one-of-two.square img {  }

@media screen and (max-width: 800px) {
.one-of-two { width:100%; padding-right: 0%; margin-bottom: 0; }
.one-of-two.last { width: 100%; padding-right: 0; margin-bottom: 1em; }
.one-of-two img { width: 100%;  margin-bottom: 1em; }
}

.one-of-three { display:block; float:left; width:33.33%; padding-right: 3%; }
.one-of-three.last { float:right; width: 33.33%; padding-right: 0; }
.one-of-three img { float: left; width: 100%; height: auto; margin-bottom: 1em; border-radius: 50%; /* border-top-left-radius: 2px; border-bottom-right-radius: 2px; */ }
.one-of-three.square img { border-radius: 0.5vw; }
.one-of-three.team-pics img { border-radius: 0.5vw; }

@media screen and (max-width: 800px) {
.one-of-three { width:100%; padding-right: 0%; margin-bottom: 0; }
.one-of-three.last { width: 100%; padding-right: 0; margin-bottom: 1em; }
.one-of-three img { width: 100%;  margin-bottom: 1em; }
}

.one-of-three figure { float: left; width: 50%; padding-right: 1vw; }
.one-of-three figure img { border-radius: 0.25vw; }
.one-of-three figure img.round { border-radius: 50%; }
.one-of-three figcaption { font-size: smaller; line-height: 0; margin-bottom: 1em; width: 100%; text-align: center; }

.two-of-three figure { float: left; width: 20%; padding-right: 1vw; }
.two-of-three.popup-certs figure { width: 16.6%; }
.two-of-three figure img { border-radius: 0.25vw; }
.two-of-three figure img.round { border-radius: 50%; }
.two-of-three figcaption { font-size: smaller; line-height: 0; margin-bottom: 1em; width: 100%; text-align: center; }

@media screen and (max-width: 800px) {
.two-of-three figure { width: 33%; }
.two-of-three.popup-certs figure { width: 25%; }
}

.two-of-three { display:block; float:left; width:66.666%; padding-right: 3%; }
.two-of-three img { float: left; width: 100%; height: auto; margin-bottom: 1em; border-radius: 0.5vw }

.two-thirds { width: 66%; }
.two-thirds.two-col { column-count:2 !important; }

.two-thirds.two-col img { width:100%; border-radius:50%; padding: 2.5%; margin: -1.25% 0; }

@media screen and (max-width: 800px) {
.two-of-three { width:100%; padding-right: 0%; margin-bottom: 0; }
}

.one-of-four { display:block; float:left; width:25%; padding-right: 2.5%; margin:  1em 0 0 0; }
.one-of-four.last { float:right; padding-right: 0; }
.one-of-four img { float: left; width: 100%; height: auto; margin-bottom: 1em; border-radius: 0.5vw; /* border-top-left-radius: 2px; border-bottom-right-radius: 2px; */ }

@media screen and (max-width: 800px) {
.one-of-four { width:50%; }
}

@media screen and (max-width: 800px) {
.two-of-three { width:100%; padding-right: 0%; margin-bottom: 0; }
}

 .two-thirds-image-slide { width: 66.6%; float:left; }
 .on-the-left { width: 66.6%; padding-right: 3%; }

 @media screen and (max-width: 800px) {
 	 .two-thirds-image-slide { width: 100%; }
 }


.gallery-thumb-overview { float: left; clear: left; column-count: 6; font-size:0.8em; line-height: 1; margin-bottom:1em; }
.gallery-thumb-overview.four{ column-count: 4; }
.gallery-thumb-overview.five { column-count: 5; }
.gallery-thumb-overview.six { column-count: 6; }
.gallery-thumb-overview.seven { column-count: 7; }
.gallery-thumb-overview img { float:left; width:100%; height:auto; }
.gallery-thumb-overview div { -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
		page-break-inside: avoid; /* Firefox */
			break-inside: avoid; /* IE 10+ */
		}


div.gallery-thumb, div.gallery-thumb * {  }
div.gallery-thumb { position: relative; margin-bottom: 1em; border-radius: 2px 0.9vw 2px 0.9vw; overflow: hidden; }

div.gallery-thumb {  }
div.gallery-thumb:hover {  }

div.gallery-thumb a img { transition-property: opacity; transition-duration: 0.7s; }
div.gallery-thumb a:hover img { opacity: 0.9; }

div.gallery-thumb .gallery-info { position: absolute; top: 1em; left: auto; right: 0; }

div.gallery-thumb .gallery-info p,
div.gallery-thumb .gallery-info a { text-decoration: none; font-family: 'PT Sans Narrow', sans-serif; font-weight: bold; font-size: 1.25em; text-align:right; }

div.gallery-thumb .gallery-info p { background-color: rgba(29, 57, 139, 0.9); color: rgba(255,255,255,0.9); transition-property: background-color, color; transition-duration: 0.7s; border-radius: 2px 0 0 2px; padding: 0.25em 0.75em; box-shadow: 0 0 0.5em rgba(0,0,0,0.25); }
div.gallery-thumb .gallery-info p a { color: inherit !important; text-decoration: none; }

div.gallery-thumb:hover .gallery-info p { background-color: rgba(255,255,255,0.9); color: rgba(29, 57, 139,1); }
div.gallery-thumb:hover .gallery-info p a {  }


.my-gallery {  }
.my-gallery figure { float:left; width:20%; margin:0 0; padding:0 0.5em 0.5em 0; }
.my-gallery { font-size:0.8em; column-fill: balance }
.my-gallery figure { -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
		page-break-inside: avoid; /* Firefox */
			break-inside: avoid; /* IE 10+ */
		}
.my-gallery figure img { width: 100%; padding:0 0 0 0; margin: 0 0 0 0; }

.my-gallery figcaption { line-height: 1; color:#222; opacity: 0.8;}
.my-gallery a { color:#000; text-decoration-style: solid !important; float:left; }

/* this is for photoswipe default skin - an override */
.pswp__caption__center {
text-align: center; }

@media screen and (max-width: 1024px) {
	.my-gallery figure { width: 33.3%; }
	.my-gallery figcaption { font-size: 1.1em; }
}


iframe { margin: 1em 0 1em 0; }


/* - Footer */

footer { background-color: transparent; background-image: url("../images/bg/Blue_Metal_Background_licensed_stock.jpg"); background-size: cover; color:#fff; float:left; width:100%; padding:2vw 4vw 2vw 4vw; font-size: 0.8em; }

footer a { color:#fff; }

footer hr { float:left; clear:left; width:100%; border: 1px solid rgba(255,255,255,0.5); border-bottom: none; margin: 1vw 0 3vw; }

footer .footerleft { float:left; clear:left; }
footer .footerleft a { text-decoration: none; }

footer .social { float:right;text-align:right; font-size:smaller; }
footer .social ul { list-style-type:none; float:right; text-align:right; }
footer .social ul li {float:right; border:none; clear:none; margin-bottom:0.125em; }
footer .social ul li a { text-decoration: none; border-bottom: 1px #444 dotted; }

footer .social ul li.icon { float:right; margin-left: 1em; margin-right: 0; }
footer .social ul li.icon a { margin:0; }
footer .social ul li.icon img { height: 2em; width: 2em; margin-bottom:-0.6em; filter: invert(100%); }

footer .web-design-by {font-size:0.8em;text-decoration:none; opacity: 0.75;}

/* - Footer hrmap */

#sitemap { float: left; width: 50%; padding-bottom: 1em; /* padding-bottom: 3vw; border-bottom: 1px solid rgba(255,255,255,0.25); margin-bottom:  3vw; */ }
#sitemap nav { float: left; padding-top: 1em; }

#sitemap nav > ul { float: left; }
#sitemap nav > ul > li { float:left; padding-right: 1em; min-width: 5em; }
#sitemap nav > ul > li > ul { float: none; padding-top: 0.375em; padding-left: 0em;}
#sitemap nav > ul > li > ul > li { clear:left; float:left; opacity: 0.75 }

#sitemap nav ul { list-style-type: none; }

#sitemap nav > ul > li > a {  }
#sitemap nav > ul a { text-decoration-color: #888; }

#sitemap h2 { color: #ddd; text-transform: uppercase; }

@media screen and (max-width: 800px) {

	#sitemap { font-size: 1.1em; padding-bottom: 3vw; margin-bottom: 3vw; }
	#sitemap nav > ul > li { float:left; clear:left; }
	#sitemap nav > ul > li > a { float:left; clear:left; padding:0 0 0 0; margin: 0 0 0 0; }
	#sitemap nav > ul > li > ul { clear: left; float: left; padding: 0.5em 1em 0.25em; }

}

#footer-contact { float:left; width: 50%; margin-bottom: 3vw; }
#footer-contact h2 { color: #ddd; text-transform: uppercase; }
#footer-contact p { float:left; padding-top: 1em; color: #bbb; }
#footer-contact a { color: #bbb; text-decoration-color: #888; }




/* -  MEDIA QUERIES  --------------------------------------------- */
/* for body font-size and select other media queries see above */


@media screen and (max-width: 1440px) {
	header nav ul li.phone-li { font-size:1.125em; }
}

@media screen and (max-width: 1250px) {
			header nav ul li a { padding: 0.225em 0.45em; }
}

@media screen and (max-width: 1150px) {
			.wider-than-1150 { display: none; }
}

@media screen and (max-width: 1024px) {
	header#header-with-top-navigation { padding:2.5vw 3vw 1.75vw 3vw; }

	header nav ul .icon { font-size: 0.9em; }
	header nav ul li.phone-li { font-size:1.1em; }

	.mainbody { font-size: 0.9em; }
		.three-col { column-count: 2; }
}

@media screen and (max-width: 800px) {
	header#header-with-top-navigation { position: relative !important; padding:3vw 3vw 3vw 3vw; }
	#homepage header#header-with-top-navigation { position:relative !important; top:0; background-color: #ffffff !important; background-image: none;  }

	header nav ul li { line-height: 1.4; font-size: 1.0em;}
	header nav ul .icon { font-size: 0.9em; }
	header nav ul li.phone-li { font-size:1em; }

	.mainbody { font-size: 0.8em; }

	.desktop-only { display: none; visibility: hidden; }
	br.mobile-only { display: inline; }
	.mobile-only { display:inline; }

	footer {font-size:0.8em;}
	footer .social ul li { margin-bottom:0.3em; }

	.gallery-thumb-overview { column-count: 3; font-size:0.9em; }
	.gallery-thumb-overview.five { column-count: 3; }
	.gallery-thumb-overview.four { column-count: 2; }
	.gallery-thumb-overview.six { column-count: 3; }

	#homepage .three-col { column-count: 1; }
}


@media screen and (max-width: 640px) {

	header { font-size:0.9em; }
	header#header-with-top-navigation { position: relative; padding:3vw 3vw 3vw 3vw; }
	header nav ul li.icon { line-height:2.25; }
	header nav ul li.phone-li { font-size:0.9em; }


	.three-col { column-count: 1; }
		#homepage .three-col { column-count: 1; }

	footer {font-size:0.75em;  }
}

@media screen and (max-width: 480px) {

	header { font-size:0.85em; }
	header#header-with-top-navigation { position: relative; padding:3vw 3vw 3vw 3vw; }

	.gallery-thumb-overview { column-count: 2; font-size:0.9em; }

	footer {font-size:0.7em; padding: 4vw 4vw; }

    .mainbody { padding: 6vw 4vw; }
	.three-col img { border-radius: 3.125%; }
}

@media screen and (max-width: 480px) and (max-height: 400px) {
	.gallery-thumb-overview { column-count: 2; font-size:0.8em; }

	.gallery-thumb .gallery-info p { font-size: 1.5em; }
}

@media screen and (max-width: 360px) {

	header { font-size:0.8em; }
	header#header-with-top-navigation { position: relative; padding:3vw 3vw 3vw 3vw; }

	.gallery-thumb .gallery-info p { font-size: 1.375em; }

	footer {font-size:0.59em; }
}

@media screen and (max-width: 330px) {
	header#header-with-top-navigation { position: relative; padding:3vw 3vw 3vw 3vw; }
}




/* - WEBFONTS  --------------------------------------------- */


/* PT Sans Narrow Narrow */

@font-face {
    font-family:'PT Sans Narrow';
    src:url('../webfonts/PTN57F-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
font-display: swap;}

@font-face {
    font-family:'PT Sans Narrow';
    src:url('../webfonts/PTN77F-webfont.woff') format('woff');
    font-weight:bold;
    font-style:normal;
font-display: swap;}

/* Open Sans */

/*
@font-face {
    font-family:'Open Sans';
    src:url('../webfonts/OpenSans-Regular-webfont.woff');
    font-weight:400;
    font-style:normal;
font-display: swap;}

@font-face {
    font-family:'Open Sans';
    src:url('../webfonts/OpenSans-Semibold-webfont.woff');
    font-weight:bold;
    font-style:normal;
font-display: swap;}
*/


/* WEBFONTS ends */
