@charset "UTF-8";
/* CSS Document */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'], [type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Start Custom
   ========================================================================== */
body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  color: #414141;
  scroll-behavior: smooth;
}
h2 {
  font-family: 'Playfair Display', serif;
  margin: 0;
  padding: .3em 0;
  font-size: 2em;
  color: #3e4f5c;
}
@media (min-width: 800px) {
  h2 {
    font-size: 2.8em;
  }
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  padding: .5em 0 .2em;
  margin: 0;
  color: #3e4f5c;
}
h4 {
  color: #3e4f5c;
  font-size: .875em;
  margin: 0.3em 0;
}
a {
  text-decoration: none;
  color: #2b687a;
}
a:hover {
  text-decoration: underline;
}

main.work-template .featured-case-study-content img.pdf-icon {
	width: auto;
}
header {
  background: #ffffff;
  margin: 0;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  box-shadow: 0px 3px 4px #eae7e5;
}
header .header-wrapper {
  margin: 0 auto;
  padding: 0 1em;
  max-width: 80em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 6em;
  text-align: center;
}
header .header-content-left {
  font-family: 'Playfair Display', serif;
  color: #3e4f5c;
}
header .header-content-right .header-content-text-links a {
  font-weight: bold;
  padding: 0 .5em;
  font-size: .875em;
}
header .header-content-right .header-content-text-links a:hover {
  text-decoration: underline;
}
@media (min-width: 640px) {
  header .header-content-right .header-content-text-links a {
    font-weight: bold;
    padding: 0 1em;
    font-size: 1em;
  }
}
header .header-wrapper p a {
  font-family: 'Playfair Display', serif;
  font-size: 1.3em;
  margin: 0.67em 0;
  padding: 0;
  color: #3e4f5c;
}
@media (min-width: 500px) {
  header .header-wrapper p a {
    font-size: 2em;
  }
}
header .header-wrapper p a:hover {
  color: #2b687a;
  text-decoration: none;
}
header .header-icon {
  width: 3em;
  padding: .2em;
}
header .header-content-svg a:hover {
  text-decoration: none;
}
header .header-content-svg svg:hover circle {
  stroke: #2b687a !important;
}
main .main-wrapper {
  margin: 0 auto;
  padding: 0.3em;
  max-width: 80em;
}
/* Start Intro
   ========================================================================== */
