/* Layout
   ========================================================================== */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline:none;
}

html {
  font: 160%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 40rem) {
  html { font-size: 112%; }
}

@media (min-width: 64rem) {
  html { font-size: 120%; }
}

body {
  color: #1516a7;
  margin:0;

}



.container {
  margin: 0 auto;
  max-width: 53rem;
  width: 90%;
}

@font-face {
  font-family: 'GTSectraFine-Regular';
  src: url('fonts/GT-Sectra-Fine-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/GT-Sectra-Fine-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/GT-Sectra-Fine-Regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/GT-Sectra-Fine-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/GT-Sectra-Fine-Regular.svg#38735b2b08c4e0b9aabbe136d5f92bad') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}


.bind-inview {
  opacity: 0;
  padding-top:100px;
}

/* Header
   ========================================================================== */

header {
  background: #fff;
  position: relative;
  width: 100%;
  padding: 2rem 0;
  margin-bottom: 1rem;
  top: 0;
}

nav {
  position: absolute;
  text-align: center;
  margin-bottom: .5rem;
  background:#fff;
  bottom: 0;
  width: 100%;
  left: 0;
  -webkit-transition: background-color 00ms linear;
    -moz-transition: background-color 00ms linear;
    -o-transition: background-color 00ms linear;
    -ms-transition: background-color 00ms linear;
    transition: background-color 00ms linear;
}

nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #1516a7;
  color:#fff;
  height: 36px;
  padding-bottom: 1rem;
  line-height: 32px;
  -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

#prentice-logo img {
  width:242px;
}

#primary-nav {
  padding:0;
  text-align: center;
}

#primary-nav li {
  list-style:none;
  display:inline;
}

#primary-nav li a {
  font-size:.625rem;
  text-decoration: none;
  margin:0 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

nav.fixed #primary-nav li a {
  color:#fff;
}

.contact {
  background-color: #1516a7;
  position: fixed;
  right: 0;
  top: 0;
  font-size: .625rem;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  line-height: 36px;
  padding: 0 12px;
  height: 36px;
  text-transform: uppercase !important;
}

.contact:hover {
  text-decoration: none !important;
}

/* Section
   ========================================================================== */

section {
  text-align: center;
 
}

@media (min-width: 40rem) {
 
}

/* Mobile First Grid
   ========================================================================== */

.column { margin-bottom: 1.5rem; }

@media (min-width: 40rem) {
  .column {
    float: left;
    margin: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
  }

  .column.full { width: 100%; }
  .gallery.column.full { width:99.9%;}
  .column.two-thirds { width: 66.7%; }
  .column.half { width: 50%; }
  .column.third { width: 33.3%; }
  .column.fourth { width: 25%; }

  .column .half, .column.half .full, .column.full .half, .column .third { padding:0; }
  .column .half:first-child { }
  .column .half:last-child  { }
  .column .third { }

  .column .row .half:first-child {
    padding-right:1rem;
  }

  .column .row .half:last-child {
    padding-left:1rem;
  }

  .column.flow-opposite { float: right; }
}

/* Typography
   ========================================================================== */

h1, h2, h3, h4, h5 {
  font-weight: 600;
  margin: 0;
}

h1 {
  font-size: 1.3rem;
  line-height: 1.3em;
  margin-bottom: 1.5rem;
}

@media (min-width: 40rem) {
  h1 { font-size: 1.5rem; }
}



p {
  margin: 0 auto;

  line-height: 1.1rem;
  font-size: .625rem;
  letter-spacing: .3px;
  text-align: justify;
}

blockquote { 
  font-family: 'GTSectraFine-Regular', serif;
  margin: 0;
  font-size: 1.5rem;
  text-indent: -.45em;
  letter-spacing: 1.25px;
  line-height: 1.25;
  text-align: left;
}

