body {
  margin: 0px;
}
#page, #site_bar_content, #page_container > footer, #page_container > header {
  width: 1000px;
  margin: 0px auto;
}
#body_content_left {
  float: left;
  width: 600px;
}
#body_content_right {
  float: right;
  width: 400px;
}
#body_content_left .inner {
  padding-right: 10px;
}     
#body_content_right .inner {
  padding-left: 10px;
}     
#body_content.no_body_content_left #body_content_right,
  #body_content.no_body_content_right #body_content_left {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.menu ul {
  margin: 0px;
  padding: 0px;
}
.menu li {
  padding: 0px;
  margin: 0px 9px 0px 0px;
  list-style: none;
  float: left;
}
.menu li.last {
  margin-right: 0px;
}
.menu li.selected > a {
  font-weight: bold;
}
.inquiries form label {
  width: 150px;
  float: left;
}
.inquiries form input {
  width: 200px;
}
.inquiries form input, .inquiries form textarea {

}
.inquiries form textarea {

}
.inquiries form .actions {
  margin-left: 150px;
}
.inquiries form .actions input {
  width: auto;
}
.inquiries .field {
  margin: 12px 0px;
}
.inquiries form {
  padding-top: 12px;
}
.page_not_live {
  border: 1px solid #A00027;
  color: #A00027;
  background: #FFB1B1;
  padding:3px 9px;
  font-weight:bold;
  width:auto;
}


/*  Less Framework 4
    http://lessframework.com
    by Joni Korpi
    License: http://opensource.org/licenses/mit-license.php */

/*  Resets
    ------  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block;
}

a img {border: 0;
	text-decoration: none;
	background: none;
	}


/*  Override Refinery styles
    ------------------------  */
footer, header {
  width: auto;
}
#body_content_left {
  width: auto;
}
#body_content_left .inner {
  padding-right: 0;
}
#body_content_right .inner {
  padding-left: 0;
}


/*  Typography presets
    ------------------  */

body {
  font: 16px/24px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: black;
  background-color: black;
}
a {
  color: #00b3e3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


/* Selection colours (easy to forget) */

::selection     {background: rgb(255,255,158);}
::-moz-selection  {background: rgb(255,255,158);}
img::selection    {background: transparent;}
img::-moz-selection {background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}



/* Default 2-column layout, 816px */

body {
  -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font sizes */
}

#page-top,
#page-bottom {
  background: black;
  color: white;
}

#page-top .inner,
#page-bottom .inner {
  position: relative;
  margin: 0 auto;
  width: 816px;
}
#page-top {
  position: relative;
  height: 40px;
}
#page-top h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 121px;
  background: transparent url(/images/sprites.png) 0 0 no-repeat;
  text-indent: -9999px;
  z-index: 100;
}
#page-top h1 a {
  display: block;
  width: 28px;
  height: 41px;
  margin: 12px 0 0 12px;
  background: transparent url(/images/sprites.png) -85px -121px no-repeat;
}
#page-top h1 a:hover {
  background: transparent url(/images/sprites.png) -113px -163px no-repeat;
}
#page-top nav {
  position: absolute;
  right: 0;
}
#page-top nav ul {
  list-style: none;
}
#page-top nav li {
  float: left;
  margin-right: 25px;
  font: normal 18px/40px 'bebas-neue', sans-serif;
}
#page-top nav li:last-child {
  margin-right: 0;
}
#page-top nav li a {
  display: block;
  height: 40px;
  color: white;
  text-decoration: none;
}
#page-top nav li a:hover {
  color: #00b3e3;
}
#page-top .curated {
  position: relative;
}
#page-top .curated a {
  position: relative;
  padding-right: 19px;
  color: #888;
  z-index: 40;
}
#page-top .current a {
  color: #00b3e3;
}
#page-top .current a:hover {
  color: white;
}
#page-top .curated .count {
  position: absolute;
  top: 11px;
  right: 0;
  height: 10px;
  width: 10px;
  padding: 3px;
  font: bold 11px/10px 'Open Sans', Helvetica, Arial, sans-serif;
  text-align: center;
  border-radius: 10px;
  color: black;
  background: #888;
  z-index: 30;
}
#page-top .curated.current .count {
  background: #00b3e3;
}
#page-top .curated:hover .count {
  background: #00b3e3;
}
#page-top .curated:hover a {
  color: #00b3e3;
}
#page-top .curated.current:hover .count {
  background: white;
}
#page-top .curated.current:hover a {
  color: white;
}
#page-top .curated .explanation {
  display: none;
  position: absolute;
  top: 40px;
  right: 0px;
  width: 250px;
  padding: 24px 72px 24px 24px;
  font: normal 13px/24px 'Open Sans', Helvetica, Arial, sans-serif;
  background: black;
  z-index: 30;
}
#page-top .curated .explanation strong {
  font: normal 15px/24px 'bebas-neue', sans-serif;
}
#page-top .curated .explanation .plus {
  display: block;
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 41px;
  height: 41px;
  background: url(/images/sprites.png) -307px -472px no-repeat;
}

