@charset "UTF-8";
/* IMPORTS ------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
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;
}

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 {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Gridpak Beta SCSS 
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 */
.col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

.row {
  margin-left: -16px;
}

.col {
  border-left-width: 16px;
  padding: 0 0px;
}

/* --- Gridpak variables ---*/
/* CSS for grids of work items and similar work items */
@media screen and (min-width: 0px) and (max-width: 299px) {
  .span_1 {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 300px) and (max-width: 619px) {
  .row_grid {
    margin-left: -10px;
  }
  .col_grid {
    border-left-width: 10px;
    padding: 0 0px;
  }
  /* --- Gridpak variables ---*/
  .span_1 {
    width: 50%;
    border-left-width: 10px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_2 {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 620px) and (max-width: 859px) {
  .row_grid {
    margin-left: -10px;
  }
  .col_grid {
    border-left-width: 10px;
    padding: 0 0px;
  }
  /* --- Gridpak variables ---*/
  .span_1 {
    width: 33.3333333333%;
    border-left-width: 10px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_2 {
    width: 66.6666666667%;
    border-left-width: 10px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_3 {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 860px) and (max-width: 959px) {
  .row_grid {
    margin-left: -10px;
  }
  .col_grid {
    border-left-width: 10px;
    padding: 0 0px;
  }
  /* --- Gridpak variables ---*/
  .span_1 {
    width: 25%;
    border-left-width: 10px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_2 {
    width: 50%;
    border-left-width: 10px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_3 {
    width: 75%;
    border-left-width: 10px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_4 {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .row_grid {
    margin-left: -16px;
  }
  .col_grid {
    border-left-width: 16px;
    padding: 0 0px;
  }
  /* --- Gridpak variables ---*/
  .span_1 {
    width: 25%;
    border-left-width: 16px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_2 {
    width: 50%;
    border-left-width: 16px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_3 {
    width: 75%;
    border-left-width: 16px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_4 {
    margin-left: 0;
    width: 100%;
  }
}
/* GENERIC STYLES ------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

#noscript_msg, #old_ie_msg {
  display: none;
  z-index: 1001;
  position: relative;
  width: 100%;
  font-family: "Whitney SSm 4r", "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 0.8125em;
  line-height: 1.4615384615em;
}

.msg_inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px;
}

#noscript_msg {
  background-color: #2d2c21;
}

#old_ie_msg {
  background-color: #5b5954;
}

.no-js #noscript_msg {
  display: block;
}

.old-ie #old_ie_msg {
  display: block;
}

body {
  background-color: #fcfcfa;
  font-family: "Whitney SSm 4r", "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #7f7f7a;
}

div#page {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

a {
  text-decoration: none;
}

a span.button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("../../images/empty.gif");
}

.textblock a {
  color: #2d2c21;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #2d2c21;
}
.textblock a.img_link {
  border: 0 none;
}
.textblock h1, .textblock h2, .textblock h3 {
  font-family: "Gotham Rounded SSm 4r", "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.25em;
  color: #2d2c21;
}
.textblock h2.secondary {
  color: #5b5954;
}
.textblock h2.inline_title, .textblock h3.inline_title {
  color: #7f7f7a;
}
.textblock h2.inline_title.primary {
  color: #2d2c21;
}
.textblock h1.inline_title, .textblock h2.inline_title, .textblock h3.inline_title {
  display: inline;
}
.textblock .inline_title.inline_title_block {
  display: inline-block;
}
.textblock .inline_title_block {
  margin-bottom: 0.15em;
}
.textblock p, .textblock ul, .textblock span.tb {
  font-size: 0.8125em;
  line-height: 1.4615384615em;
  margin-bottom: 1.5em;
  padding: 0;
}
.textblock ul.classic {
  list-style-type: disc;
}
.textblock ul.classic li {
  margin-left: 30px;
}
.textblock p:last-child, .textblock ul:last-child, .textblock blockquote:last-child {
  margin-bottom: 3em;
}
.textblock .last_on_page {
  margin-bottom: 68px !important;
}

.textblock_table_container {
  margin-bottom: 3em;
  overflow-x: auto;
}

.textblock_table {
  border-collapse: collapse;
  margin: auto;
  border: 1px solid #c8c8c6;
  border-spacing: initial;
  width: 100%;
  overflow: hidden;
}
.textblock_table td, .textblock_table th {
  border: 1px solid #c8c8c6;
  font-size: 0.8125em;
  line-height: 1.4615384615em;
  padding: 1em;
}
.textblock_table th {
  text-align: left;
  background-color: #f8f8f8;
}

.hr {
  height: 1px;
  background-color: #7f7f7a;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hr.above_img {
  margin-bottom: 15px;
}

hr {
  height: 1px;
  background-color: #7f7f7a;
  margin-top: 8px;
  margin-bottom: 10px;
  border: 0;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* HEADER INCLUDING NAVIGATION ----------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.logo {
  position: absolute;
  top: -43px;
  left: 50%;
  width: 144px;
  margin-left: -72px;
}

#dd_menu_icon {
  display: none;
  position: absolute;
  top: 73px;
  right: 10px;
}

nav#top_menu {
  width: 100%;
  height: 65px;
  position: relative;
  font-family: "Gotham Rounded SSm 4r", "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8125em;
}
nav#top_menu ul {
  display: block;
  width: 100%;
  margin-top: 62px;
  list-style: none;
  text-align: center;
}
nav#top_menu li:first-child {
  margin-left: 6px;
}
nav#top_menu li.mmenu_item {
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
nav#top_menu li.reg_mmenu_item_pre_logo, nav#top_menu li.last_mmenu_item_pre_logo {
  letter-spacing: 0.0384615385em;
}
nav#top_menu li.reg_mmenu_item_post_logo, nav#top_menu li.last_mmenu_item_post_logo {
  letter-spacing: 0.0307692308em;
}
nav#top_menu li.reg_mmenu_item_pre_logo:after, nav#top_menu li.reg_mmenu_item_post_logo:after {
  display: inline-block;
  font-size: 1.1538461538em;
  color: #7f7f7a;
  width: 28px;
  content: "/";
}
nav#top_menu li.reg_mmenu_item_post_logo:after {
  width: 30px;
}
nav#top_menu li.last_mmenu_item_pre_logo {
  padding-right: 204px;
}
nav#top_menu a {
  color: #5b5954;
}
nav#top_menu a span {
  width: 0;
  height: 0;
}

#menu_selector_arrow {
  position: absolute;
  bottom: 0;
  margin-left: -14px;
}

#site_header_placeholder {
  width: 100%;
  height: 127px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .logo {
    top: 19px;
  }
  #dd_menu_icon {
    display: block;
    cursor: pointer;
    cursor: hand;
  }
  #menu_selector_arrow {
    display: none;
  }
  #site_header_placeholder {
    display: block;
  }
  nav#top_menu {
    height: auto;
    font-family: "Gotham Rounded SSm 3r", "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  nav#top_menu ul {
    display: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 11px;
  }
  nav#top_menu li {
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    width: 33.33%;
    height: 28px;
    line-height: 28px;
    background-color: #c8c8c6;
    border-right: 1px solid #fcfcfa;
  }
  nav#top_menu li.reg_mmenu_item_pre_logo, nav#top_menu li.last_mmenu_item_pre_logo {
    border-bottom: 1px solid #fcfcfa;
  }
  nav#top_menu li.last_mmenu_item_pre_logo, nav#top_menu li.last_mmenu_item_post_logo {
    border-right: none;
  }
  nav#top_menu li:first-child {
    margin-left: 0px;
  }
  nav#top_menu li.last_mmenu_item_pre_logo {
    padding-right: 0px;
  }
  nav#top_menu li.reg_mmenu_item_pre_logo, nav#top_menu li.last_mmenu_item_pre_logo, nav#top_menu li.reg_mmenu_item_post_logo, nav#top_menu li.last_mmenu_item_post_logo {
    letter-spacing: 0.0384615385em;
  }
  nav#top_menu li:last-child {
    border-bottom: none;
  }
  nav#top_menu li.reg_mmenu_item_pre_logo:after, nav#top_menu li.reg_mmenu_item_post_logo:after {
    content: none;
  }
  nav#top_menu a {
    color: #ffffff;
  }
  nav#top_menu a span {
    width: 100%;
    height: 100%;
  }
}
/* HOME PAGE ONLY STYLES ----------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.flexslider img {
  height: auto;
}

.slideshow_nav_bar {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-left: 11px;
  background-color: rgba(45, 44, 33, 0.5);
  font-size: 0.75em;
  height: 30px;
  line-height: 30px;
}
.slideshow_nav_bar a {
  color: #e6e6e4;
}

@media only screen and (max-width: 500px) {
  .slideshow_proj_client {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .slideshow_proj_title {
    display: none;
  }
}
.slides li {
  position: relative;
}

.slides a {
  font-family: "Gotham Rounded 4r", "Gotham Rounded A", "Gotham Rounded B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0833333333em;
}

.slideshow_proj_client {
  color: #d1d1cf;
}

.slideshow_badge {
  position: absolute;
  top: 5%;
  left: 4%;
  width: 82px !important;
  height: 82px;
  z-index: 1000;
}

@media only screen and (max-width: 750px) {
  .slideshow_badge {
    width: 72px !important;
    height: 72px;
  }
}
@media only screen and (max-width: 540px) {
  .slideshow_badge {
    width: 62px !important;
    height: 62px;
  }
}
div#strap_line {
  margin: 33px 5% 33px 5%;
  font-family: "Gotham Rounded 3r", "Gotham Rounded A", "Gotham Rounded B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #5b5954;
  text-align: center;
}
div#strap_line h1 {
  font-size: 1.8125em;
  line-height: 1.3103448276em;
}
div#strap_line h2 {
  color: #7f7f7a;
  margin-top: 14px;
  font-size: 1.375em;
  line-height: 1.3181818182em;
}

span.strap_line_segment {
  display: inline-block;
}

@media only screen and (max-width: 995px) {
  div#strap_line h1 {
    font-size: 1.6875em;
    line-height: 1.2962962963em;
  }
  div#strap_line h2 {
    font-size: 1.25em;
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 640px) {
  div#strap_line h1 {
    font-size: 1.5em;
    line-height: 1.375em;
  }
  div#strap_line h2 {
    font-size: 1.125em;
    line-height: 1.3333333333em;
  }
}
@media only screen and (max-width: 480px) {
  div#strap_line h1 {
    font-size: 1.125em;
    line-height: 1.5em;
  }
  div#strap_line h2 {
    font-size: 0.875em;
    line-height: 1.2857142857em;
  }
}
blockquote {
  margin-bottom: 2em;
  font-family: "Whitney SSm 4i", "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.8125em;
  line-height: 1.4615384615em;
}
blockquote footer {
  display: block;
  font-family: "Whitney SSm 4r", "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5b5954;
  font-size: 0.9230769231em;
  line-height: 1.5em;
  letter-spacing: -0.0075em;
  text-align: right;
}
blockquote span.quote_mark_open, blockquote span.quote_mark_close {
  position: relative;
  display: inline-block;
  width: 18px;
  font-family: "Gotham Rounded 4r", "Gotham Rounded A", "Gotham Rounded B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #00adee;
  font-size: 2.1538461538em;
  line-height: 0.4285714286em;
  text-align: center;
}
blockquote span.quote_mark_open {
  top: 7px;
}
blockquote span.quote_mark_close {
  top: 9px;
}

blockquote.homepage {
  padding-left: 10px;
  padding-right: 10px;
}

#news_section h2.secondary {
  font-family: "Gotham Rounded SSm 4r", "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.25em;
  color: #5b5954;
}

.newsslider {
  position: relative;
  margin: 0 0 3em 0;
}

.newsarticle {
  background-color: #e6e6e4;
  position: relative;
  height: 100%;
}
.newsarticle a {
  color: #2d2c21;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #2d2c21;
}
.newsarticle h3 {
  margin-top: 8px;
  margin-bottom: 6px;
  font-family: "Gotham Rounded SSm 4r", "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75em;
  line-height: 1.5em;
  color: #2d2c21;
}

.newsimg img {
  width: 100%;
  display: block;
}

.newstext {
  background-color: #e6e6e4;
  position: absolute;
  overflow: hidden;
  top: 129px;
  height: 80px;
  padding: 0 10px 0 10px;
}
.newstext p {
  font-size: 0.75em;
  line-height: 1.5em;
}

.newsfooter {
  width: 100%;
  background-color: #c8c8c6;
  position: absolute;
  bottom: 0;
  height: 30px;
  font-family: "Whitney SSm 4r", "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  color: #ffffff;
  font-size: 0.6875em;
}
.newsfooter a {
  border-bottom-style: none;
  color: #ffffff;
}
.newsfooter .newsreadmorelink {
  float: left;
  margin-left: 10px;
}
.newsfooter .newsdate {
  float: right;
  margin-right: 10px;
}

.flex-direction-nav a {
  font-family: "Gotham Rounded SSm 4r", "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75em;
  color: #7f7f7a;
}

.newsgradientmask {
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: 12px;
  z-index: 1000;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(230, 230, 228, 0) 0%, rgb(230, 230, 228) 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 228, 0)), color-stop(90%, rgb(230, 230, 228))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(230, 230, 228, 0) 0%, rgb(230, 230, 228) 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(230, 230, 228, 0) 0%, rgb(230, 230, 228) 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(230, 230, 228, 0) 0%, rgb(230, 230, 228) 90%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(230, 230, 228, 0) 0%, rgb(230, 230, 228) 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00e6e6e4", endColorstr="#e6e6e4",GradientType=0 ); /* IE6-8 */
}

.flex-direction-nav .flex-disabled {
  display: none;
}

@media only screen and (max-width: 995px) {
  #news_section h2.secondary {
    margin-left: 10px;
  }
  .newsslider {
    margin: 0 10px 3em 10px;
  }
}
.hp_button_grid {
  display: grid;
  grid-template-columns: 10% 1fr 2% 1fr 10%;
  margin-bottom: 2em;
}

.hp_button, .projectpage_button {
  width: 100%;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  background-color: #00adee;
  font-family: "Gotham Rounded 4r", "Gotham Rounded A", "Gotham Rounded B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625em;
  line-height: 1.3529411765em;
  text-align: center;
}
.hp_button a, .projectpage_button a {
  color: #ffffff;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  border: 0;
}

.hp_button_L {
  grid-column-start: 2;
  grid-column-end: 3;
}

.hp_button_R {
  grid-column-start: 4;
  grid-column-end: 5;
}

@media only screen and (max-width: 640px) {
  .hp_button_grid {
    grid-template-columns: 100%;
    grid-auto-rows: 1fr;
    row-gap: 10px;
  }
  .hp_button_L {
    grid-column-start: 0;
    grid-column-end: 1;
    grid-row-start: 0;
    grid-row-end: 1;
  }
  .hp_button_R {
    grid-column-start: 0;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
/* FOOTER STYLES ------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
footer.page_footer {
  margin-top: 20px;
  font-size: 0.75em;
  line-height: 1.5em;
  letter-spacing: -0.0075em;
  color: #7f7f7a;
}
footer.page_footer a {
  color: #2d2c21;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #2d2c21;
  text-decoration: none;
}
footer.page_footer a.smgrey {
  color: #c8c8c6;
  border-bottom-color: #c8c8c6;
}
footer.page_footer ul#footer_menu {
  margin-bottom: 10px;
}
footer.page_footer ul#footer_menu li {
  display: inline-block;
}
footer.page_footer ul#footer_menu li:after {
  content: " / ";
}
footer.page_footer ul#footer_menu li:last-child:after {
  content: "";
}

div.social_links {
  margin-bottom: 14px;
}
div.social_links ul a {
  border: none;
}
div.social_links ul li {
  padding-right: 6px;
  display: inline-block;
}
div.social_links ul li:last-child {
  padding-right: 0;
}

.footer_links {
  display: inline-block;
}

.footer_body {
  padding: 0 10px 0 10px;
  text-align: center;
}

.footer_email {
  float: left;
  margin-right: 20px;
}

.footer_phone_number {
  float: right;
  margin-left: 20px;
}

.copyright_notice {
  color: #c8c8c6;
  font-size: 0.9166666667em;
  line-height: 1.4166666667em;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 640px) {
  .footer_body {
    padding: 0;
  }
  .footer_links {
    display: block;
    margin-bottom: 8px;
  }
  .footer_phone_number, .footer_email {
    margin: 0;
    float: none;
  }
  .footer_email:after {
    content: " / ";
  }
  .copyright_notice {
    margin-top: 10px;
  }
}
/* TITLE BAR STYLES ---------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.title_bar {
  min-height: 28px;
  text-align: center;
  padding: 0 10px 0 10px;
}
.title_bar h1 {
  font-family: "Gotham Rounded SSm 4r", "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375em;
  color: #2d2c21;
  line-height: 28px;
}

.title_bar, .title_bar_vid_pg {
  background-color: #e6e6e4;
}

.title_bar {
  margin-bottom: 88px;
}

.title_bar_vid_pg {
  margin-bottom: 11px;
}

.work_menu_bar {
  padding: 0;
  background-color: #00adee;
  margin-bottom: 11px;
}
.work_menu_bar a {
  color: #ffffff;
}
.work_menu_bar a.current {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
.work_menu_bar li {
  font-family: "Gotham Rounded SSm 3r", "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8125em;
  color: #ffffff;
  display: inline;
  line-height: 28px;
}
.work_menu_bar li:after {
  content: "  /  ";
}
.work_menu_bar li:last-child:after {
  content: "";
  width: 0px;
}

@media only screen and (max-width: 720px) {
  .work_menu_bar {
    padding: 1px 0 1px 0;
  }
  .work_menu_bar li {
    line-height: 26px;
  }
  .work_menu_bar li#item03:after {
    content: "\a";
    white-space: pre;
  }
}
@media only screen and (max-width: 360px) {
  .work_menu_bar {
    padding: 2px 0 2px 0;
    /*li#item03:after {
    	content: "\A"; // line break
    	white-space:pre;
    }*/
  }
  .work_menu_bar li {
    line-height: 24px;
    font-size: 0.75em;
  }
  .work_menu_bar li:after {
    content: " / ";
  }
}
.title_bar_vid_pg {
  padding: 0 10px 0 10px;
}
.title_bar_vid_pg a {
  color: #7f7f7a;
  font-family: "Gotham Rounded SSm 4r", "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75em;
  line-height: 28px;
}
.title_bar_vid_pg a.disabled {
  color: #c8c8c6;
}
.title_bar_vid_pg .angle_bracket {
  margin-top: 1px;
  font-size: 1.1666666667em;
}

#title_bar_back_link {
  float: left;
}

#title_bar_next_and_prev_links {
  float: right;
}

#title_bar_next_link, #title_bar_prev_link {
  display: inline-block;
  margin-left: 20px;
}

@media only screen and (max-width: 480px) {
  #title_bar_next_and_prev_links {
    display: block;
    width: 100%;
  }
  #title_bar_prev_link {
    margin-left: 0;
    float: left;
  }
  #title_bar_next_link {
    float: right;
  }
}
/* ABOUT PAGE STYLES --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.about_pg_col_01, .about_pg_col_02 {
  width: 37.5%;
  border-left-width: 0;
  padding: 0;
  border-right-width: 16px;
}

.about_pg_spacer_col {
  width: 12.5%;
  padding: 0;
  margin-left: 0;
}

.about_pg_gutter_col {
  width: 32px;
  border-left-width: 0;
  padding: 0;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .about_pg_col_01, .about_pg_col_02 {
    width: 75%;
    border-left-width: 16px;
    padding: 0 0px;
    margin-left: 0;
  }
  .about_pg_col_02 {
    margin-left: 12.5%;
  }
  .about_pg_spacer_col {
    width: 12.5%;
    border-left-width: 16px;
    padding: 0 0px;
    margin-left: 0;
  }
}
/* SHOWREEL PAGE STYLES ------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------- */
.showreel_pg_col_01 {
  width: 100%;
  border-left-width: 16px;
  padding: 0 0px;
  margin-left: 0;
}

.showreel_pg_col_01 .video-js {
  margin-bottom: 39px;
}

/* CLIENT PAGE STYLES -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.client_pg_col_01 {
  width: 37.5%;
  border-left-width: 16px;
  padding: 0 0px;
  margin-left: 0;
}

.client_pg_col_02 {
  width: 25%;
  border-left-width: 16px;
  padding: 0 0px;
  margin-left: 0;
}

.client_pg_spacer_col {
  width: 12.5%;
  border-left-width: 16px;
  padding: 0 0px;
  margin-left: 0;
}

.clientlogo {
  display: block;
  float: left;
  width: 50%;
}

@media only screen and (max-width: 780px) {
  .clientlogo {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .client_pg_col_01 {
    width: 75%;
    border-left-width: 16px;
    padding: 0 0px;
    margin-left: 0;
  }
  .client_pg_col_02 {
    width: 75%;
    border-left-width: 16px;
    padding: 0 0px;
    margin-left: 0;
    margin-left: 12.5%;
  }
  .clientlogo {
    width: 20%;
  }
}
@media only screen and (max-width: 420px) {
  .clientlogo {
    width: 25%;
  }
}
/*  PEOPLE PAGE STYLES ------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.people_pg_col, .error_pg_col {
  overflow: auto;
  width: 50%;
  border-left-width: 16px;
  padding: 0 0px;
  margin-left: 0;
}

.people_pg_spacer_col, .error_pg_spacer_col {
  width: 25%;
  border-left-width: 16px;
  padding: 0 0px;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .people_pg_spacer_col, .error_pg_spacer_col {
    width: 12.5%;
    border-left-width: 16px;
    padding: 0 0px;
    margin-left: 0;
  }
  .people_pg_col, .error_pg_col {
    width: 75%;
    border-left-width: 16px;
    padding: 0 0px;
    margin-left: 0;
  }
}
.people_profile_text {
  display: table-cell;
  padding-left: 16px;
}

.people_profile_photo {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 420px) {
  .people_profile_text {
    display: block;
    padding-left: 0;
  }
  .people_profile_photo {
    display: block;
    float: left;
    padding-right: 16px;
  }
}
/*  CONTACT PAGE STYLES ------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------- */
.contact_pg_spacer_col_01 {
  width: 12.5%;
  border-left-width: 16px;
  padding: 0 0px;
  margin-left: 0;
}

.contact_pg_spacer_col_02 {
  width: 12.5%;
  border-left-width: 16px;
  padding: 0 0px;
  margin-left: 0;
}

.contact_pg_col_01 {
  width: 37.5%;
  border-left-width: 16px;
  padding: 0 0px;
  margin-left: 0;
}

.contact_pg_col_02 {
  width: 25%;
  border-left-width: 16px;
  padding: 0 0px;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .contact_pg_spacer_col_01 {
    width: 25%;
    border-left-width: 16px;
    padding: 0 0px;
    margin-left: 0;
  }
  .contact_pg_col_01 {
    width: 62.5%;
    border-left-width: 16px;
    padding: 0 0px;
    margin-left: 0;
  }
  .contact_pg_col_02 {
    width: 62.5%;
    border-left-width: 16px;
    padding: 0 0px;
    margin-left: 0;
    margin-left: 25%;
  }
}
.contact_pg_spacer_col_01_alt {
  width: 25%;
  border-left-width: 16px;
  padding: 0 0px;
  margin-left: 0;
}

.contact_pg_spacer_col_02_alt {
  width: 25%;
  border-left-width: 16px;
  padding: 0 0px;
  margin-left: 0;
}

.contact_pg_col_01_alt {
  width: 50%;
  border-left-width: 16px;
  padding: 0 0px;
  margin-left: 0;
}

.contact_pg_col_02_alt {
  width: 50%;
  border-left-width: 16px;
  padding: 0 0px;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .contact_pg_spacer_col_01_alt {
    width: 25%;
    border-left-width: 16px;
    padding: 0 0px;
    margin-left: 0;
  }
  .contact_pg_col_01_alt {
    width: 62.5%;
    border-left-width: 16px;
    padding: 0 0px;
    margin-left: 0;
  }
  .contact_pg_col_02_alt {
    width: 62.5%;
    border-left-width: 16px;
    padding: 0 0px;
    margin-left: 0;
    margin-left: 25%;
  }
}
.contact_section {
  position: relative;
}

.contact_icon_jobs, .contact_icon_mail, .contact_icon_phone, .contact_icon_email {
  position: absolute;
}

.contact_icon_jobs {
  top: -10px;
  left: -58.5px;
}

.contact_icon_mail {
  top: -20px;
  left: -65px;
}

.contact_icon_phone {
  top: -4px;
  left: -56px;
}

.contact_icon_email {
  top: -6px;
  left: -53px;
}

div.contact_cta {
  background-color: #e6e6e4;
  padding: 16px;
  margin-bottom: 3em;
}
div.contact_cta p {
  font-family: "Gotham Rounded SSm 3r", "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8125em;
  color: #5b5954;
  margin-bottom: 1em;
}
div.contact_cta p:last-child {
  margin-bottom: 0;
}
div.contact_cta p.center {
  text-align: center;
}
div.contact_cta span#obf2 a, div.contact_cta a.contact_cta_link {
  text-decoration: none;
  border-bottom-style: none;
  color: #5b5954;
}

/*  WORK PAGE STYLES --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.work_menu_grid {
  padding: 0;
}

@media only screen and (max-width: 995px) {
  .work_menu_grid {
    padding: 0 10px 0 10px;
  }
}
.work_menu_item {
  position: relative;
  margin-bottom: 11px;
  background-color: #e6e6e4;
}
.work_menu_item img {
  margin-bottom: 10px;
  width: 100%;
  display: block;
  height: auto;
}
.work_menu_item h1, .work_menu_item h2 {
  font-family: "Gotham Rounded SSm 4r", "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75em;
  line-height: 1.3333333333em;
  padding: 0 10px 0 10px;
  margin-bottom: 8px;
}
.work_menu_item h1 {
  color: #2d2c21;
}
.work_menu_item h2 {
  color: #7f7f7a;
}

.work_menu_item:last-child {
  margin-bottom: 39px;
}

.work_menu_item_titleblock {
  word-wrap: break-word;
  height: 75px;
}

.view_project_bar {
  font-size: 0.75em;
  padding: 0 10px 0 10px;
  line-height: 30px;
  height: 30px;
  background-color: #c8c8c6;
}
.view_project_bar a {
  color: #ffffff;
}

.cat_page_text.textblock p:last-child {
  margin-bottom: 1.5em;
}

.case_study_label {
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: #00adee;
  padding: 6px;
  border-radius: 6px;
  font-family: "Gotham Rounded SSm 4r", "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75em;
  line-height: 1.1666666667em;
  color: #ffffff;
  text-align: center;
}

/*
.col.textblock {
	padding-left: 10px;
}
@media only screen and (max-width : 995px) {
	.col.textblock {
		padding-left: 0;
	}
}
*/
/*  PROJECT PAGE STYLES ------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------- */
.projectstill {
  width: 100%;
  height: auto;
  margin-bottom: 28px;
}

.project_pg_spacer_col {
  width: 0;
}

video.main_video {
  width: 100%;
}

.vid {
  margin-left: 0;
  width: 100%;
}

.video-js, .video-vimeo, .projectimg, .projectflash {
  margin-bottom: 28px;
}

.projectimg img {
  max-width: 100%;
}

.projectflash {
  position: relative;
  padding-bottom: 64.94%;
  height: 0;
}

.projectflash object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#similar_work_menu_grid {
  padding: 0;
}

@media only screen and (max-width: 995px) {
  #similar_work_menu_grid {
    padding: 0 10px 0 10px;
  }
}
.similar_work_menu_item {
  margin-bottom: 11px;
}
.similar_work_menu_item img {
  width: 100%;
  height: auto;
  display: block;
}

.projectpage_col_01 {
  float: left;
  width: 488px;
  margin: 0;
  padding: 0;
}

.projectpage_col_02 {
  float: right;
  width: 366px;
  margin: 0;
  padding: 0;
}

.projectpage_col_01, .projectpage_col_02 {
  margin-bottom: 1em;
}

/*
.thumbnail, .thumbnail_ext {
	position: relative;
    width:25%;
    border-left-width:16px;
    padding:0;
    margin-bottom: 16px;
}
.thumbnail img, .thumbnail_ext img {
	width: 100%;
	height: auto;
	display: block;
}
.thumbnail.current {
	cursor: default;
}
.thumbnail.current:after {
	@include type_gotham_ss_reg;
	background-color: $col_vdarkgrey;
	text-align: center;
	font-size: em(10);
	position: absolute;
	height: 20px;
	line-height: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	color: $col_white;
	content: 'PLAYING';
}*/
#projectpage_more_videos {
  min-height: 18px;
}

.more_videos_grid {
  margin-bottom: 23px;
}

.projectpage_thumbnail_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 23px;
}