main {
  margin: 0;
  padding: 0;
}
main .section-intro {
  text-align: left;
  margin: 0;
  padding: 4em 1em 1em;
  background: #eae7e5;
}
main .section-intro .main-wrapper {
  position: relative;
}
main .hero-image {
  margin: 2em auto 0;
  text-align: center;
  background: url("../_images/hero-background.png") no-repeat #eae7e5 top center;
  background-size: contain;
  height: 20em;
  width: 100%;
  z-index: 0;
}
@media (min-width: 1000px) {
  main .section-intro {
    padding: 8em 2em;
  }
  main .hero-image {
    margin: -5em 2em 0;
    height: 20em;
    width: 30em;
    padding: 3em;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.copy-container {
  z-index: 1;
  position: relative;
}
main .section-intro h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.2em;
  color: #3e4f5c;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 500px) {
  main .section-intro h1 {
    font-size: 3.5em;
  }
}
@media (min-width: 800px) {
  main .section-intro h1 {
    font-size: 5em;
  }
}
main .section-intro p {
  font-size: 1.1em;
  line-height: 1.3em;
  padding: .3em 0;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 500px) {
  main .section-intro p {
    text-align: left;
    margin: 0;
	      width: 22em;
	  font-size: 1.2em;
	  line-height: 1.5em;
  }
}


/* Start About
   ========================================================================== */
main .section-about {
  padding: 2em 0 0;
  margin: 0 auto;
  background: #3e4f5c;
  /*background-image: linear-gradient(178deg, #3e4f5c 80%, #CFBBB9 calc(80% + 2px));
	background-size: cover;*/
}
main .section-about-bottom {
  background: url("../_images/background-navigate-bottom-angle.svg") no-repeat #d8c3c1 top center;
  background-size: cover;
  height: 8em;
}
main .section-about h2 {
  text-align: center;
  margin: 0;
  padding: .3em;
  color: #ffffff;
}
main .section-about p {
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  padding: .3em;
}
main .section-about a {
  padding: 1em;
  margin: 1em 2em;
  border: 1px solid #fff;
  width: 12em;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
}
main .section-about a:hover {
  background: #eae7e5;
  color: #3e4f5c;
  text-decoration: none;
}
@media (min-width: 500px) {
  main .section-about a {
    width: 20em;
    margin: 1em;
  }
}
@media (min-width: 800px) {
  main .section-about {
    padding: 2em 0 0;
  }
  main .section-about p {
    font-size: 1em;
    line-height: 1.5em;
  }
}
/* Learn More
   ========================================================================== */
main .section-learn-more {
  padding: 2em 0 1em;
  margin: 0 auto;
  background: #d8c3c1;
  text-align: center;
}
main .section-learn-more-bottom {
  background: url("../_images/background-about-bottom-angle.svg") no-repeat #eae7e5 top center;
  background-size: cover;
  height: 8em;
}
main .experience-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .evperience-headline {
  font-weight: 700;
}
main .experience-icon img {
  width: 7em;
}
main .experience-numbers {}
main .experience-skills {
  margin-top: 2em;
}
main .experience-skills ul {
  list-style: none;
  line-height: 3em;
  margin: 0 auto;
  padding: 1em 0;
}
@media (min-width: 800px) {
  main .experience-numbers, main .experience-skills {
    width: 50%;
    margin-top: 0;
  }
}
main .learn-more-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .learn-more-experience {
  display: flex;
  width: 10em;
  flex-direction: column;
  margin: 1em 0;
}
@media (min-width: 490px) {
  main .learn-more-experience {
    width: 15em;
  }
}
@media (min-width: 730px) {
  main .learn-more-experience {
    width: 17em;
  }
}
@media (min-width: 800px) {
  main .learn-more-experience {
    width: 12em;
  }
}
@media (min-width: 970px) {
  main .learn-more-experience {
    width: 14em;
  }
}
main .section-learn-more p {
 font-size: 1em;
    line-height: 1.5em;
  padding: 1em;
  max-width: 50em;
  margin: 0 auto 1em;
}

@media (min-width: 800px) {
	main .section-learn-more p {
	  font-size: 1.2em; 
	}
}
main .experience-headline {
  font-size: 1.3em;
  font-weight: bold;
}
main .experience-number {
  font-size: 3em;
}
main .experience-icon {}
main .experience-years {
  font-size: 1.5em;
}
main .section-learn-more a {
  text-decoration: underline;
}
main .section-learn-more a:hover {
  text-decoration: none;
}
main .section-learn-more .experience-more {
  margin: 1em auto 0;
  text-align: center;
}
main .section-learn-more .experience-more a {
  padding: 1em;
  margin: 1em auto 0;
  border: 1px solid #3e4f5c;
  width: 12em;
  display: inline-block;
  color: #3e4f5c;
  font-weight: bold;
  font-size: .875em;
  text-decoration: none;
}
main .section-learn-more .experience-more a:hover {
  background: #eae7e5;
  color: #3e4f5c;
  text-decoration: none;
}
@media (min-width: 500px) {
  main .section-learn-more .experience-more a {
    width: 20em;
    margin: 1em;
  }
}
@media (min-width: 800px) {
  main .section-learn-more .experience-more {
    padding: 2em 0 0;
  }
  main .experience-more p {
    font-size: 1em;
    line-height: 1.5em;
  }
}
/* Start Featured
   ========================================================================== */
main .section-featured {
  padding: 0 0 7em;
  margin: 0 auto;
  background: #eae7e5;
  text-align: left;
}
main .section-featured h2 {
  font-family: 'Playfair Display', serif;
  text-align: center;
  margin: 0;
  padding: .3em 0;
  color: #3e4f5c;
}
main .section-featured p {
  font-size: 1em;
  padding: 0;
  margin: 0;
  line-height: 1.6em;
  text-align: center;
}
main .featured-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .featured-wrapper-article {
  padding: 0;
  margin: 3em 1em 0;
}
main .section-featured .feature-dates {
  padding: 0;
  font-size: .875em;
  text-align: left;
}
main .featured-wrapper-article .learn-more {
  padding: 1em 0 0 0;
  font-size: .875em;
  text-align: left;
  text-decoration: underline;
}
main .featured-wrapper-article:hover .learn-more {
  text-decoration: none;
  display: inline-block;
}
main .featured-wrapper-article a:hover {
  text-decoration: none;
}
main .featured-wrapper-article {
  display: flex;
  width: 40%;
  flex-direction: column;
}
@media (min-width: 800px) {
  main .featured-wrapper-article {
    width: 30%;
    padding: 0 3em 1em;
  }
}
main .featured-image {
  margin: 0;
  border: 3px solid #d8c3c1;
}
main .featured-wrapper-article:hover .featured-image {
  border: 3px solid #2b687a;
}
main .featured-image img {
  width: 100%;
}
main .featured-copy {
  padding: 0;
}
main .featured-copy a {
  text-decoration: underline;
}
main .featured-copy a:hover {
  text-decoration: none;
}
main .featured-copy h3 {
  font-weight: bold;
	font-size: 1em;
}
@media (min-width: 800px) {
  main .featured-right .featured-image {
    order: 1;
  }
  main .featured-right .featured-copy {
    order: 0;
  }
	main .featured-copy h3 { 
	font-size: 1.2em;
}
}
/* Start Featured Work Template 
   ========================================================================== */
main.work-template .section-intro .main-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main.work-template .section-intro {
  padding: 4em .5em 1em;
}
main.work-template .feature-about-bottom {
  background: url("../_images/background-featured-bottom-angle.svg") no-repeat #ffffff top center;
  background-size: cover;
  height: 8em;
}
main.work-template .section-intro h1 {
  font-size: 2em;
}
main.work-template .section-intro .intro-container {
  padding: 0;
}
main.work-template .section-intro p {
  width: 100%;
  line-height: 1.7em;
}
@media (min-width: 640px) {
  main.work-template .section-intro h1 {
    font-size: 2.5em;
  }
  main.work-template .section-intro .intro-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.work-template .section-intro .intro-container-left {
    width: 35%;
    padding-right: 3em;
  }
  main.work-template .section-intro .intro-container-right {
    width: 50%;
  }
}
main.work-template .feature-dates {
  font-size: .875em;
}
main.work-template .feature-copy {
  font-size: 1em;
}
main.work-template .featured-image {
  border: none;
}
main.work-template .featured-details {
  text-align: center;
  padding: .5em;
}
main.work-template .featured-details h2 {
  font-size: 1.7em;
  margin-top: 0;
}
main.work-template .details-image {
  padding: 1em 2em;
  margin: 0 auto;
}
main.work-template .details-image img {
  width: 100%;
}
main.work-template .featured-projects-link {
  margin: 0;
  padding: 0 0 1em 0;
  text-align: left;
}
.section-intro .featured-projects-link p {
  font-size: .875em;
}
main.work-template .featured-projects-link a {
  color: #2b687a;
  text-decoration: underline;
  padding-right: 1em;
}
main.work-template .featured-projects-link a:hover {
  text-decoration: none;
}

main.work-template .featured-projects-link-secondary {
	padding-left: 1em;
}
main.work-template .one-column-wrapper p { 
  line-height: 1.5em;
}
main.work-template .one-column-wrapper p a {  
	text-decoration: underline;
}
main.work-template .one-column-wrapper p a:hover {  
	text-decoration: none;
}
main.work-template .one-column-wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin: 0 auto 3em;
  padding: 1em 0;
  max-width: 60em;
}
main.work-template .one-column-wrapper img.image-medium {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
main.work-template .one-column-wrapper img.image-large {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
main.work-template .one-column-wrapper .centered-text {
  text-align: center;
  margin: 0 auto;
  display: block;
}
main.work-template .one-wrapper-article ul { 
  padding-bottom: 2em;
  padding-inline-start: 1.5em;
  line-height: 1.5em;
}
main.work-template .one-wrapper-article li { 
  padding-bottom: .75em;  
}
main.work-template .two-column-wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin: 2em auto 3em;
  padding: 1em 0;
  max-width: 60em;
  justify-content: center;
}
main.work-template .two-column-wrapper p {
  line-height: 1.5em; 
}
main.work-template .two-column-wrapper p a {
	text-decoration: underline;
}
main.work-template .two-column-wrapper p a:hover {
	text-decoration: none;
}
main.work-template .two-column-wrapper-reverse {
  flex-direction: row-reverse;
}
main.work-template .two-column-wrapper img {
  width: 100%;
}
main.work-template .two-wrapper-article-image {
  width: 20em;
}
main.work-template .two-wrapper-article {
  width: 40em; 
}
main .section-featured-projects a {
  padding: 1em;
  margin: 1em 2em;
  border: 1px solid #2b687a;
  width: 12em;
  display: inline-block;
  color: #2b687a;
  font-weight: bold;
  font-size: .875em;
}
main .section-featured-projects a:hover {
  background: #2b687a;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 500px) {
  main .section-featured-projects a {
    width: 20em;
    margin: 1em;
  }
}
@media (min-width: 800px) {
  main .section-featured-projects {
    padding: 2em 0 0;
  }
  main .section-featured-projects p {
    font-size: 1em;
    line-height: 1.5em;
  }
}
/* Start Modular Email  
   ========================================================================== */
main.work-template .module-example-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 2em;
}
main.work-template .module-example-article {}
main.work-template .module-example-article img {
  width: 100%;
  max-width: 20em;
}
/* Start Featured Case Study 
   ========================================================================== */