#page-bottom {
  padding: 48px 0;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}
#page-bottom h1 {
  margin-bottom: 8px;
  font: normal 36px/36px 'bebas-neue', sans-serif;
}
#page-bottom .contact {
  float: left;
  margin-right: 24px;
  width: 396px;
}
#page-bottom .contact .address,
#page-bottom .contact .phones {
  float: left;
}
#page-bottom .contact .address {
  margin-right: 48px;
}
#page-bottom .contact .directions {
  padding-left: 18px;
  background: url(/images/sprites.png) -172px -251px no-repeat;
  text-transform: uppercase;
}
#page-bottom .contact .job-openings {
  text-transform: uppercase;
}
#page-bottom .map {
  float: left;
  width: 396px;
  height: 227px;
}
#page-bottom .map a {
  background: none;
}
#page-bottom .map a:hover {
  background: none;
  text-decoration: underline;
}
#page-bottom p {
  margin-bottom: 24px;
}

#wrapper {
  width: 100%;
  background-color: white;
}
#body_content {
  position: relative;
  margin: 0 auto;
  padding: 100px 0 24px;
  width: 816px;
  background-color: white;
  z-index: 10;
}
#body_content.home_content {
  padding-top: 2px;
}
#body_content h1 {
  font: normal 36px 'bebas-neue', sans-serif;
  line-height: 24px;
}
#body_content #body_content_title {
  margin-bottom: 12px;
  font-size: 28px;
  color: #00b3e3;
}
#body_content.page-careers #body_content_title {
  display: none;
}
#body_content .job-listing #body_content_title {
  margin-top: 48px;
}

.page-careers .below-or-left {
  content: 'to the left';
}

#add-to-curation {
  position: absolute;
  top: 24px;
  right: 0;
}
#add-to-curation a {
  display: block;
  width: 41px;
  height: 41px;
  text-indent: -9999px;
  background: url(/images/sprites.png) -307px -472px no-repeat;
}

#tags-container {
  position: absolute;
  z-index: 100;
}
#second-tags-container {
  display: none;
}
#tags {
  width: 312px;
  background: #eee;
}
#tags ul {
  margin-top: 12px;
  padding: 6px 12px;
  list-style-type: none;
  font-size: 14px;
  line-height: 24px;
}
#tags ul li {
  text-indent: -12px;
  margin-left: 12px;
}
.tag-trigger {
  display: none;
}
#tags a {
  color: black;
}
#tags a:hover {
  color: #00b3e3;
}
#tags a.current {
  color: #00b3e3;
}
#second-tags {
  background: #eee;
}
#second-tags ul {
  margin-top: 12px;
  padding: 6px 12px;
  list-style-type: none;
  font-size: 14px;
  line-height: 24px;
}
#second-tags ul li {
  text-indent: -12px;
  margin-left: 12px;
}
#second-tags a {
  text-transform: capitalize;
  color: black;
}
#second-tags a:hover {
  color: #00b3e3;
}

#content-blocks.full-width {
  position: static;
  width: 816px;
}
#content-blocks.job-listing {
  margin-top: -40px;
}
.content-block {
  margin: 12px 0 0 336px;
  font-size: 14px;
  line-height: 24px;
}
.page-the-team .content-block,
.page-the-agency .content-block {
  margin: 12px 336px 0 0;
}
#body_content .content-block h1 {
  margin: 0 0 12px;
  font-size: 18px;
}
.content-block p {
  margin-bottom: 12px;
}
.content-block ul {
  list-style: none;
}
.content-block ul.bulleted {
  list-style: disc;
  padding-left: 15px;
}
.content-block ul.bulleted li {
  margin-bottom: 15px;
}
.content-block ul.bulleted ul {
  list-style: circle;
  padding-left: 15px;
}
.content-block ul.bulleted ul li {
  margin-bottom: 0;
}

