/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1.1em;
  line-height: 1.5; }
  


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
  
.intro br {
	 display: none;
 }
  @media screen and (min-width: 600px) {
	  .intro br {
		  display:inline-block;
	  } }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/*
 * Image replacement
 */
.ir {
  display: block;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/* ----------------------------------------
    $border-image([$image-url], [$offsets], [$repeats])
    
    Example:
    @include border-image(url(../my_image.png), 10, stretch)
    @include border-image(url(../my_image.png), 10 5 10 5, stretch repeat)
---------------------------------------- */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* ==========================================================================
    Breakpoints
   ========================================================================== */
/* ==========================================================================
    Containers
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #626566;
  font-family: 'din-2014'; }

.content-wrapper {
  width: 92%;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 600px) {
    .content-wrapper {
      width: 1000px; } }

@media screen and (min-width: 600px) {
  .main-content {
    margin-top: 105px; } }

/* ==========================================================================
    Modules
   ========================================================================== */
a {
  background-color: transparent;
  color: #f58020;
  text-decoration: none; }
  
  .logo-area a:hover{
  opacity: .5;
  transition-duration: .15s;
}

.at {
  position: relative;
  top: -2px;
  font-family: Arial;
  font-size: .7em; }




.intro {
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: -450px 0, -910px;
  border-bottom: 5px solid #f58020; }
  @media screen and (min-width: 600px) {
    .intro {
      background-size: auto, auto;
      background-position: -1000px 0, center;
      -webkit-transition: background-position 5000ms cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: background-position 5000ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: background-position 5000ms cubic-bezier(0.19, 1, 0.22, 1); } }
  @media screen and (min-width: 600px) {
    .intro.animated {
      background-position: -100px 0, center; } }
  @media screen and (min-width: 2000px){
    .intro.animated {
    background-position: 0px 0, center; } }
  .intro h2 {
    margin: 0;
    padding: 40px 0;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: uppercase; }
    .intro h2 b {
      font-weight: 700; }
    @media screen and (min-width: 600px) {
      .intro h2 {
        line-height: 1.1em; } }
      @media screen and (min-width: 600px) {
        .intro h2:after {
          width: 460px;
          bottom: 80px;
          left: -100px; } }
    @media screen and (min-width: 600px) {
      .intro h2 {
        font-size: 55px; } }
  .intro h3 {
    margin: -30px 0px;
    padding: 0px 0 70px;
    position: relative;
    color: #fff;
    font-size: 1em;
    line-height: 1.4;
    font-weight: normal;}

@media screen and (min-width: 600px) {
  .no-cssanimations .intro {
    background-position: -100px 0, center; } }


/**** HOMEPAGE INTRO ***/
.intro2 {
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: -450px 0, -790px;
  border-bottom: 5px solid #f58020; }
  @media screen and (min-width: 600px) {
    .intro2 {
      background-size: auto, auto;
      background-position: -1000px 0, center;
      -webkit-transition: background-position 5000ms cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: background-position 5000ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: background-position 5000ms cubic-bezier(0.19, 1, 0.22, 1); } }
  @media screen and (min-width: 600px) {
    .intro2.animated {
      background-position: -100px 0, center; } }
  @media screen and (min-width: 2000px){
    .intro2.animated {
    background-position: 0px 0, center; } }
  .intro2 h2 {
    margin: 0;
    padding: 40px 0;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: uppercase; }
    .intro2 h2 b {
      font-weight: 700; }
    @media screen and (min-width: 600px) {
      .intro2 h2 {
        line-height: 1.1em; } }
      @media screen and (min-width: 600px) {
        .intro2 h2:after {
          width: 460px;
          bottom: 80px;
          left: -100px; } }
    @media screen and (min-width: 600px) {
      .intro2 h2 {
        font-size: 55px; } }
  .intro2 h3 {
    margin: -30px 0px;
    padding: 0px 0 70px;
    position: relative;
    color: #fff;
    font-size: 1em;
    line-height: 1.4;
    font-weight: normal;}

@media screen and (min-width: 600px) {
  .no-cssanimations .intro2 {
    background-position: -100px 0, center; } }




.pullquote {
  padding: 20px 0;
  margin: 0;
  background-color: #f58020;
  background-image: url("/img/aligned-pullquote-bg.svg");
  background-position: -250px bottom;
  background-repeat: no-repeat; }
  @media screen and (min-width: 600px) {
    .pullquote {
      background-position: left bottom; } }
  .pullquote p {
    margin: 0 0 10px;
    color: #ffd4b2;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4em; }
    @media screen and (min-width: 600px) {
      .pullquote p {
        font-size: 52px;
        line-height: 1.2em; } }
  .pullquote cite {
    color: #ffbb86;
    font-weight: 300;
    font-style: normal; }
    @media screen and (min-width: 600px) {
      .pullquote cite {
        font-size: 24px; } }

.image-lockup .image {
  text-align: center; }
@media screen and (min-width: 600px) {
  .image-lockup.right .content {
    float: left; }
  .image-lockup.right .image {
    float: right; } }

.slide-button {
  width: 215px;
  height: 60px;
  color: #fff;
  background-color: #f58020;
  background-image: url("/img/button-cover.svg");
  background-position: 47px center;
  background-repeat: no-repeat;
  border: none;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-position 300ms;
  -moz-transition: background-position 300ms;
  transition: background-position 300ms; }
  .slide-button:hover {
    background-position: 137px center;
    -webkit-transition: background-position 300ms;
    -moz-transition: background-position 300ms;
    transition: background-position 300ms; }
  .slide-button.wide {
    width: 261px; }
    .slide-button.wide:hover {
      background-position: 180px center;
      -webkit-transition: background-position 300ms;
      -moz-transition: background-position 300ms;
      transition: background-position 300ms; }

.password-form input {
  height: 60px;
  width: 100%;
  padding-left: 20px;
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2) inset; }
  .password-form input:focus {
    box-shadow: 0px 0px 5px 0px #f58020 inset;
    outline: none; }

/* ==========================================================================
    Header 
   ========================================================================== */
header.main {
  background-color: #fff;
  border-bottom: 5px solid #f58020; }
  @media screen and (min-width: 600px) {
    header.main {
      width: 100%;
      height: 105px;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.8); }
      header.main.contact {
        box-shadow: none; } }
  header.main h1 {
    width: 234px;
    height: 70px;
    margin: 50px auto 20px; }
    @media screen and (min-width: 600px) {
      header.main h1 {
        margin: 23px 0 0 0;
        float: left; } }
    header.main h1 a {
      width: 234px;
      height: 70px;
      background-image: url("/img/logo.svg");
      background-size: 100%;
      background-repeat: no-repeat; }
  header.main nav.main {
    margin-bottom: 15px; }
    @media screen and (min-width: 600px) {
      header.main nav.main {
        margin-top: 46px;
        float: right; } }
    header.main nav.main a {
      display: block;
      padding: 5px 0;
      position: relative;
      color: #626566;
      font-size: 14px;
      text-decoration: none;
      text-transform: uppercase; }
      @media screen and (min-width: 600px) {
        header.main nav.main a {
          display: inline-block;
          margin-left: 28px; } }
      header.main nav.main a:hover, header.main nav.main a.current {
        color: #f58020; }
      @media screen and (min-width: 600px) {
        header.main nav.main a.current:after {
          content: ' ';
          width: 100%;
          height: 0px;
          display: block;
          background-color: #f58020;
          position: absolute;
          bottom: 0px;
          left: 0; } }
  header.main nav.subnav {
    height: 60px;
    background-color: #f58020;
    text-align: center;
    display: none; }
    @media screen and (min-width: 600px) {
      header.main nav.subnav {
        width: 100%;
        position: absolute;
        bottom: -60px;
        display: block;
        text-align: right; } }
    @media screen and (min-width: 600px) {
      header.main nav.subnav .content-wrapper {
        padding-right: 114px;
        background-image: url("/img/subnav-bg.svg");
        background-repeat: no-repeat;
        -webkit-transition: background-position 300ms;
        -moz-transition: background-position 300ms;
        transition: background-position 300ms; } }
    header.main nav.subnav h3 {
      display: none; }
      @media screen and (min-width: 600px) {
        header.main nav.subnav h3 {
          margin: 0;
          display: inline-block;
          position: absolute;
          left: 0;
          top: 4px;
          color: #ffa963;
          font-size: 50px;
          text-transform: uppercase;
          font-weight: normal;
          line-height: 1em;
          opacity: 0;
          -webkit-transition: opacity 500ms;
          -moz-transition: opacity 500ms;
          transition: opacity 500ms; }
          header.main nav.subnav h3.visible {
            opacity: 1;
            -webkit-transition: opacity 500ms;
            -moz-transition: opacity 500ms;
            transition: opacity 500ms; } }
    header.main nav.subnav a {
      margin: 0 10px;
      padding: 20px 0;
      display: inline-block;
      color: #ffd4b2;
      font-size: 16px;
      -webkit-transition: color, 300ms;
      -moz-transition: color, 300ms;
      transition: color, 300ms; }
      header.main nav.subnav a:hover, header.main nav.subnav a.active {
        color: #fff; }
      @media screen and (min-width: 600px) {
        header.main nav.subnav a {
          margin: 0 15px; } }
  header.main .client-login {
    width: 100%;
    height: 4px;
    background-color: #efefef;
    border-bottom: 1px solid #cecece;
    position: absolute;
    top: 0;
    left: 0; }
    header.main .client-login a {
      width: 131px;
      height: 26px;
      padding-top: 5px;
      position: absolute;
      top: 3px;
      right: 0;
      color: #626566;
      background-color: #efefef;
      border: 1px solid #cecece;
      border-top: none;
      border-radius: 1px;
      font-size: 12px;
      text-decoration: none;
      text-align: center; }

#client-login-popup {
  width: 294px;
  padding: 40px 20px 20px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  border-radius: 3px; }
  #client-login-popup h1 {
    margin: 0 0 10px;
    color: #f58020;
    font-size: 24px; }
  #client-login-popup label {
    display: block; }
  #client-login-popup input {
    height: 60px;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2) inset; }
    #client-login-popup input:focus {
      box-shadow: 0px 0px 5px 0px #f58020 inset;
      outline: none; }
  #client-login-popup .slide-button {
    width: 100%; }
  #client-login-popup #status {
    padding: 4px 5px 2px;
    position: absolute;
    top: -2px;
    left: 20px;
    color: #fff;
    background-color: #FF7171;
    font-size: 12px; }

