/*!
Theme Name: benjaminandbond_s
Theme URI: http://www.benjaminandbnd.com/
Author: Aaron Oxenrider
Author URI: http://www.benjaminandbnd.com/
Description: BNB homepage theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: benjaminandbond_s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

benjaminandbond_s is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Import Google fonts for use through whole site*/
@import url("https://fonts.googleapis.com/css?family=DM+Serif+Display:300,400,600|Montserrat:400,600|Source+Sans+Pro:300,400,600&display=swap");

@font-face {
  font-family: "Majesti Banner";
  src: url("./fonts/majesti-banner/majesti-banner-medium-webfont.eot");
  src: url("./fonts/majesti-banner/majesti-banner-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/majesti-banner/majesti-banner-medium-webfont.woff2")
      format("woff2"),
    url("./fonts/majesti-banner/majesti-banner-medium-webfont.woff")
      format("woff"),
    url("./fonts/majesti-banner/majesti-banner-medium-webfont.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Majesti Banner";
  src: url("./fonts/majesti-banner/majesti-banner-mediumitalic-webfont.eot");
  src: url("./fonts/majesti-banner/majesti-banner-mediumitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/majesti-banner/majesti-banner-mediumitalic-webfont.woff2")
      format("woff2"),
    url("./fonts/majesti-banner/majesti-banner-mediumitalic-webfont.woff")
      format("woff"),
    url("./fonts/majesti-banner/majesti-banner-mediumitalic-webfont.ttf")
      format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Majesti Banner";
  src: url("./fonts/majesti-banner/majesti-banner-bold-webfont.eot");
  src: url("./fonts/majesti-banner/majesti-banner-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/majesti-banner/majesti-banner-bold-webfont.woff2")
      format("woff2"),
    url("./fonts/majesti-banner/majesti-banner-bold-webfont.woff")
      format("woff"),
    url("./fonts/majesti-banner/majesti-banner-bold-webfont.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Majesti Banner";
  src: url("./fonts/majesti-banner/majesti-banner-bolditalic-webfont.eot");
  src: url("./fonts/majesti-banner/majesti-banner-bolditalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/majesti-banner/majesti-banner-bolditalic-webfont.woff2")
      format("woff2"),
    url("./fonts/majesti-banner/majesti-banner-bolditalic-webfont.woff")
      format("woff"),
    url("./fonts/majesti-banner/majesti-banner-bolditalic-webfont.ttf")
      format("truetype");
  font-weight: bold;
  font-style: italic;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #000;
  color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template,
.hidden {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-family: "Majesti Banner", "DM Serif Display", serif;
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #eee809;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

#page {
  max-width: 1600px;
  box-shadow: 0 0.0625rem 0.25rem 0 rgba(61, 66, 80, 0.18);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.site-main {
}

.site-content {
  margin-top: 60px;
}

.hero {
  height: 100vh;
  max-height: 800px;
}

.black-base > .inner-content,
.white-base > .inner-content,
.gray-base > .inner-content {
  order: 2;
  padding: 1em;
  height: calc(100vh - 60px); /* takes nav bar on mobile into account */
}

.inner-content.case-study,
.inner-content.case-study-single,
.inner-content.about,
.inner-content.speaker,
#serviceTrigger .inner-content {
  min-width: calc(100% - 95px);
  position: relative;
}

#serviceTrigger .inner-content {
  padding: 0;
  padding-bottom: 3em;
}

.inner-content.case-study,
.inner-content.case-study-single,
.inner-content.speaker {
  padding: 0;
}

.inner-content.case-study .right-header,
.inner-content.case-study-single .right-header,
.inner-content.about .right-header,
.inner-content.speaker .right-header {
  position: absolute;
  left: 0;
  top: 0;
}

.inner-content.case-study .right-header p {
  color: #fff;
}

.white-base > .inner-content {
}

.black-base {
  background-color: #000;
  color: #fff;
  width: 100%;
}

.white-base {
  background-color: #fff;
  color: #000;
  width: 100%;
}

.gray-base {
  background-color: #000;
  color: #fff;
  width: 100%;
}

.black-base,
.white-base,
.gray-base {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 60px); /* takes nav bar on mobile into account */
  max-height: 800px;
}

.gray-base > .inner-content {
  background-color: #181818;
}

.black-base.extended,
.white-base.extended,
.gray-base.extended,
.black-base.extended > .inner-content,
.white-base.extended > .inner-content,
.gray-base.extended > .inner-content {
  height: unset;
  max-height: unset;
  min-height: calc(100vh - 60px);
}

.black-base.hero {
  /* flex-direction: row; */
}

.right-header {
  order: 1;
  padding: 1em;
}

.right-header p {
  font-weight: 300;
  color: #898989;
  margin: 0;
  font-size: 0.75em;
}

.dashes {
  letter-spacing: -0.25em;
  margin-left: 1em;
}

.breadcrumb {
  font-family: "Montserrat", sans-serif;
}

.circle-out {
  border-radius: 50%;
  border: 1px solid #555;
  height: 50px;
  width: 50px;
  background: transparent;
  position: relative;
  display: none;
}

.right-header .desktop,
.svg-static.desktop,
.svg-animation.desktop {
  display: none;
}

@media screen and (min-width: 960px) {
  .site-content {
    margin-top: 0;
  }

  .black-base,
  .white-base,
  .gray-base {
    display: flex;
    flex-direction: row;
    max-width: 100vw;
    height: 100vh;
    max-height: 800px;
  }

  .right-header {
    order: 2;
    padding: 50px 1rem;
  }

  .right-header.happenings {
    order: 2;
    padding: 0 1rem;
  }

  .black-base > .inner-content,
  .white-base > .inner-content,
  .gray-base > .inner-content {
    margin-left: 95px;
    border-left: 1px #464646 solid;
    padding: 0;
    order: 1;
    height: 100vh;
    max-height: 800px;
  }

  .black-base.extended,
  .white-base.extended,
  .gray-base.extended,
  .black-base.extended > .inner-content,
  .white-base.extended > .inner-content,
  .gray-base.extended > .inner-content {
    height: unset;
    max-height: unset;
    min-height: 100vh;
  }

  .inner-content.case-study,
  .inner-content.case-study-single,
  .inner-content.blog-posts,
  .inner-content.about,
  .inner-content.speaker {
    min-width: calc(100% - 95px);
    position: relative;
  }

  .inner-content.case-study .right-header,
  .inner-content.case-study-single .right-header,
  .inner-content.blog-posts .right-header,
  .inner-content.about .right-header,
  .inner-content.speaker .right-header {
    position: absolute;
    right: 0;
    top: 0;
    left: unset;
  }

  #serviceTrigger .inner-content {
    padding: 0;
  }

  .right-header .mobile {
    display: none;
  }

  .right-header .desktop {
    display: block;
  }

  .inner-content.site-info {
    padding: 1em;
  }

  .inner-content.case-study .right-header p {
    color: #fff;
  }

  .white-base > .inner-content {
    border-color: #000;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .inner-content.case-study-single {
    padding-left: 8rem;
    padding-right: 11rem;
  }
}