blockquote p {
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6, li, input, select {
  color:#1516a7;
  font-weight: normal;
}

h2 {
  font-family: 'GTSectraFine-Regular', serif;
  font-size:1.5rem;
  letter-spacing: 1px;
  line-height: 1.25;
  text-transform: none;
}

h3 {
  font-family: 'GTSectraFine-Regular', serif;
  font-size: 1.1875rem;
  /*margin-bottom: .5rem;*/
  letter-spacing: .5px;
}

h4 {
  font-size:.625rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}

ul h4 {
  margin-bottom: .5rem;
}

h6 {
  margin:0;
}

cite { }

.authorship { text-align: left; }
.authorship p { text-indent: 0 !important; }

.name, .director, .subtitle {
  font-size:.625rem;
  letter-spacing: 1.2px;
}

.subtitle {
  text-indent: 0 !important;
  margin-left: 0 !important;
}

.video_link .subtitle {
 
}

.name {
  text-transform: uppercase;
  font-weight: bold;
}

.caption {
  text-align: center;
  padding:25px 0;
}

.caption {
  line-height: 1;
}

.caption a {
  text-decoration: none;
}

.column.half p:first-child  {
  text-indent: 0rem;
}

.column.half p, #section-press-release .two-thirds p {
  text-indent: 0rem;
  margin-bottom:.5rem;
}

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

/* Lists
   ========================================================================== */

ul {
  margin: 0;
  text-align: left;
}

@media (min-width: 40rem) {
  ul { display: inline-block; }
}

/* Links
   ========================================================================== */

a {
  color:#1516a7;
  text-decoration: underline;
  font-size: .625rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.heavy {
  font-weight: bold;
}

a:hover { text-decoration: underline; }

.caption a:hover { text-decoration: none; }

.video_link, .video_link:hover { 
  text-decoration: none;
}

.video_link .name {
  text-decoration: none;
}

#section-case-studies a {
  text-transform: none;
}

/* Buttons
   ========================================================================== */

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #497bad;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  vertical-align: middle;
  white-space: nowrap;
}

.button:hover {
  background: #5183b6;
  text-decoration: none;
}

@media (min-width: 40rem) {
  .button {
    display: inline-block;
    font-size: 0.9rem;
  }
}

/* Elements
   ========================================================================== */

img, a { outline:none; }

hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 2rem auto;
  width: 3rem;
}

@media (min-width: 40rem) {
  hr { margin: 1.8rem auto 2rem auto; }
}

hr.small { margin: 2rem auto; }

.circle {
  border: 3px solid #555;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #555;
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  height: 3.2rem;
  line-height: 1.7em;
  margin: 0 auto 1rem auto;
  text-align: center;
  width: 3.2rem;
}

img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}

.rwd {
  margin: 0 auto 1.5rem auto;
  max-width: 440px;
}

 hr {
  border-top:1px solid #1516a7;
  width:auto;
}

/* Examples
   ========================================================================== */

.mobile-first .column {
  float: none;
  margin-bottom: 1rem;
}

.grid { text-align: center; }


.grid .container {
  border: 2px dashed rgba(255,255,255,0.3);
  padding: 1rem 1rem 0 1rem;
}

@media (min-width: 40rem) {
  .grid .container { padding: 1rem 0 0 0; }
}

.grid .column { margin-bottom: 1rem; }

.row {
  text-align: left;
  position: relative;
}

header .row { position:initial; }

.row-example .container {
  border: 2px dashed rgba(255,255,255,0.2);
  padding: 1rem;
}

.row-example .row {
  background: rgba(225,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.2);
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 1rem;
}

.row-example .row:last-of-type { margin-bottom: 0; }

@media (min-width: 40rem) {
  .row-example .row { padding: 1rem 0 0 0; }
}

.row hr {
  border-top:1px solid #1516a7;
  margin: 2rem 1rem;
}

.gutters {
  border: 2px dashed #eee;
  margin-bottom: 2rem;
  max-width: 39rem;
  padding: 1rem 1rem 0 1rem;
}

.gutters .column {
  background: #fb917e;
  margin-bottom: 1rem;
}

.gutters span {
  background: #f8f8f8;
  color: #999;
  display: block;
  padding: 1rem 0;
}

.space-top {
  margin-top:30px !important;
}

a.space-top {
  margin-top:15px;
  clear:left;
  width:100%;
  float:left;
}

/* Box Model
   ========================================================================== */

.box-model h1 { margin-bottom: 3rem; }