.see-more {
  margin-top: 12px;
}
.see-more a {
  text-transform: uppercase;
}
.see-more a:hover {
}

#brandwatch h1 span {
  padding-right: 33px;
  background: url(/images/brandwatch_logo.png) right 5px no-repeat;
}
#brandwatch h2 {
  font-size: 16px;
  margin-bottom: 6px;
}

#assets {
  margin-top: 24px;
  width: 480px;
}
.asset {
  margin-bottom: 24px;
}
.asset-image {
  line-height: 0;
}
.asset.resource {
  width: 608px;
  margin-bottom: 0;
  margin-top: 25px;
  padding: 24px 20px 23px;
  background: white;
}
.asset.resource a {
  background: black;
  color: white;
  text-decoration: none;
}
.asset.resource a:hover {
  background: #999;
}
.asset.resource + .asset.resource {
  margin-top: 0;
  padding-top: 1px;
}
.asset.video {
  margin-left: 336px;
}
.asset.image {
  margin-left: 336px;
}

.featured article {
  position: relative;
  width: 816px;
  margin-bottom: 24px;
}
.featured article h2 {
  font: normal 30px/24px 'bebas-neue', sans-serif;
  color: #00b3e3;
}
.featured article h3 {
  font: normal 20px/24px 'bebas-neue', sans-serif;
  color: #00b3e3;
}
.featured article p {
  margin-top: 12px;
}
.featured-image {
  width: 312px;
  height: 239px;
}
.featured iframe.vimeo {
  width: 480px;
  height: 270px;
}
.featured-body {
  position: relative;
  margin: 0 0 24px 336px;
  font-size: 14px;
}
.featured-agency .featured-body {
  position: absolute;
  bottom: -3px;
  right: 0;
  margin: 0;
  width: 312px;
  font-size: 12px;
  line-height: 18px;
}
.featured-agency .asset.video + .featured-body {
  bottom: 2px;
}
.featured-agency .featured-body h2 {
  margin: 0;
  font-size: 22px;
  line-height: 24px;
  color: black;
}
.featured-agency .asset.image {
  margin-left: 0;
}
.featured-agency .asset.video {
  margin-left: 0;
}
.featured-agency article p {
  margin-top: 6px;
}
.featured-agency .carousel {
  position: relative;
  width: 480px;
  height: 247px;
}
.featured-agency .carousel .asset {
  z-index: 50;
}
.featured-agency .carousel .nav {
  display: none;
  /* position: absolute; */
  /* width: 24px; */
  /* height: 100%; */
  /* top: 0px; */
  /* background: pink; */
  /* z-index: 100; */
}
.featured-agency .carousel .next {
  right: 0;
}
.featured-agency .carousel .prev {
  left: 0;
}
.page-the-agency .featured-agency a,
.page-the-agency .featured-agency a:visited {
  color: black;
}
.page-the-agency .featured-agency a:hover {
  text-decoration: none;
}
.page-the-agency .featured-agency a:hover h2 {
  color: #00b3e3;
}

#body_content .featured-body h1,
#body_content .featured-intro h1 {
  font-size: 20px;
  margin-bottom: 30px;
}

.page-the-team .featured-image {
  float: left;
  margin-bottom: 24px;
}
.page-the-team .featured-body {
  float: right;
  width: 272px;
}
.page-the-team .featured-body ul {
  margin-top: 24px;
  list-style: none;
}
.page-the-team .featured-body li {
  margin-left: 20px;
  padding-left: 0;
  /* text-indent: -20px; */
}
.page-the-team .featured-body p {
  font-size: 13px;
}
.featured-team article {
  display: inline-block;
  width: 396px;
  margin: 0 24px 24px 0;
  vertical-align: top;
}
.featured-team article:nth-child(2n) {
  margin-right: 0;
}
.featured-team article .featured-body {
  width: 396px;
  margin-left: 0;
}
#body_content .featured-team .featured-body h1 {
  font-size: 20px;
  margin-bottom: 0;
}
.featured-team article h2 {
  font: bold 12px/24px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
}
.featured-team article h3 {
  margin: 0;
  font: 13px/24px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  color: black;
}
.featured-team article h3.favorites {
  margin-top: 12px;
}
.page-the-team .featured-team .featured-body ul {
  margin-top: 0;
}
.featured-team article li {
  padding-left: 24px;
  list-style-type: disc;
  font: 13px/24px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content-blocks.full-width #clients {
  width: 568px;
  padding: 40px;
}
.client-logo {
  display: table;
  float: left;
  height: 150px;
  margin: 0 39px 39px 0;
}
.client-logo.right {
  margin-right: 0;
}
.client-logo.last {
  margin-bottom: 0;
}
.client-logo a {
  display: table-cell;
  height: 150px;
  vertical-align: middle;
  background: none;
}
.client-logo a:hover {
  background: none;
}