main.work-template .featured-details.featured-case-study {
  padding: 0;
}
main.work-template .featured-case-study .main-wrapper {
  width: 100%;
  max-width: 100%;
  display: block;
  padding: 0;
}
main.work-template .featured-case-study .one-column-wrapper {
  width: 100%;
  max-width: 100%;
  display: block;
}

main.work-template .featured-case-study-content .pdf-icon{  vertical-align: middle;}
main.work-template .featured-case-study-content .pdf-icon img  {
	width: auto;
}

main.work-template .featured-case-study-content {
  max-width: 60em;
  margin: 2em auto;
  padding: 1em;
}

main.work-template .featured-case-study-content h3 {
	margin-top: 1em;
}
main.work-template .featured-case-study-background {
  background: #eae7e5;
  padding: 1em 0;
}
main.work-template .featured-case-study-intro {
  display: flex;
  flex-wrap: wrap;
}
main.work-template .featured-case-study-intro-left {}
@media (min-width: 640px) {
  main.work-template .featured-case-study-intro-left {
    padding-right: 3em;
    max-width: 40em;
  }
}
 
@media (min-width: 640px) {
  main.work-template .featured-case-study-intro-right { 
    max-width: 15em;
  }
}
main.work-template .featured-case-study-key-findings-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.work-template .featured-case-study-key-findings {
  max-width: 7em;
	width: auto;
  text-align: center;
  padding: 1em;
  background: #fff;
  margin: .5em;
  border: 1px solid #D9D9D9;
	border-radius: 10px;
}
@media (min-width: 640px) {
	
	main.work-template .featured-case-study-key-findings-container {
		justify-content: center;
	}
  main.work-template .featured-case-study-key-findings {
    max-width: 10em;
	  width: 10em;
    margin: 1em;
  }
}
main.work-template .featured-case-study-key-findings p {
  font-size: .875em;
  line-height: 1.2em;
  margin: 0;
}
main.work-template .featured-case-study-callout {
  padding: 1em;
  background: #fff;
  border: 1px solid #D9D9D9;
  margin: 1em 0;
	border-radius: 10px;
}
main.work-template .featured-case-study-ideation-sketches-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.work-template .featured-case-study-ideation-sketches {
  max-width: 6em;
  text-align: center;
  padding: 0.5em;
  margin: 0;
}
@media (min-width: 640px) {
  main.work-template .featured-case-study-ideation-sketches {
    max-width: 10em;
    margin: 0;
  }
}
main.work-template .featured-case-study-ideation-sketches img {
  width: 100%;
}
main.work-template .featured-case-study-ideation-sketches p {
  font-size: .875em;
  line-height: 1.2em;
  margin: 0;
}