.ie header.main h1 a {
  background-image: url("/img/logo.png"); }

.contact-dropdown {
  width: 100%;
  height: auto;
  display: none;
  background-color: #fff;
  position: absolute;
  z-index: 1000;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  background-image: url("/img/contact-hero.jpg");
  background-position: top center; 
background-size: 649%;}
  .contact-dropdown a:hover {
    color: #fff;
    background-color: #f58020; }
  .contact-dropdown.showing {
    display: block; }
    @media screen and (min-width: 600px) {
      .contact-dropdown.showing {
        top: 105px;
        -webkit-transition: top 500ms;
        -moz-transition: top 500ms;
        transition: top 500ms; } }
  @media screen and (min-width: 600px) {
    .contact-dropdown {
      height: 600px;
      display: block;
      position: fixed;
      bottom: auto;
      top: -505px;
      z-index: 999;
      background-size: unset;
      -webkit-transition: top 500ms;
      -moz-transition: top 500ms;
      transition: top 500ms; } }
  .contact-dropdown hgroup {
    padding-top: 20px;
    margin-bottom: 20px; }
    @media screen and (min-width: 600px) {
      .contact-dropdown hgroup {
        padding-top: 100px;
        margin-bottom: 30px; } }
    .contact-dropdown hgroup h2 {
      margin: 0; }
      @media screen and (min-width: 600px) {
        .contact-dropdown hgroup h2 {
          font-size: 40px;
          line-height: 1em; } }
    .contact-dropdown hgroup h3 {
      margin: 0;
      font-weight: normal; }
      @media screen and (min-width: 600px) {
        .contact-dropdown hgroup h3 {
          font-size: 30px; } }
  .contact-dropdown .contact-card {
    margin-bottom: 20px; }
    @media screen and (min-width: 600px) {
      .contact-dropdown .contact-card {
        } 
        .contact-dropdown .contact-card-area {
              width: 520px;
              float:left;
          }}
    .contact-dropdown .contact-card img {
      margin-bottom: 10px;
      border: 0px solid #b0afaf;
      width: 120px; }
      @media screen and (min-width: 600px) {
        .contact-dropdown .contact-card img {
          margin-right: 21px;
          float: left;
          width: 120px; } }
    .contact-dropdown .contact-card .details {
      }
      @media screen and (min-width: 600px) {
        .contact-dropdown .contact-card .details {
          ;
          float: left; } }
      .contact-dropdown .contact-card .details h4 {
            font-size: 24px;
          margin: 0;}
            .contact-dropdown .contact-card .details p {
        margin: 0;
            font-size: 1.1em;
            line-height: 1.5;
            padding-right: 98px; }
    @media screen and (min-width: 600px) {
      .contact-dropdown .contact-card.steve {
        width: 520px; } }
  .contact-dropdown .close {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("/img/contact-close-bg.svg");
    background-size: auto;
    background-position: top right;
    -webkit-transition: background-position 300ms;
    -moz-transition: background-position 300ms;
    transition: background-position 300ms; }
    .contact-dropdown .close:hover {
      background-position: bottom left;
      -webkit-transition: background-position 300ms;
      -moz-transition: background-position 300ms;
      transition: background-position 300ms; }
    .contact-dropdown .close span {
      width: 16px;
      height: 16px;
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -8px;
      left: 50%;
      margin-left: -8px;
      background-image: url("/img/contact-close-x.svg"); }

@media screen and (min-width: 600px) {
  #how-we-do-it .contact-dropdown, #who-we-are .contact-dropdown {
    top: -505px; }
    #how-we-do-it .contact-dropdown.showing, #who-we-are .contact-dropdown.showing {
      top: 105px; } }

      @media screen and (min-width: 600px) {
        .contact-dropdown .location {
            display: block;
            float: left;
                padding-right: 70px;
        }
        .contact-dropdown .contact-card.office-phone .details {
          margin-top: 7px;
          }}

/* ==========================================================================
    Footer
   ========================================================================== */