@media screen and (min-width: 1240px) {
	.svg-static.mobile {
		display: none;
	}

  .svg-animation.desktop {
    display: block;
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Majesti Banner", "DM Serif Display", serif;
  font-weight: 300;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0.25em 0;
}

@media screen and (min-width: 960px) {
  h1 {
    font-size: 4.8rem;
  }

  h2 {
    font-size: 3.9rem;
  }

  h3 {
    font-size: 3.5rem;
  }

  h4 {
    font-size: 3rem;
  }

  h5 {
    font-size: 2.5rem;
  }

  h6 {
    font-size: 2rem;
  }
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.title {
  font-family: "Majesti Banner", "DM Serif Display", serif;
  font-size: 2rem;
}

.primary-color {
  color: #000;
}

.secondary-color,
.secondary-color a,
.secondary-color a:hover,
.secondary-color a:focus,
.secondary-color a:active {
  color: #fff;
}

.accent-color,
a.accent-color:hover,
a.accent-color:focus,
a.accent-color:active {
  color: #eee809;
}

.accent2-color {
  color: #e1f1e5;
}

.dark-grey {
  color: #434345;
}

.light-grey {
  color: #b1b3b6;
}

.bold {
  font-weight: bold !important;
}

.underline-gold {
  border-bottom: #eee809 4px solid;
  transition: all 0.2s ease-in-out;
}

.site-description .underline-gold:hover {
  border-color: #00799b;
}

.post .post-text .featured.display-cat,
.featured.display-cat {
  font-weight: 300;
  color: #898989;
  margin-top: 0;
}

.featured.display-cat,
.post-blurb {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.post .post-text .featured.display-cat,
.home-posts .featured.display-cat {
  margin-top: 0.8rem;
}

.about .intro {
  display: flex;
  flex-flow: row wrap;
  margin: 0 5% 18% 5%;
}

.team .intro {
  margin: 0;
}

.team h5 {
  margin-top: 7%;
  margin-bottom: 3%;
}

.about .intro h3 {
  font-size: 2rem;
  margin-top: 3.5em;
  margin-bottom: 0.25em;
}

.about-blurb {
  font-weight: 300;
  max-width: 30em;
  font-size: 0.875rem;
}

.main-team-gallery {
  width: 100%;
}

.main-team-gallery .inner {
  max-width: 100%;
  margin: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto min-content;
  align-items: end;
}

.gallery-images {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.team-gallery-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: left 0.5s ease-in-out;
}

.team-gallery-img.remove,
.team-gallery-img.top {
  position: absolute;
  top: 0;
  left: 720px;
  transition: left 0.5s ease-in-out;
}

.team-gallery-img.remove {
  transition: left 0.5s ease-in-out;
}

.team-gallery-img:nth-of-type(2) {
  position: unset;
}

.gallery-buttons {
  width: 100%;
}

.button.gallery-nav {
  border: 1px solid #898989;
  padding: 1rem 1.5rem;
  margin: 5px calc(5% - 2px);
  font-size: 1.5rem;
  line-height: 1.5;
  width: 45%;
}

.button.gallery-nav.prev {
  margin-left: 0;
}

.button.gallery-nav.next {
  margin-right: 0;
}

.image-selection {
  display: none;
}

.divider,
.image-count {
  color: #898989;
}

.about-second {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.logo-farm {
  max-width: 100%;
}

@media screen and (min-width: 960px) {
  .featured.display-cat,
  .post-blurb {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .featured.display-cat {
    margin-top: 1rem;
  }

  .home-posts .featured.display-cat {
    margin-top: 1rem;
  }

  .about .intro {
    margin: 15%;
  }

  .about .intro h3 {
    line-height: 1;
    margin-top: 0;
    margin-right: 3rem;
    font-size: 3rem;
  }

  .team-gallery-img.remove {
    transition: left 0s;
  }

  .gallery-buttons {
    text-align: center;
  }

  .button.gallery-nav {
    width: unset;
  }

  .button.gallery-nav:hover {
    color: #898989;
  }

  .button.gallery-nav::after {
    background-color: transparent;
  }

  .button.gallery-nav.prev,
  .button.gallery-nav.next {
    margin: 5px 10px;
    border: none;
    padding: 0.5rem 0;
  }

  .image-selection {
    display: inline;
  }

  .about-blurb {
    font-size: 1rem;
  }

  .logo-farm {
    max-width: 70vw;
  }

  .team .intro {
    margin: 7rem 0 0 3rem;
  }

  .team h5 {
    margin-bottom: 0;
    margin-top: unset;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: transparent;
  color: #3d3ece;
  font-weight: 600;
  line-height: 1;
  padding: 1rem 1.5rem;
  border: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: inline-block;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #3d3ece;
  color: #fff;
}

/* button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
} */

button i {
  height: 1rem;
  opacity: 0;
  margin-left: 0rem;
  /* width: 0; */
}

button:hover i {
  color: #fff;
  opacity: 1;
}

button.style2,
input[type="button"].style2,
input[type="submit"].style2 {
  background: transparent;
  border: 1px solid #3d3ece;
}

button.style3,
input[type="button"].style3 {
  background: #fff;
  color: #3d3ece;
}

button.style2:hover,
input[type="button"].style2:hover,
input[type="submit"].style2:hover,
button.style3:hover,
input[type="button"].style3:hover {
  background: #3d3ece;
  color: #fff;
}

button.gallery-nav:hover {
  background: #fff;
  color: #3d3ece;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #b1b3b6;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*
Contact Form
*/

.inner-content.contact-form-outer {
  width: 100%;
  padding: 0 2rem 5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  justify-items: center;
}

.contact-form-outer .contact-form {
  grid-row: 1;
  grid-column: 1;
  max-width: 100%;
}

.contact-form-outer .contact-form .intro {
  padding-bottom: 1rem;
}

.contact-form-outer .contact-form textarea {
  width: 100%;
}

.contact-form-outer .contact-address-info {
  display: none;
}

.contact-form-outer .contact-address-info .contact-info {
  display: block;
  padding: 0 10%;
}

.contact-form-outer .contact-address-info .contact-info .address {
  margin: 0;
}

.contact-form input[type="“text”"],
.contact-form input[type="“email”"],
.contact-form input[type="“url”"],
.contact-form input[type="“password”"],
.contact-form input[type="“search”"],
.contact-form input[type="“number”"],
.contact-form input[type="“tel”"],
.contact-form input[type="“range”"],
.contact-form input[type="“date”"],
.contact-form input[type="“month”"],
.contact-form input[type="“week”"],
.contact-form input[type="“time”"],
.contact-form input[type="“datetime”"],
.contact-form input[type="“datetime-local”"],
.contact-form input[type="“color”"],
.contact-form input[type="submit"],
.contact-form textarea {
  padding: 10px 0 10px 10px;
  margin: 5px;
}

.contact-form input[type="submit"] {
  margin: 5px;
  padding: 1rem 1.5rem;
}

.contact-form .text input,
textarea {
  font-weight: 300;
  margin: 5px;
  width: 100%;
}

.contact-form .text input,
textarea p {
  padding: 10px 0 10px 10px;
}

.contact-form .column {
  width: 100%;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

@media screen and (min-width: 60rem) {
  .inner-content.contact-form-outer {
    width: 100%;
    padding: 0 2rem 5rem;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
  }

  .contact-form-outer .contact-form {
    grid-row: 1;
    grid-column: 1;
    padding-right: 2rem;
  }

  .contact-form .text input {
    width: unset;
  }

  .contact-form-outer .contact-form textarea {
    width: 90%;
  }

  .contact-form-outer .contact-address-info {
    grid-row: 1;
    grid-column: 2;
    display: block;
    margin-top: 14rem;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000;
}

a:hover,
a:focus,
a:active {
  color: #000;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100vw;
  height: 60px;
  z-index: 99990;
  overflow: hidden;
  background: #000;
  color: #fff;
  display: flex;
  flex: 0 1 auto;
  justify-content: space-between;
  align-content: space-between;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #464646;
}

.custom-logo-link img {
  width: 40px;
}

.admin-bar .sticky-header,
.admin-bar .main-navigation.toggled {
  top: 46px;
}

.background-block {
  display: none;
}

.main-navigation {
  height: 0;
  transition: top 0.5s ease-in-out 0.5s, height 0.5s ease-in-out 0.25s;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  background: #fff;
  mix-blend-mode: unset;
  display: block;
  z-index: 200;
}

.main-navigation.toggled {
  top: 47px;
  height: calc(100vh - 46px);
  width: 100%;
  transition: top 0.5s ease-in-out, height 0.5s ease-in-out;
}

.main-navigation .inner-content {
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  width: 100%;
  padding: 6%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.main-navigation.toggled .inner-content {
  opacity: 1;
  transition: opacity 0.5s ease-in-out 0.5s;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  counter-reset: count;
}

.main-navigation ul li {
  counter-increment: count;
  display: flex;
  align-items: baseline;
}

.main-navigation ul li::before {
  content: counter(count, decimal-leading-zero);
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  color: #898989;
}

.main-navigation ul li a {
  margin-left: 0.5em;
  position: relative;
}

.main-navigation ul li a:hover {
  color: #3d3ece;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation.toggled li {
  position: relative;
  cursor: pointer;
}

.main-navigation a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.main-navigation a::after,
.footer a::after,
.blog-button::after,
.read-more::after {
  border-top: 3px solid #3d3ece;
  display: block;
  content: "";
  width: 0;
  bottom: -3px;
  left: 0;
  transition: all 0.5s ease-in;
  position: absolute;
}

.main-navigation a:hover::after,
.footer a:hover::after,
.blog-button:hover::after,
.read-more:hover::after {
  width: 100%;
  transition: all 0.5s ease-in;
}

.phone-email a.email::after,
.phone-email .email a::after {
  border-top: 3px solid #898989;
}

.phone-email a.phone::after,
.phone-email .phone a::after {
  border-top: none;
}

.main-navigation li:hover,
.main-navigation li:focus {
}

.menu-mainnav-container {
  font-family: "Majesti Banner", "DM Serif Display", serif;
  font-size: 2rem;
  margin-top: 0;
  padding: 1.4rem 0;
}

.inner-content.goog-maps,
.inner-content.goog-maps iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul,
.main-navigation.toggled .mobile-nav-head {
  display: block;
}

.mobile-nav-head {
  background: url("images/hero-bg.png") no-repeat top center;
  background-size: 150%;
  display: none;
  text-align: center;
}

.mobile-nav-logo {
  width: 35%;
  margin: 10% auto;
  padding-left: 30px;
}

button.menu-toggle,
button.menu-toggle:hover {
  transition: none;
  background: transparent;
  font-size: 1rem;
}

.hamburger {
  margin: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  /* background-color: rgba(0, 28, 84, .4); */
  border: 0;
  padding: 0;
  overflow: visible;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1rem;
}

.hamburger--collapse .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger--collapse .hamburger-inner,
.hamburger--collapse .hamburger-inner::after,
.hamburger--collapse .hamburger-inner::before {
  position: absolute;
  width: 1.5rem;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: all;
}

.hamburger--collapse .hamburger-inner::before,
.hamburger--collapse .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner::before {
  background-color: #fff;
}
/* these are for the transition back from the x */
.hamburger--collapse .hamburger-inner {
  bottom: 0;
  transition: transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.13s;
}

.hamburger--collapse .hamburger-inner::before {
  top: -7px;
  width: 1rem;
  transition: top 0.13s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.26s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    width 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: 7px;
  transition: top 0.13s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.26s,
    opacity 0.13s linear 0.26s,
    width 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 1.25rem;
}

.hamburger--collapse:hover .hamburger-inner::before,
.hamburger--collapse:hover .hamburger-inner::after {
  width: 1.5rem;
}

/* these control the transition TO the x */
.hamburger--collapse.is-active .hamburger-inner {
  transform: rotate(-45deg);
  transition: transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.26s;
  width: 1.5rem;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.13s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  width: 1.5rem;
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.13s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.8s;
}

.social-navigation {
  display: none;
}

.social-links-menu {
  color: #fff;
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 1.5rem;
  display: flex;
  flex: 0 1 auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.social-links-menu li {
}

.social-links-menu a,
.social-links-menu a:hover,
.social-links-menu a:focus,
.social-links-menu a:active {
  color: #fff;
}

@supports (mix-blend-mode: difference) {
  /* fix for IE not supporting this */
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    color: #3d3ece;
  }

  button.style2:hover,
  input[type="button"].style2:hover,
  input[type="submit"].style2:hover,
  button.style3:hover,
  input[type="button"].style3:hover {
    background: #fff;
    color: #fff;
  }

  button.gallery-nav:hover {
    background: transparent;
    color: #3d3ece;
    mix-blend-mode: difference;
  }

  button:not(.hamburger)::after {
    background-color: #fff;
    display: block;
    content: "";
    margin: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  button.style2::after,
  input[type="button"].style2::after,
  input[type="submit"].style2::after,
  button.style3::after,
  input[type="button"].style3::after {
    background-color: #3d3ece;
  }

  button:hover::after {
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
}

@media screen and (min-width: 960px) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    width: max-content;
  }

  .sticky-header {
    position: fixed;
    top: 0;
    width: 95px;
    height: 100%;
    z-index: 99990;
    overflow-y: visible;
    overflow-x: hidden;
    background: #000;
    color: #fff;
    display: flex;
    flex: 0 1 auto;
    justify-content: space-between;
    align-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  .custom-logo-link img {
    /* width: 50px; */
  }

  @supports (mix-blend-mode: difference) {
    /* fix for IE not supporting this */
    .sticky-header {
      background: transparent;
      color: #fff;
      mix-blend-mode: difference;
    }
  }

  .menu-toggle,
  .main-navigation.toggled .mobile-nav-head,
  .main-navigation .mobile-nav-head {
    /* display: none; */
  }

  .main-navigation {
    text-align: unset;
    height: 100vh;
    max-width: 1600px;
    transition: left 0.5s ease-in-out 0.5s, width 0.5s ease-in-out 0.25s;
    top: 0;
    left: -100%;
    width: 0;
  }

  .main-navigation.toggled {
    top: 0;
    height: 100vh;
    left: 0;
    width: 100%;
    transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
  }

  .main-navigation .inner-content {
    flex-direction: row;
    justify-content: space-around;
    height: 100vh;
    width: 100%;
    padding: 12%;
  }

  .main-navigation ul {
    /* display: block; */
  }

  .main-navigation ul ul a {
  }

  .main-navigation li {
  }

  .main-navigation ul li a {
    margin-left: 0.25em;
    line-height: 1;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  /* js does the work on desktop */
  .main-navigation li:hover,
  .main-navigation li:focus {
  }

  .main-navigation li.current_page_item {
  }

  /* .main-navigation li.current_page_item:hover {
		background: #eee809;
	} */

  .main-navigation li:last-child {
  }

  .main-navigation a {
  }

  .main-navigation li:first-of-type a {
  }

  .main-navigation li.work-together,
  .main-navigation li.work-together:hover,
  .main-navigation li.work-together:focus {
    /* background: url("images/handshake.png") no-repeat center center; */
  }

  .menu-mainnav-container {
    height: 100vh;
    font-size: 4rem;
    margin-top: 0;
    padding: 0;
  }

  .admin-bar .sticky-header,
  .admin-bar .main-navigation.toggled {
    top: 32px;
  }

  .social-navigation {
    padding-bottom: 1em;
    display: inline;
  }

  .main-team-gallery {
    overflow: hidden;
  }

  .main-team-gallery .inner {
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 30vw 70vw;
    grid-template-rows: minmax(0, min-content) minmax(0, min-content);
    align-items: center;
    justify-content: center;
  }

  /* holds the space for the gallery */
  .main-team-gallery .inner::after {
    content: ".";
    visibility: hidden;
  }

  .gallery-images {
    width: 70vw;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: start;
    grid-column: 2;
  }

  .gallery-buttons {
    grid-column: 1 / 3;
    grid-row: 2;
  }
}

/* main nav for very large screens */
@media screen and (min-width: 1601px) {
  .main-navigation.toggled {
    left: calc((100vw - 1600px) * 0.5);
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.posts-inner-container {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text,
.fontawesome-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  /* float: left; */
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  /* float: right; */
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.site-main.fade-out {
}

.sticky {
  display: block;
}

.hentry {
  margin: 0;
  clear: both;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  /* margin: 3em 0 0; */
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
  padding: 15px;
  line-height: 1;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 3em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.gallery-icon.landscape {
  padding: 1em 15%;
}

@media screen and (min-width: 60rem) {
  .gallery {
    margin-bottom: 10em;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 30%;
  }

  .gallery-icon.landscape {
    padding: 1.5em 25%;
  }
}

/*
Page Content Blocks
*/

.thirds,
.halves,
.quarters {
  /* the other sized divs go inside this one */
  width: 100%;
  position: relative;
  float: left;
}

.eighty-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero .inner-content {
  background-size: cover;
  overflow: hidden;
}

.hero.home .inner-content {
  background: url("images/BB-Hero-Image.jpg") no-repeat top;
  background-size: cover;
  background-position: 17%;
  overflow: hidden;
}

.hero.consulting .inner-content {
  background: url("images/Consulting-Hero.jpg") no-repeat top left;
  background-size: cover;
  overflow: hidden;
}

.hero.blog-page .inner-content,
.hero.blog-post-single .inner-content {
  width: 100%;
  box-shadow: inset 0px 0px 400px 400px rgba(0, 0, 0, 0.6);
}

.hero .inner-content .hero-main {
  display: grid;
  grid-gap: 0;
  justify-items: start;
  align-items: center;
  padding: 1rem;
}

.hero .inner-content .hero-main.about-us {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  padding: 0 0 2rem 1rem;
}

.hero .headline {
  grid-row: 1;
  grid-column: 1;
}

.hero .inner-content .hero-main .outer-post-content {
  grid-column: 1;
  grid-row: 1;
}

.hero .tagline {
  grid-row: 2;
  grid-column: 1;
  margin-bottom: 4rem;
}

.site-title {
  line-height: 1;
  margin: 0;
}

.site-description {
  color: #434345;
  text-transform: uppercase;
  font-size: 1.75rem;
}

.hero-nav {
  display: none;
}

.hero-nav.nav-item {
  border-top: 1px solid #555;
  margin-bottom: 2rem;
  margin-top: 2px;
  position: relative;
}

.hero-nav.nav-item::after {
  border-top: 3px solid #fff;
  display: block;
  content: "";
  width: 0;
  top: -3px;
  left: 0;
  transition: all 0.5s ease-in;
  position: absolute;
}

.hero-nav.nav-item:hover::after {
  width: 100%;
  transition: all 0.5s ease-in;
}

.hero-nav.nav-item.active {
  border-width: 3px;
  border-color: #fff;
  margin-top: 0;
}

.hero-nav.nav-item .nav-title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin: 1rem 0;
}

.hero-nav.nav-item .nav-description {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
  margin: 0.5rem 0;
}

.hero-nav.nav-item .nav-numeral {
  font-family: "Majesti Banner", "DM Serif Display", serif;
}

.section-one {
}

h3.section-one {
  margin: 0;
  line-height: 110%;
}

.hero .tagline {
  grid-column: 1 / 3;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: lighter;
  font-size: 1.5rem;
  line-height: 1.2;
  align-self: start;
}

.hero .tagline p {
  max-width: 24rem;
}

.hero.blog-post-single .headline {
  margin-left: 3rem;
}
.hero.blog-post-single .cs-headline {
  line-height: 1;
  margin: 0.5rem 0;
}

.hero.blog-post-single a {
  color: #fff;
}

div.emphasized-post.front-page {
  width: 100%;
  float: left;
  clear: both;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 6rem;
  position: relative;
  max-height: 900px;
}

.emphasized-post.front-page > a,
.emphasized-post.front-page > a:hover {
  width: 100%;
  height: 100%;
  color: #fff;
}

div.emphasized-post .post-content {
  padding-top: 0px;
  margin-bottom: 5rem;
  /* margin-top: 20%; */
}

div.emphasized-post .post-title {
  font-family: "Majesti Banner", "DM Serif Display", serif;
  line-height: 1;
  margin-bottom: 2rem;
  margin-top: 40%;
}

div.emphasized-post .post-title a {
  color: #fff;
}

.post-blurb {
  font-weight: 300;
}

a.continue {
  font-size: 0.75rem;
}

a.continue i,
a.contact i {
  color: #fff;
  height: 1rem;
  opacity: 0;
  margin-left: 0;
  /* width: 0; */
  transition: margin-left 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

a.continue:hover i,
a.contact:hover i {
  opacity: 1;
  margin-left: 0.25rem;
}

div.emphasized-post .post-credits {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  display: block;
  padding: 2rem;
}

div.emphasized-post .post-credits-inner {
  float: right;
  clear: both;
  position: relative;
}

.author-info {
  float: right;
  font-size: 0.75rem;
  color: #fff;
  line-height: 0.85rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 64px; /* this will need changed if we use smaller images */
}

.author-info a {
  color: #fff;
}

.author-info p {
  margin: 0;
  padding: 0 1rem;
  float: right;
  clear: both;
  text-align: right;
}

div.author-pic {
  float: right;
}

.author-pic img.avatar-64 {
  border-radius: 100px;
  border: none;
  box-shadow: none;
}

div.halves.case-study {
  padding: 0;
}

div.halves .case-study {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}

.case-study .post-content,
.speaker .post-content,
.case-study .post-title a {
  color: #000;
}

.case-study .post-content,
.speaker .post-content {
  width: 100%;
  margin: 1em;
  padding: 2em;
  background: #fff;
}

.speaker .post-content {
  margin-top: 0;
}

.case-study.projects,
.case-study.projects > .inner-projects {
  /* position: relative; */
  width: 100%;
  height: 100%;
}

.case-study.projects .featured-case-study {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.75s ease-in-out 0.4s;
}

.case-study.projects .featured-case-study.transition {
  transform: translateX(calc(-100vw));
}

.case-study.projects .featured-case-study .background {
  background-position-x: center;
  transition: all 0.7s ease-in-out;
  /* this transition is only on the desktop */
}

.case-study .project-indicators {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem;
}

.project-indicators .badge {
  display: inline-block;
  height: 14px;
  width: 14px;
  line-height: 0.38em;
  font-size: 28px;
  text-align: center;
  padding: 0;
  margin: 0 4px;
  background-color: transparent;
  color: #fff;
  fill: #fff;
  cursor: pointer;
}

.project-indicators .badge .dot-primary {
  opacity: 0;
}

.project-indicators .badge .dot-secondary {
  opacity: 0.4;
}

.project-indicators .badge.active .dot-primary {
  opacity: 1;
}

.project-indicators .badge.active .dot-secondary {
  opacity: 1;
}

.case-study-single h5 {
  margin-top: 1rem;
}

.case-study-single img {
  /* turn off BW photos inside case studies */
  -webkit-filter: unset;
  filter: unset;
}

div.halves.posts {
  margin: 5% auto;
}

div.halves .featured.posts,
.all-posts {
  display: flex;
}

.all-posts {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
}

div.halves .featured.posts .outer-post-content,
.all-posts .outer-post-content {
  width: 100%;
}

.all-posts .outer-post-content {
  width: 90%;
  padding-bottom: 55px;
}

.careers.all-posts .outer-post-content {
  /* width: 33.3%;
	margin-left: auto;
	margin-right: auto; */
  max-width: 50%;
}

.post .post-text p {
  color: #000;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.case-study-single h5 {
  margin-bottom: 0.5em;
}

.case-study-single .entry-content {
  margin-top: 6em;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.case-study-single .post-text {
  padding-bottom: 2rem;
}

.case-study-single .quote-block {
  font-weight: 100;
  font-style: italic;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  line-height: 1.5em;
  width: 90%;
  margin: auto;
  text-align: center;
}

.inner-content.blog-posts .post .post-text {
  color: #000;
}

.all-posts .post {
  flex: 1 100%;
}

.image-container.post {
  /* This hides the underline for the read more link,
	    make it more specific to fix that if needed elsewhere.
	   overflow: hidden; */
}

.featured.posts .post-content,
.all-posts .post-content {
  width: 98%;
  position: relative;
  flex: 0 0 50%;
  padding: 2.5%;
  margin: 0 auto;
}

.vce-shortcode.featured.posts .post-content {
  width: 100%;
  padding: 0;
}

.background.post {
  position: relative;
  overflow: hidden;
  width: 100%;
  filter: grayscale(100%);
}

.home-posts .background.post {
  height: 210px;
}

.background.post::after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 55%;
}

.post.one .background.post::after {
  display: none;
  padding-bottom: 0;
}

.featured.posts .display-cat,
 /* .all-posts .display-cat, */
 .post-top .display-cat {
  text-align: left;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  margin: 0 0 1rem 0;
  font-size: 1rem;
  font-weight: 300;
}

.featured.posts .post-title,
.all-posts .post-title {
  margin: 1rem 0 0 0;
  font-weight: lighter;
}

.vce-shortcode.featured.posts .post-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.all-posts .post-title {
  border-bottom: #afafaf 2px solid;
  padding-bottom: 1rem;
}

.all-posts .blog-button {
  display: none;
}

.all-posts .post.one .blog-button,
.hero.blog-post-single .blog-button {
  display: inline-block;
  margin-top: 2rem;
  color: #3d3ece;
  font-weight: 600;
  position: relative;
}

.hero.blog-post-single .blog-button a {
  color: #3d3ece;
}

.all-posts .post.one {
}

.all-posts .post.one .post-content {
  width: 100%;
  padding: 0;
  margin: 0;
}

.all-posts .post.one .background.post:before {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.all-posts .post.one .post-text {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.all-posts .post.one .post-title {
  color: #fff;
  font-weight: 300;
  border-bottom: none;
  padding-bottom: 0;
  line-height: 1;
}

.post-top .post-title {
  margin: 1rem 0;
  line-height: 1;
}

.post-top .return-link a {
  color: #fff;
  font-size: 0.85rem;
}

.post-top .return-link i {
  font-size: 0.85em;
  margin-right: 0.2rem;
}

@media screen and (min-width: 960px) {
  .case-study-single .entry-content {
    margin-left: 0;
    margin-right: 0;
  }

  .case-study-single .quote-block {
    font-size: 1.5em;
    line-height: 2em;
  }

  /* background transition on project section */
  .case-study.projects .featured-case-study.transition .background {
    background-position-x: calc(100vw / 2 * -1);
  }
}

/*
 Modal for video on front page
*/

div.modal-background {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
}

.toggle.video-in-post {
  cursor: pointer;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.toggle.video-in-post span {
  margin-left: auto;
  margin-right: auto;
}

.toggle.video {
  display: inline-block;
  cursor: pointer;
}

.toggle.video span.continue {
  font-weight: 700;
  line-height: 1;
  padding: 0 0.25rem;
  border: none;
  text-align: center;
  transition: padding 0.2s ease-in-out;
  position: relative;
}

.toggle.video:hover span.continue {
  padding: 0;
}

.toggle.video span.continue i {
  color: #eee809;
  height: 1rem;
  opacity: 0;
  margin-left: 0rem;
  transition: all 0.2s ease-in-out;
}

.toggle.video:hover span.continue i {
  color: #fff;
  opacity: 1;
  margin-left: 0.5rem;
}

.play-icon .fa-play {
  font-size: 0.65rem;
  left: 1px;
}

.modal.video {
  display: none;
}

.modal.video button,
.modal.video button:hover,
.modal.video button:focus {
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.25rem;
  font-size: 1rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal.video button i,
.modal.video button:hover i,
.modal.video button:focus i {
  color: #fff;
  opacity: 1;
  margin: 0.15rem 0.25rem;
}

.modal.video {
  width: 100%;
  margin: auto;
}

.modal.bio {
  width: 100%;
  height: 100%;
  display: grid;
  align-content: center;
  justify-content: center;
}

.modal.bio .bio-container {
  width: 90%;
  margin: auto;
  background: #fff;
}

.about-quote {
  flex: 1 100%;
  line-height: normal;
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}

.about-quote .about-border {
  background: #f5f5f5;
  padding: 16px;
  height: 100%;
  width: 100%;
  max-width: 100%;  
}

div.all-images .about-quote .about-border .inner {
  border: 1px solid #fff;
  height: 100%;
  min-height: 100px;
  width: 100%;
  max-width: 100%;
  display: flex;
  padding: 10%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
}

.quote-symbol {
  font-family: "Majesti Banner", "DM Serif Display", serif;
  font-weight: 300;
  font-size: 7.75rem;
  color: #898989;
  line-height: 0.3;
  margin-bottom: -2rem;
  margin-top: 2rem;
}

.bf-quote.text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 10% 0;
}

.bf-quote.sig {
  font-family: "Montserrat", sans-serif;
  color: #898989;
}

/* inside the image */
.bio-select .inner-ee-background {
	width: 100%;
	height: 100%;
	padding: 0;
}


div.all-images .inner-ee-background {
  line-height: unset;
}

.bio-select:hover .inner-ee-background {
  display: block;
}

.inner-ee-background .ee-bio {
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 10%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  align-content: center;
  justify-content: center;
}

.bio-ee-container {
  margin: auto 0;
}

.bio-ee-container .employee-name {
  line-height: 1;
  margin: 0;
}

.bio-ee-container .employee-social i {
  font-size: 1.2rem;
  margin: 0;
  margin-right: 1rem;
}

/* pop up bio box */
.bio-container .employee-box {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
}

.employee-text {
  text-align: left;
  flex: 1 100%;
  padding: 2rem;
  color: #000;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 2rem;
}

.employee-text > p {
  margin: 0;
}

.employee-name {
  font-family: "Majesti Banner", "DM Serif Display", serif;
  font-size: 1.5rem;
}

.employee-title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #ABB8C3;
}

.employee-pic {
  flex: 1 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.employee-bio {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.employee-social {
  width: max-content;
}

.employee-social i {
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
  margin-right: 2rem;
}

@media screen and (min-width: 960px) {

	div.all-images {
		margin-left: 0;
	}

  .modal.bio .bio-container {
    overflow-x: auto;
    max-height: 90vh;
    width: 70%;
  }

  .employee-name {
    font-size: 2rem;
  }

  .employee-title {
    font-size: 1rem;
  }

  .employee-text {
    flex: 1;
    font-size: 1rem;
    line-height: 1.75rem;
    padding: 4rem;
  }

  .employee-bio {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.75;
  }

  .employee-social i {
    font-size: 1.5rem;
  }

  .employee-pic {
    flex: 0 0 25%;
  }
}

/* dynamic resize so names don't overflow */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .bio-ee-container .employee-name {
    font-size: 2.25vw;
  }

  .bio-ee-container .employee-title {
    font-size: 1.125vw;
  }

  .quote-symbol {
	font-size: 6vw;
	margin-bottom: -1rem;
	margin-top: 1rem;
  }
  
  .bf-quote.text {
	font-size: 1.125vw;
  }
  
  .bf-quote.sig {
	font-size: 1.125vw;
  }
}

.modal.video .video-container {
  object-fit: contain;
  width: 100%;
  max-height: 100vh;
  max-width: 1600px;
  position: relative;
}

.modal .video-container video {
  width: 100% !important;
  height: auto !important;
}

.video-container.background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.services-nav {
  display: grid;
  grid-gap: 0;
  align-items: start;
  align-content: start;
  grid-template-columns: minmax(0, max-content);
  grid-template-rows: auto;
}

.services-nav .right-header-services {
  grid-column: 1;
  grid-row: 1;
  background-color: #fff;
}

.services-nav .services.right {
  grid-row: 2;
  grid-column: 1;
  min-width: 0;
}

.services-nav .services.right .nav-inner {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: max-content minmax(0, 1fr);
  grid-gap: 0;
  align-items: start;
  align-content: start;
}

.services-nav .panel {
  min-width: 0;
  max-width: 100%;
  padding-right: 2rem;
}

.services-nav p {
  font-size: 0.875em;
}

.services-nav .svg-static {
  grid-column: 1 / 3;
  grid-row: 1;
  width: 80%;
  margin: 5rem auto 1rem;
}

.services-nav .numeral {
  grid-column: 1;
  grid-row: 2;
}

.services-nav .activator {
  grid-column: 2;
  grid-row: 2;
}

.services-nav .panel {
  grid-column: 2;
  grid-row: 3;
}

.services-nav .nav-inner.experiences {
  margin-bottom: 8rem;
}

.home-posts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 0.5em;
  margin-top: 5em;
}

.home-posts > .post {
  width: 100%;
  margin-bottom: 3rem;
}

.inner-content.values {
  width: 100%;
}

.values-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: max-content max-content 1fr repeat(
      4,
      min-content min-content max-content
    );
  grid-gap: 0;
  justify-items: start;
  align-items: start;
  padding: 1rem 1rem 2rem;
}

.values-inner .right-header {
  grid-row: 1;
  padding: 1rem 0;
}

.values-inner .title {
  grid-row: 2;
  padding-top: 4rem;
  font-size: 2rem;
}

.values-inner .about-blurb {
  grid-row: 3;
  padding: 0 0 6rem 0;
}

.values-inner hr {
  align-self: start;
  border-top: 1px solid #363636;
  margin: 0;
  width: 100%;
  height: 0;
  grid-column: 1;
}

.values-inner hr.one {
  grid-row: 4;
}

.values-inner hr.two {
  grid-row: 7;
}

.values-inner hr.three {
  grid-row: 10;
}

.values-inner hr.four {
  grid-row: 13;
}

.values-inner .list-number {
  color: #595959;
  font-size: 1.5rem;
  font-family: "Majesti Banner", "DM Serif Display", serif;
  line-height: 1;
  padding-top: 5rem;
  align-self: start;
  grid-column: 1;
}

.values-inner .numb1 {
  grid-row: 4;
}

.values-inner .val1 {
  grid-row: 5;
}

.values-inner .desc1 {
  grid-row: 6;
}

.values-inner .numb2 {
  grid-row: 7;
}

.values-inner .val2 {
  grid-row: 8;
}

.values-inner .desc2 {
  grid-row: 9;
}

.values-inner .numb3 {
  grid-row: 10;
}

.values-inner .val3 {
  grid-row: 11;
}

.values-inner .desc3 {
  grid-row: 12;
}

.values-inner .numb4 {
  grid-row: 13;
}

.values-inner .val4 {
  grid-row: 14;
}

.values-inner .desc4 {
  grid-row: 15;
  padding-bottom: 9rem;
}

.values-inner .list-description {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  padding-bottom: 5rem;
  padding-right: 1rem;
  font-size: 0.875rem;
}

.values-inner .list-value {
  align-self: end;
  font-family: "Majesti Banner", "DM Serif Display", serif;
  font-size: 1.5rem;
  line-height: 1;
  padding: 1rem 0;
}

h6.list-value {
  margin: 0;
}

/* Consulting Grid */

.inner-content.consulting {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(7, max-content);
  grid-gap: 0;
  justify-items: start;
  align-items: start;
  padding: 0 0 2rem;
}

.consulting .text-side.strategy {
  grid-column: 1;
  grid-row: 2;
}

.consulting .cs-featured.strategy {
  grid-column: 1;
  grid-row: 3;
}

.consulting .text-side.design {
  grid-column: 1;
  grid-row: 4;
}

.consulting .cs-featured.design {
  grid-column: 1;
  grid-row: 5;
}

.consulting .text-side.exp {
  grid-column: 1;
  grid-row: 6;
}

.consulting .cs-featured.exp {
  grid-column: 1;
  grid-row: 7;
}

.consulting h5 {
  margin: 0;
  line-height: 1;
}

.consulting .cs-featured {
  height: 100%;
  padding: 0 1.25rem 5rem;
  margin-top: 3rem;
}

.consulting .cs-featured .case-study {
  height: 100%;
}

.consulting .cs-featured .case-study .background {
  height: 100%;
  background-size: cover;
  align-items: center;
}

.cs-featured .case-study .post-content {
  padding: 0;
}

.consulting .cs-featured .case-study .background .post-content {
  text-align: center;
}

.consulting .text-side {
  font-weight: 300;
  color: #000;
  padding: 2rem;
  padding-top: 0;
  margin-top: 3rem;
}

.consulting .bullet-title {
  color: #000;
  margin: 0;
}

.consulting .capability-ul {
  display: flex;
  flex-flow: row wrap;
}

.consulting .bullets ul {
  padding: 0 0 0 1rem;
  margin: 0;
  flex: 1 1 100%;
  list-style: none;
}

.consulting .bullets ul.first {
  padding-top: 1rem;
}

.consulting .bullets ul li {
  margin-left: 0;
  margin-right: 2em;
  font-size: 0.875rem;
  padding-left: 1rem;
}

.consulting .bullets ul li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #898989;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  font-weight: bold;
  font-size: 1em;
  height: 1em;
  line-height: 1;
}

.post-text p {
  font-weight: 300;
}

.right-header {
  grid-column: 1;
  grid-row: 1;
}

/*
accordion
*/

.activator {
  padding: 0;
  align-self: end;
}

.services-nav .numeral {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #898989;
  align-self: end;
  padding: 0 1rem 0.25rem;
}

.activator .services-title {
  font-size: 2em;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}

.activator .services-title:first-child {
  margin-top: 0;
}

.panel {
  padding: 0;
  background-color: #fff;
  color: #000;
  overflow: hidden;
  font-weight: 300;
}

.panel p {
  margin: 0;
  max-width: 24rem;
}

@media screen and (min-width: 1240px) {
  /* Values Grid */

  .values-inner {
    grid-template-columns: max-content max-content auto;
    grid-template-rows: max-content repeat(4, min-content max-content);
    justify-items: start;
    align-items: start;
    padding: 4rem 0 2rem 20%;
  }

  .values-inner .right-header {
    grid-row: 1;
    grid-column: 3;
    justify-self: end;
    padding: 1rem;
  }

  .values-inner .title {
    grid-row: 1;
    grid-column: 1;
    padding: 7rem 10rem 0 1rem;
    font-size: 3rem;
  }

  .values-inner .about-blurb {
    grid-row: 1;
    grid-column: 2;
    padding: 7rem 0 9rem 0;
  }

  .values-inner .list-value {
    padding: 5rem 0 0 0;
  }

  .values-inner hr {
    align-self: start;
    grid-column: 1 / 3;
    border-top: 1px solid #363636;
  }

  .values-inner hr.one {
    grid-row: 2;
  }

  .values-inner hr.two {
    grid-row: 4;
  }

  .values-inner hr.three {
    grid-row: 6;
  }

  .values-inner hr.four {
    grid-row: 8;
  }

  .values-inner .list-number {
    grid-column: 1;
    align-self: end;
    padding-top: 5rem;
    padding-left: 1rem;
    font-size: 2rem;
  }

  .values-inner .list-description {
    font-size: 1rem;
  }

  .values-inner .list-value {
    font-size: 2rem;
  }

  .values-inner .numb1,
  .values-inner .val1 {
    grid-row: 2;
  }

  .values-inner .numb2,
  .values-inner .val2 {
    grid-row: 4;
  }

  .values-inner .numb3,
  .values-inner .val3 {
    grid-row: 6;
  }

  .values-inner .numb4,
  .values-inner .val4 {
    grid-row: 8;
  }

  .values-inner .list-description,
  .values-inner .list-value {
    grid-column: 2;
  }

  .values-inner .desc1 {
    grid-row: 3;
  }

  .values-inner .desc2 {
    grid-row: 5;
  }

  .values-inner .desc3 {
    grid-row: 7;
  }

  .values-inner .desc4 {
    grid-row: 9;
    padding-bottom: 9rem;
  }

  /* Consulting Grid */

  .inner-content.consulting {
    display: grid;
    grid-template-columns: 50% 50% auto;
    grid-template-rows: repeat(3, max-content);
    grid-gap: 0;
    justify-items: start;
    align-items: start;
    padding: 3rem 0 15rem 4rem;
  }

  .consulting .text-side.strategy {
    grid-column: 1;
    grid-row: 1;
  }

  .consulting .cs-featured.strategy {
    grid-column: 2;
    grid-row: 1;
  }

  .consulting .text-side.design {
    grid-column: 2;
    grid-row: 2;
  }

  .consulting .cs-featured.design {
    grid-column: 1;
    grid-row: 2;
  }

  .consulting .text-side.exp {
    grid-column: 1;
    grid-row: 3;
  }

  .consulting .cs-featured.exp {
    grid-column: 2;
    grid-row: 3;
  }

  .consulting .bullets ul {
    flex: 1 1 40%;
    padding: 1rem 0 1rem 1rem;
    font-size: 14px;
  }

  .consulting .bullets ul li {
    font-size: 1rem;
  }

  .consulting .right-header {
    grid-column: 3;
    grid-row: 1;
  }

  .consulting .cs-featured {
    height: 100%;
    padding: 6rem 2rem;
    padding-top: 9rem;
    margin-top: 5rem;
  }

  .consulting .text-side {
    padding: 6rem 3rem;
    margin-top: 5rem;
  }

  .consulting h5 {
    line-height: 1;
  }

  .consulting .text-side p {
    margin-top: 0;
  }

  .services-nav {
    display: grid;
    grid-gap: 0;
    align-items: start;
    align-content: start;
    grid-template-columns: 1fr 60vh minmax(0, max-content) 1fr 50px;
    grid-template-rows: auto;
    margin-top: 8rem;
  }

  .svg-animation {
    margin-left: auto;
    height: auto;
    padding: 10px;
    width: 100%;
    text-align: center;
    background-color: #fff;
  }

  .services-nav .services.right .nav-outer {
    height: 100vh;
  }

  .services-nav .services.right .nav-inner {
    /* scroll snap using css sticky - more compatible */
    top: calc(50vh - 6.4rem);

    grid-template-rows: max-content minmax(0, 1fr);
    /* sticky position */
    position: sticky;
    margin-bottom: 10rem;
  }

  /* main grid cells for the services section */
  .services-nav .numeral {
    grid-column: 1;
    grid-row: 1;
  }

  .services-nav .activator {
    grid-column: 2;
    grid-row: 1;
  }

  .services-nav .panel {
    grid-column: 2;
    grid-row: 2;
  }

  .services-nav > #servicesAnimation {
    grid-column: 2;
    grid-row: 1;
    position: sticky;
    top: 25vh;
    margin-bottom: 5rem;
  }

  .services-nav .services.right {
    height: 100%;
    grid-column: 3;
    grid-row: 1;
    margin-top: 10vh;
    margin-left: 40px;
  }

  .services-nav .right-header-services {
    grid-row: 1;
    grid-column: 5;
  }

  .activator .services-title {
    font-size: 3em;
  }

  .services-nav .panel {
    padding-right: 1rem;
  }

  .services-nav .numeral {
    padding: 0 1rem 0.5rem 0;
    font-size: 1.1rem;
  }

  .panel {
    color: #fff;
    transition: color 0.2s ease-out;
  }

  .panel p {
    margin: 0;
    font-size: inherit;
  }

  .home-posts {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    margin: auto;
    max-width: 90%;
    margin-top: 0;
  }

  .home-posts > .post {
    width: 25%;
  }

  .home-posts .post-content {
    min-height: 95vh;
  }

  .case-study .post-content,
  .speaker .post-content {
    width: 40%;
    margin: 0 0 0 10%;
    padding: 4em;
    background: #fff;
  }

  .cs-featured .case-study .post-content {
    margin: 0;
    padding: 4rem;
  }

  .thirds,
  .halves,
  .quarters {
    /* the other sized divs go inside this one */
    display: flex;
    float: none;
  }

  .hero .inner-content .hero-main,
  .hero .inner-content .hero-main.about-us {
    grid-template-columns: auto 18.5% 18.5% 18.5%;
    grid-template-rows: max-content auto max-content;
    justify-items: start;
    align-items: center;
    padding: 2rem 0 2rem 2rem;
  }

  .hero .inner-content .hero-main .outer-post-content {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .hero-nav {
    font-size: 0.875rem;
    /* inside flex settings */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    /* outside grid settings */
    grid-row: 1;
    align-self: start;
    margin-right: 2rem;
  }

  .hero-nav.item-1 {
    grid-column: 2 / 3;
  }

  .hero-nav.item-2 {
    grid-column: 3 / 4;
  }

  .hero-nav.item-3 {
    grid-column: 4 / 5;
  }

  .hero-nav a {
    color: #fff;
  }

  .hero .headline {
    grid-row: 2;
    grid-column: 1 / 3;
  }

  .hero .headline .section-one {
    padding: 0 0 0 4rem;
  }

  .hero .tagline {
    grid-row: 3;
    grid-column: 3 / 5;
    margin-left: 0;
    font-size: 1.75rem;
  }

  .site-description {
    font-size: 1.25rem;
  }

  div.emphasized-post.front-page {
    width: 34%;
    float: left;
    clear: none;
    padding: 6rem;
    position: relative;
    max-height: 900px;
    display: flex;
  }

  div.emphasized-post .post-content {
    padding-top: 100px;
  }

  .eighty-width {
    width: 80%;
  }

  .modal.video {
    width: 80%;
    max-width: 1600px;
  }

  div.halves .case-study,
  div.halves .featured.posts {
    width: 50%;
    display: flex;
    float: none;
  }

  div.halves.posts {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  /*
	 blog posts
	 */
  .all-posts .posts-inner-container > .post {
    flex: 1 33.3%;
  }

  .posts-inner-container {
    width: 90%;
    max-width: 1440px;
    margin: auto;
    justify-content: center;
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .default-template .posts-inner-container {
    padding-top: 0;
  }

  .all-posts .post.two,
  .all-posts .post.three {
    flex: 1 50%;
  }

  .all-posts .post.one {
    flex: 1 100%;
  }

  .all-posts .post.one .background.post {
    padding: 0;
  }

  .all-posts .post.one .background.post:before {
    background-image: none;
  }

  .all-posts .post.one .post-text {
  }

  .all-posts .post.one .post-text .post-text-inner {
  }

  .all-posts .post-title {
    border-bottom: none;
    padding-bottom: 0;
  }

  .all-posts .post.one .post-title {
  }
}

/*
  * Healthcare bar at the bottom of most pages
 */

.design-healthcare {
  background: #193366 url("images/dh-bg.jpg") no-repeat top left;
  position: relative;
  margin-top: 5%;
  margin-bottom: 5%;
  max-width: 1140px;
  color: #fff;
  display: none;
}

.design-healthcare .second-bg {
  background: url("images/dh-pattern.svg") repeat;
  background-size: 15%;
  background-position: center center;
  width: 100%;
  height: 100%;
  padding-top: 1px;
}

.design-healthcare .left-image {
  background: url("images/Designing_Healthcare.png") no-repeat center center;
  width: 140px;
  height: 196px;
  margin: 4% auto;
}

.design-healthcare .centered-text {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 6%;
  line-height: 1;
  text-align: center;
}

.design-healthcare .button-holder {
  width: 100%;
  text-align: center;
}

.design-healthcare button {
  margin: 4% auto;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.design-healthcare button i {
  font-size: 1rem;
}

@media screen and (min-width: 1440px) {
  .design-healthcare .left-image {
    background: url("images/Designing_Healthcare.png") no-repeat center center;
    width: 140px;
    height: 196px;
    position: absolute;
    top: -25px;
    left: 4%;
    margin: 0;
  }

  .design-healthcare .centered-text {
    float: left;
    max-width: 55%;
    margin: 4% 0 4% 215px;
    text-align: left;
  }

  .design-healthcare .button-holder {
    width: unset;
  }

  .design-healthcare button {
    margin: 4% 3%;
  }
}

/*
Header
*/

/*
Footer
*/

.site-footer {
  background: #000;
}

footer .black-base {
  flex-direction: column;
  margin-top: 25%;
}

.inner-content.footer {
  padding: 1.5em;
}

.footer p {
  font-size: 0.9rem;
}

.footer a {
  position: relative;
  display: inline-block;
}

.footer h6 {
  font-size: 1.25rem;
}

.site-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.site-info .left-side {
  width: 100%;
  margin-bottom: 15%;
}

.site-info .left-side p {
  font-weight: 300;
}

.site-info .right-side {
  max-width: 100vw;
  margin-bottom: 25%;
}

.nav.right-side {
  padding-right: 7%;
}

.nav.right-side .title {
  /* max-width: 10em; */
}

.site-info .right-side.show {
  display: block;
}

.site-info .title,
.nav .title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  margin-top: 0;
}

.nav.right-side .title {
  font-size: 1.3125rem;
  font-weight: 500;
  margin-bottom: 0.75em;
  line-height: 1.25;
}

.contact {
  display: block;
  padding: 2rem;
  background: #eee809 url("images/glyph.png") no-repeat center center;
  background-size: 8rem;
  color: #001c54;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.contact-text,
.contact-text:hover,
.contact-text:active,
.contact-text:focus {
  color: #3d3ece;
  font-weight: 600;
  font-style: italic;
}

.contact-info {
  color: #898989;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  white-space: nowrap;
}

.nav .contact-info {
  flex-direction: column;
  font-size: 0.875em;
}

.contact-info .address {
  margin-right: 10%;
  margin-top: 10%;
}

.desktop-br {
  display: none;
}

.contact-info .phone-email {
  margin-top: 10%;
}

.nav .contact-info .phone-email {
  margin-top: 4%;
  margin-left: 0;
}

.phone-email a {
  text-decoration: none;
  color: #898989;
}

.contact-info .email {
  margin-top: 10%;
}

.footer-contact-title {
  font-weight: 600;
}

.mobile-display {
  display: inline;
}

.mobile-more.hide {
  display: none;
}

.read-more {
  color: #3d3ece;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.read-more.hide {
  display: none;
}

.read-more i {
  padding-right: 0.25rem;
  font-size: 1.5rem;
}

.after-more,
.body.second {
  display: none;
}

.after-more.show,
.body.second.show {
  display: inline-block;
}

.bottom {
  clear: both;
  text-align: center;
  color: #fff;
  padding: 0.75rem;
  font-size: 0.8rem;
}

@media screen and (min-width: 960px) {
  .inner-content.footer {
    display: grid;
    padding: 0;
  }

  .site-info {
    padding: 0 10%;
    margin: auto;
    flex-direction: row;
  }

  .site-info .left-side {
    width: 45%;
    margin-bottom: 0;
  }

  .site-info .right-side {
    display: block;
    width: 40%;
    margin-bottom: 0;
    /* padding-left: 10%; */
  }

  .mobile-display {
    display: none;
  }
  /*
	.after-more,
	.body.second {
		display: inline-block;
	} */

  .site-info .title,
  .nav .title {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .site-info .right-side .title,
  .nav.right-side .title {
    max-width: 10em;
  }

  .nav.right-side .title {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1.5em;
    line-height: 1em;
  }

  .nav .contact-info {
    flex-direction: column;
    font-size: 1rem;
  }

  .desktop-br {
    display: inline;
  }

  .nav .contact-info .phone-email {
    margin-top: 10%;
  }

  footer .black-base {
    margin-top: 0;
  }
}

/*
Image hover effect to stay consistent
*/

.image-zoom {
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 1s ease-in-out;
}

.image-zoom:hover {
  transform: scale(1.05);
}

/*
Our Work
----------------
This section is all case studies and allows them to flow
and change size based on the screen width.

Case studies are newest to oldest.
we deal from 1-6 then start over
rows do 2 - 1 - 3 on desktop
2 - 1 - 2 - 1 on mobile
any stragler on it's own row will simply expand to fill it
*/

.hero-main {
  background-size: cover;
  height: calc(100vh - 60px);
  max-height: 800px;
  color: #fff;
  padding: 4rem 5% 5% 5%;
}

.hero-main.our-work,
.hero-main.about-us {
  padding: 0;
}

.hero.about-us .inner-content {
  background: url("images/BB-About-Hero.jpg") no-repeat top center;
  background-size: cover;
  overflow: hidden;
}

.hero-main.our-work .hero-content-outer,
.hero-main.about-us .hero-content-outer {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5),
    rgba(255, 255, 255, 0)
  );
  position: relative;
  z-index: 100;
  height: 100%;
  max-height: 800px;
  padding: 4rem 5% 5% 5%;
}

.hero-main.our-work .video-container.background,
.hero-main.about-us .video-container.background {
  max-height: 800px;
  height: 100vh;
  z-index: 0;
}

.hero-main.author {
  color: #001c54;
  height: unset;
}

.our-work .hero-content,
.author .hero-content,
.about-us .hero-content {
  margin: 8% auto;
}

.hero.hat-text {
  text-transform: uppercase;
  font-size: 1rem;
}

.hero-content a,
.hero-content a:hover,
.hero-content a:focus,
.hero-content a:active {
  color: #fff;
}

.hero-content .title1 {
  margin: 0;
  line-height: 1;
}

.hero-content .hero.description {
  margin: 2rem 0 4rem 0;
  font-size: 1.25rem;
  font-weight: 200;
}

.page.title-block {
  background: #fff;
  padding: 5% 7%;
  color: #001c54;
}

.page.title-block h3 {
  margin: 0;
}

.nav-circle svg {
  width: 3rem;
}

.nav-circle circle,
.nav-circle polyline,
.nav-circle line {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
}

.nav-circle-text {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 0.85rem;
}

div.case-study {
  padding: 0;
  overflow: hidden;
}

div.case-study .background,
div.speaker .background {
  padding: 1px;
  background-repeat: no-repeat;
  background-position: center center;
  background-blend-mode: saturation;
  background-size: cover;
  height: calc(100vh - 60px);
  max-height: 800px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

div.speaker .background {
  background-position: right center;
  background-size: cover;
}

div.case-study .background .post-content,
div.speaker .background .post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.case-study > a {
  width: 100%;
}

div.all-case-studies,
div.all-images {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
}

div.all-case-studies {
  padding: 0 0.5rem 3rem;
}

div.all-images {
  margin: 0;
  padding: 0;
  line-height: 0;
  margin-bottom: 6em;
}

div.all-case-studies .case-study,
div.all-images .about-image {
  flex: 1 100%;
}

div.all-images .about-image {
  overflow: hidden;
  padding: 0 0 48px;
}

/* div.all-images .about-image .background, */

.bio-container {
  overflow-x: auto;
  max-height: 90vh;
}

.bio-select {
  position: relative;
}

.employee-box .close.modal {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.5em 0 0;
  color: #000;
  cursor: pointer;
}

.fa-stack-1x {
  line-height: inherit;
}

div.all-images .about-image img {
  margin: 0;
  padding: 0;
  width: 100%;
  /* height: 100%; */
}

.speaker .post-content,
.case-study .post-title a {
  color: #000;
}

.inner-content.additional-cs {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.additional-cs .case-study {
  margin-bottom: 1rem;
}

.case-study.additional .post-content {
  color: #fff;
  background: transparent;
  width: 100%;
}

.case-study.additional button {
  margin: 1rem auto;
}

.case-study .cs-tag {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  margin: 0 0 1rem 0;
  font-size: 1rem;
  font-weight: 300;
}

.case-study .cs-headline {
  line-height: 1;
  margin: 0;
}

div.all-case-studies .case-study .post-content {
  margin: 0 auto;
}

div.all-case-studies .case-study.additional .post-content {
  margin: 0;
  text-align: center;
}

.case-study .post-title {
  font-size: 2rem;
  line-height: 1.125;
}

.post-navigation {
  width: 100%;
  text-align: center;
  padding: 2rem 0;
}

/* tablet */
@media screen and ( min-width: 680px ) {
	div.all-images {
		margin-left: -24px;
	}
	
	div.all-images .about-image,
	div.all-images .about-quote {
		flex: 0 1 50%;
		padding: 48px 0 0 48px;
	}

	.about-image .inner-ee-background {
		padding: 16px;
	}

	.bio-select {
		cursor: pointer;
	  }
	
	  /* inside the image */
	  .bio-select .inner-ee-background {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	  }
	  
	  div.all-images .inner-ee-background {
		line-height: unset;
	  }
	  
	  .bio-select:hover .inner-ee-background {
		display: block;
	  }
	  
	  .inner-ee-background .ee-bio {
		background-color: #fff;
		color: #000;
		width: 100%;
		height: 100%;
		padding: 10%;
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: minmax(0, 1fr);
		align-content: center;
		justify-content: center;
	  }
	
	  .employee-social i {
		color: #000;
	  }
}

/* desktop */
@media screen and ( min-width: 1024px ) {
  .hero-main {
    height: 100vh;
  }

  div.case-study .background,
  div.speaker .background {
    height: 100vh;
    align-items: center;
  }

  .case-study .post-title {
    font-size: 3rem;
    line-height: 3rem;
  }

  div.all-case-studies {
    padding: 0 2rem 3rem;
  }

  div.all-case-studies .case-study.one,
  div.all-case-studies .case-study.two {
    flex: 1 50%;
  }

  div.all-case-studies .case-study.four,
  div.all-case-studies .case-study.five,
  div.all-case-studies .case-study.six {
    flex: 1 33.3%;
  }

  div.all-images .about-image {
    flex: 0 1 33%;
    padding: 48px 0 0 48px;
  }

  div.all-images .about-image.two {
    flex: 1 50%;
  }

  div.all-images .about-image.two.tall {
    flex: 1 40%;
  }

  div.all-images .about-image.two.half-parent {
    flex: 1 60%;
  }

  div.all-images .about-quote {
    flex: 0 1 33%;
  }

  .about-quote .about-border {
  }

  div.all-images .about-quote .inner {
  }

  div.all-images .about-image.two > img {
    height: 100%;
  }
}

/*
Single case study page
*/
.cs-outer-header {
  background-color: #00799b;
}

.case-study.single .post-top {
  margin: 7rem auto;
  max-width: 80%;
}

.case-study.single h3 {
  line-height: 1;
  margin: 1rem 0;
}

.case-study.single .read-link {
  text-transform: uppercase;
}

.what-we-did {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: lighter;
  padding-bottom: 1px;
  margin-top: 1rem;
  grid-row: 3;
  grid-column: 1 / 4;
}

.wwd-bullets {
  color: #fff;
  padding: 0;
}

.wwd-ul {
  display: flex;
  flex-flow: row wrap;
}

.wwd-bullets ul {
  padding: 1rem;
  margin: 0;
  flex: 1 1 100%;
}

.wwd-bullets ul.first {
  padding-bottom: 0;
}

.wwd-bullets ul.second {
  padding-top: 0;
}

.wwd-bullets ul li {
  margin-left: 0;
  margin-right: 2em;
}

.bullet-title {
  color: #fff;
  margin: 0;
}

.similar-cs {
  color: #fff;
}

h4.similar-cs {
  margin: 1rem 0;
  color: #000;
  text-align: center;
}

.similar-cs.title-block {
  margin: 0 2rem;
}

.similar-cs.cs-description-text {
  margin-bottom: 3rem;
}

div.similar-cs.all-case-studies div.case-study .background {
  height: 100%;
  min-height: unset;
}

@media screen and (min-width: 60rem) {
  .case-study.single {
    width: 66%;
  }

  div.case-study .background {
    height: 100vh;
    max-height: 800px;
  }

  div.similar-cs.all-case-studies .case-study {
    flex: 1 25%;
    margin: 1rem;
  }

  div.similar-cs.all-case-studies div.case-study .background {
    /* height: 100%; */
    min-height: unset;
  }

  .wwd-bullets {
  }

  .wwd-bullets ul {
    flex: 1 1 50%;
  }

  .wwd-bullets ul.first {
    padding-bottom: 1rem;
  }

  .wwd-bullets ul.second {
    padding-top: 1rem;
  }

  .what-we-did {
    margin-top: 95px;
  }
}

/*
Single Post page
*/

.background.post,
.main-gallery .background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 1px;
}

div.flex-content {
  width: 100%;
  padding: 4em 5% 1% 5%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
}

.post-content.single {
  flex: 1 100%;
  position: relative;
}

.entry-content.post {
  width: 100%;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 2rem;
}

.entry-content.post a {
  text-decoration: underline;
  color: #3d3ece;
}

.post.single .post-top {
  margin: 10rem auto;
  max-width: 60%;
}

.post-credits.single {
  flex: 1 100%;
}

.post-byline,
.post-byline a,
.post-byline a:hover {
  color: #000;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.bullet-point {
  padding: 0 0.4em;
}

article.post aside {
  flex: 1 100%;
}

article.post aside.white-space {
  display: none;
}

.post-credits.single div.author-pic {
  display: none;
}

.post-credits .social-links {
  text-align: left;
  max-width: 50%;
  color: #bbb;
  font-size: 1.1rem;
  margin-top: 1rem;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
}

.post-credits .social-links a,
.post-credits .social-links a:hover,
.post-credits .social-links a:focus {
  color: #bbb;
}

.post-credits .social-links p {
  margin: 0.5rem;
  flex: 1 auto;
}

.post-credits .social-links i {
  font-size: 1.5rem;
}

.post-footer {
  flex: 1 100%;
  text-align: center;
  padding: 0 5% 3rem 5%;
}

.post-footer .cat-links {
  width: 100%;
  text-align: center;
  border-top: #bbb 2px solid;
  border-bottom: #bbb 2px solid;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
}

.post-footer .cat-links a {
  margin: 0 5%;
  color: #3d3ece;
}

.post-footer .author-box {
  color: #000;
  text-align: left;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
  align-items: center;
  padding: 4% 0;
  font-size: 0.85rem;
}

.post-footer .author-box div.author-pic {
  float: none;
  width: 64px;
  height: 64px;
}

.post-footer .author-box .author-pic img.avatar-80 {
  border-radius: 100px;
  border: none;
  box-shadow: unset;
}

.author-box .author-text {
  margin-left: 0.5rem;
}

.author-box .author-text p {
  margin: 0;
}

.author-box .author-text .about {
  font-size: 0.75rem;
}

.author-box .author-text .author-name {
  text-transform: uppercase;
  font-size: 0.85rem;
}

.author-box .author-bio {
  padding: 1rem 0;
}

.author-box .author-social {
  font-size: 0.85em;
}

.author-box .author-social a,
.author-box .author-social a:hover,
.author-box .author-social a:focus {
  color: #bbb;
  padding: 0 0.25rem;
  font-size: 1rem;
}

/* team gallery */

.main-gallery .background {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main-gallery .image {
  width: 50%;
  margin: 0 3em;
}

@media screen and (min-width: 60rem) {
  div.flex-content {
    padding: 10% 0 0 0;
  }

  .post-credits.single {
    order: 1;
    flex: 1 20%;
    margin-top: 1.5rem;
  }

  .post-content.single {
    order: 2;
    flex: 1 60%;
  }

  .post-footer {
    padding: 0 0 3rem 0;
  }

  .post-footer .cat-links {
    width: 60%;
    text-align: left;
  }

  article.post aside.white-space {
    order: 3;
    display: unset;
  }

  article.post aside {
    flex: 1 20%;
  }

  .post-credits-inner {
    width: 100%;
  }

  .post-credits.single div.author-pic {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 64px;
  }

  .post-credits.single .author-pic img.avatar-80 {
    border-radius: 100px;
    border: #eee 3px solid;
    box-shadow: unset;
  }

  .post-credits .social-links {
    text-align: center;
    width: 100%;
    max-width: unset;
  }

  .post-credits .social-links p {
    margin: 0.5rem 0;
    flex: 1 100%;
  }

  .post-credits .social-links i {
    font-size: 1.5rem;
  }

  .post-footer .author-box {
    align-items: flex-start;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .post-footer .author-box div.author-pic {
    order: 1;
    flex: 1 12%;
  }

  .author-box .author-text {
    order: 2;
    flex: 1 60%;
    margin-left: 0;
  }

  .author-box .author-social {
    order: 3;
    flex: 1 20%;
    text-align: right;
  }

  .author-box .author-social-links:after {
    content: "\a";
    white-space: pre;
  }

  .author-box .author-bio {
    order: 4;
    flex: 1 60%;
    max-width: 70%;
    margin: 0 auto;
    padding: 0;
  }
}

/* 404 Page */

.error-404.not-found {
  color: #001c54;
  max-width: 1440px;
  width: 80%;
  margin: auto;
}

/* Ventures */

.thirds.ventures {
  background: url("images/ventures.png");
  float: none;
}

.ventures.left-thirds {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10%;
}

.ventures.hat-text {
  margin-bottom: 0.5rem;
}

.ventures.left-thirds button {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.ventures.anchor-down a {
  color: #fff;
  text-align: center;
  width: 4.5rem;
  display: inline-block;
}

.ventures.right-third {
  width: 100%;
  background-image: linear-gradient(
    rgba(0, 121, 155, 0.9),
    rgba(0, 28, 84, 0.9)
  );
  padding: 15% 5%;
}

.ventures button.style2,
.ventures input[type="button"].style2 {
  color: #3d3ece;
  border-color: #3d3ece;
}

.ventures button.style2:hover i {
  color: #fff;
}

.hero-second {
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  max-height: 800px;
  text-align: center;
  color: #fff;
  padding: 5%;
}

.page.fund-block {
  background: #eee809;
  padding: 2.5% 7%;
  color: #001c54;
  text-align: center;
}

.ventures.none {
  color: #001c54;
  text-align: center;
  margin: 3rem auto;
}

.ventures.none h5 {
  margin: 1.5rem;
}

.page.fund-block h5 {
  margin: 1rem auto;
}

.hero-second.ventures {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/wp-content/uploads/2018/05/Justin-Header.jpg");
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 60rem) {
  .ventures.left-thirds {
    width: 66%;
  }

  .ventures.right-third {
    width: 34%;
  }

  .page.fund-block p {
    max-width: 25rem;
    margin: auto;
  }
}
