@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500');
/* Third Party Goodness */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* Main Site Styles - Styles that go across all pages (eg: header) */
/*************************   LOAD FONTS   **************************/
@font-face {
  font-family: 'Bebas';
  src: url('../fonts/BebasNeue-webfont.eot');
  src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-webfont.woff') format('woff'), url('../fonts/BebasNeue-webfont.ttf') format('truetype'), url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*************************   VARIABLES   **************************/
/*************************   COMMON CLASSES & MIXINS   **************************/
/* Mixin to any element to make it clear up after itself */
/* Standard CSS clear class for when self clearing doesn't make sense */
.clear {
  clear: both;
}
/* Contain the website to 980px - this site is not responsive */
.contain {
  width: 980px;
  margin: 0 auto;
}
* {
  box-sizing: border-box;
}
/*************************   MAIN STYLES   **************************/
html {
  font-family: Arial, Helvetica, sans-serif;
  color: #2c2c2c;
}
#site-header {
  background: #fff;
  padding: 20px 0;
  /* Logo */
  /* Navigation to the right */
}
#site-header:after {
  content: "";
  display: table;
  clear: both;
}
#site-header .branding {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 10px;
}
#site-header nav {
  display: inline;
  float: left;
  width: 620px;
  margin: 0 10px;
  text-align: right;
}
#site-header nav ul li {
  display: inline;
  margin-left: 18px;
  line-height: 84px;
  /* Height of the logo */
}
#site-header nav ul li.here {
  border-bottom: #44525a 2px solid;
  padding-bottom: 6px;
}
#site-header nav ul li a {
  font-family: Bebas, Arial, Helvetica, sans-serif;
  color: #44525a;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
}
#site-header nav ul li a:hover {
  color: #557e95;
}
.content h2 {
  font-family: Bebas, Arial, Helvetica, sans-serif;
  font-size: 44px;
  margin-bottom: 20px;
}
.content .side {
  width: 300px;
  min-height: 400px;
  float: right;
  margin: 0 0 40px 40px;
}
.content .side h2 {
  font-size: 28px !important;
}
.content .float-left {
  float: left;
  margin-right: 40px;
}
.content a {
  color: #666;
}
.content a:hover {
  text-decoration: none;
}
.content p {
  font-family: Arial, Helvetica, sans-serif;
  color: #aaa;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.content p a.cta {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.content p a.cta:after {
  content: " ►";
}
.content p a.cta:hover {
  opacity: 0.7;
}
.content p.focus {
  color: #333 !important;
  font-size: 22px !important;
  line-height: 32px !important;
}
.content p strong {
  font-weight: bold;
}
.text-page:after {
  content: "";
  display: table;
  clear: both;
}
.text-page header {
  box-shadow: inset rgba(0, 0, 0, 0.4) 0 4px 8px;
  background: #111111;
  overflow: hidden;
}
.text-page header:after {
  content: "";
  display: table;
  clear: both;
}
.text-page header .contain {
  position: relative;
}
.text-page header .top-image {
  position: absolute;
  left: 500px;
  z-index: 1;
}
.text-page header .content {
  display: inline;
  float: left;
  width: 460px;
  margin: 0 10px;
  width: 530px;
  z-index: 9999;
  position: relative;
  padding: 40px 0;
}
.text-page header .content h1 {
  color: #fff;
  font-size: 60px;
  font-family: Bebas, Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}