footer.main {
  background-color: #fff;
  border-top: 1px solid #cccccc; }
  footer.main .copyright {
    color: #cccccc;
    font-size: 14px; }
    @media screen and (min-width: 600px) {
      footer.main .copyright {
        float: left; } }
    footer.main .copyright a {
      color: #626566;
      text-decoration: none; }
    footer.main .copyright .logout {
      margin-left: 5px;
      display: inline-block;
      color: #f58020; }
  footer.main nav {
    margin: 1em 0; }
    @media screen and (min-width: 600px) {
      footer.main nav {
        float: right;
        line-height: 1em; } }
    footer.main nav a {
      display: block;
      padding: 5px 0;
      color: #626566;
      font-size: 14px;
      text-decoration: none; }
      @media screen and (min-width: 600px) {
        footer.main nav a {
          padding: 0 6px 0 9px;
          display: inline-block;
          border-left: 1px solid #ccc; } }
      footer.main nav a:hover, footer.main nav a.current {
        color: #f58020; }
      @media screen and (min-width: 600px) {
        footer.main nav a:first-child {
          border: none; } }

/* ==========================================================================
    Homepage
   ========================================================================== */
#home .intro2 {
  background-image: url("/img/intro-cover-long.svg"), url("/img/VisioCap_Header-Image_Homepage_Baby-Petting-Dog-1x.jpg");
           }
  @media screen and (min-width: 600px) {
    #home .intro2 {
      height: 409px;
       } }
  #home .intro2 h2 {
    font-weight: 300;
    text-transform: none; }
    @media screen and (min-width: 600px) {
      #home .intro2 h2 {
        padding: 94px 0 20px; }
  	  #home .intro2 h3 {
        font-size: 24px;
        font-weight: normal;
        color: #ffffff; } 
      #home .intro2 h3 {
        padding: 30px 0; } }
    @media screen and (max-width: 500px) {
      #home .intro2 h3 br {
      display:none; } }

#home .model {
  padding-top: 40px;
  margin: 0 0 40px; }
  @media screen and (min-width: 600px) {
    #home .model {
      margin: 40px 0 80px; }
      #home .model .image-lockup .content {
        width: 650px; } }
  #home .model h3 {
    margin: 0;
    font-size: 20px; }
    @media screen and (min-width: 600px) {
      #home .model h3 {
        margin: 0 0 25px;
        font-size: 30px;
        line-height: 1.3em;
        font-weight: 500; } }
  @media screen and (min-width: 600px) {
    #home .model p {
      margin-bottom: 30px; } 
     #home .model p:last-child {    
     margin-bottom: 12px;}
    #home .model ul {
       padding: 0 0 0 66px; } }
  #home .model .accent {
    padding-left: 19px;
    position: relative;
    border-left: 4px solid #f58020;
    font-weight: 700;
            /*
            &:before {
                content: ' ';

                width: 4px;
                height: 38px;

                display: block;

                position: absolute;
                left: 0;
                top: 0;

                background-color: $orange;
            }
            */ }
    #home .model img {
  padding-top: 20px;
   }
  @media screen and (min-width: 600px) {
    #home .model img {
      padding-top: 0; } }


  @media screen and (min-width: 600px) {
    #home .model .image {
      margin-top: 15px; } }
@media screen and (min-width: 600px) {
  #home .pullquote {
    height: 305px;
    padding: 0; } }
@media screen and (min-width: 600px) {
  #home .pullquote .content-wrapper {
    height: 305px;
    padding-top: 60px; } }
#home .objectives {
  background-image: url("/img/grey-angle-bg.svg");
  background-position: -250px 0;
  background-repeat: no-repeat; }
  @media screen and (min-width: 600px) {
    #home .objectives {
      background-position: 0 0; } }
  #home .objectives .content-wrapper {
    padding: 0 0 20px; }
    @media screen and (min-width: 600px) {
      #home .objectives .content-wrapper {
        padding: 80px 0 20px; } }
  #home .objectives h3 {
    margin: 40px 0 0;
    font-size: 30px;
    font-weight: 700; }
  @media screen and (min-width: 600px) {
    #home .objectives h3, {
      font-size: 30px;
      line-height: 1.2em;
      margin: 0; } 
    #home .portfolio-section h4 {
      font-size: 24px;
      line-height: 1.2em;
      margin-bottom: 1em;
      padding: 10px 15px;
      border-bottom: 0;
      background-image: linear-gradient(to right, #f58020 , #efefef);
      color: #ffffff;
    } 
    .indent{
      margin-left: 3em;
      
    }
    #home .objectives .position-wrapper p {
      margin-bottom: 60px; } }
  @media screen and (min-width: 600px) {
    #home .objectives .position-wrapper {
      width: 650px;
      position: relative;
      float: left; }
      #home .objectives .position-wrapper:after {
        content: ' ';
        height: 0px;
        width: 290px;
        position: absolute;
        bottom: -20px;
        left: -100px;
        background-color: #f58020; } }
  #home .objectives ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 600px) {
      #home .objectives ul {
        width: 650px;
        float: right; } }
    #home .objectives ul li {
      padding: 12px;
      margin-bottom: 20px;
      position: relative;
      border: 1px solid #f58020; }
      #home .objectives ul li.alignment {
        margin-bottom: 50px;
        border-bottom: none; }
        @media screen and (min-width: 600px) {
          #home .objectives ul li.alignment {
            width: 300px;
            float: left;
            margin-right: 55px;
            margin-bottom: 20px;
            border-bottom: 1px solid #f58020;
            border-right: 0; } }
        #home .objectives ul li.alignment:after {
          content: ' ';
          width: 100%;
          height: 30px;
          position: absolute;
          bottom: -14px;
          left: 0px;
          border-bottom: 1px solid #f58020;
          border-right: 1px solid #f58020;
          -webkit-transform: skewY(5deg);
          -moz-transform: skewY(5deg);
          -ms-transform: skewY(5deg);
          -o-transform: skewY(5deg);
          transform: skewY(5deg); }
          @media screen and (min-width: 600px) {
            #home .objectives ul li.alignment:after {
              height: 100%;
              width: 30px;
              left: auto;
              right: -16px;
              bottom: -1px;
              -webkit-transform: skewY(0deg);
              -moz-transform: skewY(0deg);
              -ms-transform: skewY(0deg);
              -o-transform: skewY(0deg);
              transform: skewY(0deg);
              -webkit-transform: skewX(14deg);
              -moz-transform: skewX(14deg);
              -ms-transform: skewX(14deg);
              -o-transform: skewX(14deg);
              transform: skewX(14deg); } }
      #home .objectives ul li.transparency {
        border-top: none;
        padding-top: 0; }
        @media screen and (min-width: 600px) {
          #home .objectives ul li.transparency {
            width: 295px;
            padding-top: 12px;
            border-top: 1px solid #f58020;
            border-left: 0;
            float: right; } }
        #home .objectives ul li.transparency:after {
          content: ' ';
          width: 100%;
          height: 30px;
          position: absolute;
          left: -1px;
          top: -14px;
          border-top: 1px solid #f58020;
          border-left: 1px solid #f58020;
          -webkit-transform: skewY(5deg);
          -moz-transform: skewY(5deg);
          -ms-transform: skewY(5deg);
          -o-transform: skewY(5deg);
          transform: skewY(5deg); }
          @media screen and (min-width: 600px) {
            #home .objectives ul li.transparency:after {
              height: 100%;
              width: 30px;
              left: -16px;
              top: auto;
              bottom: 0px;
              -webkit-transform: skewY(0deg);
              -moz-transform: skewY(0deg);
              -ms-transform: skewY(0deg);
              -o-transform: skewY(0deg);
              transform: skewY(0deg);
              -webkit-transform: skewX(14deg);
              -moz-transform: skewX(14deg);
              -ms-transform: skewX(14deg);
              -o-transform: skewX(14deg);
              transform: skewX(14deg); } }
      @media screen and (min-width: 600px) {
        #home .objectives ul li.returns {
          clear: left; } }
      #home .objectives ul li h4 {
        margin: 0 0 2px;
        color: #f58020;
        font-weight: 700;
        text-transform: uppercase; }
      #home .objectives ul li p {
        margin: 0;
        line-height: 1.5em; }
