body, footer button {
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}
img { -webkit-transform: translate3d(0, 0, 0); }
div[class^=widget] button,
#instagram .item .photo,
#instagram .item.video:hover .play p,
#instagram .item.video:hover .play p:after {
	transition: all 0.3s ease;
}

/* ==>  Global  ---------------------------------------------------------------------------------------- */
html {
	font-size: 62.5%; 
	background: #fff; 
}
body {
	min-width: 75%;
	font-family: 'Museo Sans W01', Helvetica, Arial, sans-serif;
	color: #000;
	height: 100%;
}
body #recaptcha_area { line-height: normal; }
*[class*=rel] { position: relative; }
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
#Body > nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	float: left;
	z-index: 100;
}
#Body > nav { display: none; }
#Body div#slide {
	width: 100%;
	/*min-width: 320px;*/
	display: block;
	top: 0;
	z-index: 9999;
	transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}
#Body.reveal div#slide { right: 0; }

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ==>  Links ---------------------------------------------------------------------------------------- */
a, 
a:visited { text-decoration: none; }
a:hover, 
a:active,
a:focus { text-decoration: underline; }
a.opposite, 
a:visited.opposite { text-decoration: underline; }
a.opposite:hover, 
a.opposite:active,
a.opposite:focus { text-decoration: none; }

/* ==>  Colors and Fonts ---------------------------------------------------------------------------------------- */