.text-page header .content p {
  color: #aaa;
  margin-bottom: 0;
}
.text-page #sidebar {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 10px;
  padding: 40px 0;
}
.text-page #sidebar .widget {
  margin-bottom: 60px;
}
.text-page #sidebar .widget h4 {
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #ccc 1px dotted;
}
.text-page #sidebar .widget p {
  font-size: 14px;
  line-height: 24px;
}
.text-page #sidebar .widget p strong {
  font-weight: bold;
}
.text-page #sidebar .widget p a {
  color: #00488b;
  margin-left: 10px;
}
.text-page #sidebar .widget ul {
  list-style: square;
  font-size: 12px;
  margin-left: 20px;
}
.text-page #sidebar .widget ul li {
  margin-bottom: 20px;
  line-height: 18px;
}
.text-page #sidebar .widget ul li a {
  color: #00488b;
}
.text-page #sidebar .widget ul li a:hover {
  color: #333;
}
.text-page .content {
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px;
  padding: 40px 0;
}
.text-page .content .breadcrumb {
  font-size: 12px;
  margin-bottom: 20px;
  color: #666;
}
.text-page .content .breadcrumb a {
  color: #666;
}
.text-page .content .article-excerpt {
  margin-bottom: 80px;
}
.text-page .content .article-excerpt h3 {
  font-size: 34px;
}
.text-page .content .article-excerpt h3 a {
  color: #000;
  text-decoration: none;
}
.text-page .content .article-excerpt h3 a:hover {
  color: #666;
}
.text-page .content .article-excerpt .category {
  display: block;
  float: right;
  margin: 0 0 10px 10px;
  background: #fafafa;
  border: #ccc 1px solid;
  font-size: 11px;
  padding: 10px;
  border-radius: 3px;
}
.text-page .content .article-excerpt .article-image {
  margin-bottom: 20px;
}
.text-page .content .article-excerpt .article-image:hover {
  opacity: 0.6;
}
.text-page .content.w-sidebar {
  display: inline;
  float: left;
  width: 620px;
  margin: 0 10px;
  padding-right: 40px;
}
.text-page .content h2 {
  font-size: 36px;
  color: #44525a;
  line-height: 40px;
}
.text-page .content p {
  color: #666;
  font-size: 14px;
}
.text-page .content p.excerpt {
  font-weight: bold;
  color: #333;
  font-size: 18px;
  line-height: 28px;
}
.text-page .content h3 {
  font-family: Bebas, Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}