.margin { color: #f9cd9d; }
.border { color: #fce08f; }
.padding { color: #c2ddb6; }
.content { color: #9ec3e5; }

/* Gist Overrides
   ========================================================================== */

.gist .gist-file {
  font-size: .9rem !important;
  margin: 0 auto;
  max-width: 39rem;
  overflow: hidden !important;
  text-align: left;
}

.gist .gist-file .gist-data {
  background: #f8f8f8 !important;
  border-bottom: none !important;
}

.gist .gist-file .gist-meta {
  display: none !important;
}

.gist-syntax .k {
  color: #555 !important;
  font-weight: normal !important;
}

/* Animate.css by Daniel Eden
   ========================================================================== */

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  } 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* Utilities
   ========================================================================== */

.remove-padding { padding-bottom: 0; }
.remove-border { border: none; }

/* Clearfix by Nicolas Gallagher
   ========================================================================== */

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

.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* gallery
   ========================================================================== */
.flickity-viewport{
  overflow: hidden;
  position: relative;
}

.flickity-viewport .gallery img {
  visibility: hidden;
}

.cell {
  width:100%;
  background-position: top center;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-size: 100% auto;
}

.gallery-nav .cell {
	background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  width:33%;
  overflow: hidden;
  height: 150px;
  transition: opacity .15s linear;
  -webkit-transition: opacity .15s linear;
  /%height:200px;%/
}

.gallery-nav .cell img {
	opacity: 0;
}

.gallery-nav .cell:hover {
	opacity: .7;
}

.gallery-nav .flickity-prev-next-button {
	margin-bottom: -7px !important;
}

/*
li.dot {
    list-style: disc;
    width: 10px;
    height: 10px;
    margin: 0 3px;
}
*/

.caption {
  line-height: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  height:5em;
}

#gallery-nav-container {
  margin-top:5px;
  margin-bottom: 1.2rem;
  position: relative;
  z-index:1;
}

#gallery-nav-container .flickity-prev-next-button {
  bottom:50%;
}


#gallery-container {
  z-index: 2;
}

/* position dots in gallery */
.flickity-page-dots {
  bottom: 0px;
  text-align: center;
  padding:0;
  margin:0 0 25px 0;
}
/* white circles */
.flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  list-style: none;
  margin:0 3px;
  opacity: 1;
  border-radius: 8px;
  display: inline-block; 
  background: #1516a7;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  opacity:.5;
}

/* HOMEPAGE
   ========================================================================== */


.flickity-prev-prev-button svg, .flickity-prev-next-button svg {
  display:none;
}

.more-press-container {
  width:100%;
  float:left;
}

.authorship figure {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  float:left;
  margin:0;
  margin-top:4px;
}

.authorship figure button[name="play"] {
  display:none;
}



.authorship figure button[name="play"], .flickity-prev-next-button {
  background: transparent;
  border: none;
  margin: auto;
  cursor: pointer;
  padding:0 20px 30px 0;
}
.authorship figure button[name="play"]:focus, .flickity-prev-next-button:focus {
  outline: 0;
  border: 1px solid hsl(210, 58%, 69%);
  box-shadow: 0 0 0 3px hsla(210, 76%, 57%, 0.5);
}

.authorship figure button[name="play"]::after, .flickity-prev-next-button::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  right: 0px;
  border-style: solid;
  border-width: 5px 0 5px 12px;
  border-color: transparent transparent transparent #1516a7;
}

.flickity-prev-next-button.previous::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  left: 0px;
  border-style: solid;
  border-width: 5px 12px 5px 5px;
  border-color: transparent #1516a7 transparent transparent;
}

.flickity-prev-next-button {
  position: absolute;
  bottom:0;
}

.flickity-prev-next-button.next {
  right:0;
}

.flickity-prev-next-button.previous {
  margin-left:0px;
  left:15px;
}

#section-case-studies .flickity-prev-next-button.next, #section-case-studies .flickity-prev-next-button.previous {
  /*display:none;*/ 
  padding:0;
}

#section-case-studies .flickity-prev-next-button.next { right:0; margin-right: -35px; }
#section-case-studies .flickity-prev-next-button.previous { left:0; margin-left:-40px;   }