/* font color for indexes */
*[class^=targets] p { color: #000; }

/* link, title colors */
a,
#SearchBar a,
*[class^=targets] a p.link,
*[class^=targets] a p[class^=title] { color: #00a1e1; }

/* related icon bg color */
#Related img,
#Related .icon,
div.thumbs div.block img.icon { background: #00a1e1; }

/* bar colors */
*[class^=bar] { background: #0a548b; }
#ContactBar { background: #58b7b3; scroll-margin-top: 95px; }
*[class^=bar] a,
div[class^=bar] p { color: #fff; }
*[class^=bar] a.right, 
*[class^=bar] p.right { color: #ccc; }
#ContactBar p.right { color: #333; }
#SearchBar {
	border: 1px solid #c6c6c6;
	background: #f7f7f7;
}
#SearchBar div.form label,
#SearchBar div.form p { color: #666; }
#SearchResults p.dev { color: #999; }

/* required asterisk */
span.required,
div[class^=form-row] > label span { color: #c00; }

/* paging bar */
.paging-bar > div.paging a p { 
	color: #00a1e1;
	border: 1px solid #00a1e1;
}
.paging-bar > div.paging a p:hover, 
.paging-bar > div.paging a p:active, 
.paging-bar > div.paging a p:focus { 
	background: #00a1e1;
	color: #fff;
	border: 1px solid #00a1e1;
}
.paging-bar > div.paging p.current {
	background: #00a1e1;
	color: #fff;
	border: 1px solid #00a1e1;
}
.paging-bar > div.paging p.divider { display: none; }
.paging-bar > div.paging p { 
	margin: 0 0 0 8px;
	color: #000;
	border: 1px solid #999;
	background: #fff;
}

/* buttons */
input[type=submit], 
button, 
a.button {
	background: #00a1e1;
	color: #fff;
}
a.button:hover, 
a.button:active, 
a.button:focus { text-decoration: none; }

/* remove pushbutton appearance from safari/chrome on mobile and restore to designed look */
input[type="submit"],
button { -webkit-appearance: inherit; }

/* tables */
*[class^=targets] div[class^=row] { border-bottom: 1px solid #ccc; }
#Samples ul,
[id^="Portfolio"] ul { border: 0; }
[id^="Portfolio"] + [id^="Portfolio"],
[id^="Portfolio"] + #RelPad + #Samples {
	padding-top: 50px;
	background: url(/_themes/_images/framework/hr-dash.gif) 0 25px repeat-x;
}

/* attributes table for resources like Staff */
#Showcase .right { background: #fff; }
#Showcase .right .att-row p.label { border-top: 1px solid #666; }
#Showcase .right .att-row:first-child p.label { border: 0; }

/* media gallery */
#MediaGallery { background: #333; }
div.thumbs div.block div.link { border: 5px solid #00a1e1; }
div.thumbs div.block div.current, 
div.thumbs div.block div.link:hover, 
div.thumbs div.block div.link:active, 
div.thumbs div.block div.link:focus { border: 5px solid #fff; }
div.thumbs div.block p { color: #fff; }
div.thumbs div.block p.source { background: #000; }
#MediaContent > p { color: #ccc; }

/* form fields */
input[type=text], 
input[type=password], 
textarea, 
select, 
input[type=email], 
input[type=tel], 
input[type=search] { border: 1px solid #7f9db9; }
a.button,
input[type=submit], 
button { 
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	border: 1px solid #00a1e1; 
}
#SearchBar input[type=submit] {
	background: #9bd9d9;
	border: 1px solid #9bd9d9; 
}
input[type=text]:focus, 
input[type=password]:focus, 
textarea:focus, select:focus, 
input[type=email]:focus, 
input[type=tel]:focus, 
#globalSearch input[type=search]:focus {
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
}

/* main body framework */
#content { background: #fff; }
footer ul.links li a { color: #000; }

/* ==>  Text ---------------------------------------------------------------------------------------- */
p.centered-text { text-align: center; }
*.no-records {
	padding: 20px 0 !important;
	text-align: center;
	clear: both;
}
div[class^=gutters] { 
	width: 100%;
	max-width: 960px;
	padding: 0; 
	margin: 0 auto;
	display: block;
}
.gutters.top-pad {
  padding-top: 30px;
}
#Primary #ServDesc { padding: 36px 0 0; }

/* font-family:'Museo Sans W01'; */
div.q-search input[type=search] {
	font-family: 'Museo Sans W01', Helvetica, Arial, sans-serif;
}

/* font-family:'Museo Slab W01'; */
#LightBox .form-wrapper a.button,
#TwitterWrap p.title,
#Blog div.date p,
#Blog .head p.title,
#instagram .head p.title,
#instagram .item.video .play,
div.headline p,
*[class^=bar] *,
input[type=submit],
button,
h1[class^=title], h1#Big,
#Body > nav *,
#mAccount p,
header nav a.global > p,
#MediumFeatures h2 {
	font-family: 'Museo Slab W01', Helvetica, Arial, sans-serif;
}

/* italic */
p.caption,
em,
p.source { font-style: italic; }

/* bold */
#Blog .head a,
#instagram .head a,
#instagram .head p.title,
div.headline p,
ul.targets-cols p.link,
header .links *,
header nav > ul li ul li p,
*[class^=targets] p[class^=title] { font-weight: 500; }
#Showcase .right p.label,
#TwitterWrap p.title,
#Blog .head p.chev,
#instagram .head p.chev,
strong,
*[class^=targets] p.info,
div[class^=bar] *,
#Body > nav *,
#mAccount p,
div#mSearch input[type=search] { font-weight: 700; }

/* MAIN BODY TEXT SIZE DEF */
body {
	font-size: 18px; font-size: 1.8rem;
	line-height: 26px; line-height: 2.6rem;
}
/* ----- 11px ----- */
p.caption {
	font-size: 11px; font-size: 1.1rem; 
	line-height: 17px; line-height: 1.7rem;
}
/* ----- 12px ----- */
#Blog div.date p.month,
div.links,
#Breadcrumb,   
p.copy,
input[type=submit].small { 
	font-size: 12px; font-size: 1.2rem; 
	line-height: 20px; line-height: 2rem;
}
/* ----- 14px ----- */
#TwitterWrap p,
fieldset p,
footer ul.links p,
div[class^=bar] p.right,
div[class^=bar] a.right,
nav p,
*[class^=targets] p, 
#MediaGallery p,
div[class^=form-row] p,
footer,
footer p {
	font-size: 14px; font-size: 1.4rem;
	line-height: 22px; line-height: 2.2rem;
}
input[type=text],
input[type=password], 
textarea, 
select, 
input[type=email], 
input[type=tel], 
input[type=search] { font-size: 14px; font-size: 1.4rem; }
/* ----- 15px ----- */
#Invader a.close p,
footer button {
	font-size: 15px; font-size: 1.5rem;
	line-height: 21px; line-height: 2.1rem;
}
/* ----- 16px ----- */
#Body > nav #mAccount p,
h6 {
	font-size: 16px; font-size: 1.6rem; 
	line-height: 24px; line-height: 2.4rem;
}
/* ----- 18px ----- */
label,
#Body > nav p,
#mAccount p,
div#mSearch input[type=search],
div.links p.chev,
footer ul.main p,
#RelTab a p,
h5,
p[class^=title],
#Samples p[class^=title],
div.headline p.long {
	font-size: 18px; font-size: 1.8rem;
	line-height: 26px; line-height: 2.6rem;
}
h5, h6 { padding: 0 0 14px; }
nav a.global p {
	font-size: 18px; font-size: 1.8rem; 
	line-height: 20px; line-height: 2rem;
}
/* ----- 22px ----- */
*[class^=targets] p[class^=title],
header nav > ul li ul li p[class^=title],
div[class^=bar] p[class^=title], 
h4 {
	font-size: 22px; font-size: 2.2rem;
	line-height: 30px; line-height: 3rem;
}
h4 { padding: 0 0 16px; }
/* ----- 24px ----- */
a.button,
input[type=submit] {
	font-size: 24px; font-size: 2.4rem;
	line-height: 24px; line-height: 2.4rem;
}
/* ----- 25px ----- */
nav a.global > p {
	font-size: 25px; font-size: 2.5rem;
	line-height: 31px; line-height: 3.1rem;
}
@media screen and (max-width: 1023px) {
  nav a.global > p {
    font-size: 22px; font-size: 2.2rem;
    line-height: 28px; line-height: 2.8rem;
  }
}
/* ----- 26px ----- */
h2,
h3,
#instagram .item.video .play p {
	font-size: 26px; font-size: 2.6rem;
	line-height: 34px; line-height: 3.4rem;
}
h2, h3 { padding: 0 0 20px; }
/* ----- 30px ----- */
h1 {
	font-size: 30px; font-size: 3rem;
	line-height: 38px; line-height: 3.8rem;
}
h1 { padding: 0 0 24px; }
#Blog .head p.title,
#instagram .head p.title {
	font-size: 30px; font-size: 3rem;
	line-height: 52px; line-height: 5.2rem;
}
#Blog .head p.chev,
#instagram .head p.chev {
	font-size: 30px; font-size: 3rem;
	line-height: 30px; line-height: 3rem;
}
/* ----- 32px ----- */
#Blog div.date p.day {
	font-size: 32px; font-size: 3.2rem;
	line-height: 32px; line-height: 3.2rem;
}
/* ----- 35px ----- */
#TwitterWrap p.title {
	font-size: 35px; font-size: 3.5rem;
	line-height: 43px; line-height: 4.3rem;
}
/* ----- 40px ----- */
div.headline p { 
	font-size: 40px; font-size: 4rem;
	line-height: 48px; line-height: 4.8rem;
}
/* ----- 52px ----- */
div[id^=banner] h1[class^=title], h1#Big {
	font-size: 52px; font-size: 5.2rem;
	line-height: 70px; line-height: 7rem;
}
h1[class^=title] {
	font-weight: normal;
	padding: 0 0 20px;
}
@media only screen and (max-width : 1100px) {
	div.headline p.long { 
		font-size: 16px; font-size: 1.6rem; 
		line-height: 24px; line-height: 2.4rem;
	}
}

/* ==>  Images ---------------------------------------------------------------------------------------- */
img.float-right { float: right; }
img.float-left { float: left; }
div[id^=image] { position: relative; }
.full-wrap {
	width: 100%;
	background: #f7f7f7 url(/_themes/_images/framework/angle-stripes-gray.png) 0 5px repeat-x;
  background-size: auto 12px;
}
.full-wrap.form-banner {
  background-color: #fff;
}
.full-wrap.form-banner .title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.full-wrap.form-banner .title-wrap h1[class^="title"] {
  max-width: 41.6667%;
  padding-bottom: 0;
  padding-left: 20px;
  color: #fff;
  font-size: clamp(1rem, 2.5vw, 3rem);
  line-height: 1.333;
}
div#Simage {
	width: 100%;
	max-width: 960px;
	min-height: 85px;
	margin: 0 auto;
	position: relative;
}
div#Simage img { float: left; }
div#NoBG { background: none; }
div#FullWrap {
	width: 100%;
	max-height: 480px;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
#content .s-image { max-height: 300px; }
img[class^=full] {
	max-width: 100%;
	height: auto !important;
	margin: 0 auto;
	padding: 0;
}
div#FullWrap img.full-scale {
	width: 100%;
	padding: 0;
}
div.imageWrap {
	padding: 7px 0 20px 35px;
	float: right;
}
div.imageWrap img {
  float: left;
  width: 100%;
  max-width: 420px;
  height: auto;
}
img.left-thumb, 
div.callout img {
	border: 0;
	padding: 0;
	float: left;
}
*[class^=targets] img.right-thumb,
*[class^=targets] img.outside-thumb {
	border: 0;
	padding: 0 0 10px 20px;
	float: right;
}
*[class^=targets] img.outside-thumb {
	max-width: 200px;
	height: auto; 
}

/* ==>  Framework Header ---------------------------------------------------------------------------------------- */
#NavWrap.top-anchor {
	position: fixed;
	top: 0;
	height: 75px;
	border: 0;
	z-index: 9999;
}
header.hide {
	width: 100%;
	height: 102px;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 900;
}
div.family-links {
	width: 100%;
	height: 50px;
	background: #e7e8e8;
	text-align: center;
}
div.family-links > ul {
	height: 50px;
	margin: 0;
	padding: 0;
	display: inline-block;
	border-left: 1px solid #ccc;
	/* For IE, the outcast */
    zoom: 1;
    *display: inline;
}
div.family-links > ul > li {
	width: 180px;
	height: 100%;
	padding: 0;
	float: left;
	text-align: center;
	border-right: 1px solid #ccc;
}
div.family-links > ul > li:hover, 
div.family-links > ul > li:active, 
div.family-links > ul > li:focus { background: #fff; }
div.family-links > ul > li a {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}
div.family-links > ul > li a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
div.family-links > ul > li:hover a img, 
div.family-links > ul > li:active a img, 
div.family-links > ul > li:focus a img { top: -50px; }
div#MobileFamily,
div#MobileFamily > ul {
	height: auto;
	float: left;
	display: block;
}
div#MobileFamily > ul {
	width: 100%;
	border: 0;
}
div#MobileFamily > ul > li {
	position: relative;
	width: 100%;
	height: 50px;
	background: #e7e8e8;
	border-right: 0;
	border-top: 1px solid #ccc;
	overflow: hidden;
}
div#MobileFamily > ul > li a {
	height: 50px;
	overflow: hidden;
}
header.hide > div#NavWrap {
	width: 100%;
	height: 102px;
	background: #fff url(/_themes/_images/framework/grad-header.gif) top center repeat-x;
	-webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 6px 3px rgba(0,0,0,0.3);
	position: relative;
	z-index: 900;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 102px; 
	float: left; 
	background: url(/_themes/_images/framework/structural-graphics-logo-50-years.png) center center no-repeat;
	background-size: cover;
	z-index: 800;
}
#logo p { display: none; }
#NavWrap.top-anchor #logo {
	width: 75px;
	height: 75px;
}
div#search {
	position: absolute;
	top: 10px;
	right: 10px;
	float: right;
	background: #fff;
	border: 1px solid #999;
}
#NavWrap.top-anchor div#search { margin-top: 20px; }
div.q-search input[type=image] {
  float: right;
  width: 30px;
  height: 30px;
  border: 4px solid #fff;
  padding: 6px;
  background-color: #9adada;
}
div.q-search input[type=search] {
	width: 130px;
	padding: 0 5px;
	float: left;
	border: 0;
	background: #fff;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}
div#search input[type=text]:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.links {
	position: absolute;
	top: 10px;
	right: 180px;
	padding: 0;
	float: right;
}
#NavWrap.top-anchor div.links { padding-top: 20px; }
div.links a,
div.links p { 
	padding: 6px 5px 5px; 
	float: right;
}
div.links p.chev { 
	padding: 2px 3px 0 0; 
	color: #00a1e1;
}
@media only screen and (max-width : 1090px) {
	#NavWrap.top-anchor div.links { display: none; }
}