#home .password {
  background-image: url("/img/home-password-bg.svg");
  background-position: center top;
  background-repeat: no-repeat;
  padding: 10px 0; }
  @media screen and (min-width: 600px) {
    #home .password {
      padding-top: 70px;
      height: 360px;
      background: url("/img/home-password-bg.svg") 50% center no-repeat, -webkit-linear-gradient(left, #fcfdfe 50%, #e5e5e4 50%);
      background: url("/img/home-password-bg.svg") 50% center no-repeat, linear-gradient(to right, #fcfdfe 50%, #e5e5e4 50%); } }
  #home .password form {
    padding-bottom: 20px;
    border-bottom: 1px solid #b0afaf; }
    @media screen and (min-width: 600px) {
      #home .password form {
        float: left;
        padding-right: 30px;
        padding-bottom: 0;
        margin-right: 30px;
        border-bottom: none;
        border-right: 1px solid #b0afaf; } }
    #home .password form h3 {
      margin-top: 0;
      font-weight: normal; }
      @media screen and (min-width: 600px) {
        #home .password form h3 {
          margin-bottom: 10px;
          font-size: 24px; } }
    #home .password form input {
      margin-bottom: 20px; }
      @media screen and (min-width: 600px) {
        #home .password form input {
          width: 412px;
          margin-top: -2px;
          margin-right: 20px;
          display: inline-block; } }
  #home .password .request h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: normal; }
  #home .password .request p {
    margin: 0;
    line-height: 1.4em; }
    #home .password .request p a:hover {
      background-color: #f58020;
      color: #fff; }

/* ==========================================================================
    Login
   ========================================================================== */
#login .intro {
  background-image: url("/img/intro-cover-long.svg"), url("/img/login-hero.jpg"); }
  @media screen and (min-width: 600px) {
    #login .intro {
      height: 275px; } }
  @media screen and (min-width: 600px) {
    #login .intro h2 {
      padding: 73px 0 92px; } }
#login .password {
  padding: 10px 0; }
  @media screen and (min-width: 600px) {
    #login .password {
      padding-top: 70px;
      height: 360px; } }
  #login .password form {
    padding-bottom: 20px;
    border-bottom: 1px solid #b0afaf; }
    @media screen and (min-width: 600px) {
      #login .password form {
        float: left;
        padding-right: 30px;
        padding-bottom: 0;
        margin-right: 30px;
        border-bottom: none;
        border-right: 1px solid #b0afaf; } }
    #login .password form h3 {
      margin-top: 0;
      font-weight: normal; }
      @media screen and (min-width: 600px) {
        #login .password form h3 {
          margin-bottom: 10px;
          font-size: 24px; } }
    #login .password form input {
      margin-bottom: 20px; }
      @media screen and (min-width: 600px) {
        #login .password form input {
          width: 412px;
          margin-top: -2px;
          margin-right: 20px;
          display: inline-block; } }
    #login .password form #status {
      padding: 5px 10px;
      margin-top: 0;
      display: block;
      color: #fff;
      background-color: #FF7171; }
  #login .password .request h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: normal; }

/* ==========================================================================
    What We Do
   ========================================================================== */
#what-we-do .intro {
  background-image: url("/img/intro-cover-long.svg"), url("/img/VisioCap_Header-Image_girl-feeding-cat-1x.jpg"); }
  @media screen and (min-width: 600px) {
    #what-we-do .intro {
      height: 275px; } }
      @media screen and (max-width: 600px) {
    #what-we-do .intro {
      background-position: -450px 0, -780px;} }
  @media screen and (min-width: 600px) {
    #what-we-do .intro h2 {
      padding: 73px 0 92px; } }
      
#what-we-do .strategy {
  padding: 20px 0; }
  @media screen and (min-width: 600px) {
    #what-we-do .strategy {
      padding: 80px 0; } }
  @media screen and (min-width: 600px) {
    #what-we-do .strategy .position-wrapper {
      width: 650px;
       } }
  @media screen and (min-width: 600px) {
    #what-we-do .strategy .position-wrapper p {
      width: 650px;
      line-height: 1.5em; } }
  @media screen and (min-width: 600px) {
    #what-we-do .strategy .category {    
      /*width: 325px;*/
      width: 45%;
      /*padding: 0 22px;*/
      margin: 0 5% 0 0;
      /* margin: 20px 0 0; */
      float: left; } 
    #what-we-do .strategy .category:nth-child(1) {
      padding-left: 0;  } }
      
  @media screen and (min-width: 600px) {
    #what-we-do .strategy .position-wrapper .accent {
      width: 550px; } }
  #what-we-do .strategy h3 {
    color: #f58020;
    font-size: 36px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: .5em; }
  #what-we-do .strategy h5 {
     color: #f58020;
     font-size: 20px;}
    @media screen and (min-width: 600px) {
      #what-we-do .strategy h3 {
        margin-top: 0;
        width: 509px;
        font-size: 55px;
        line-height: 1em;
        margin-bottom: 0px;
        text-transform: uppercase; } 
      #what-we-do .strategy h4 {
        width: 680px;        font-size: 30px;
        line-height: 1.2em; } 
      #what-we-do .strategy h5 {
       font-size: 24px;
        line-height: 1.3em; 
            margin: 0;} }
            @media screen and (max-width: 599px) {
      #what-we-do .strategy h5 br {
       display: none;} }
  #what-we-do .strategy .accent {
    padding-left: 19px;
    position: relative;
    border-left: 4px solid #f58020;
    font-weight: 700; }
  #what-we-do .strategy blockquote {
    margin: 20px 0;
    color: #b0afaf;
    font-size: 24px;
    font-weight: 300; }
    @media screen and (min-width: 600px) {
      #what-we-do .strategy blockquote {
        width: 315px;
        margin: 0;
        float: right;
        line-height: 1.9em; } }
      #what-we-do .strategy blockquote p {
        margin: 0; }
    @media screen and (min-width: 600px) {
       #what-we-do .strategy blockquote p {
        font-size: 40px; } }
    #what-we-do .strategy blockquote cite {
          font-size: 18px;
      font-style: normal; }
      @media screen and (min-width: 600px) {
        #what-we-do .strategy blockquote cite {
          font-size: 20px; } }
          
  #what-we-do .criteria .position-wrapper {
    padding: 0px 0; } 
  @media screen and (min-width: 600px) {
    #what-we-do .criteria .position-wrapper {
    width: 650px; } }
    #what-we-do .criteria h3 {
      color: #f58020;
      font-size: 36px;
      line-height: 1em;
      text-transform: uppercase;
      margin-bottom: .5em; }
    #what-we-do .criteria h5 {
     color: #f58020;}
    #what-we-do .criteria {
      background-color: #efefef;
          padding: 0 0 20px; }  
  @media screen and (min-width: 600px) {
    #what-we-do .criteria h3 {
        margin-top: 0;
        width: 509px;
        font-size: 55px;
        line-height: 1em;
        margin-bottom: 0px;
        text-transform: uppercase; }
     #what-we-do .criteria {
        padding: 80px 0;}  }  
  @media screen and (min-width: 600px) {     
     #what-we-do .criteria h4 {
        width: 680px;
        font-size: 30px;
        line-height: 1.2em;} }
          
@media screen and (min-width: 600px) {
  #what-we-do .pullquote {
    height: 445px;
    padding: 0; } }
@media screen and (min-width: 600px) {
  #what-we-do .pullquote .content-wrapper {
    height: 445px;
    padding-top: 60px; } }
@media screen and (min-width: 600px) {
  #what-we-do .pullquote .content-wrapper p {
    line-height: 1.15em; } }
