/* Config 
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*---------------------------------------------------
    LESS Prefixer
  ---------------------------------------------------
    
    All of the CSS3 fun, none of the prefixes!

    As a rule, you can use the CSS properties you
    would expect just by adding a '.':

    box-shadow => .box-shadow(@args)

    Also, when shorthand is available, arguments are
    not parameterized. Learn CSS, not LESS Prefixer.

    -------------------------------------------------
    TABLE OF CONTENTS
    (*) denotes a syntax-sugar helper
    -------------------------------------------------

        .animation(@args)
            .animation-delay(@delay)
            .animation-direction(@direction)
            .animation-duration(@duration)
            .animation-iteration-count(@count)
            .animation-name(@name)
            .animation-play-state(@state)
            .animation-timing-function(@function)
        .background-size(@args)
        .border-radius(@args)
        .box-shadow(@args)
            .inner-shadow(@args) *
        .box-sizing(@args)
            .border-box() *
            .content-box() *
        .columns(@args)
            .column-count(@count)
            .column-gap(@gap)
            .column-rule(@args)
            .column-width(@width)
        .gradient(@default,@start,@stop) *
            .linear-gradient-top(@default,@color1,@stop1,@color2,@stop2,[@color3,@stop3,@color4,@stop4])*
            .linear-gradient-left(@default,@color1,@stop1,@color2,@stop2,[@color3,@stop3,@color4,@stop4])*
        .opacity(@factor)
        .transform(@args)
            .rotate(@deg)
            .scale(@factor)
            .translate(@x,@y)
            .translate3d(@x,@y,@z)
            .translateHardware(@x,@y) *
        .text-shadow(@args)
        .transition(@args)
            .transition-delay(@delay)
            .transition-duration(@duration)
            .transition-property(@property)
            .transition-timing-function(@function)



    Credit to LESS Elements for the motivation and
    to CSS3Please.com for implementation.

    Copyright (c) 2012 Joel Sutherland
    MIT Licensed:
    http://www.opensource.org/licenses/mit-license.php

-----------------------------------------------------*/
/* Animation */
/* Background Size */
/* Border Radius */
/* Box Shadows */
/* Box Sizing */
/* Columns */
/* Gradients */
/* Opacity */
/* Text Shadow */
/* Transforms */
/* Transitions */
.boxSizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.unBoxSizing {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.group {
  *zoom: 1;
  margin: 0 -2px;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
body > .group {
  margin: 0;
}
.column {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  clear: none;
  padding: 0 2px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  min-height: 1px;
}
.column {
  float: left;
}
.column.right {
  float: right;
}
/* Web fonts 
------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Sosa';
  src: url('../webfonts/sosa-regular-webfont.eot?') format('eot'), url('../webfonts/sosa-regular-webfont.woff') format('woff'), url('../webfonts/sosa-regular-webfont.ttf') format('truetype');
}
[data-icon] {
  display: inline;
  font-weight: normal;
}
[data-icon]:before {
  display: inline;
  content: attr(data-icon);
  font-family: Sosa;
}
.icon2x [data-icon],
.icon2x .iconFont {
  font-size: 2em;
}
.iconFont {
  font-family: Sosa;
  text-transform: none;
  font-weight: normal;
  position: relative;
}
span.iconFont {
  display: inline;
}
h1 .iconFont {
  top: -0.18em;
}
/* Variables 
------------------------------------------------------------------------------- */
/* LESS source 
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html {
  font-size: 71%;
}
body {
  font: 13px 'Open Sans', sans-serif;
  font-size: 1rem;
  text-align: center;
  overflow-y: scroll;
  color: rgba(255, 255, 255, 0.5);
  max-width: 100%;
  background: #223335;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 500px) {
  body {
    background: url("../img/bkg.jpg") top no-repeat fixed #223335;
  }
  body.no-touch:after {
    content: " ";
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    opacity: 0.93;
    background: url(../img/pageShadeLeft.png) left repeat-y, url(../img/pageShadeRight.png) right repeat-y;
  }
  body:before {
    content: " ";
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 335px;
    z-index: 2;
    background: url(../img/flare01.png) 29% 50% repeat-x, url(../img/flare02.png) -8% 50% repeat-x, url(../img/flare03.png) -14% 50% repeat-x, url(../img/flare04.png) -65% 50% repeat-x;
  }
}
.pageWidth {
  position: relative;
  z-index: 3;
  text-align: left;
  min-height: 100%;
  *zoom: 1;
  padding: 0;
}
.pageWidth:before,
.pageWidth:after {
  content: "";
  display: table;
}
.pageWidth:after {
  clear: both;
}
.pageWidth > .group {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 700px) {
  .pageWidth {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
}
.logo img {
  width: 100%;
  max-width: 150px;
}
@media screen and (min-width: 700px) {
  .pageIntro .logo {
    margin-left: 0;
    margin-right: -1px;
  }
  .logo img {
    max-width: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .logo img {
    max-width: 184px;
  }
}
h5.logo {
  display: block;
  max-width: 100%;
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 2rem;
  min-height: 5.5rem;
}
.tenByTwenty .logo img {
  display: block;
  width: 128px;
  float: left;
}
.graphicStimulus .logo img {
  display: block;
  max-width: 181px;
  margin-top: 18px;
  float: left;
}
.edmerritt .logo img {
  display: block;
  max-width: 155px;
  margin-top: 2px;
  float: left;
}
.print {
  display: none;
}
.viewport {
  display: block;
  *zoom: 1;
  text-align: left;
  position: relative;
  z-index: 100;
  margin: 0 0 1rem;
  padding-left: 20px;
}
.viewport:before,
.viewport:after {
  content: "";
  display: table;
}
.viewport:after {
  clear: both;
}
.fixedView,
.scalableView {
  display: block;
  background: rgba(0, 0, 0, 0.33);
  color: #fff;
  padding: 1rem 20px;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.scalableView {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.viewport [data-icon] {
  font-size: 1.5em;
  line-height: 0;
}
@media screen and (min-width: 700px) {
  .viewport {
    position: absolute;
    top: 0;
    left: 35%;
    padding-left: 16px;
  }
}
.viewportOptions {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.6);
}
.viewportOptions .viewport {
  margin: 0 auto;
  font-size: 490%;
  text-align: center;
  padding: 100px;
  background: none;
}
.viewportOptions .fixedView,
.viewportOptions .scalableView {
  background: #ddd;
  color: #000;
  padding: 3rem 2rem;
  border-radius: 3rem;
  margin: 0 1rem;
}
/* Links
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */
a,
a:visited {
  color: #efd476;
  transition: all 0.2s;
  text-decoration: none;
}
a:hover {
  color: #ff8a61;
}
/* positioning
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.noBottom {
  margin-bottom: 0;
}
.button,
.button:visited {
  font-size: 1.15rem;
  font-weight: 400;
  padding: 0 1.3rem 2px;
  border-radius: 2px;
  background: #efd476;
  color: #000;
  letter-spacing: 0;
  position: relative;
  top: -4px;
  text-shadow: none;
  white-space: nowrap;
}
.button:hover {
  background: #ff8a61;
  color: #000;
}
.button [data-icon] {
  font-size: 1rem;
  position: relative;
  top: -1px;
}
h1 .button:last-child,
h2 .button:last-child,
h3 .button:last-child,
h4 .button:last-child,
h5 .button:last-child,
h6 .button:last-child,
hp .button:last-child {
  clear: left;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: block;
}
@media screen and (min-width: 500px) {
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    display: inline;
  }
  h1 .button:last-child,
  h2 .button:last-child,
  h3 .button:last-child,
  h4 .button:last-child,
  h5 .button:last-child,
  h6 .button:last-child,
  hp .button:last-child {
    margin-left: 20px;
    clear: none;
  }
}
h1 .button:first-child,
h2 .button:first-child,
h3 .button:first-child,
h4 .button:first-child,
h5 .button:first-child,
h6 .button:first-child,
hp .button:first-child {
  margin-left: 0;
}
/* Typography
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 900;
  padding-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.3em;
  letter-spacing: -0.05em;
  color: #ffffff;
}
/*h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6,*/
.subHeading {
  padding-top: 0;
  margin-top: -1rem;
}
p,
blockquote,
small,
cite {
  margin-bottom: 0.8rem;
  line-height: 1.8em;
}
p cite {
  margin: 0;
}
h1,
.h1 {
  font-size: 3.5rem;
}
h2,
.h2 {
  font-size: 3rem;
  line-height: ;
}
h3,
.h3 {
  font-size: 2.3rem;
  line-height: ;
}
h4,
.h4 {
  font-size: 1.9rem;
  line-height: ;
}
h5,
.h5 {
  font-size: 1.5rem;
  line-height: ;
}
h6,
.h6 {
  font-size: 1.15rem;
  line-height: ;
}
.light {
  font-weight: 300;
  letter-spacing: -0.025em;
}
.intro {
  font-size: 1.5rem;
  line-height: 1.3em;
}
.small {
  font-size: 0.855rem;
  line-height: 1.5em;
}
.date {
  font-weight: 600;
  color: #ffffff;
}
h1 + .date,
h2 + .date,
h3 + .date,
h4 + .date,
h5 + .date,
h6 + .date {
  margin-top: -0.5rem;
}
i,
em {
  font-weight: 400;
  letter-spacing: -0.025em;
}
strong {
  font-weight: 700;
}
.capitalise {
  text-transform: capitalize;
}
ul {
  margin-left: 0;
  padding-left: 12px;
}
@media screen and (min-width: 700px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  form,
  table,
  ul {
    margin-right: 12px;
    margin-left: 12px;
  }
}
h3 + p.subHeading,
h4 + p.subHeading,
h5 + p.subHeading {
  margin-bottom: 3.8rem;
}
hr {
  *zoom: 1;
  background: transparent;
  border: 0;
  height: 0;
  margin: 0 0 0 14px;
  max-width: 760px;
}
hr:before,
hr:after {
  content: "";
  display: table;
}
hr:after {
  clear: both;
}
hr.sectionDivider {
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  height: 1px;
  margin: 90px 0 0 14px;
  max-width: 760px;
}
.nav ul {
  display: block;
  list-style: none;
  padding-left: 0;
}
.nav li {
  display: inline;
  margin-right: 8.5px;
  line-height: 2rem;
}
.nav a {
  padding: 4px 0;
  font-size: 0.92rem;
  white-space: nowrap;
}
.nav .tools a {
  color: #fff;
}
.nav .menu a {
  color: #fff;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.nav [data-icon] {
  font-size: 1.3rem;
  line-height: 0;
}
@media screen and (min-width: 700px) {
  .nav ul {
    display: inline-block;
  }
  .nav li {
    margin-right: 0;
    margin-left: 0;
  }
  .nav .menu a {
    letter-spacing: 0.15em;
    font-weight: 600;
  }
  .nav .menu a:hover {
    color: #efd476;
  }
  .nav .tools a {
    color: rgba(255, 255, 255, 0.5);
  }
  .nav .tools a:hover {
    color: #fff;
  }
  .nav .twitter a:hover {
    color: #83e9ff;
  }
  .nav a {
    border-radius: 2px;
    padding: 4px 8px;
  }
  .nav .menu a:hover {
    background: rgba(0, 0, 0, 0.2);
  }
}
.workList {
  list-style: none;
  margin: 0 0 2rem;
  max-width: 390px;
  padding-left: 0;
}
.workList li + li + li + li {
  display: none;
}
.workList h6,
.workList p {
  margin: 0;
  line-height: 1.5rem;
}
.workList .small {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.workList a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 0 0 4px;
  padding: 0 12px 12px;
  display: block;
  transition: background 0.3s;
  min-height: 7rem;
}
.workList a p {
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.1s;
}
.workList a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.workList a:hover p {
  color: #fff;
}
.workList .current a {
  background: #377b84;
  cursor: default;
}
.workList .current p {
  color: #fff;
}
.peopleList {
  list-style: none;
  *zoom: 1;
  padding-left: 0;
}
.peopleList:before,
.peopleList:after {
  content: "";
  display: table;
}
.peopleList:after {
  clear: both;
}
.peopleList li {
  margin: 0 0 1rem;
  width: 50%;
  float: left;
}
.peopleList a {
  color: rgba(255, 255, 255, 0.5);
}
.peopleList strong {
  display: block;
  color: #fff;
}
.peopleList a:hover strong {
  color: #efd476;
}
/* Layout
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.right {
  float: right;
}
.pageWidth > .group {
  margin-bottom: 4rem;
}
.gallery {
  display: block;
  clear: both;
}
.pageIntro {
  margin-top: 3.5rem;
}
.sideInner.double .light:first-child {
  margin-bottom: 1.4rem;
}
.introIcon [data-icon] {
  display: block;
  font-size: 3.1rem;
  color: #fff;
  font-weight: 300;
}
.strapline {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  .pageWidth > .group {
    margin-bottom: 8rem;
  }
  .leftSide {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    clear: none;
    padding: 0 2px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    min-height: 1px;
    float: left;
    width: 33.33333%;
  }
  .rightSide {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    clear: none;
    padding: 0 2px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    min-height: 1px;
    float: left;
    width: 66.66666%;
  }
  .leftSide {
    padding-right: 3%;
  }
  .leftSide .sideInner {
    float: right;
    text-align: right;
  }
  .header {
    float: right;
    width: 37.5%;
    min-width: 175px;
  }
  .pageIntro {
    text-align: center;
    margin-top: 6rem;
  }
  .sideInner {
    max-width: 394px;
  }
  .leftSide .sideInner {
    max-width: 354px;
  }
  .network .review:nth-child(even) {
    margin-right: 0;
  }
  .pageIntroText {
    max-width: 392px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .sideInner {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    clear: none;
    padding: 0 2px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    min-height: 1px;
    float: left;
    width: 50%;
    min-width: 394px;
  }
  .leftSide .sideInner {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    clear: none;
    padding: 0 2px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    min-height: 1px;
    float: left;
    width: 50%;
    min-width: 354px;
    float: right;
  }
  .pageIntro .rightSide {
    margin-top: 1.75rem;
  }
}
@media screen and (max-width: 700px) {
  .leftSide {
    margin-bottom: 4rem;
  }
}
.pageWidth > .noBottom {
  margin-bottom: 0;
}
.sideInner.double {
  max-width: 100%;
  width: 792px;
  margin-right: 20%;
}
.single img {
  max-width: 100%;
  height: auto;
  display: block;
}
.single img + img,
.sideInner.double + .sideInner.double,
.leftSide .sideInner + .sideInner {
  margin-top: 3rem;
}
.reviewGroup {
  background: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}
.reviews {
  float: left;
  clear: left;
  margin: 0 0 30px;
}
.review {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0 4px 4px 0;
  border-radius: 3px;
  box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.9) /*, 1px 1px 90px -45px rgba(0,0,0,0.6)*/;
  max-width: 100%;
}
.review > p,
.review > a > p {
  margin: 0;
}
.review h6 {
  margin: 0;
  line-height: 1.5rem;
}
.review p {
  line-height: 1.5rem;
  margin-left: 0;
  padding-left: 0;
}
.review .small {
  text-transform: uppercase;
}
.review img {
  float: left;
  width: 100%;
  height: auto;
}
.js .review img {
  opacity: 0;
}
@media screen and (min-width: 500px) {
  .review img {
    width: auto;
  }
}
a.review:after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  transition: all 0.5s;
}
.js .review {
  background: url('../img/thumbLoading.gif') 50% 50% no-repeat rgba(255, 255, 255, 0.1);
}
.review a {
  color: #fff;
}
.review img + div {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5rem;
  color: #fff;
  background: #223335;
  transition: height 0.5s;
  overflow: hidden;
  padding: 0 12px;
}
.review:hover img + div {
  height: 193px;
}
a.review:hover:after {
  opacity: 0.3;
}
.review [data-icon] {
  font-size: 1.2rem;
  position: relative;
  top: -1px;
}
.review .rating {
  font-family: 'Sosa';
  font-size: 1.2rem;
}
.gallery .review + .review {
  display: none;
}
@media screen and (min-width: 500px) {
  .gallery .review + .review {
    display: block;
  }
}
.reviewLink {
  font-weight: bold;
  margin-right: 10px;
}
.reviewLink:hover,
.reviews .small a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.reviewLink [data-icon] {
  font-size: 0.9rem;
}
.tenByTwenty .review img + div {
  background: #312e27;
  background: #000;
}
.articles .rightSide h3.light a {
  color: #fff;
}
.articles .rightSide h3.light a:hover {
  color: #efd476;
}
.article {
  color: #fff;
  font-size: 114%;
}
.article > *:first-child {
  padding-top: 0;
}
.network .review img {
  margin: 0 !important;
}
.pageClear {
  display: table;
  margin-bottom: 8rem;
}
.pagination {
  clear: left;
  display: inline;
  background: #1c292c;
  padding: 0.9rem 1rem 0.9rem;
  margin: 0 12px;
  border-radius: 8px;
}
.pagination a {
  transition: all 0.15s;
}
.pagination .page-numbers {
  white-space: nowrap;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  min-height: 2.2rem;
  min-width: 2.2rem;
  line-height: 2.2rem;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.pagination a.page-numbers:hover {
  background: #131d1f;
  color: #fff;
  box-shadow: none;
}
.pagination .current {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #000;
  box-shadow: none;
}
.pagination .next,
.pagination .prev,
.pagination .dots {
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 900;
  box-shadow: none;
}
.pagination .next {
  padding: 0.45rem 1.5rem 0.5rem;
  margin: 0 -1rem 0 0.9rem;
  border-radius: 0 8px 8px 0;
}
.pagination .prev {
  padding: 0.45rem 1.5rem 0.5rem;
  margin: 0 0.9rem 0 -1rem;
  border-radius: 8px 0 0 8px;
}
.pagination .next:hover,
.pagination .prev:hover {
  background: #131d1f;
}
.pagination .next:before {
  content: "";
  border-left: 2px solid #223335;
  display: inline-block;
  height: 3.5rem;
  margin: -0.5rem 0 0 -1.95rem;
  position: absolute;
}
.pagination .prev:after {
  content: "";
  border-left: 2px solid #223335;
  display: inline-block;
  height: 3.5rem;
  margin: -0.5rem 0 0 1.95rem;
  position: absolute;
}
.archiveMonths {
  list-style: none;
}
.archiveMonths li {
  display: block;
}
.wp-tag-cloud {
  list-style: none;
}
.wp-tag-cloud li {
  display: inline;
  line-height: 2.2em;
}
.wp-tag-cloud a {
  background: url("../img/tag.png") no-repeat right;
  padding: 6px 18px 5px 5px;
  white-space: nowrap;
}
