/***** Reset *****/
/* 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:0; 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}

/***** Universal *****/
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0}
.group:after {visibility:hidden; display:block; overflow:hidden; content:""; clear:both; height:0}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */
* { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
img {-ms-interpolation-mode:bicubic}

/***** Styling *****/
html {
  -webkit-text-size-adjust: none;
}
body {
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
table,
cite,
figcaption {
  color: #333;
  font-family: avenir next, avenir, Segoe UI, sans-serif;
  line-height: 1.5em;
}
h1 {
  color: #444;
  font-size: 16px;
  font-weight: 600;
}
h2 {
  color: #444;
  font-weight: 500;
}
h3 {
  font-weight: 600;
}
h4 {
  font-weight: 700;
}
h5 {
  font-weight: 700;
}
h6 {
  font-weight: 400;
}
p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1.5em;
}
a {
  color: #333;
  text-decoration: none;
}
p a {
  border-bottom: 1px solid #ffca28;
}
strong {
  font-weight: 700;
}
.no-wrap {
  display: inline-block;
}

/***** UNIVERSAL *****/
.wrapper {
  background: #f6f6f6;
  padding: 1em 0;
}
.container {
  margin: 0 auto;
  padding: 0 1em;
}

/***** HOME *****/
.home .wrapper {
  margin-bottom: 0.5em;
}
.home h2 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.bio {
  padding: 3em 0;
}
.bio h1 {
  font-size: 19px;
  margin-bottom: 0.5em;
}
.bio p {
  font-size: 16px;
  margin-bottom: 0;
}
.connect {
  display: flex;
  margin: 0.25em 0 0 -0.75em;
}
.connect li a {
  display: block;
  padding: 0.75em; 
}
.connect li img {
  display: block;
  width: 20px;
}
.article-latest p {
  display: inline;
  font-size: 16px;
}
nav li {
  display: inline-block;
  padding: 0 15px 0 0;
}
nav a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 56px;
  text-transform: uppercase;
}
.main-nav {
  padding: 0 0 0 15px;
}
.main-nav h1 {
  display: none;
  float: left;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 56px;
  text-transform: uppercase;
}
.main-nav h1 a {
  font-weight: 600;
}
.main-nav ul {
  float: left;
}
.main-nav .active a {
  border-bottom:2px solid #444;
}
.content-index .contact-cta {
  margin-top: 2.5em;
}
.work-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.work-cell {
  padding: 0.5em 0;
  width: 100%;
}
.cell-img {
  background: #fff;
  border-radius: 3px;
  -webkit-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  -ms-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.cell-img img {
  border-radius: 2px;
  float: left;
  padding: 0;
  width: 100%;
}
.companies {
  text-align: center;
}
.companies h2 {
  padding: 0 0 0.5em 0px;
  text-align: left;
}
.companies img {
  width: 32%;
}

/***** WORK SINGLE *****/
.work-single .wrapper {
  padding: 0;
}
.lede-image-wrapper {
  margin-bottom: 60px;
}
.lede-image img {
  width: 100%;
}
.description {
  padding: 3em 0 2.5em;
  width: 100%;
}
.description h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25em;
}
.description h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25em;
}
.description h2 {
  margin-bottom: 1em;
}
.screenshots-wrapper {
  background: #f6f6f6;
  padding: 0 0 2em;
}
.screenshots {
  margin: 0 auto;
  width: 94%;
}
.screenshots img {
  margin-bottom: 30px;
  width: 100%;
}
.screenshots .picture-container {
  float: left;
  width: 100%;
}
.kaipatiki-project .screenshots,
.stroke-and-stride .screenshots {
  width: 100%;
}
.photography .screenshots-wrapper {
  padding: 2em 0 2em;
}
.photography .screenshots img {
  margin-bottom: 10px;
}
.scr1,
.scr2 {
  float: left;
  width: 50%;
}
.two_up1 {
  float: left;
  padding-right: 5px;
  width: 50%;
}
.two_up2 {
  float: left;
  padding-left: 5px;
  width: 50%;
}
.work-meta-heading {
  font-weight: 600;
  width: 6em;
}
.work-meta-details a {
  border-bottom: 1px solid #ffd500;
}
.work-nav-container {
  padding: 1.5em 0 2em;
  text-align: center;
}
.work-nav-container h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.work-nav-container h4 {
  font-size: 13px;
  text-align: left;
  text-transform: uppercase;
}
.previous-work__image {
  background: #ddd;
  float: left;
  width: 80px;
  -webkit-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  -ms-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.previous-work__image img {
  float: left;
  width: 100%;
}
.previous-work__description {
  float: left;
  padding: 6px 10px;
  width: 212px;
}
.previous-work__description h2 {
  font-size: 14px;
  text-align: left;
}
.previous-work__description p {
  font-size: 14px;
  line-height: 1.25em;
  margin-bottom: 0;
  text-align: left;
}
.next-work {
  background: #fff;
  border: 4px solid #fff;
  display: inline-block;
  margin: 1em 10px 0.25em;
}
.previous-work {
  background: #fff;
  border: 4px solid #fff;
  display: inline-block;
  margin: 0 10px 0.25em;
}
.contact-cta p {
  text-align: center;
}

/***** ARTICLES *****/
article {
  margin-bottom: 2em;
  padding-left: 10px;
}
article p {
  margin-bottom: 0;
}
article p.article-date {
  font-size: 14px;
  font-style: italic;
  margin-top: 3px;
}
.article-abstract p {
  font-style: italic;
  margin-bottom: 0;
}
.article-layout {
  padding: 3em 0 0;
}
.article-layout a {
  border-bottom: 1px solid #ffca28;
}
.article-layout h5 {
  margin: 1.5em 0 1.5em;
  text-transform: uppercase;
}
.article-layout ul {
  margin-bottom: 1.5em;
}
.article-layout li {
  list-style: disc;
  margin-left: 1.25em;
}
.article-layout figure {
  margin: 0 0 2em 0;
}
.article-layout figcaption {
  font-size: 14px;
  font-style: italic;
}
.article-layout img {
  margin-bottom: 1em;
  width: 100%;
}
.article-layout blockquote {
  border-left:6px solid #ffca28;
  margin-bottom: 1.5em;
  padding: 0.5em 0 0.5em 14px;
}
.article-layout blockquote p {
  font-style: italic;
}
cite {
  font-size: 14px;
  font-weight: 500;
  margin-top: -1.5em;
}

.article-footer {
  background: #1C8EFE;
  padding: 1.5em 15px;
  text-align: center;
}
.article-footer p {
  color: #fff;
  margin: 0;
}
.article-footer a {
  font-weight: 600;
  color: #ffca28;
}

.article-share p {
  border-top: 1px solid #ccc;
  color: #444;
  float: left;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 1em;
  padding-top: 1em;
  text-transform: uppercase;
}
.article-share ul {
  clear: left;
  margin: 0 0 1.5em 0;
}
.article-share li {
  float: left;
  list-style: none;
  margin: 0 6px 0 0;
}
.article-share a {
  background: #eee;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0,0,0,0.1) 0 1px 0 0;
  color: #444;
  font-size: 12px;
  padding: 4px 8px;
}
.article-share a:hover {
  border: 1px solid #666;
}

.article-archive-links {
  border-top: 4px solid #555;
  padding:1.5em 0 0;
}
.article-archive-links h5 {
  margin: 1em 0;
}
.article-archive-links li {
  margin-bottom: 1em;
}
.article-archive-links a {
  color: #444;
  border-bottom: none;
}
.talking-point {
  background: #50E3C2;
  padding: 1.5em 20px;
  margin-bottom: 1.5em;
}
.talking-point h5 {
  text-transform: none;
  margin: 0;
  text-transform: uppercase;
}
.talking-point p {
  margin-bottom: 0;
}
.side-note {
  border-bottom: 1px dotted #666;
  border-top: 1px dotted #666;
  margin:2.5em 0;
  padding: 1em 10px;
}
.side-note p {
  color: #666;
  font-size: 14px;
  font-style: italic;
  margin: 0;
}
.side-note a {
  color: #666;
}

/***** ARTICLE INDEX *****/
.article-index .description {
  max-width: 40em;
  padding: 2em 0;
}
.article-synopsis h1 {
  font-size: 20px;
}

/***** FOOTER *****/
footer {
  background-color: #444;
  padding: 3em 0 2em;
  text-align: center;
}
footer .container {
  padding: 0 15px;
  margin: 0 auto;
}
.home footer .container {
  padding: 0 15px;
  margin: 0 auto;
}

.work-footer-nav {
  background: #f6f6f6;
  border-top: 6px solid #fff;
}

footer p {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
  text-transform: none;
}
.email_link {
  border-bottom: 3px solid #ffca28;
  color: #ffca28;
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  margin: 0.25em 0 0.75em;
  text-align: center;
}
footer .connect {
  justify-content: center;
  margin-left: 0;
}


@media screen and (min-width:360px) {
.bio p {
  font-size: 18px;
}
.connect li img {
  width: 24px;
}
}


@media screen and (min-width:401px) {
/***** HEADER *****/
.main-nav h1 {
  display: block;
}
.main-nav ul {
  float: right;
}

/***** HOME *****/
.work-wrapper {
  justify-content: space-between;
}
.work-cell {
  width: calc(50% - 0.5em);
}

/***** SCREENSHOTS *****/
.screenshots .picture-container.browser-screenshot1,
.screenshots .picture-container.browser-screenshot2 {
  width: 50%;
}

/***** FOOTER *****/
.email_link {
  font-size: 32px;
}
}


@media screen and (min-width:601px) {
/***** HOME *****/
.main-nav {
  padding: 0 0 0 1em;
}
nav li {
  padding: 0 1em 0 0;
}
.bio {
  padding: 4em 0 5.5em;
}

.secondary-nav ul {
  padding-left: 1em;
}

/***** WORK SINGLE *****/
.description {
  padding: 4em 1em 2.5em;
}

.screenshots img {
  margin: 30px 0;
}
.screenshots .picture-container.browser-screenshot1 img {
  padding-right: 7px;
}
.screenshots .picture-container.browser-screenshot2 img {
  padding-left: 7px;
}
.kaipatiki-project .screenshots,
.stroke-and-stride .screenshots {
  width: 94%;
}
.two_up1 {
  padding-right: 20px;
}
.two_up2 {
  padding-left: 20px;
}

/***** ARTICLES *****/
article h1 {
  font-size: 24px;
}
article p {
  font-size: 21px;
}
article p.article-date {
  font-size: 16px;
  font-style: italic;
  margin-top: 3px;
}

.article-layout h1 {
  font-size: 36px;
  line-height: 1.125em;
}
.article-layout p.sub-title {
  font-size: 32px;
  margin-bottom: 0;
}

.side-note p {
  font-size: 14px;
}

/***** FOOTER *****/
.copyright {
  float: left;
  font-size: 12px;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
}
}


@media screen and (min-width:700px) {
/***** HOME *****/
.description {
  width: 700px;
}
.article-layout p {
  width: 660px;
}
.article-layout ul {
  width: 660px;
}
blockquote, 
cite {
  max-width: 660px;
}
.article-layout blockquote p {
  width: 100%;
}
.talking-point {
  width: 660px;
}
.talking-point p {
  width: auto;
}
.side-note {
  width: 660px;
}
.article-share p {
  width: auto;
}

/***** WORK NAV *****/
.previous-work__image {
  width: 120px;
}
.previous-work__description {
  width: 182px;
}
.previous-work__description h2 {
  font-size: 13px;
}
.previous-work__description p {
  font-size: 15px;
}
}


@media screen and (min-width:750px) {

/***** HEADER *****/
header .container {
  padding: 0 0.5em;
}

/***** HOME *****/
.work-cell {
  width: calc(33.3% - 0.66em);
}
.bio {
  padding: 6em 0 4em;
}
.description {
  padding: 6em 0 3em;
}

.companies img {
  width: 19.5%;
}

/***** WORK SINGLE *****/
.description h1 {
  font-size: 32px;
}
.description h2 {
  font-size: 32px;
  margin-bottom: 0.75em;
}
.article-synopsis h1 {
  font-size: 20px;
}
}

@media screen and (min-width:900px) {
/***** WORK SINGLE *****/
.previous-work__image {
  width: 150px;
}
.previous-work__description {
  width: 202px;
}
.previous-work__description h2 {
  font-size: 13px;
}
.previous-work__description p {
  font-size: 15px;
}
}



@media screen and (min-width:960px) {
/***** UNIVERSAL *****/
.wrapper {
  padding: 2em 0;
}
.container {
  padding: 0 2em;
}

/***** ARTICLE *****/
.article-layout h5 {
  float: left;
  width: 660px;
}
.article-layout h6 {
  float: left;
  width: 660px;
}
.article-layout p {
  float: left;
}
.article-layout ul {
  float: left;
}
.article-layout figure {
  float: left;
}
.article-share {
  float: left;
}
.article-archive-links {
  float: left;
}

blockquote,
cite {
  float: left;
  margin-top: 0;
}
blockquote p:nth-child(last) {
  margin-bottom: 0;
}
.talking-point {
  float: left;
}
.side-note {
  float: right;
  margin: 0.5em;
  padding: 2em 10px;
  width: 200px;
}
.side-note p {
  width: 200px;
}
}


@media screen and (min-width:1024px) {
.main-nav {
  padding: 0 0 0 2em;
}

/***** UNIVERSAL *****/
.wrapper {
  padding: 2em 0;
}
.container {
  padding: 0;
  width: 960px;
}

/***** HOME *****/
header {
  margin: 0 auto;
  width: 1024px;
}
.secondary-nav ul {
  margin:0 auto;
  width: 1024px;
}

/***** WORK SINGLE *****/
.work-meta-wrapper {
  padding: 0 1em 6em;
}
.lede-image img {
  display: block;
  margin: 0 auto;
  width: 1024px;
}
.screenshots {
  margin: 0 auto;
  width: 1024px;
}
.kaipatiki-project .screenshots,
.stroke-and-stride .screenshots {
  margin: 0 auto;
  width: 1024px;
}

/***** FOOTER *****/
footer .container {
  width: 1024px;
}
}


/***** PROJECT FORMATS *****/
.deta .lede-image-wrapper,
.deta-cell .cell-img:hover,
.work-nav-container a.deta:hover .previous-work__image {
  background: #89c75c;
}

.blackwell-global .lede-image-wrapper,
.blackwell-global-cell .cell-img:hover,
.work-nav-container a.blackwell-global:hover .previous-work__image {
  background: #0b6ca7;
}
.blackwell-global .screenshots {
  position: relative;
}

.stroke-and-stride .lede-image-wrapper,
.stroke-and-stride-cell .cell-img:hover,
.work-nav-container a.stroke-and-stride:hover .previous-work__image {
  background: #f99f00;
}

.kaipatiki-project .lede-image-wrapper {
  background: #25ad60;
}
.kaipatiki-project-cell .cell-img:hover,
.work-nav-container a.kaipatiki-project:hover .previous-work__image {
  background: #00b24b;
}

.kaipatiki-project-ph1-cell .cell-img:hover,
.work-nav-container a.kaipatiki-project-ph1:hover .previous-work__image {
  background: #4acc5a;
}

.think-investments .screenshots-wrapper {padding-bottom:0}
.think-investments .lede-image-wrapper {background:#3bc134; margin-bottom:0}
.think-investments-cell .cell-img:hover {background:#3bc134}
.work-nav-container a.think-investments:hover .previous-work__image {background:#3bc134}

.bewell .lede-image-wrapper,
.bewell-cell .cell-img:hover,
.work-nav-container a.bewell:hover .previous-work__image {
  background: #111;
}

.stanmore-bay-cell .cell-img:hover {
  opacity: 0.7;
}