#what-we-do .steps {
  background-image: url("/img/grey-angle-bg.svg");
  background-position: -250px 0;
  background-repeat: no-repeat; }
  @media screen and (min-width: 600px) {
    #what-we-do .steps {
      background-position: 0 0; } }
  #what-we-do .steps .content-wrapper {
    padding: 20px 0; }
    @media screen and (min-width: 600px) {
      #what-we-do .steps .content-wrapper {
        width: 1200px;
        padding: 80px 100px; } }
  #what-we-do .steps h3 {
    color: #626566;
    position: relative; }
    @media screen and (min-width: 600px) {
      #what-we-do .steps h3 {
        width: 300px;
        margin: 0;
        float: left;
        font-size: 24px; } }
    #what-we-do .steps h3:after {
      content: ' ';
      height: 2px;
      width: 290px;
      position: absolute;
      bottom: -20px;
      left: 0;
      background-color: #f58020; }
      @media screen and (min-width: 600px) {
        #what-we-do .steps h3:after {
          width: 250px;
          left: -100px; } }
  #what-we-do .steps ol {
    list-style: none;
    padding: 0;
    margin: 40px 0;
    counter-reset: step; }
    @media screen and (min-width: 600px) {
      #what-we-do .steps ol {
        width: 460px;
        margin: 0;
        float: right; } }
    #what-we-do .steps ol li {
      padding-left: 35px;
      margin-bottom: 10px;
      position: relative;
      counter-increment: step; }
      @media screen and (min-width: 600px) {
        #what-we-do .steps ol li {
          padding-left: 50px;
          margin-bottom: 42px; } }
      #what-we-do .steps ol li:before {
        content: counter(step);
        position: absolute;
        top: -5px;
        left: 0;
        color: #dddddd;
        font-size: 40px;
        font-weight: 700;
        line-height: 1em; }
        @media screen and (min-width: 600px) {
          #what-we-do .steps ol li:before {
            font-size: 55px; } }
            
      #what-we-do .infant-icon {
	      background:url(/img/VisioCap-infant-childrens-products-parent-stroller-icon-orange.svg) no-repeat;
	      width:100%;
	      height:120px;
	      margin: 40px 0 20px; }
	  #what-we-do .pet-icon {
	      background:url(/img/VisioCap-pet-products-owner-dog-icon-orange.svg) no-repeat;
	      width:100%;
	      height:120px;
	      margin: 40px 0 20px; }
	  #what-we-do .health-icon {
	      background:url(/img/VisioCap-natural-food-health-products-exercise-icon-orange.svg) no-repeat;
	      width:100%;
	      height:120px;
	      margin: 40px 0 20px; }

/* ==========================================================================
    How We Do It
   ========================================================================== */
@media screen and (min-width: 600px) {
  #how-we-do-it .main-content {
    margin-top: 105px; } }
@media screen and (min-width: 600px) {
  #how-we-do-it .subnav h3 {
    margin-right: 200px; } }
@media screen and (min-width: 600px) {
  #how-we-do-it .subnav .content-wrapper.process {
    background-position: 585px 1px; }
    #how-we-do-it .subnav .content-wrapper.process .process {
      color: #f58020; }
  #how-we-do-it .subnav .content-wrapper.approach {
    background-position: 681px 1px; }
    #how-we-do-it .subnav .content-wrapper.approach .approach {
      color: #f58020; }
  #how-we-do-it .subnav .content-wrapper.sectors {
    background-position: 777px 1px; }
    #how-we-do-it .subnav .content-wrapper.sectors .sectors {
      color: #f58020; } }
#how-we-do-it .intro {
  background-image: url("/img/intro-cover-long.svg"), url("/img/VisioCap_Header-Image_How-We-Do-It_Father-Kissing-Baby-1x.jpg");
       }
  @media screen and (min-width: 600px) {
    #how-we-do-it .intro {
      height: 274px; }}
      @media screen and (max-width: 600px) {
    #how-we-do-it .intro {
      background-position: -450px 0, -650px;} }
  @media screen and (min-width: 600px) {
    #how-we-do-it .intro h2 {
      padding: 73px 0 92px; } }
#how-we-do-it #process {
  padding: 20px 0 0; }
#how-we-do-it #process .content-wrapper {
          padding-bottom: 20px;}
  @media screen and (min-width: 600px) {
    #how-we-do-it #process {
      padding: 80px 0 0; } }
  #how-we-do-it #process h3 {
    background-repeat: no-repeat;
    color: #f58020;
    font-size: 36px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: .5em; }
    @media screen and (min-width: 600px) {
      #how-we-do-it #process h3 {
          margin-top: 0;
        width: 509px;
        font-size: 55px;
        line-height: 1em;
        margin-bottom: 0px;
        text-transform: uppercase; } }
  @media screen and (min-width: 600px) {
    #how-we-do-it #process h4 {
      width: 700px;
      font-size: 30px;
      line-height: 1.2em; } }
  @media screen and (min-width: 600px) {
    #how-we-do-it #process .steps {
      margin-top: 40px; } }
  #how-we-do-it #process .steps section {
    padding-top: 20px; }
    #how-we-do-it #process .steps section h5 {
      margin: 0 0 10px;
      font-size: 20px;
      color: #f58020; }
      @media screen and (min-width: 600px) {
        #how-we-do-it #process .steps section h5 {
          font-size: 24px; } }
    #how-we-do-it #process .steps section p {
      margin: 0; }
      @media screen and (min-width: 600px) {
        #how-we-do-it #process .steps section p {
          /* font-size: 24px;
          line-height: 1.3em;*/ } }
  #how-we-do-it #process .steps .invest {
    max-width: 700px;
    margin-bottom: 96px;
    position: relative;
    color: #fff;
    background-color: #f58020; }
    @media screen and (min-width: 600px) {
      #how-we-do-it #process .steps .invest {
        width: 700px;
        height: auto;
        padding-top: 40px;
        margin: 0 auto 140px;
        text-align: center; } }
    @media screen and (min-width: 600px) {
      #how-we-do-it #process .steps .invest .content-wrapper {
        width: 560px; } }
    #how-we-do-it #process .steps .invest h5 {
      color: #fff; }
    #how-we-do-it #process .steps .invest:after {
      content: ' ';
      width: 100%;
      height: 65px;
      display: block;
      position: absolute;
      bottom: -65px;
      left: 0;
      background-image: url("/img/how-process-arrow-mobile.svg");
      background-size: auto;
      background-position: bottom center; }
      @media screen and (min-width: 471px) {
        #how-we-do-it #process .steps .invest:after {
          height: 96px;
          bottom: -96px;
          background-image: url("/img/how-process-arrow.svg"); } }
  @media screen and (min-width: 600px) {
    #how-we-do-it #process .steps .write, #how-we-do-it #process .steps .determine, #how-we-do-it #process .steps .focus {
      width: 1000px;
      margin: 0 auto 10px; } }
  @media screen and (min-width: 600px) {
    #how-we-do-it #process .steps .write h5, #how-we-do-it #process .steps .determine h5, #how-we-do-it #process .steps .focus h5 {
      width: 360px;
      margin-right: 50px;
      float: left;
      text-align: right; } }
  @media screen and (min-width: 600px) {
    #how-we-do-it #process .steps .write p, #how-we-do-it #process .steps .determine p, #how-we-do-it #process .steps .focus p {
      width: 480px;
      margin-top: 8px;
      float: left; } }
  #how-we-do-it #process .steps .exit {
    max-width: 700px;
    padding: 0 0 20px;
    margin-top: 116px;
    position: relative;
    color: #fff;
    background-color: #f58020; }
    @media screen and (min-width: 600px) {
      #how-we-do-it #process .steps .exit {
        width: 700px;
        height: auto;
        padding-bottom: 60px;
        margin: 150px auto 0;
        text-align: center; } }
    @media screen and (min-width: 600px) {
      #how-we-do-it #process .steps .exit .content-wrapper {
        width: 600px; } }
    #how-we-do-it #process .steps .exit h5 {
      padding-top: 0;
      color: #fff; }
    #how-we-do-it #process .steps .exit:before {
      content: ' ';
      width: 100%;
      height: 65px;
      display: block;
      position: absolute;
      top: -65px;
      left: 0;
      background-image: url("/img/how-process-arrow-mobile.svg");
      background-size: auto;
      background-position: bottom center;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
      @media screen and (min-width: 471px) {
        #how-we-do-it #process .steps .exit:before {
          height: 96px;
          top: -96px;
          background-image: url("/img/how-process-arrow.svg"); } }