#gallery-nav-container .flickity-prev-next-button.next {
  right:0;
  display:block;
}

#gallery-nav-container .flickity-prev-next-button.previous {
  left:0;
  margin-left:-36px;
  display:block;
}

.recent-news-header {
  width:100%;
  float:left;
  vertical-align: bottom;
  margin-bottom:1rem;
  margin-top: .4em;
}

.recent-news-header h3 {
  float:left;
  line-height: 1;
}

.recent-news h4 {

}

.recent-news-header a {
  float:right;
  right:0;
}

.cp-list {
  padding:0;
  vertical-align: top;

}
.cp-list:last-child {
  margin-right: 0;
}

.cp-list li {
  list-style: none;
  font-size: .625rem;
  letter-spacing: 1px;
  line-height: 1.3rem;
}

.cp-list li a {
  text-decoration: none;
  text-transform:none;
}

.cp-link, .cp-link:hover {
  text-decoration: none;
  text-transform: none;
  font-size: 1.1875rem;

}

.cp-link.selected {
  border-bottom:1px solid;
}

.recent-news dl {
  float:left;
  width:100%;
  margin-bottom:.2rem;
}

.recent-news dd {
  margin:0;
  line-height: 1.2;
}

.recent-news a {
  vertical-align: top;
}

.press-link {

}

.caption span {
  color: #1516a7;
  font-size: .625rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.hero-image img {
  margin-top:0 !important;
  margin-bottom:0rem !important;
}

#gallery-container img {
  opacity:0;
}

#gallery-container img, #gallery-nav-container img {
  margin:0 !important;
}

/*
    vimeoEmbedder Style:
    The following CSS is consistent between example themes and should not be altered.
*/
.video .video-container {position:relative; width: 774px; height: 434px;}
.video .video-container img {width:100%; height:100%;}
.video iframe, .video video { display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.play { cursor: pointer; height: 40px; left: 50%; margin: -45px 0 0 -58px; padding: 25px; position: absolute; top: 50%; width: 65px; z-index: 1; }
.play span {   background: url("/img/play.png") no-repeat scroll center -380px #000000;
  /* border-radius: 4px 4px 4px 4px; */
  box-shadow: 0 4px 2px -4px rgba(0, 0, 0, 0.4);
  display: block;
  height: 40px;
  opacity: 1;
  width: 40px; }


/* SERVICES 
   ========================================================================== */
#services h4 {
  margin-bottom: 1rem;
}

#team dl {
  margin-top:0;
}

#services p {
  text-align: left;
}




/* CASE STUDIES
   ========================================================================== */
#section-case-studies .column.half p:first-child {
  text-indent: 0rem;
}

#section-case-studies hr {
  margin-right:0;
  margin-left:0;
}

#section-case-studies .column.half p {
  text-indent: 1.4rem;
}

.left-text p {
  margin-right:1rem;
}

.right-text p {
  margin-left:1rem;
}

#section-case-studies #content-wrapper ul {

  padding:0;
}

#section-case-studies li {
  list-style: none;
}

#section-case-studies #content img {
  margin:2rem 0;
}

#section-case-studies h3 {
  margin-bottom: 1rem;
}

.case-nav a {
  line-height: 1;
  text-decoration: none;
}

.case-nav a span {
  text-decoration: underline;
  line-height: 1.5;
}

.case-nav a:last-child {
  text-align: right;
}

.above-results img {
  margin:0 !important;
  padding-right: .5rem !important;
}

#section-case-studies .half img {
  margin:0 !important;
}

.above-results .column.full {
  padding:0 !important;
}

.above-results .column.full img {
  padding:0 !important;

}


.match-quote-height {
  background-size: cover;
}


.match-quote-height img {
  visibility: hidden;
}

.single-image {
  position: relative !important;
  opacity: 1 !important;
  margin-bottom:1rem !important;
}

.shorten-column {
  width: 70%;
  margin: 0;
}

/* ABOUT
   ========================================================================== */
.senior-team .fourth {

}

.team-featured img {
  margin-top:4px;
}



/* PRESS
   ========================================================================== */

time {
  color: #1516a7;
  font-size: .625rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 1rem;
  font-weight:bold;
}

