/* =============================================================================
   Walker Pipework Services Styles
   Author: Giles Marsh Design
   Contact: giles[at]gilesmarshdesign.com
   ========================================================================== */
/* Colour Palette
   =cerulean_blue: #2b68b4
   =forest_green: #1c7934
   =dark_grey: #1f1f1f
   =light_grey: #ccc
   =light_slate_grey: #84919f
*/
/* =============================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'bran-bold';
  src: url(../fonts/bran_bold.eot);
  src: url(../fonts/bran_bold.eot?#iefix) format("embedded-opentype"), url(../fonts/bran_bold.woff) format("woff"), url(../fonts/bran_bold.ttf) format("truetype"), url(../fonts/bran_bold.svg#bran-bold) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'bran-medium';
  src: url(../fonts/bran_medium.eot);
  src: url(../fonts/bran_medium.eot?#iefix) format("embedded-opentype"), url(../fonts/bran_medium.woff) format("woff"), url(../fonts/bran_medium.ttf) format("truetype"), url(../fonts/bran_medium.svg#bran-medium) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'bran-regular';
  src: url(../fonts/bran_regular.eot);
  src: url(../fonts/bran_regular.eot?#iefix) format("embedded-opentype"), url(../fonts/bran_regular.woff) format("woff"), url(../fonts/bran_regular.ttf) format("truetype"), url(../fonts/bran_regular.svg#bran-regular) format("svg");
  font-weight: normal;
  font-style: normal; }

/* =============================================================================
   Site Styles
   ========================================================================== */