main.work-template .featured-case-study-usability-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.work-template .featured-case-study-usability {
  max-width: 9em;
  text-align: center;
  padding: 1em;
  background: #fff;
  margin: .5em;
  border: 1px solid #D9D9D9;
	border-radius: 10px;
	font-size: .875em;
}
@media (min-width: 640px) {
	
	main.work-template .featured-case-study-usability-container {
		justify-content: center;
	}
  main.work-template .featured-case-study-usability {
    max-width: 15em;
    margin: 1em;
  }
}

main.work-template .featured-case-study-callout-background {
  padding: 1em;
  background: #3E4F5C;
  color: #fff;
  border: 1px solid #D9D9D9;
  margin: 1em 0;
	border-radius: 10px;
}
main.work-template .featured-case-study-callout-background h4 {
  color: #fff;
}

main.work-template .featured-case-study-content img {
  width: 100%;
}

main.work-template .featured-case-study .video-container {
  position: relative;
  padding-bottom: 56.25%;
}

main.work-template .featured-case-study .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main.work-template .featured-case-study .h4-style {
	margin: 5em 0 1em;
}


/* Start Figma 
   ========================================================================== */
.figma-embed .featured-details {
  background: #000000;
}
.figma-embed .main-wrapper {
  max-width: 35em;
}
.figma-embed .main-wrapper .responsive-iframe-container, 
.featured-case-study .figma-embed .responsive-iframe-container{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 150%;
}
.featured-case-study .figma-embed .responsive-iframe-container {
	padding-top: 75%;
}
.figma-embed .main-wrapper .responsive-iframe,
.featured-case-study .figma-embed .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.figma-embed .wrapper-cta-link {
  padding: 2em 0;
  margin: 3em 0;
}
.figma-embed a.cta-link {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 1em 2em;
  font-size: .75em;
}
.figma-embed a.cta-link:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}
/* Start Footer 
   ========================================================================== */
footer {
  border-top: 1px solid #3e4f5c;
  padding: 0;
}
footer p {
  text-align: center;
  padding: 1em;
  margin: 0;
  font-size: .875em;
}
footer .footer-links {
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto 3em;
  padding: 0;
  text-align: center;
  background: #3e4f5c;
}
footer .footer-links ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 50em;
  margin: 0;
  padding: .5em;
  width: 100%;
}
footer .footer-links li {
  padding: .5em;
}
footer .footer-links li a {
  font-size: .875em;
  color: #ffffff;
}
@media (min-width: 500px) {
  footer .footer-links li a {
    font-size: 1em;
  }
}
footer .footer-links li a:hover {
  text-decoration: underline;
}