blockquote {
  margin: 15px 0 15px 0;
  padding: 20px;
  font: italic 28px/34px Georgia, serif;
  background: #f5f5f5;
}


/* Wide 3-column layout, 984px */

@media only screen and (min-width: 1212px) {
  #body_content {
    width: 984px;
  }

  #page-top .inner,
  #page-bottom .inner {
    width: 984px;
  }

  #page-bottom .map {
    width: 564px;
  }

  #content-blocks.full-width {
    width: 984px;
  }
  .page-the-team .content-block,
  .page-the-agency .content-block {
    margin: 12px 336px 0 0;
  }

  .featured article {
    width: 984px;
  }
  .featured iframe.vimeo {
    width: 648px;
    height: 365px;
  }

  .featured-team article {
    display: inline-block;
    width: 312px;
    margin: 0 24px 24px 0;
    vertical-align: top;
  }
  .featured-team article:nth-child(2n) {
    margin-right: 24px;
  }
  .featured-team article:nth-child(3n) {
    margin-right: 0;
  }
  .featured-team article .featured-body {
    width: 312px;
    margin-left: 0;
  }

  .featured-agency .featured-body {
    margin: 0 0 0 672px;
  }
  .featured-agency .carousel {
    width: 648px;
    height: 334px;
  }
}


/* Tablet 2-column layout, 648px */

@media only screen and (max-width: 991px) and (min-width: 768px) {
  #body_content {
    width: 648px;
  }

  #page-top .inner,
  #page-bottom .inner {
    width: 648px;
  }

  #page-bottom .contact .address,
  #page-bottom .contact .phones {
    float: none;
  }
  #page-bottom .contact .address {
    margin-right: 48px;
  }
  #page-bottom .contact .directions {
    margin-bottom: 24px;
    padding-left: 18px;
    background: url(/images/sprites.png) -172px -251px no-repeat;
    text-transform: uppercase;
  }
  #page-bottom .contact .job-openings {
    text-transform: uppercase;
  }
  #page-bottom .map {
    float: right;
    width: 396px;
    height: 227px;
    margin-top: -227px;
  }
  #page-bottom .map a {
    background: none;
  }
  #page-bottom .map a:hover {
    background: none;
    text-decoration: underline;
  }

  #tags {
    width: 228px;
  }

  #content-blocks.full-width {
    width: 648px;
  }
  .content-block {
    margin: 12px 0 0 252px;
  }
  .page-the-team .content-block,
  .page-the-agency .content-block {
    margin: 12px 0 0 0;
  }

  .asset.video {
    margin-left: 252px;
  }
  .asset.image {
    margin-left: 252px;
  }

  .featured article {
    width: 648px;
  }
  .featured-body {
    margin: 0 0 24px 252px;
  }
  .featured-image {
    width: 396px;
    margin-bottom: 24px;
  }
  .featured iframe.vimeo {
    width: 396px;
    height: 223px;
  }
  .page-the-agency .featured-agency iframe.vimeo {
    width: 648px;
    height: 365px;
  }

  .featured-team article {
    display: inline-block;
    width: 312px;
    margin: 0 24px 24px 0;
    vertical-align: top;
  }
  .featured-team article:nth-child(3n) {
    margin-right: 24px;
  }
  .featured-team article:nth-child(2n) {
    margin-right: 0;
  }
  .featured-team article .featured-body {
    width: 312px;
    margin-left: 0;
  }

  .featured-agency .asset.image {
    float: left;
  }
  .featured-agency .featured-body {
    position: static;
    top: 0;
    bottom: auto;
    width: 648px;
    margin: 0;
    padding-bottom: 24px;
  }
  .featured-agency article:last-child .featured-body {
    padding-bottom: 0;
  }
  .featured-agency .carousel {
    width: 648px;
    height: 334px;
  }

  .featured iframe.vimeo {
    width: 396px;
    height: 223px;
  }
}


/* Mobile 1-column landscape, 396px */