/* ==>  Navigation ---------------------------------------------------------------------------------------- */
#mobileNav { display: none; }
header nav {
	width: 100%;
	height: 100%;
	padding: 47px 0 0;
	float: left;
}
#NavWrap.top-anchor nav { padding-top: 20px; }
header nav > ul {
	width: auto;
	height: 55px;
	margin: 0;
	padding: 0 0 0 170px;
	float: left;
}
header nav > ul > li {
	height: 100%;
	padding: 0;
	float: left;
	z-index: 900;
}
header nav > ul > li a.global {
	height: 100%;
	padding: 0 20px;
	color: #000;
	float: left;
	position: relative;
}
header nav > ul > li:hover a.global, 
header nav > ul > li:active a.global, 
header nav > ul > li:focus a.global,
header nav > ul > li.on a.global { 
	text-decoration: none;
	transition: all .5s linear; 
    -webkit-transition: all .5s linear;
}
header nav > ul > li a.global > p { 
	height: 100%;
	padding: 13px 0 0; 
	float: left;
	position: relative;
	text-transform: uppercase;
}
header nav > ul > li#n-work:hover a.global p,
header nav > ul > li#n-work:active a.global p,
header nav > ul > li#n-work:focus a.global p,
header nav > ul > li#n-work.on a.global p,
header nav > ul > li#n-work > div { border-bottom: 10px solid #00a1e0; }
header nav > ul > li#n-highlights:hover a.global p,
header nav > ul > li#n-highlights:active a.global p,
header nav > ul > li#n-highlights:focus a.global p,
header nav > ul > li#n-highlights.on a.global p,
header nav > ul > li#n-highlights > div { border-bottom: 10px solid #0a548b; }
header nav > ul > li#n-about:hover a.global p,
header nav > ul > li#n-about:active a.global p,
header nav > ul > li#n-about:focus a.global p,
header nav > ul > li#n-about.on a.global p,
header nav > ul > li#n-about > div { border-bottom: 10px solid #9adada; }
header nav > ul > li#n-contact:hover a.global p,
header nav > ul > li#n-contact:active a.global p,
header nav > ul > li#n-contact:focus a.global p,
header nav > ul > li#n-contact.on a.global p,
header nav > ul > li#n-contact > div { border-bottom: 10px solid #58b7b3; }
header nav > ul > li#NQSearch a img {
	padding: 20px 20px 0;
	float: right;
}
header nav > ul > li > div.drop {
	position: absolute;
	top: 102px;
	left: 0;
	padding: 5px 0 0;
	margin: 0;
	background: rgba(255,255,255,0.95);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.2s, opacity 0.2s linear;
	-webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
	-webkit-box-shadow: 0 5px 5px -2px rgba(0,0,0,0.333), inset 0 6px 5px -4px rgba(0,0,0,0.5);
	box-shadow: 0 5px 5px -2px rgba(0,0,0,0.333), inset 0 6px 5px -4px rgba(0,0,0,0.5);
	z-index: 800 !important;
}
/*header nav > ul > li#n-work > div.drop {
	visibility: visible;
	opacity: 1;
}*/
header #NavWrap.top-anchor nav > ul > li > div.drop { top: 75px; }
header nav > ul > li ul {
	max-width: 960px;
	min-height: 60px;
	padding: 0;
	float: none;
	display: block;
}
header nav > ul > li#n-work > div.drop {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  header nav > ul > li#n-work > div.drop {
    left: 190px;
    width: auto;
  }
}
header nav > ul > li#n-highlights ul {
  max-width: 320px;
  margin-bottom: 15px;
}
header nav > ul > li#n-highlights > div.drop {
  left: 308px;
}
header nav > ul > li#n-about ul {
  max-width: 240px;
  margin-bottom: 15px;
}
header nav > ul > li#n-about > div.drop {
  left: 308px; /* 510 */
}
@media screen and (max-width: 1023px) {
  header nav > ul > li#n-highlights > div.drop {
    max-width: 280px;
    left: 300px;
  }
  header nav > ul > li#n-about > div.drop {
    max-width: 220px;
    left: 300px; /* 482 */
  }
}
header nav > ul > li:hover div,
header nav > ul > li:active div, 
header nav > ul > li:focus div { 
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}
header nav > ul > li div.drop > ul > li { 
	width: 25%;
	padding: 15px 5px;
	float: left; 
}
header nav > ul > li#n-highlights div.drop,
header nav > ul > li#n-about div.drop {
  padding-bottom: 15px;
}
header nav > ul > li#n-highlights ul li,
header nav > ul > li#n-about ul li {
  width: 100%;
  padding-bottom: 0;
}
header nav > ul > li div.drop > ul > li.work { width: 33.33%; }
header nav > ul li ul li a {
	width: 100%;
	float: left;
}
header nav > ul li ul li a:hover, 
header nav > ul li ul li a:active, 
header nav > ul li ul li a:focus {
	color: #fff;
	background: #00a1e1;
	text-decoration: none;
}
header nav > ul li ul li p { 
	padding: 7px 10px; 
	float: left;
}