.projectpage_thumbnail_item, .projectpage_thumbnail_item_ext {
  position: relative;
}

.projectpage_thumbnail_item img, .projectpage_thumbnail_item_ext img {
  width: 100%;
  height: auto;
  display: block;
}

.projectpage_thumbnail_item.current:after, .projectpage_thumbnail_item_ext.current:after {
  font-family: "Gotham Rounded SSm 4r", "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #2d2c21;
  text-align: center;
  font-size: 0.625em;
  position: absolute;
  height: 20px;
  line-height: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  content: "PLAYING";
}

.projectpage_thumbnail_item.current, .projectpage_thumbnail_item_ext.current {
  cursor: default;
}

.projectpage_description_section p:last-child {
  margin-bottom: 0;
}

.projectpage_description_section {
  margin-bottom: 2em;
}

#projectpage_testimonial blockquote:last-child {
  margin-bottom: 2em;
}

.projectpage_description_still {
  width: 100%;
  height: auto;
}

.projectpage_description_strapline {
  font-family: "Whitney SSm 4i", "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
}

@media only screen and (max-width: 995px) {
  .projectpage_thumbnail_grid {
    padding-right: 10px;
  }
  .projectpage_button_wrapper {
    margin-right: 10px;
  }
  /*
  .thumbnail {
  	border-left-width: 10px;
  	margin-bottom: 10px;
  }
  */
  #projectpage_more_videos {
    min-height: 0px;
  }
  #projectpage_similar_work h2 {
    padding-left: 10px;
  }
  .projectpage_description_header {
    padding-left: 10px;
  }
  .description_section_r .projectpage_description_header {
    padding-left: 0;
  }
  .projectpage_col_01 p, .projectpage_col_01 blockquote, .projectpage_col_01 ul {
    padding-left: 10px;
  }
  .projectpage_col_02 p, .projectpage_col_02 blockquote, .projectpage_col_02 ul {
    padding-right: 10px;
  }
  .projectpage_col_01 h1.inline_title {
    padding-left: 0;
  }
  .more_videos_grid {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 880px) {
  /*.projectpage_col_01 .thumbnail {
     	width:33.3%;
  }*/
  .projectpage_button_wrapper {
    margin-right: 10px;
  }
  .projectpage_col_01 {
    width: 366px;
  }
}
@media only screen and (max-width: 760px) {
  .projectpage_button_wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
  .projectpage_thumbnail_grid {
    padding-left: 10px;
    grid-template-columns: repeat(8, 1fr);
  }
  #projectpage_more_videos h2, .description_section_r h2 {
    padding-left: 10px;
  }
  .more_videos_grid {
    padding-left: 10px;
  }
  #projectpage_more_videos {
    min-height: 0px;
  }
  /*.projectpage_col_01 .thumbnail {
     	width:12.5%;
  }*/
  .projectpage_col_01 {
    float: none;
    width: 100%;
    border-left-width: 16px;
    padding: 0 0px;
    margin-left: 0;
  }
  .projectpage_col_02 {
    float: none;
    width: 0%;
    border-left-width: 16px;
    padding: 0 0px;
    margin-left: 0;
  }
  #projectpage_more_videos h1 {
    padding-left: 10px;
  }
  .projectpage_col_01 p, .projectpage_col_01 blockquote, .projectpage_col_01 ul {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .projectpage_thumbnail_grid {
    grid-template-columns: repeat(4, 1fr);
  }
  /*.projectpage_col_01 .thumbnail {
     	width:25%;
  }*/
}
/* POLICY PG STYLES APR 2019 ------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.policy_pg_spacer_col {
  width: 12.5%;
  border-left-width: 16px;
  padding: 0 0px;
  margin-left: 0;
}

.policy_pg_col {
  width: 75%;
  border-left-width: 16px;
  padding: 0 0px;
  margin-left: 0;
}

ul.policy {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}
ul.policy li {
  position: relative;
  left: -5px;
}

span.italic {
  font-family: "Whitney SSm 4i", "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
}

/* ADDITIONAL STYLES --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* KEEP AT END OF STYLESHEET - prevents faux bolding of fonts in old version of internet explorer */
.old-ie * {
  font-weight: normal !important;
  font-style: normal !important;
}

/*# sourceMappingURL=main.css.map */