@media only screen and (max-width: 767px) and (min-width: 480px) {
  body {
    text-rendering: optimizeSpeed;
  }
  #body_content {
    width: 396px;
    margin-top: 24px;
    padding-top: 0;
  }

  #page-top {
    background: none;
    height: auto;
  }
  #page-top .inner,
  #page-bottom .inner {
    width: 100%;
    margin: 0;
  }
  #page-top nav {
    position: static;
    margin: 0 auto;
    width: 100%;
  }
  #page-top nav li {
    float: none;
    width: 100%;
    background: black;
  }
  #page-top nav li a {
    width: 396px;
    height: 36px;
    margin: 0 auto 6px;
    padding: 0;
    text-align: right;
    font-size: 28px;
    line-height: 36px;
  }
  #page-top nav li a:hover {
    color: #00b3e3;
  }
  #page-top .curated {
    display: none;
  }

  #add-to-curation {
    display: none;
  }

  #tags-container {
    position: relative;
    width: 396px;
  }
  #second-tags-container {
    position: relative;
    display: block;
    width: 396px;
  }
  .tag-trigger {
    position: absolute;
    display: block;
    top: -29px;
    right: 0;
  }
  .tag-trigger a {
    display: block;
    padding: 0 12px;
    height: 30px;
    font: normal 18px/30px 'bebas-neue', sans-serif;
    color: black;
    background: #00b3e3;
  }
  .tag-trigger a:hover {
    color: white;
    text-decoration: none;
  }
  .page-careers .tag-trigger {
    display: none;
  }
  #tags {
    position: absolute;
    display: none;
    top: 24px;
    width: 396px;
    margin: 0;
  }
  #tags ul {
    margin-top: 0;
  }

  #body_content .job-listing #body_content_title {
    margin-top: 12px;
  }

  #content-blocks,
  #content-blocks.full-width {
    position: static;
    margin-top: 30px;
    width: 396px;
  }
  .content-block,
  #content-blocks.full-width .content-block {
    width: 396px;
    margin-left: 0;
  }

  #content-blocks.full-width #clients {
    width: 312px;
  }

  #assets {
    margin-top: 0;
  }
  .asset.resource {
    width: 396px;
  }
  .asset.video,
  .asset.image {
    margin-left: 0;
  }

  .featured article {
    width: 396px;
  }
  .featured-image {
    width: 396px;
    margin-bottom: 25px;
  }
  .featured iframe.vimeo {
    width: 396px;
    height: 223px;
  }
  .featured-body {
    position: static;
    width: 396px;
    margin-left: 0;
  }
  .featured-agency .featured-body {
    position: static;
    width: 396px;
    height: auto;
    margin-left: 0;
    padding-bottom: 24px;
  }
  .featured-agency article:last-child .featured-body {
    padding-bottom: 0;
  }
  .featured-agency .carousel {
    width: 396px;
    height: 204px;
  }
  .featured-team article {
    margin-right: 0;
  }
  .featured-team article .featured-body {
    width: 396px;
  }

  #page-bottom .inner {
    margin: 0 auto;
    width: 396px;
  }
  #page-bottom .contact {
    width: 396px;
  }
  #page-bottom .contact .address,
  #page-bottom .contact .phones {
    float: left;
    width: 198px;
    margin: 0;
  }
  #page-bottom .map {
    margin-top: 24px;
    width: 396px;
  }

  .page-the-team .featured-image {
    float: none;
  }
  .page-the-team .featured-body {
    float: none;
    width: 396px;
    height: auto;
  }

  .client-logo {
    float: none;
    margin: 0 auto 20px;
    width: 150px;
  }
  .client-logo.right {
    margin-right: auto;
  }
}


/* Mobile 1-column portrait, 312px */