/* ==>  Framework Body ---------------------------------------------------------------------------------------- */
#PromoImage {
	position: fixed;
	top: 300px;
	left: 0;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	z-index: 500;
}
header.hide,
#content, 
footer.hide { min-width: 320px; }
.wrap {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width : 1200px) {
	#RelTab { left: 2%; }
}
#content {
	width: 100%;
	text-align: left;
	min-height: 200px;
}
#content .wrap {
	padding: 0 0 40px; 
	clear: left;
}
#content div[id^=banner] .wrap { padding: 0; }
#content .section { 
	padding: 35px 20px 0;
	clear: both; 
}
#Page #Primary { padding-top: 10px; }
#content #RelPad {
	width: 100%;
	height: 50px;
	margin: -50px 0 0;
	display: block;
	visibility: hidden;
}
#RelPad + #Tertiary {
  padding-top: 10px;
}
#content #PrimaryCols, 
#content #SectionCustom {
	width: 100%;
	padding: 0;
	float: left;
}
#Breadcrumb {
	width: 100%;
	max-width: 1000px;
	min-height: 65px;
  margin: 0 auto;
	padding: 0 0 5px;
}
#Breadcrumb ul { 
	padding: 20px 20px 0;
	margin: 0; 
}
#Breadcrumb ul li { 
	padding: 6px 5px 6px 0;
	display: inline-block;
}
#Breadcrumb ul li.divider { padding-right: 3px; } 
#RelTab {
	position: fixed;
	bottom: 0;
	left: 15%;
	margin: 0 0 0 20px;
	border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0;
	background-color: rgba(102, 102, 102, 0.9);
	display: none;
}
#RelTab.on { display: block; }
#RelTab a {
	min-height: 45px;
	padding: 0 20px;
	display: block; 
	font-weight: normal;
}
#RelTab a p { 
	padding: 10px 0 0;
	color: #fff;  
}
#BackToTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background: url(/_themes/_images/framework/top-icon.png) top left no-repeat;
	display: none;
}
html.top-pad #BackToTop { display: block; }
#BackToTop a {
	width: 100%;
	height: 100%;
	display: block;
}
#BackToTop p { display: none; }
h1#Big { 
	padding-top: 0;
	text-transform: uppercase;
	background: url(/_themes/_images/framework/hr-blue.gif) bottom left repeat-x; 
}
#content > div[id^=banner] { 
	background: #0a548b;
}
#content div[id^=banner] h1[class^=title] { 
	padding: 20px;
	color: #fff;
	background: none;
	text-transform: uppercase;
}
#content #Section div[id^=banner] {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(10,84,139,0.75);
}
#content div#bannerAbout { background: #9adada; }
#content div#bannerWork { background: #00a1e1; }
#content div#bannerContact,
#FormBar { background: #58b7b3; }
#content #Section div#bannerWork { background: rgba(0,161,225,0.75); }
#content #Section div#bannerAbout { background: rgba(154,218,218,0.75); }
#content #Section div[id^=banner] h1[class^=title] {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* ==>  Framework Footer ---------------------------------------------------------------------------------------- */
footer {
	width: 100%;
	padding: 6px 35px 0 0;
	clear: left;
	text-align: center;
	position: relative;
}
footer .plane {
	width: 100%;
	padding: 35px 0 0;
	background: url(/_themes/_images/framework/hr-dash.gif) top left repeat-x;
}
footer .plane > img {
	position: absolute;
	top: 0;
	right: 30px;
	display: block;
	z-index: 100;
  width: 60px;
  height: 20px;
}
footer ul.links {
	width: 100%;
	padding: 0 0 20px;
	display: block;
}
footer ul.links li { display: inline; }
footer p { 
	padding: 0 15px;
	display: inline;
}
footer #MailingList {
	width: 100%;
	min-height: 51px;
  margin-top: 15px;
	float: left;
	background: #58b7b3 url(/_themes/_images/framework/ml-arrow.gif) top right no-repeat;
  background-size: 30px 51px;
}
#pardot_extra_field_inv,
#pardot_extra_field { display: none; }
#MailingList div.form {
	width: 360px;
	padding: 10px 0 0;
	float: right;
}
#MailingList div.form > a {
	display: block;
	float: left;
	color: #fff;
}
#MailingList div.form > a > p {
	padding: 2px 20px 0 35px;
	float: left;
	color: #fff;
	background: url(/_themes/_images/framework/chevron-double-white.svg) left center no-repeat;
  background-size: 24px 24px;
}
#MailingList div.form button {
	padding: 4px 12px;
	margin: 0;
	background-color: rgba(255, 255, 255, 0.4);
	border-color: #fff;
	font-weight: bold;
}
#MailingList div.form > a:hover button {
	color: #58b7b3;
	background-color: rgba(255, 255, 255, 1);
}
#MailingList input.box {
	width: 130px;
	min-height: 32px;
	margin: 0 10px 0 0;
	border: 1px solid #999;
}
#MailingList div.email {
	width: 240px;
	float: left;
	background: #fff;
	border: 1px solid #999;
}
#MailingList div.email input[type="image"] { float: right; }
#MailingList div.email input[type="email"] { 
	width: 160px;
	border: 0; 
}
div.copy {
  display: flex;
  justify-content: space-between;
	width: 100%;
	padding: 20px 35px 20px 0;
	text-align: left;
}
p.copy { 
	padding: 5px 20px 8px;
}
p.copy a { font-weight: normal; }
div.copy div.icons {
  display: flex;
	padding: 0 35px 0 0;
}
div.copy div.icons a {
  margin-left: 10px;
	width: 36px;
	height: 36px;
  border-radius: 50%;
  color: #fff;
  background: rgb(2, 86, 139) url('/_themes/_images/icons/heart-white.svg') 50% 50% no-repeat;
  background-size: 20px 20px;
  transition: all 0.2s ease;
}
div.copy div.icons a:hover,
div.copy div.icons a:focus,
div.copy div.icons a:active {
  transform: scale(110%);
}
div.copy div.icons a[href*="facebook.com"] {
  background-color: #1877f2;
  background-image: url('/_themes/_images/icons/facebook-white.svg');
}
div.copy div.icons a[href*="instagram.com"] {
  background-color: #405de6;
  background-image: url('/_themes/_images/icons/instagram-white.svg');
}
div.copy div.icons a[href*="linkedin.com"] {
  background-color: #0077b5;
  background-image: url('/_themes/_images/icons/linkedin-white.svg');
}
div.copy div.icons a[href*="pinterest.com"] {
  background-color: #e60023;
  background-image: url('/_themes/_images/icons/pinterest-white.svg');
}
div.copy div.icons a[href*="twitter.com"] {
  background-color: #1da1f2;
  background-image: url('/_themes/_images/icons/twitter-white.svg');
}
div.copy div.icons a[href*="youtube.com"] {
  background-color: #f00;
  background-image: url('/_themes/_images/icons/youtube-white.svg');
}
#Bottom { position: relative; }
#Invader {
	position: fixed;
	bottom: -320px;
	right: 20%;
	padding: 5px 5px 0;
	margin: 0;
	background: rgba(255,255,255,0.75);
	border: 1px solid #c7c8ca;
	z-index: 9999;
	-webkit-box-shadow: 1px 3px 5px rgba(0,0,0,0.7);
	box-shadow: 1px 5px 3px -1px rgba(0,0,0,0.4);
	/*display: none;*/
}
#Invader div.rel-wrap {
	width: 270px;
	float: left;
	position: relative;
}
#Invader a.close {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
	background: #a2d9d9;
}
#Invader div.image {
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	height: 180px;
	-webkit-box-shadow: inset 0 -10px 6px -9px rgba(0,0,0,0.8);
	box-shadow: inset 0 -10px 6px -9px rgba(0,0,0,0.8);
}
#Invader div.image img { float: left; }
#Invader div.form {
	width: 270px;
	padding: 0 0 5%;
	float: left;
	background: #06558c;
	clear: left;
}
#Invader div.form * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#Invader div.form input[type=text] {
	width: 42%;
	margin: 5% 0 0 5%;
	float: left;
	border: 1px solid #999;
}
#Invader div.form div.email-wrap {
	width: 89%;
	margin: 5% 0 0 5%;
	float: left;
	border: 1px solid #999;
	background: #fff;
}
#Invader div.form input[type=email] { 
	width: 65%;
	border: 0;
}
#Invader div.form input[type=image] { float: right; }
#Invader div.form input[type=email]:focus,
#Invader div.form input[type=text]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media only screen and (max-width : 1200px) {
	#Invader {
		right: 2%;
		margin: 0;
	}
}

/* ==>  Dev Toolbar and Error Reporting ---------------------------------------------------------------------------------------- */
#toolbar {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	height: 25px;
	overflow: hidden;
	background-color: black;
	color: white;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 0.75em;
	line-height: 0.875em;
}
#toolbar li {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: solid 1px white;
}
#toolbar span {
	margin-right: 10px;
	float: left;
}
html.toolbar-enabled { margin-top: 30px; }
.xdebug-error {
	font-family: monospace;
	width: 100%;
}