.author {
  color: #1516a7;
  font-size: .625rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 1rem;
  font-style: normal;
  margin-top:.5rem;
}

.press-links {
  margin-top:1rem;
}

.press-links a:first-child {
  margin-right:1rem;
}

.sidebar ul {
  margin-bottom:2rem !important;
  padding:0;
}

.sidebar li {
  margin-bottom:0rem;
  line-height: 1.3 !important;
  margin-left:23px;
  list-style: none;
}

.sidebar li a {
  text-transform:none;
  margin-left: -23px;
  text-indent: 23px;
}

.sidebar li h4 {
  margin-left:-23px;
}

.sidebar li h4 a {
  margin:0;
  text-indent:0;
}

.sidebar.fixed {
  position: fixed;
  top: 2rem;
  width:300px;
}

#section-press img {
  margin-bottom: 1.5rem;
}

#section-press h4 {
  margin-bottom: .5rem;
}

#section-press #content .column {
  line-height: 1.1;
  margin-bottom: 3rem;
}

#section-press #content .row {

}

#section-press #content a {
  text-transform: none;
}

#content-wrapper .sidebar, #content-wrapper .two-thirds {
  margin-top:2rem;
}

#content-wrapper>div {
  margin-top:2rem;
}

.archived-press {
  min-height: 5rem;
  display:none;
}

.archived-press.open-archive {
  display: block;
}

.alignRight {
  text-align: right;
}

/* CONTACT
   ========================================================================== */
.contact-info {
  text-align: center;
  margin-top:25px;
}

.contact-info a {
  text-decoration: none;
  text-transform: none;
}

/* TWITTER
   ========================================================================== */
.twitter {
  float:left;
}

.tweet-text {
  font-family: 'GTSectraFine-Regular', serif;
  font-size: .875rem;
}

.tweet-text a {
  text-transform: none;
  font-size: inherit;
}

.twitter a.space-top, .instagram a.space-top {
  margin-top:10px !important;
}

/* INSTAGRAM
   ========================================================================== */
a.instagram-unit {
  width:33.333%;
  display:inline-block;
}

a.instagram-unit:nth-child(1){ padding-right:10px; }
a.instagram-unit:nth-child(2){ padding-left:5px; padding-right:5px; }
a.instagram-unit:nth-child(3){ padding-left:10px; }

/* FOOTER
   ========================================================================== */
footer {
  font-size:.5rem;
  text-transform: uppercase;
  margin-bottom:5rem !important;
}

.gallery.column {
  margin-bottom: 0;
}

footer .row hr {
  margin:2rem 0 1rem 0;
}

.copyright {
  letter-spacing: 1px;
}


.mobile, .phone { display:none; }


@media only screen and (min-width : 320px) and (max-width : 1024px)  {

  .phone {
    display: block;
  }

  .container {
    width:calc(100% - 60px);
  }

  ul h4, time, address, .author {
    font-size:.52rem;
  }

  .row .column.half:last-child {
    margin-bottom: 0 !important;
  }

  .row .column.fourth:last-child {
    margin-bottom: 0 !important;
  }


  .more-press-container {
    margin:0 !important;
  }

  .space-top {
    margin-top:20px;
  }

  .column { margin-bottom: 1.1rem; }

  #content-wrapper>div {
    margin-top: 0rem;
  }

  #primary-nav li a {
    font-size:.52rem;
  }

  .column.right-text {
    padding:0 !important;
  }

  .column.full {
    margin:0 !important;
  }

  #section-case-studies #content img {
    margin:1rem 0 !important;
  }

  #section-press-release .sidebar {
    display: none;
  }

  #section-press-release #content-wrapper {
    margin-top:1rem;
  }



  #gallery-nav-container {
    margin-bottom: 0rem;
  }

  footer .row hr {
    margin-top:1rem;
  }

  p, h6{
    text-align: left;
    font-size:.52rem;
    line-height: 1.6;
  }

  .desktop {
    display: none;
  }

  .clients-list-holder {
    height:auto !important;
  }

  .mobile { display:block; }

  .recent-news dl {
    float:none;
  }

  .related-client-press {
    display:none;
  }

  #section-about #content-wrapper {
    margin-top:1rem;

  }


  /* font-size:9px;*/
  .copyright {
    letter-spacing: 1px;
    font-size: .4166666rem;
  }

  .cp-list ul , #section-about .cp-list{
    width:50%;
    display:inline-block;
    vertical-align: top;
  }

  /* font-size:10px;*/
  .cp-list li {
    font-size:.52rem;
    line-height: 1.01rem;
  }

  /* font-size:12px;*/
  .tweet-text {
    font-size:.625rem;
  }

  .cp-link, .cp-link:hover {
    font-size: .8333rem;
  }

  .cp-list.column, .cp-list.space-top:last-child {
    margin:0 !important;
  }

  .cp-list.column.space-top {
    margin-top:30px !important;
  }

  .contact .mobile { font-size:1rem;}

  header .column {
    margin-bottom: 0;
  }

  .flickity-prev-next-button {
    top: 0;
    background:#fff;
    padding: 0 0px 0 0;
    margin: 0 0px 0 0;
    width: 30px;
  }

  .clients-list .column, .partners-list .column {
    margin-bottom: 0;
    padding:0;
  }