body {
  font: normal normal 100%/1.3 'bran-regular', Helvetica, Arial, sans-serif;
  color: #ccc;
  background: #1f1f1f; }

a {
  color: #2b68b4;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-backface-visibility: hidden; }

a:hover {
  color: #1c7934; }

header a {
  color: #fff; }

h1, h2, h3, h4 {
  font-family: 'bran-bold', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #fff; }

span.notes {
  color: magenta; }

p.chromeframe {
  background: #000;
  color: #fff;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: center; }

p.chromeframe a:hover {
  color: #1c7934; }

strong {
  font-family: 'bran-bold', Helvetica, Arial, sans-serif;
  font-weight: normal; }

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #a3d39c;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #a3d39c;
  color: #fff;
  text-shadow: none; }

/* http://maxvoltar.com/archive/-webkit-font-smoothing */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

header {
  background: #1a1a1a url(../img/header_bg.jpg);
  background-size: cover; }

header h1,
header h2 {
  color: #fff; }

header h2 {
  font-family: 'bran-bold', Helvetica, Arial, sans-serif; }

header h1.logo {
  width: 317px;
  margin: 45px auto; }

header h1.logo a {
  display: block;
  width: 317px;
  height: 55px;
  text-indent: -999em;
  background-image: url(../img/walker_logo_wide_dark.png);
  /* PNG fallback */
  background: url(../img/walker_logo_wide_dark.svg), no-repeat, 0 0;
  background-size: 317px 55px; }

header h2 {
  font-size: 1.5em;
  float: left;
  position: relative;
  top: 100px;
  left: 40px; }

header nav {
  background: rgba(109, 118, 119, 0.3);
  overflow: hidden; }

nav ul.nav {
  width: 472px;
  margin: 0 auto;
  padding: 0;
  font-family: 'bran-bold', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1em;
  color: #fff;
  overflow: hidden; }

nav ul.nav li {
  float: left;
  line-height: 1; }

nav ul.nav li.current {
  border-top: 5px solid rgba(26, 53, 56, 0.3); }

body.home nav ul.nav li.current {
  background: rgba(109, 118, 119, 0); }

nav ul.nav a {
  display: block;
  width: 118px;
  margin: 0;
  padding: 1.9em 0 1.8em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: relative; }

nav ul.nav a:hover {
  color: #1f1f1f;
  background: rgba(109, 118, 119, 0.25); }

nav ul.nav li.current a {
  padding-top: 1.6em; }

/* Circle Effect ================= */
nav ul.nav a::before,
nav ul.nav a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 62px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2); }

nav ul.nav a::after {
  width: 45px;
  height: 45px;
  border-width: 6px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8); }

nav ul.nav a:hover::before,
nav ul.nav a:hover::after,
nav ul.nav a:focus::before,
nav ul.nav a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1); }

/* Hide Slicknav for larger screens ================= */
.slicknav_menu {
  display: none; }

footer {
  margin-top: 4em;
  padding-bottom: 5em;
  color: #1f1f1f;
  border-top: 8px solid #bfbfbf;
  background: #f1f1f1;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1f1f1), color-stop(0.68, #d8d8d8));
  background-image: -o-linear-gradient(top, #f1f1f1 0%, #d8d8d8 68%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #d8d8d8 68%);
  background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #d8d8d8 68%);
  background-image: -ms-linear-gradient(top, #f1f1f1 0%, #d8d8d8 68%);
  background-image: linear-gradient(to top, #f1f1f1 0%, #d8d8d8 68%); }

body.home footer {
  margin-top: 0; }

footer a:hover {
  color: #1c7934; }

footer h3.logo {
  width: 100px;
  margin-bottom: 2em;
  margin-top: 0.2em; }

footer h3.logo a {
  display: block;
  width: 100px;
  height: 90px;
  text-indent: -999em;
  background-image: url(walker_logo_dark_footer.png);
  /* PNG fallback */
  background: url(../img/walker_logo_dark.svg), no-repeat, 0 0;
  background-size: 100px 90px; }

footer h4 {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #1f1f1f; }

footer p {
  font-size: 0.9em;
  margin-top: 0.5em; }

footer nav ul,
footer .social ul {
  padding: 0;
  margin: 0; }

footer nav ul li {
  font-size: 0.9em;
  padding: 0.4em 0;
  border-top: 1px dotted #2b68b4; }

footer nav ul li:first-child {
  border-top: none; }

footer nav ul li a {
  padding-left: 1.3em;
  background: url(../img/nav_bullets.png) no-repeat 0 3px;
  background-image: url(../img/nav_bullets.svg), none; }

footer nav ul li a:hover {
  background-position: 0 -15px; }

footer .social ul {
  margin-top: 0.5em; }

footer .social ul li {
  list-style: none;
  font-size: 2.5em;
  margin-right: 0.2em;
  display: inline-block; }

footer .phone {
  margin-bottom: 1.5em; }

footer .copy {
  margin-top: 4.3em;
  margin-bottom: 0;
  font-size: 0.68em; }

footer a.design {
  padding-left: 10px; }

footer ul.certifications {
  margin: 1em 0 0;
  padding: 0;
  float: right; }

footer ul.certifications li {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 58px;
  height: 58px;
  margin-left: 10px;
  text-indent: -999em;
  background: url(certification_logos.png) no-repeat 0 0; }

footer ul.certifications li.advanced-sheet-metal {
  background-position: -58px 0; }

footer ul.certifications li.associate-mechanical-design {
  background-position: -58px 0; }

footer ul.certifications li.associate-simulation {
  background-position: -58px 0; }

/* Controls the dark green area of the footer ====== */
footer > section.container {
  padding-top: 2.5em; }

footer .address {
  margin-bottom: 1em; }

p.notes {
  background: magenta;
  color: #fff;
  padding-left: 5px; }

/* =============================================================================
   Page Styles
   ========================================================================== */
section.hero-block {
  min-height: 300px;
  margin-bottom: 2em;
  /*	background:url(hero_volvo_01_1400.jpg) no-repeat center 0;*/
  /*	background-size:cover;*/
  position: relative; }

.hero-block h1 {
  margin-top: 3.1em;
  padding-bottom: 0.5em;
  font-size: 2em;
  text-shadow: 0px 2px 14px rgba(0, 0, 0, 0.8);
  text-transform: uppercase; }

.hero-block .container {
  position: relative;
  z-index: 50; }

.slider-wrapper {
  margin-top: -268px;
  z-index: 10; }

.skdslider {
  height: 400px; }

.skdslider:after {
  padding-top: 20%; }

ul.slides li {
  background: no-repeat center center;
  background-size: cover; }

ul.slides li.one {
  background-image: url(../img/slides/1.jpg); }

ul.slides li.two {
  background-image: url(../img/slides/2.jpg); }

ul.slides li.three {
  background-image: url(../img/slides/3.jpg); }

ul.slides li.four {
  background-image: url(../img/slides/4.jpg); }

ul.slides li.five {
  background-image: url(../img/slides/5.jpg); }

ul.slides li.six {
  background-image: url(../img/slides/6.jpg); }

ul.slides li.seven {
  background-image: url(../img/slides/7.jpg); }

section.intro,
section.block-links {
  overflow: hidden; }

section.block-links {
  margin-top: 2.5em;
  padding: 3em 0 6em;
  background: #8c9495 url(../img/bg_metal_large.jpg) no-repeat center bottom;
  background-size: cover; }

section.block-links h2 {
  margin-bottom: 2em;
  text-transform: uppercase;
  text-align: center; }

section.block-links article {
  height: 210px;
  color: #fff;
  text-align: center;
  font-family: 'bran-bold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background-color: #2b68b4; }

section.block-links h3 {
  display: block;
  height: 210px;
  font-size: 2em;
  letter-spacing: 0.05em;
  font-weight: normal;
  position: relative; }

section.block-links article a {
  display: block;
  padding-top: 2.1em;
  width: 100%;
  height: 69%;
  color: #fff;
  background: url(../img/block_links_bg_01_large.png) no-repeat center center;
  background-size: cover; }

section.block-links article a:hover {
  color: #1f1f1f;
  background-color: #b1bfce; }

section.block-links article.welding a {
  background-image: url(../img/block_links_bg_02_large.png); }

section.block-links article.fabrication a {
  background-image: url(../img/block_links_bg_03_large.png); }

section.block-links article.welding a,
section.block-links article.fabrication a {
  padding-top: 2.65em;
  height: 60%; }

section.block-links .icon {
  font-size: 1.6em;
  position: absolute;
  top: 48%;
  left: 45%; }

/* Project Type Variation ================*/
section.block-links.project-type {
  margin-top: 0; }

section.block-links.project-type article {
  height: auto; }

section.block-links.project-type article a {
  height: 69%;
  padding-top: 2.05em; }

section.block-links.project-type article.automotive a,
section.block-links.project-type article.food-industry a {
  height: 69%;
  padding-top: 2.6em; }

section.block-links.project-type article.automotive a {
  background-image: url(block_links_bg_automotive_large.png); }

section.block-links.project-type article.food-industry a {
  width: 98%;
  padding-left: 2%;
  background-image: url(block_links_bg_food_large.png); }

section.block-links.project-type h2 {
  height: 190px;
  font-size: 1.8em;
  letter-spacing: 0.2em; }

section.title-strip {
  /*		min-height:190px;*/
  margin-bottom: 4em;
  padding-top: 2em;
  /*		background:url(title_strip_bg.jpg) no-repeat center 0;*/
  /*	background-size:cover;*/
  overflow: hidden; }

/*		body.projects section.title-strip { 
			min-height:125px;
			}
*/
body.contact .title-strip {
  margin-bottom: 3em; }

body.contact .title-strip p {
  margin-bottom: 0; }

.title-strip h1 {
  margin-top: 0.3em;
  font-size: 2.8em;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.title-strip h1 a {
  color: #1c7934; }

.title-strip h1 a:hover {
  color: #a3d39c; }

.title-strip h2 {
  margin-top: 0.7em; }

.title-strip p {
  font-family: 'bran-bold', Helvetica, Arial, sans-serif;
  /*			margin-bottom:2.8em;*/ }

body.projects.main .title-strip p {
  margin-top: 0.65em;
  font-size: 1.3em; }

body.projects .title-strip h2 {
  text-transform: uppercase;
  font-size: 1.8em;
  margin-top: 0.6em; }

section.image-grid div {
  margin-bottom: 26px; }

section.projects {
  position: relative; }

section.projects article {
  overflow: hidden;
  margin-bottom: 5em; }

section.projects article:last-child {
  /*			margin-bottom:1em;*/ }

section.projects .project-image {
  width: 472px;
  position: absolute; }

section.projects .project-image.alt {
  right: 0; }

section.projects article img.single-img {
  width: 100%;
  /*				border:0.5em solid #eee;*/ }

section.projects .reduce-trailing-space {
  min-height: 300px; }

section.projects .increase-trailing-space {
  min-height: 380px; }

section.projects .text-buffer {
  margin-top: 3em; }

section.projects h2 {
  font-size: 2em;
  margin-bottom: 1em; }

section.projects ul {
  font-size: 1.25em;
  margin: 0;
  padding-left: 1.2em; }

section.projects ul li {
  margin-bottom: 5px; }

section.projects blockquote {
  margin: 1em 0.7em;
  font-style: italic; }

section.projects blockquote cite {
  font-family: 'bran-bold', Helvetica, Arial, sans-serif;
  font-weight: normal; }

section.contact-us-wrapper {
  min-height: 650px;
  position: relative; }

article.contact-us {
  width: 240px;
  min-height: 200px;
  padding: 20px;
  color: #fff;
  background: #2b68b4;
  position: absolute;
  right: 13px;
  bottom: 0;
  z-index: 70; }

article.contact-us h4 {
  color: #1f1f1f;
  font-size: 1.1em;
  text-transform: uppercase; }

article.contact-us p {
  margin-top: 0.5em; }

article.contact-us a {
  color: #fff; }

article.contact-us a:hover {
  color: #1f1f1f; }

.google-maps {
  margin-top: -650px;
  height: 650px;
  padding: 0;
  z-index: 50;
  /*	margin-bottom:210px;*/ }

body.contact footer {
  margin-top: 0; }

/* =============================================================================
   Media Queries
   ========================================================================== */
/* Extra size to move the slider nav buttons */
@media only screen and (min-width: 995px) and (max-width: 1100px) {
  .skdslider a.next,
  .skdslider a.prev {
    top: 93%; } }
/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {
  header h2 {
    font-size: 1.3em;
    float: left;
    position: relative;
    top: 102px;
    left: 22px; }

  .hero-block h1 {
    margin-top: 2em; }

  .slider-wrapper {
    margin-top: -292px; }

  .skdslider {
    height: 345px; }

  .skdslider a.next,
  .skdslider a.prev {
    top: 93%; }

  section.block-links article {
    height: 200px; }

  section.block-links h3 {
    font-size: 1.6em;
    height: 200px; }

  section.block-links article a {
    padding-top: 2.9em;
    height: 63%; }

  section.block-links article.welding a,
  section.block-links article.fabrication a {
    padding-top: 3.3em;
    height: 59%; }

  section.block-links .icon {
    top: 51%;
    left: 43%; }

  /* Project Type Variation ================*/
  section.block-links.project-type article {
    height: auto; }

  section.block-links.project-type h2 {
    font-size: 1.5em;
    letter-spacing: 0.2em; }

  section.block-links.project-type article a {
    height: 64%;
    padding-top: 2.85em; }

  section.block-links.project-type article.automotive a,
  section.block-links.project-type article.food-industry a {
    height: 59%;
    padding-top: 3.3em; }

  section.title-strip h1 {
    position: relative; }

  section.title-strip h1 span {
    position: absolute;
    left: 30%;
    top: 60px; }

  body.projects section.title-strip article.container {
    overflow: visible; }

  section.projects .project-image {
    width: 368px; }

  section.projects .reduce-trailing-space {
    min-height: 270px; }

  section.projects article.last {
    margin-bottom: 4em; }

  section.contact-us-wrapper {
    width: 100%;
    min-height: 165px;
    background: #76777e; }

  article.contact-us {
    width: 752px;
    min-height: 165px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    padding: 0 8px 1em;
    background: none;
    position: static;
    overflow: hidden; }

  article.contact-us div {
    float: left;
    width: 33%;
    margin-right: 0; }

  article.contact-us h4 {
    font-size: 1.1em; }

  article.contact-us p {
    margin-top: 0.5em; }

  .google-maps {
    margin-top: 0;
    height: 550px;
    z-index: 50; } }
/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
  /* Adding to activate SlickNav ============= */
  .js .nav {
    display: none; }

  .js .slicknav_menu {
    display: block; }

  .slicknav_nav li {
    font-family: 'bran-bold', Helvetica, Arial, sans-serif; }

  .slicknav_nav a {
    text-transform: uppercase; }

  .slicknav_menu .slicknav_icon-bar {
    background-color: #1f1f1f; }

  header h1.logo {
    width: 220px;
    margin: 20px 0; }

  header h1.logo a {
    width: 220px;
    height: 39px;
    background-size: 220px 39px; }

  header h2 {
    font-size: 1.3em;
    float: right;
    position: relative;
    top: 65px;
    left: 0; }

  footer .logo {
    width: 7em;
    margin-bottom: 2em; }

  footer nav ul,
  footer .phone,
  footer .email,
  footer .social {
    margin-bottom: 1.5em; }

  footer h4 {
    font-size: 1.1em; }

  footer p {
    font-size: 1em; }

  footer .copy {
    font-size: 0.8em; }

  footer nav ul li {
    padding: 0.9em 0;
    font-size: 1em; }

  footer nav ul li a {
    padding-left: 2em;
    background-position: 0 4px; }

  footer .social ul li {
    font-size: 3.6em;
    margin-right: 0.3em; }

  footer ul.certifications {
    float: left;
    margin-top: 2.5em; }

  footer ul.certifications li {
    margin-left: 0;
    margin-right: 10px; }

  section.hero-block {
    min-height: 300px;
    margin-bottom: 0.5em;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }

  .hero-block h1 {
    font-size: 1.45em;
    margin-top: 1.9em;
    padding-bottom: 2em; }

  .slider-wrapper {
    margin-top: -225px; }

  .skdslider {
    height: 252px; }

  .skdslider a.next,
  .skdslider a.prev {
    top: 89%; }

  section.intro p:nth-child(2),
  section.intro p:nth-child(3) {
    margin-top: 0; }

  section.block-links article {
    margin-bottom: 20px; }

  section.title-strip {
    margin-bottom: 3em;
    padding-top: 1em;
    background-position: center -190px; }

  body.projects.main section.title-strip {
    margin-bottom: 0; }

  body.projects.main .title-strip p {
    margin-bottom: 1em; }

  body.contact section.title-strip {
    padding-bottom: 2.6em; }

  section.title-strip h1 {
    font-size: 2.5em;
    margin-bottom: 0.4em;
    margin-top: 0.4em; }

  section.projects article {
    margin-bottom: 4em; }

  section.projects .project-image {
    width: auto;
    position: static; }

  section.projects article img {
    margin-bottom: 2em; }

  section.projects .reduce-trailing-space {
    min-height: 200px; }

  section.projects article .separator {
    padding-bottom: 2em;
    border-bottom: 2px dotted #595959; }

  section.projects article:last-child .separator {
    border: none; }

  section.contact-us-wrapper {
    width: 100%;
    min-height: 165px;
    background: #76777e; }

  article.contact-us {
    width: 416px;
    min-height: 165px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.8em;
    padding: 0 20px 1em;
    background: none;
    position: static;
    overflow: hidden; }

  article.contact-us div {
    float: none;
    width: auto;
    margin-right: 0; }

  article.contact-us h4 {
    font-size: 1em; }

  article.contact-us p {
    font-size: 0.9em;
    margin-top: 0.5em;
    margin-bottom: 1.5em; }

  .google-maps {
    margin-top: 0;
    height: 360px; }

  #google div div div div div img {
    max-width: none; } }
/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hero-block h1 {
    padding-right: 30px; }

  section.block-links article {
    height: 220px; }

  section.block-links h3 {
    font-size: 2.35em;
    height: 220px; }

  section.block-links article a {
    padding-top: 1.7em;
    height: 71%; }

  section.block-links article.welding a,
  section.block-links article.fabrication a {
    padding-top: 2.35em; }

  section.block-links .icon {
    top: 51%;
    left: 44%; }

  /* Project Type Variation ================*/
  section.block-links.project-type {
    margin-top: 1.5em; }

  section.block-links.project-type article.automotive a,
  section.block-links.project-type article.food-industry a {
    height: 60%; }

  section.block-links.project-type article.automotive a {
    background-image: url(block_links_bg_automotive_medium.png); }

  section.block-links.project-type article.food-industry a {
    background-image: url(block_links_bg_food_medium.png); } }
/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {
  section.hero-block {
    min-height: 220px;
    background-image: url(hero_volvo_01_480.jpg);
    background-size: auto; }

  .hero-block h1 {
    font-size: 1.2em;
    margin-top: 1.2em; }

  header h1.logo {
    width: 180px; }

  header h1.logo a {
    width: 180px;
    height: 32px;
    background-size: 180px 32px; }

  .slider-wrapper {
    margin-top: -193px; }

  .skdslider {
    height: 210px; }

  header h2 {
    font-size: 1.1em;
    top: 55px; }

  section.block-links article {
    height: 160px; }

  section.block-links h3 {
    font-size: 1.7em;
    height: 160px; }

  section.block-links article a {
    padding-top: 1.7em;
    height: 71%; }

  section.block-links article.welding a,
  section.block-links article.fabrication a {
    padding-top: 2.35em; }

  section.block-links .icon {
    top: 49%;
    left: 41%; }

  /* Project Type Variation ================*/
  section.block-links.project-type {
    margin-top: 1.5em; }

  section.block-links.project-type h2 {
    font-size: 1.6em; }

  section.block-links.project-type article a {
    height: 65%;
    padding-top: 2.6em; }

  section.block-links.project-type article.automotive a,
  section.block-links.project-type article.food-industry a {
    height: 58%;
    padding-top: 3.1em; }

  section.block-links.project-type article.automotive a {
    background-image: url(block_links_bg_automotive_small.png); }

  section.block-links.project-type article.food-industry a {
    background-image: url(block_links_bg_food_small.png); }

  section.projects .increase-trailing-space {
    min-height: 0; }

  section.title-strip {
    background-position: center -198px; }

  section.title-strip h1 {
    font-size: 2.2em; }

  section.title-strip h2 {
    font-size: 1.3em; }

  article.contact-us {
    width: 260px;
    padding: 0 20px 1em; }

  section.clients ul li {
    min-width: 6em;
    margin: 0.5em 1em 1em; } }
/* Don't forget your Retina CSS! */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  footer ul.certifications li {
    background: url(certification_logos_hi.png) no-repeat 0 0;
    background-size: 290px 58px; } }