#how-we-do-it #engagement h3 {
      background-size: 100%;
      background-repeat: no-repeat;
      color: #f58020;
      font-size: 36px;
      line-height: 1em;
      text-transform: uppercase;
      margin-bottom: .5em; }
  @media screen and (min-width: 600px) {
    #how-we-do-it #engagement h3 {
      margin-top: 0;
      width: 509px;
      font-size: 55px;
      line-height: 1em;
      margin-bottom: 0px;
      text-transform: uppercase; } }
#how-we-do-it #engagement .strategy {
      background-color: #efefef; 
      padding: 20px 0;}
  @media screen and (min-width: 600px) {
    #how-we-do-it #engagement .strategy {
      /* height: 835px;*/
      padding: 80px 0; } }
  #how-we-do-it #engagement .strategy .content-wrapper > p {
    margin-bottom: 10px;
    font-weight: normal; }
    @media screen and (min-width: 600px) {
      #how-we-do-it #engagement .strategy .content-wrapper > p {
        width: 650px;
        padding-top: 5px; } }
  @media screen and (min-width: 600px) {
    #how-we-do-it #engagement .strategy .industry, #how-we-do-it #engagement .strategy .civic {
      width: 1000px;
      margin-right: 50px;
       }
    #how-we-do-it #engagement .visiocares {
      width: 650px;
      margin-right: 50px;
       } }
  #how-we-do-it #engagement .strategy .industry h4, #how-we-do-it #engagement .strategy .civic h4, #how-we-do-it #engagement .strategy .visiocares h4  {
    margin: 40px 0 0;
    color: #f58020;
    font-size: 20px; }
    @media screen and (min-width: 600px) {
    #how-we-do-it #engagement .strategy .industry h4, #how-we-do-it #engagement .strategy .civic h4, #how-we-do-it #engagement .strategy .visiocares h4  {
    font-size: 24px; } }
  #how-we-do-it #engagement .strategy .industry p, #how-we-do-it #engagement .strategy .civic p, #how-we-do-it #engagement .strategy .visiocares p {
    margin-bottom: 20px; }
  #how-we-do-it #engagement .strategy .alignment {
    margin-bottom: -10px; }
#how-we-do-it #engagement .advantages {
  padding: 30px 0;
  position: relative; }
  @media screen and (min-width: 600px) {
    #how-we-do-it #engagement .advantages h4 {
      margin-top: 100px;
      font-size: 24px; } }
  @media screen and (min-width: 600px) {
    #how-we-do-it #engagement .advantages .content-wrapper > p {
      width: 650px; } }
  @media screen and (min-width: 600px) {
    #how-we-do-it #engagement .advantages .content-wrapper:before {
      content: ' ';
      height: 2px;
      width: 400px;
      display: block;
      position: absolute;
      top: 120px;
      right: -100px;
      background-color: #f58020; } }
  @media screen and (min-width: 600px) {
    #how-we-do-it #engagement .advantages .stakeholder {
      width: 325px;
      padding: 0 22px;
      margin: 40px 0 100px;
      float: left; } }
  @media screen and (min-width: 600px) {
    #how-we-do-it #engagement .advantages .stakeholder:nth-child(3) {
      padding-left: 0; } }
  @media screen and (min-width: 600px) {
    #how-we-do-it #engagement .advantages .stakeholder:nth-child(4) {
      border-left: 1px solid #dddddd;
      border-right: 1px solid #dddddd; } }
  #how-we-do-it #engagement .advantages h5 {
    margin: 20px 0 10px;
    color: #f58020;
    font-weight: normal;
    text-transform: uppercase; }
    @media screen and (min-width: 600px) {
      #how-we-do-it #engagement .advantages h5 {
        margin-top: 0; } }
  @media screen and (min-width: 600px) {
    #how-we-do-it #engagement .advantages p {
      margin-bottom: 0; } }
       
   #how-we-do-it #engagement .engagement-logos {
	   width: 100%;
       display: block;
       margin: 0 auto;
       text-align: center; }
   #how-we-do-it #engagement .engagement-logos img {
       max-height: 89px;
       max-width: 58%;
       padding: 10px; } 
   @media screen and (min-width: 600px) {   
   #how-we-do-it #engagement .engagement-logos {
	   width: 100%;
       display: block;
       margin: 0 auto;
       text-align: left; }
   #how-we-do-it #engagement .engagement-logos img {
       max-height: 150px;
       max-width: 27%;
       padding: 20px; } }
	        
	           
#how-we-do-it #sectors {
  padding: 40px 0;
  background-image: url("/img/sectors-orange-cover.svg"), url("/img/how-sectors-bg.jpg");
  background-position: top right, center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 600px) {
    #how-we-do-it #sectors {
      height: 715px;
      padding-top: 100px;
      padding-left: 350px; } }
  @media screen and (min-width: 600px) {
    #how-we-do-it #sectors .content-wrapper {
      width: 650px; } }
  #how-we-do-it #sectors h3 {
    width: 220px;
    height: 38px;
    margin: 0;
    background-image: url("/img/how-sectors.svg");
    background-size: 100%;
    background-repeat: no-repeat; }
    @media screen and (min-width: 600px) {
      #how-we-do-it #sectors h3 {
        width: 419px;
        height: 73px;
        margin-bottom: 40px; } }
  #how-we-do-it #sectors p {
    color: #fff;
    font-size: 18px; }
    @media screen and (min-width: 600px) {
      #how-we-do-it #sectors p {
        width: 650px;
        font-size: 24px; } }
    #how-we-do-it #sectors p.smaller {
      margin-left: 40px;
      margin-bottom: 0;
      font-size: 14px; }
      @media screen and (min-width: 600px) {
        #how-we-do-it #sectors p.smaller {
          width: 500px;
          font-size: 16px; } }

    
/* ==========================================================================
    Who We are
   ========================================================================== */
@media screen and (min-width: 600px) {
  #who-we-are .main-content {
    margin-top: 105px; } }
@media screen and (min-width: 600px) {
  #who-we-are .subnav h3 {
    margin-right: 200px; } }
@media screen and (min-width: 600px) {
  #who-we-are .subnav .content-wrapper.overview {
    background-position: 475px 1px; }
    #who-we-are .subnav .content-wrapper.overview .overview {
      color: #f58020;
      -webkit-transition: color, 300ms;
      -moz-transition: color, 300ms;
      transition: color, 300ms; }
  #who-we-are .subnav .content-wrapper.about-us {
    background-position: 573px 1px; }
    #who-we-are .subnav .content-wrapper.about-us .about-us {
      color: #f58020;
      -webkit-transition: color, 300ms;
      -moz-transition: color, 300ms;
      transition: color, 300ms; }
  #who-we-are .subnav .content-wrapper.the-team {
    background-position: 673px 1px; }
    #who-we-are .subnav .content-wrapper.the-team .the-team {
      color: #f58020;
      -webkit-transition: color, 300ms;
      -moz-transition: color, 300ms;
      transition: color, 300ms; }
  #who-we-are .subnav .content-wrapper.advisors {
    background-position: 772px 1px; }
    #who-we-are .subnav .content-wrapper.advisors .advisors {
      color: #f58020;
      -webkit-transition: color, 300ms;
      -moz-transition: color, 300ms;
      transition: color, 300ms; } }
