

body {
  text-align: center;
  font-family: Helvetica;
  width: 100%;
  padding-top: 3.5em;

}

.border {
  border: 1px solid #eee;
}

.feature-excerpt {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 48rem) {
  body {
    padding-top: 1.1em;
  }
}

p {
  margin-bottom: 2rem;
  margin-top: 1rem;
  line-height: 1.85rem;
}

#title {
  font-weight: bold;
}

.top {
  margin-bottom: 70px;
}

@media only screen and (max-width: 48rem) {
  .top {
    margin-bottom: 5rem;
  }
}

.main {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 800px;
  width: 100%;
  display: inline-block;
}

@media only screen and (max-width: 86rem) {
  .main {
    width: 80%;
  }
}

@media only screen and (max-width: 48rem) {
  .main {
    width: 80%;
    min-width: 320px;
  }
}

h2 {
  margin-top: 5rem;
}


h3 {
  margin-top: 4rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

h4 {
  font-size: 1.17em;
  margin-top: 5px;
  margin-bottom: 1rem;
  line-height: 1.2;
}

li {
  margin-bottom: 1.5rem;
}

ol li:last-child {
  margin-bottom: 3.5rem;
}


ul {
  margin-top: 1.25rem;
}

.heading-desc {
  font-weight: normal;
  line-height: 1.2;
  margin-top: .5rem;
  border-width: 0 0 4px;
  border-style: solid;
  padding-bottom: 0.5rem;
}

.green {
  color: #27ae60;
}

.blue {
  color: #2d9cdb;
}

.purple {
  color: #9b51e0;
}

hr {
  margin-top: 4rem;
}

div.intro {
  margin-bottom: 2rem;
}

.hero-image {
  margin: auto;
  display: block;
  width: 80%;
  margin-bottom: 3.75rem;
}

.secondary-image {
  margin: auto;
  display: block;
  margin-top: 70px;
  margin-bottom: 70px;
  max-width: 100%;
}


.photo-big,
.photo-medium {
  width: 100%;
  max-width: 50rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
  display: block;
}

.data-image {
  border: 1px solid #eee;
}

.data-image.no-border {
  border: 0;
}

.no-border {
  border: 0;
}

.data-image {
  width: 50%;
  flex-grow: 1;
  flex-shrink: 0;
  margin-right: 2rem;
  align-self: start;
}


@media only screen and (min-width: 77rem) {
  .photo-big {
    width: 130%;
    max-width: none;
    margin-left: -15%;
    margin-top: 1rem;
    margin-bottom: 3rem;
    display: block;
  }
}

.attach {
  margin-top: -3rem;
}

.work {
  width: 100%;
  margin-top: 5rem;
}

.allcaps-link {
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.5px;
  font-weight: bold;
  margin: auto;
  line-height: 14px;
}

.circle {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 0.45rem 0.75rem;
  background: #4178ff;
  color: #ffffff;
  text-align: center;
  margin-right: 0.85rem;
  margin-left: -3.4rem;
}

.read-more {
  color: red;
  text-decoration: none;
  border: none;
  font-weight: bold;
  margin-top: -1rem;
}

.quote {
  text-decoration: none;
  border: none;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

blockquote p {
  display: inline;
}

.flex-cover {
  object-fit: cover;
}

a {
  text-decoration: none;
  color: black;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
  /*text-decoration-skip-ink: auto;*/
}

.link-here.link-no-underline,
.navigation a:hover {
  border-bottom: 2px solid black;
}

.tagline {
  margin-bottom: 1rem;
  line-height: 1.1rem;
  margin-top: .25rem;
}

.project-text {
  font-size: 1em;
}

.project-text p {
  margin-top: 0;
}

@media only screen and (max-width: 48rem) {
  .project-text p {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 48rem) {
  .project-text {
    display: block;
    width: 100%;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 48rem) {
  .project-text {
    flex: 1;
    padding-left: 35px;
  }
}

.project-name {
  margin: auto;
}

.project {
  margin-bottom: 50px;
  display: flex;
}

@media only screen and (max-width: 48rem) {
  .project {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
}

.flexbox {
  display: flex;
  justify-content: around;
  margin-top: 4rem;
}

.data-text {
  line-height: 1.25;
  font-size: 0.9rem;
}

.data-text p:first-child {
  margin-top: 0px;
}

.flexbox figure {
  width: 48%;
}

.flexbox figure:last-child {
  margin-left: 1rem;
}

.feature-name {
  font-size: 1.09rem;
  margin-bottom: 0.25rem;
  margin-top: 0rem;
}

.byline {
  font-size: 0.83rem;
  line-height: 1.1rem;
}

@media only screen and (max-width: 48rem) {
  .byline {
    line-height: 0rem;
  }
}

footer {
  /* font-size: .75em; */
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
  display: block;
  clear: both;
}

@media only screen and (max-width: 48rem) {
  footer {
    font-size: 0.83rem;
    margin-top: 1.5rem;
  }
}

figure {
  margin-left: 0rem;
  margin-right: 0rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}


@media only screen and (max-width: 48rem) {
  figure {
    margin: 0rem;
  }
}

.grid {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}


.grid-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3.5rem;
}

@media only screen and (max-width: 48rem) {
  .grid-item {
    flex-direction: column;
  }
}

.grid-item-thumb {
  /*box-shadow: 0.25rem 0.25rem 0.5rem grey;*/
  max-width: 6rem;
  border-style: solid;
  border-width: .07rem;
}

@media only screen and (max-width: 48rem) {
  .grid-item-thumb {
    max-width: 25%;
  }
}

.grid-item:last-child {
  margin-bottom: 0rem;
}

.caption {
  font-size: 0.75em;
  margin: auto;
  text-align: center;
}

a.link-no-underline {
  border-bottom: 0;
}

.feather {
    width: 14px;
    height: 14px;
    stroke: red;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    top: .125rem;
}

.navigation {
  display: inline;
  float: right;
}

.navigation a {
  margin-left: 0.75em;
}

.navigation a:first-child {
  margin-left: 0rem;
}

ul {
  padding-left: 40px;
}

.hr {
  margin: 3.5rem 0;
  width: 100%;
  border-bottom: 1px solid #3333;
}

.rule {
  margin-top: 0.75rem;
  width: 100%;
  height: 4px;
}

.color1 {
  background-color: #27ae60;
}

.color2 {
  background-color: #2d9cdb;
}

.color3 {
  background-color: #9b51e0;
}

.tiny-header {
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.25px;
}

video {
  margin-right: 2rem;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
}

figcaption {
  font-size: 0.8rem;
  color: #999999;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 48rem) {
  figcaption {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
  }
}

figcaption a {
  color: #999999;
  border-bottom: 1px solid #999999;
}

@media only screen and (max-width: 48rem) {
  figure .photo-medium {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 48rem) {
  .flexbox {
    flex-direction: column;
  }
}

@media only screen and (max-width: 48rem) {
  .circle {
    margin-left: 0;
    padding: 0.4rem 0.75rem;
  }
}

@media only screen and (max-width: 48rem) {
  .data-image {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 48rem) {
  .work p {
    width: 100%;
  }
}

@media only screen and (max-width: 48rem) {
  .work img {
    width: 100%;
    margin-right: 30px;
    margin-bottom: 20px;
    display: block;
  }
}

@media only screen and (max-width: 48rem) {
  .navigation {
    display: block;
    float: left;
    margin-top: 0.6rem;
  }
}

@media only screen and (max-width: 48rem) {
  ol {
    padding-inline-start: 0px;
  }
}

@media only screen and (max-width: 48rem) {
  ul {
    padding-left: 2rem;
  }
}

@media only screen and (max-width: 48rem) {
  #title {
    display: block;
  }
}

@media only screen and (max-width: 48rem) {
  .hero-image {
    width: 100%;
  }
}

.project-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 1.5rem;
}

.project-image img {
  position: absolute;
  top: 0;
}

.project-image img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.project-image img.contain {
  object-fit: contain;
}

@media only screen and (min-width: 48rem) {
  .project-image {
    width: 20rem;
    height: 20rem;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 48rem) {
  .two-by-one-desktop {
    margin: 0;
    display: flex;
    justify-content: space-around;
  }

  .two-by-one-desktop figure {
    width: 48%;
    margin: 0;
  }
}

.phase {
  margin-top: 5rem;
}

.insight {
  background:#fcef87;
  padding: 1rem;
  color: #333;
  margin: 3rem 0;
  line-height: 1.1;
}

.insight .tiny-header {
  margin-bottom: 0.5rem;
}

.read-more-container {
  margin-top: -1rem;
  display: flex;
  align-items: center;
}

.read-more-container .read-more {
  margin-top: 0;
  padding-bottom: 0;
  margin-right: 0.25em;
}