.text-page .content table {
  margin-bottom: 40px;
}
.text-page .content table td {
  padding: 10px;
  font-size: 12px;
}
.text-page .content table td strong {
  font-weight: bold;
}
.text-page .content table tr:nth-child(even) td {
  background: #fafafa;
}
.text-page .content hr {
  border: none;
  border-top: #ccc 1px dotted;
  margin: 50px 0;
}
.text-page .content .col-space {
  display: block;
  width: 980px;
  margin: 0 -10px;
  *zoom: 1;
}
.text-page .content .col-space:before,
.text-page .content .col-space:after {
  content: "";
  display: table;
}
.text-page .content .col-space:after {
  clear: both;
}
.text-page .content .col-space:after {
  content: "";
  display: table;
  clear: both;
}
.text-page .content .col-space .wide-col {
  display: inline;
  float: left;
  width: 620px;
  margin: 0 10px;
  padding-right: 20px;
}
.text-page .content .col-space .narrow-col {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 10px;
}
.text-page .content .col-space .narrow-col img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 2px;
}
.text-page .content .col-space .equal-col {
  display: inline;
  float: left;
  width: 460px;
  margin: 0 10px;
}
#site-footer {
  background: #fff;
  box-shadow: inset #ccc 0 0 100px;
  padding: 40px 0;
}
#site-footer:after {
  content: "";
  display: table;
  clear: both;
}
#site-footer a {
  color: #666;
}
#site-footer a:hover {
  color: #000;
}
#site-footer h4 {
  font-family: Bebas, Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin-bottom: 15px;
}
#site-footer ul {
  font-size: 12px;
}
#site-footer ul li {
  margin-bottom: 15px;
  color: #666;
}
#site-footer nav {
  display: inline;
  float: left;
  width: 220px;
  margin: 0 10px;
}
#site-footer aside {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 10px;
}
#site-footer aside .rowfix {
  display: block;
  width: 340px;
  margin: 0 -10px;
  *zoom: 1;
}
#site-footer aside .rowfix:before,
#site-footer aside .rowfix:after {
  content: "";
  display: table;
}
#site-footer aside .rowfix:after {
  clear: both;
}
#site-footer aside .rowfix h4 {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 10px;
  margin-bottom: 15px;
}
#site-footer aside .rowfix ul {
  display: inline;
  float: left;
  width: 140px;
  margin: 0 10px;
}
#site-footer article {
  display: inline;
  float: left;
  width: 380px;
  margin: 0 10px;
}
#site-footer article h4 a {
  color: #000;
  text-decoration: none;
}
#site-footer article p {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 20px;
}
#site-footer #legal {
  clear: left;
  padding-top: 20px;
}
#site-footer #legal p {
  display: inline;
  float: left;
  width: 460px;
  margin: 0 10px;
  font-size: 12px;
}
#site-footer #legal #design {
  text-align: right;
}
/* Individual page styles */
.home #hero {
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 4px 4px;
  background: #000000 url('../img/hero_2.jpg') top center no-repeat;
}
.home #hero:after {
  content: "";
  display: table;
  clear: both;
}
.home #hero .main-cta {
  display: block;
  height: 600px;
  color: #000;
  text-shadow: rgba(255, 255, 255, 0.25) 0 0 4px;
  -webkit-transition: all 0.2s ease-in-out;
  /* animate the hover state */
}
.home #hero .main-cta #hero-message {
  display: inline;
  float: left;
  width: 460px;
  margin: 0 10px;
  position: relative;
  left: 480px;
  margin-top: 255px;
  /* We want this to be roughly so it sits in the centre of the hero */
}
.home #hero .main-cta #hero-message h1 {
  font-family: Bebas, Arial, Helvetica, sans-serif;
  font-size: 48px;
  margin-bottom: 20px;
  position: relative;
  /* Add the play icon (>) to the left of the header */
}
.home #hero .main-cta #hero-message h1:before {
  content: "";
  display: block;
  position: absolute;
  left: -100px;
  top: 5px;
  background: url('../img/play.png') no-repeat;
  width: 72px;
  height: 72px;
}
.home #hero .main-cta #hero-message p {
  font-family: Arial, Helvetica, sans-serif;
  color: #343434;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.home #hero .main-cta #hero-message .cta {
  font-family: Arial, Helvetica, sans-serif;
  color: #343434;
  font-size: 20px;
  font-weight: 500;
}
.home #hero .main-cta:hover {
  opacity: 0.7;
  -webkit-transform: scale(0.98);
}
.home #hero #hero-overlay {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: inset rgba(0, 0, 0, 0.5) 0 20px 8px;
  padding: 40px 0;
  color: #fff;
}
.home #hero #hero-overlay:after {
  content: "";
  display: table;
  clear: both;
}
.home #hero #hero-overlay #hero-overlay-about {
  display: inline;
  float: left;
  width: 460px;
  margin: 0 10px;
  margin-top: 20px;
}
.home #hero #hero-overlay #hero-overlay-about p {
  font-size: 20px;
  line-height: 28px;
}
.home #hero #hero-overlay #hero-overlay-about a {
  color: #fff;
}
.home #hero #hero-overlay #hero-overlay-clients {
  display: inline;
  float: left;
  width: 460px;
  margin: 0 10px;
}
.home #hero #hero-overlay #hero-overlay-clients ul {
  display: block;
  width: 500px;
  margin: 0 -10px;
  *zoom: 1;
}
.home #hero #hero-overlay #hero-overlay-clients ul:before,
.home #hero #hero-overlay #hero-overlay-clients ul:after {
  content: "";
  display: table;
}
.home #hero #hero-overlay #hero-overlay-clients ul:after {
  clear: both;
}
.home #hero #hero-overlay #hero-overlay-clients ul li {
  display: inline;
  float: left;
  width: 140px;
  margin: 0 10px;
  margin-bottom: 20px;
  height: 120px;
}
.home #hero #hero-overlay #hero-overlay-clients ul li img {
  box-shadow: inset #fff 0 0 5px;
}
.home #about-john {
  background: #fff;
  box-shadow: inset #ccc 0 0 100px;
}
.home #about-john:after {
  content: "";
  display: table;
  clear: both;
}
.home #about-john .content {
  display: inline;
  float: left;
  width: 620px;
  margin: 0 10px;
  padding: 35px 0 0 0;
  text-align: right;
}
.home #about-john .content p {
  color: #616161;
}
.home #about-john img {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 10px;
}
.home #blog {
  padding: 40px 0;
}
.home #blog:after {
  content: "";
  display: table;
  clear: both;
}
.home #blog h3 {
  font-weight: bold;
  margin-bottom: 20px;
}
.home #blog h3 a {
  color: #000;
  text-decoration: none;
}
.home #blog p {
  color: #666;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
}
.home #blog p a {
  color: #000;
  font-weight: bold;
}
.home #blog a img:hover {
  opacity: 0.7;
}
.home #blog #johns-corner {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 10px;
}
.home #blog #johns-corner article img {
  margin-bottom: 20px;
}
.home #blog #latest-news {
  display: inline;
  float: left;
  width: 620px;
  margin: 0 10px;
}
.home #blog #latest-news article {
  display: block;
  width: 660px;
  margin: 0 -10px;
  *zoom: 1;
  margin-bottom: 20px;
}
.home #blog #latest-news article:before,
.home #blog #latest-news article:after {
  content: "";
  display: table;
}
.home #blog #latest-news article:after {
  clear: both;
}
.home #blog #latest-news article img {
  display: inline;
  float: left;
  width: 140px;
  margin: 0 10px;
}
.home #blog #latest-news article div {
  display: inline;
  float: left;
  width: 460px;
  margin: 0 10px;
}
.home #blog h2 {
  font-family: Bebas, Arial, Helvetica, sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
}
.clients {
  /*
	#logo-selector {
		.row(12);
		.selfClear();
		margin-top: 40px;
		margin-bottom: 40px;
		
		li {
			.column(2);
			opacity: 1;
				
			img {
				box-shadow:  rgba(0,0,0,0.25) 0 0 5px;	
				border: #fff 1px solid;
			}
			
			&.active {
				opacity: 0.3;	
				
				img {
					box-shadow:  rgba(0,0,0,1) 0 0 5px;	
				}
			}
		}
	}
	
	#client-info {
		.selfClear();
		height: 220px;
		
		article {
			display: none;	
			border-top: #ccc 1px dotted;
			padding-top: 40px;
		}
	}
	*/
}
.clients #active-clients article {
  display: block;
  width: 980px;
  margin: 0 -10px;
  *zoom: 1;
  margin-bottom: 40px;
  margin-top: 20px;
}
.clients #active-clients article:before,
.clients #active-clients article:after {
  content: "";
  display: table;
}
.clients #active-clients article:after {
  clear: both;
}
.clients #active-clients article img {
  display: inline;
  float: left;
  width: 140px;
  margin: 0 10px;
}
.clients #active-clients article div {
  display: inline;
  float: left;
  width: 780px;
  margin: 0 10px;
}
.clients #active-clients article div h2 {
  font-size: 26px;
  margin-bottom: 5px;
}
.clients #previous-clients article {
  margin-bottom: 40px;
  margin-top: 20px;
}
.clients #previous-clients article h2 {
  font-size: 22px;
  margin-bottom: 5px;
}
.contact #contact-details {
  display: block;
  width: 980px;
  margin: 0 -10px;
  *zoom: 1;
}
.contact #contact-details:before,
.contact #contact-details:after {
  content: "";
  display: table;
}
.contact #contact-details:after {
  clear: both;
}
.contact #contact-details .contact-avenue {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 10px;
}
.contact #contact-details .contact-avenue img {
  margin-bottom: 20px;
}
.contact #contact-details .contact-avenue h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.contact #contact-details .contact-avenue dl {
  display: block;
  width: 340px;
  margin: 0 -10px;
  *zoom: 1;
  font-size: 12px;
}
.contact #contact-details .contact-avenue dl:before,
.contact #contact-details .contact-avenue dl:after {
  content: "";
  display: table;
}
.contact #contact-details .contact-avenue dl:after {
  clear: both;
}
.contact #contact-details .contact-avenue dl dt {
  display: inline;
  float: left;
  width: 60px;
  margin: 0 10px;
  font-weight: bold;
}
.contact #contact-details .contact-avenue dl dd {
  display: inline;
  float: left;
  width: 220px;
  margin: 0 10px;
  margin-bottom: 20px;
}