#who-we-are .intro {
  background-image: url("/img/intro-cover-long.svg"), url("/img/VisioCap_Header-Image_Who-We-Are_Woman-Dog-Jogging-1x.jpg");
   }
  @media screen and (min-width: 600px) {
    #who-we-are .intro {
      height: 275px; } }
  @media screen and (min-width: 600px) {
    #who-we-are .intro h2 {
      padding: 73px 0 92px; } }
#who-we-are #overview {
  padding-bottom: 30px; }
  @media screen and (min-width: 600px) {
    #who-we-are #overview {
      padding-top: 60px;
      padding-bottom: 100px; } }
  #who-we-are #overview h3 {
    width: 250px;
    height: 38px;
    margin: 40px 0 40px;
    background-image: url("/img/who-overview.svg");
    background-size: 100%;
    background-repeat: no-repeat; }
    @media screen and (min-width: 600px) {
      #who-we-are #overview h3 {
        width: 486px;
        height: 73px; } }
  @media screen and (min-width: 600px) {
    #who-we-are #overview h4 {
      width: 650px;
      font-size: 24px; } }
  @media screen and (min-width: 600px) {
    #who-we-are #overview p {
      width: 415px;
      margin-left: 300px;
      position: relative; }
      #who-we-are #overview p:before {
        content: ' ';
        height: 2px;
        width: 400px;
        display: block;
        position: absolute;
        top: 5px;
        left: -454px;
        background-color: #f58020; } }
#who-we-are #about-us {
  padding: 40px 0;
  background-image: url("/img/who-about-overlay.svg"), url("/img/who-about-bg.jpg");
  background-position: top left, right;
  background-repeat: no-repeat; }
  @media screen and (min-width: 600px) {
    #who-we-are #about-us {
      height: 760px;
      padding: 100px 0;
      background-position: -150px 0, right; } }
  #who-we-are #about-us h3 {
    width: 245px;
    height: 38px;
    margin: 0 0 30px;
    background-image: url("/img/who-about-us.svg");
    background-size: 100%;
    background-repeat: no-repeat; }
    @media screen and (min-width: 600px) {
      #who-we-are #about-us h3 {
        width: 467px;
        height: 73px;
        margin-bottom: 20px; } }
  #who-we-are #about-us h4 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: normal; }
    @media screen and (min-width: 600px) {
      #who-we-are #about-us h4 {
        width: 650px;
        font-size: 55px;
        line-height: 1.1em; } }
  #who-we-are #about-us h5 {
    margin-top: 0;
    color: #f58020;
    font-size: 18px; }
    @media screen and (min-width: 600px) {
      #who-we-are #about-us h5 {
        width: 650px;
        margin: 20px 0;
        font-size: 24px; } }
  @media screen and (min-width: 600px) {
    #who-we-are #about-us p {
      width: 500px;
      margin-left: 40px; } }
  #who-we-are #about-us .accent {
    padding-left: 19px;
    position: relative;
    border-left: 4px solid #f58020;
    font-weight: 700; }
@media screen and (min-width: 600px) {
  #who-we-are .pullquote {
    height: 389px;
    padding: 0;
    background-image: url("/img/who-pullquote-bg.svg");
    background-position: -150px 0; } }
@media screen and (min-width: 600px) {
  #who-we-are .pullquote .content-wrapper {
    height: 389px;
    padding-top: 60px; } }
@media screen and (min-width: 600px) {
  #who-we-are .pullquote .content-wrapper p {
    line-height: 1.15em; } }
#who-we-are #the-team {
  position: relative; }
  #who-we-are #the-team h3 {
    width: 246px;
    height: 38px;
    margin: 40px 0;
    background-image: url("/img/who-the-team.svg");
    background-size: 100%;
    background-repeat: no-repeat; }
    @media screen and (min-width: 600px) {
      #who-we-are #the-team h3 {
        width: 470px;
        height: 73px;
        margin: 0;
        position: absolute;
        top: 100px;
        right: 0; } }
  #who-we-are #the-team article {
    margin-bottom: 40px; }
    @media screen and (min-width: 600px) {
      #who-we-are #the-team article {
        margin-bottom: 0; } }
    @media screen and (min-width: 600px) {
      #who-we-are #the-team article.steve {
        background-image: url("/img/who-steve-cover.svg"), url("/img/who-steve-bio-bg.jpg");
        background-position: top right, top left;
        background-repeat: no-repeat; } }
    @media screen and (min-width: 600px) {
      #who-we-are #the-team article.steve .content {
        width: 475px;
        padding-top: 235px;
        margin-left: 525px; } }
    @media screen and (min-width: 600px) {
      #who-we-are #the-team article.david {
        background-image: url("/img/who-david-cover.svg"), url("/img/who-david-bio-bg.jpg");
        background-position: top left, top right;
        background-repeat: no-repeat; } }
    @media screen and (min-width: 600px) {
      #who-we-are #the-team article.david .content {
        width: 475px;
        padding-top: 100px;
        margin-right: 525px; } }
    #who-we-are #the-team article .portrait {
      margin-bottom: 10px;
      border: 2px solid #B0AFAF; }
      @media screen and (min-width: 600px) {
        #who-we-are #the-team article .portrait {
          display: none; } }
    #who-we-are #the-team article h4 {
      margin: 0;
      font-size: 24px; }
    #who-we-are #the-team article h5 {
      padding-bottom: 10px;
      margin: 0 0 10px;
      color: #f58020;
      border-bottom: 2px solid #f58020;
      font-size: 14px;
      font-weight: normal;
      text-transform: uppercase; }
      @media screen and (min-width: 600px) {
        #who-we-are #the-team article h5 {
          padding-bottom: 20px; } }
    #who-we-are #the-team article p {
      margin-bottom: 20px; }
    @media screen and (min-width: 600px) {
      #who-we-are #the-team article .logos {
        padding: 80px 0 90px; } }
    #who-we-are #the-team article .logos ul {
      padding: 0;
      margin: 0; }
    #who-we-are #the-team article .logos li {
      margin: 0 auto 20px; }
      @media screen and (min-width: 600px) {
        #who-we-are #the-team article .logos li {
          float: left; } }
      #who-we-are #the-team article .logos li.colgate {
        width: 118px;
        height: 65px;
        background-image: url("/img/who-colgate.png");
        background-size: 100%; }
        @media screen and (min-width: 600px) {
          #who-we-are #the-team article .logos li.colgate {
            margin-top: 20px; } }
      #who-we-are #the-team article .logos li.sharpie {
        width: 166px;
        height: 50px;
        background-image: url("/img/who-sharpie.png");
        background-size: 100%; }
        @media screen and (min-width: 600px) {
          #who-we-are #the-team article .logos li.sharpie {
            margin-top: 25px;
            margin-left: 20px;
            margin-right: 20px; } }
      #who-we-are #the-team article .logos li.science-diet {
        width: 112px;
        height: 91px;
        background-image: url("/img/who-science-diet.png");
        background-size: 100%; }
      #who-we-are #the-team article .logos li.rolodex {
        width: 197px;
        height: 32px;
        background-image: url("/img/who-rolodex.png");
        background-size: 100%; }
      #who-we-are #the-team article .logos li.papermate {
        width: 239px;
        height: 27px;
        background-image: url("/img/who-papermate.png");
        background-size: 100%; }
        @media screen and (min-width: 600px) {
          #who-we-are #the-team article .logos li.papermate {
            margin-top: 5px;
            margin-left: 20px; } }
      #who-we-are #the-team article .logos li.plainville-farms {
        width: 157px;
        height: 90px;
        background-image: url("/img/who-plainville-farms.png");
        background-size: 100%; }
      #who-we-are #the-team article .logos li.halo {
        width: 127px;
        height: 80px;
        background-image: url("/img/who-halo.png");
        background-size: 100%; }
        @media screen and (min-width: 600px) {
          #who-we-are #the-team article .logos li.halo {
            margin: 0 30px; } }
      #who-we-are #the-team article .logos li.freebird {
        width: 121px;
        height: 46px;
        background-image: url("/img/who-freebird.png");
        background-size: 100%; }
      #who-we-are #the-team article .logos li.recommunity {
        width: 236px;
        height: 75px;
        clear: left;
        background-image: url("/img/who-recommunity.png");
        background-size: 100%; }
      #who-we-are #the-team article .logos li.spiritmusic {
        width: 216px;
        height: 35px;
        background-image: url("/img/who-spiritmusic.png");
        background-size: 100%; }
        @media screen and (min-width: 600px) {
          #who-we-are #the-team article .logos li.spiritmusic {
            margin-top: 30px;
            margin-left: 20px; } }
            