.case-nav a {
  float:left;
  width:100%; 
}

#content-wrapper .sidebar {
  float:right;
  width:100% !important;
  margin:0rem 0 1rem;
  top:0;
  position:relative;
}

#content-wrapper .two-thirds {
  margin:0;
  width:100%;
}

.shorten-column {
  width:100%;
}

#section-press #content .column {
  margin-bottom: 1rem;
}

#section-press #content img {
  margin-bottom:.5rem; 
}

#section-press h4 {
  margin-bottom: 0;
}

.archived-press {
  min-height: 2rem;
}

.sidebar.fixed {
  position:relative !important;
}

#section-press #content .column {
  line-height: .9;
}

  .case-nav a:last-child {
    text-align: left;
    margin-top:1rem;
    float:left;
  }

  .flickity-prev-next-button.previous {
    left: -30px !important;
    padding-right:5px;
  }



  .flickity-prev-next-button.next {
    right: -30px !important;
    padding: 0 0;
  }

  header h1 { margin-bottom:.5rem; }

  .flickity-viewport {
    overflow:hidden;
  }

  .caption {
    height:auto;
    position: relative;
  }

  .cell .caption a h2, .cell .caption a {
    color:#fff;
    -webkit-transition: color 500ms ease-out;
    -moz-transition: color 500ms ease-out;
    -o-transition: color 500ms ease-out;
    transition: color 500ms ease-out;
  }

  .cell.is-selected .caption a h2, .cell.is-selected .caption a {
    color:#1516a7;
  }

  blockquote, h2 {
    font-size:.8333rem;
    letter-spacing: 1.01px;
    line-height: 1.35;
  }

  a, .name, .director, .subtitle, h4 { font-size:.5rem; }

  h3 { font-size:.8333rem;}

  .recent-news-header {
    margin-top:0;
  }

  .recent-news h4 {
    text-align: left;
  }

  .recent-news dl {
    margin-bottom: 0;
    margin-top:0;
  }

  .recent-news dd {
    line-height: 1;
    margin-left: 0;
    text-align: left;
  }

  .recent-news .column {
    margin-bottom: .5rem;
  }

  .row hr {
    margin: 1rem 0rem;
  }

  .instagram {
    margin-top: 30px;
    float: left;
  }

  .btm-nav .half {
    width:50%;
    float:left;
  }

  #section-case-studies #content .above-results img {
    margin:0 !important;
  }

  #section-case-studies #content .hero-image img {
    margin-top:0 !important;
  }

  #section-press #content .row {
    margin-bottom: 1rem;
  }

  #section-press #content .column:last-child {
    margin-bottom: 0 !important;
  }

  .archived-press-container {  
    margin-bottom: 0;
  }

  #gallery-container hr { margin-bottom: 2rem 0 !important; }

  footer {
    margin-bottom: 1rem !important;
  }

  .authorship.space-top {
    margin-top:10px !important;
    line-height: .625rem;
  }

  .video_link .subtitle {
    margin-top: 5px;
  }


}