@media only screen and (max-width: 479px) {
  body {
    text-rendering: optimizeSpeed;
  }
  #body_content {
    width: 312px;
    margin-top: 24px;
    padding-top: 0;
  }

  #page-top {
    background: none;
    height: auto;
  }
  #page-top .inner,
  #page-bottom .inner {
    width: 100%;
    margin: 0;
  }
  #page-top nav {
    position: static;
    margin: 0 auto;
    width: 100%;
  }
  #page-top nav li {
    float: none;
    width: 100%;
    background: black;
  }
  #page-top nav li a {
    width: 312px;
    height: 36px;
    margin: 0 auto 6px;
    padding: 0;
    text-align: right;
    font-size: 28px;
    line-height: 36px;
  }
  #page-top nav li a:hover {
    color: #00b3e3;
  }
  #page-top .curated {
    display: none;
  }

  #add-to-curation {
    display: none;
  }

  #tags-container {
    position: relative;
    width: 312px;
  }
  #second-tags-container {
    position: relative;
    display: block;
    width: 312px;
  }
  .tag-trigger {
    position: absolute;
    display: block;
    top: -29px;
    right: 0;
  }
  .tag-trigger a {
    display: block;
    padding: 0 12px;
    height: 30px;
    font: normal 18px/30px 'bebas-neue', sans-serif;
    color: black;
    background: #00b3e3;
  }
  .tag-trigger a:hover {
    color: white;
    text-decoration: none;
  }
  .page-careers .tag-trigger {
    display: none;
  }
  #tags {
    position: absolute;
    display: none;
    top: 24px;
    width: 312px;
    margin: 0;
  }
  #tags ul {
    margin-top: 0;
  }

  #body_content .job-listing #body_content_title {
    margin-top: 12px;
  }

  #content-blocks,
  #content-blocks.full-width {
    position: static;
    margin-top: 30px;
    width: 312px;
  }
  .content-block,
  #content-blocks.full-width .content-block {
    width: 312px;
    margin-left: 0;
  }
  .content-block {
    width: 312px;
  }
  #brandwatch {
    display: none;
  }

  #content-blocks.full-width #clients {
    width: 232px;
  }

  #assets {
    margin-top: 0;
    width: 312px;
  }
  .asset.resource {
    width: 312px;
  }
  .asset.video,
  .asset.image {
    width: 312px;
    margin-left: 0;
  }

  .featured article {
    width: 312px;
  }
  .featured-image {
    width: 312px;
    margin-bottom: 25px;
  }
  .featured iframe.vimeo {
    width: 312px;
    height: 176px;
  }
  .featured-body {
    position: static;
    width: 312px;
    margin-left: 0;
  }
  .featured-agency .featured-body {
    position: static;
    width: 312px;
    height: auto;
    margin-left: 0;
    padding-bottom: 24px;
  }
  .featured-agency article:last-child .featured-body {
    padding-bottom: 0;
  }
  .featured-agency .carousel {
    width: 312px;
    height: 160px;
  }
  .featured-team article {
    margin-right: 0;
  }
  .featured-team article .featured-body {
    width: 312px;
  }

  #page-bottom .inner {
    margin: 0 auto;
    width: 312px;
  }
  #page-bottom .contact {
    width: 312px;
  }
  #page-bottom .contact .address,
  #page-bottom .contact .phones {
    float: left;
    margin: 0;
  }
  #page-bottom .contact .address {
    width: 140px;
  }
  #page-bottom .contact .phones {
    width: 172px;
  }
  #page-bottom .map {
    margin-top: 24px;
    width: 312px;
  }

  .page-the-team .featured-image {
    float: none;
  }
  .page-the-team .featured-body {
    float: none;
    width: 312px;
    height: auto;
  }

  .client-logo {
    float: none;
    margin: 0 auto 20px;
    width: 150px;
  }
  .client-logo.right {
    margin-right: auto;
  }
}



/* Default error colouring */

article, nav, header, footer, aside, hgroup, section{
	display:block;
}

div.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  border-top: 3px solid #F27F7F;
  background: #FFBEBE;
  padding: 10px;
}

#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
  color: #9C2626;
}

/* Browser Hacks */

/* remove borders from images */

a img {
  border: 0px none;
}

/*
Firefox Dotted Line Fix
  - http://sonspring.com/journal/removing-dotted-links
*/
a:focus {
  outline: none;
}

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix:after, section:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; /* for height 0, it's necessary to force overflow hidden */
  clear: both;
  visibility: hidden;
}
.clearfix, section {
  display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix, section {
  display:block;
}
/* End hide from IE Mac */


/*
  Override default refinery formatting below.
  Formatting applies to backend WYSIWYG editors and all frontend.
*/


/* alignment styles */
.text-align-left  {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-align-justify {
  text-align: justify;
}

/* block alignment styles */
.image-align-left {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}
.image-align-right {
  float: right;
  margin-left: 6px;
  margin-bottom: 6px;
}

/* font sizes */
.font-size-small {
  font-size: 0.75em;
}
.font-size-normal {
  font-size: 1em;
}
.font-size-large {
  font-size: 1.25em;
}

/*
  Override default refinery 'theme' styles here.
  These only apply when using custom WYMeditor CSS.
*/