#who-we-are #cofounders, #who-we-are #advisors, #home .portfolio-section {
  position: relative;
      padding: 20px 0 20px; }
  #home .portfolio-section {
  padding: 20px 0;
  background-color: #efefef; }
  @media screen and (min-width: 600px) {
  
  #who-we-are #cofounders, #who-we-are #advisors, #home .portfolio-section {
    padding:80px 0; 
        ;}
        #home .portfolio-section {
    padding:80px 0; 
        background-image: url(/img/grey-angle-bg.svg);
    background-position: -320px 0;
    background-blend-mode: multiply;
    background-repeat: no-repeat;}
    #home .portfolio-section .content-wrapper {
    padding: 40px 0;
  }
        #home #portfolio {padding-top: 120px}
        #home #portfolio2 {padding-top: 0px !important; background-image: none;}
    
    #who-we-are #cofounders {
    padding-bottom:0; } }

  #who-we-are #cofounders h3, #who-we-are #advisors h3, #home .portfolio-section h3 {
    color: #f58020;
    font-size: 36px;
    line-height: 1em;
    text-transform: uppercase;
     }
    @media screen and (min-width: 600px) {
      #who-we-are #cofounders h3, #who-we-are #advisors h3, #home .portfolio-section h3 {
       margin-top: 0;
       /*width: 650px;*/
       font-size: 44px;
       line-height: 1em;
       text-transform: uppercase;
       margin-bottom: 2em; } }
  #who-we-are #cofounders article, #who-we-are #advisors article, #home .portfolio-section article {
        padding-bottom: 20px;
    padding-top: 20px; }
    
    @media screen and (min-width: 600px) {
      #who-we-are #cofounders article:last-child, #who-we-are #advisors article:last-child, #home .portfolio-section article:last-child {
            padding-bottom: 0px;} }
    #who-we-are #advisors article:last-child {
      border-bottom: none; }
    #who-we-are #cofounders article .portrait, #who-we-are #advisors article .portrait {
      margin-bottom: 10px;
      border: 0px solid #B0AFAF;
      width: 50%; }
      @media screen and (min-width: 600px) {
        #who-we-are #cofounders article .portrait, #who-we-are #advisors article .portrait, #home .portfolio-section article .portrait {
          margin-right: 40px;
          width: 24%;
          float: left; } }
    @media screen and (min-width: 600px) {
      #who-we-are #cofounders article hgroup, #who-we-are #advisors article hgroup {
        padding-left: 280px; }
      #home .portfolio-section article hgroup {
        display:none; } }
    
#home .portfolio-section article .logo {
      margin-bottom: 10px;
      border: 0px solid #B0AFAF;
      max-width: 50%; 
      }

    @media screen and (min-width: 600px) {
        #home .portfolio-section article .logo-area {
        margin-right: 40px;
        height: 99px;
        width: 240px;
        display: table-cell;
        margin-bottom: 25px;
        vertical-align: bottom;   } 
}
        @media screen and (max-width: 769px) {
         #home .portfolio-section article .logo-area.emergingbrand {
              float: left;
              padding-right: 20px;
              width: 50%;
              text-align: center;
              height: 100px;
              display: flex;
              justify-content: center;
              align-items: center;
        } 
      #home .portfolio-section article .logo {
     
      margin: 0 !important;
    }}
       
        #home .portfolio-section article .logo {
              max-height: 100%;
              margin: auto;
              display: block;
        } }
        @media screen and (min-width: 769px) {
        .emerging-brand {
          width:280px;
        }
        .emerging-brand-row {
        margin-bottom: 0 !important;
      }}
      @media screen and (max-width: 769px) {
      #home .portfolio-section article.emerging-brand {
      width: 80%;
      padding: 20px;
    }
  #home .portfolio-section article.emerging-brand .logo {
  margin-bottom: 10px;
  border: 0px solid #B0AFAF;
  max-width: 100%;
  }
#home .portfolio-section article.shed-defender {
  width: 230px;
  padding-top: 12px;
 
}
.emerging-brand-row {
  display:flex;
}}
    
    
        /*@media screen and (max-width: 599px) {
        #home .portfolio-section article .logo.dogslovekale {
              max-height: 90px;
        } }*/



   
        
        
     @media screen and (min-width: 600px) {
      #who-we-are #cofounders article p, #who-we-are #advisors article p {
        padding-left: 280px; } 
       #home .portfolio-section article p {
        padding-left: 0px;
             /*width: 650px;*/} }
    #who-we-are #cofounders article h4, #who-we-are #advisors article h4, #home .portfolio-section article h4 {
      padding-bottom: 10px;
      margin: 0;
      border-bottom: 2px solid #f58020;
      font-size: 20px; }
      @media screen and (min-width:600px) {
      #who-we-are #cofounders article h4, #who-we-are #advisors article h4, #home .portfolio-section article h4 {
      font-size: 24px; } }
    #who-we-are #cofounders article p, #who-we-are #cofounders article ul, #who-we-are #advisors article p, #who-we-are #advisors article ul {
      margin-bottom: 20px; }
      @media screen and (min-width: 600px) {
        #who-we-are #cofounders article p, #who-we-are #cofounders article ul, #who-we-are #advisors article p, #who-we-are #advisors article ul {
          padding-left: 280px; } }
    #who-we-are #advisors article ul {
      margin-left: 20px; }

#home .portfolio-section hgroup {
      display: none; }
      @media screen and (min-width: 600px) {
      #home#portfolio hgroup {
      display: block; } }
      
      
/* ==========================================================================
    404
   ========================================================================== */
#not-found .oops {
  padding: 40px 0;
  background-image: url("/img/grey-angle-bg.svg");
  background-position: -250px 0;
  background-repeat: no-repeat; }
  @media screen and (min-width: 600px) {
    #not-found .oops {
      padding: 100px 0;
      background-position: 0 0; } }
  #not-found .oops h2 {
    width: 80px;
    height: 38px;
    margin-top: 0;
    background-image: url("/img/404.svg");
    background-size: 100%;
    background-repeat: no-repeat; }
    @media screen and (min-width: 600px) {
      #not-found .oops h2 {
        width: 157px;
        height: 73px;
        margin-bottom: 0; } }
  #not-found .oops h3 {
    font-weight: 300;
    font-size: 24px; }
    @media screen and (min-width: 600px) {
      #not-found .oops h3 {
        width: 650px;
        margin-top: 20px;
        font-size: 55px;
        line-height: 1.2em; } }
  @media screen and (min-width: 600px) {
    #not-found .oops p {
      width: 650px;
      font-size: 24px; } }

