body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: none; }

a {
  text-decoration: none;
  color: #383838; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252b33;
  clear: both;
  font-weight: 300;
  font-family: "Open Sans", sans-serif; 
  margin: 0;
}

h1 {
  font-size: 3.5em; }

h2 {
  font-size: 3em;
    }

h3 {
  font-size: 1.75em;
  margin-bottom: 1em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em;
font-weight: 900; }

h2:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #a60082;
  margin-top: 0.5em; }

  h3:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #a60082;
    margin-top: 0.5em; }

img {
  width: 100%;
  height: initial; }

p {
  color: #252b33;
  margin-top: 1em;
  margin-bottom: 2em;
  line-height: 1.8em; }

ul {
  margin: 1em 0 3em;
  padding: 0 0 0 20px;
  color: #252b33;
  line-height: 1.8em; }

.content_wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background-color: #fff; }

.content_wrapper.homepage {
  max-width: 960px;
  width: 100%;
  margin: 0 auto; }

.intro .content_right h4 {
  margin: 1em 0 0px; }

.intro .content_right h4:first-child {
  margin-top: 3em; }

.full {
  width: 100%;
  background-color: #252b33; }
  .full h2,
  .full h4,
  .full p,
  .full ul {
    color: white;
    margin-bottom: 10px; }
  .full .persona h2,
  .full .persona h4,
  .full .persona p,
  .full .persona ul {
    color: #252b33; }

    .subheader {
      padding: 24px 32px 0 32px;
      
  }
  .subheader h3:after {
 
    display: none;

  }

  body.EV .shadow{
    box-shadow: none;

  }


.mid_layout {
  max-width: 960px;
  margin: 0 auto;
  display: table;
  padding: 2em 2em; }
  .mid_layout .layout_one {
    padding: 0em 2em 2em; }
    .mid_layout.design_img h3 {
      color: #fff;
  }
.mid_layout.layout_two {
  max-width: 960px; }

header {
  margin: 0 auto;
  max-width: 960px;
  flex-direction: row;
  display: flex;
  list-style-type: none;
  padding: 0 2em;
  justify-content: flex-end; }
  header .logo {
    padding: 2em 0px;
    font-size: 1.25em;
    margin-right: auto; }
    header .logo span {
      font-weight: 800;
      color: #252b33; }
  header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex; }
    header nav ul li {
      margin: 2em 0.5em 2em;
      padding: 0.5em; }
      header nav ul li a {
        font-weight: 400; }
      header nav ul li a:hover {
        color: #a60082; }

.homepage nav a {
  font-weight: 400; }

.homepage nav .home {
  display: none; }

.homepageintro {
  padding: 4em 2em 2em; }

  .homepageintro h5 {
    font-size: 1.25em;
    margin-top: 2em;
    font-weight: 400;
}
  .homepageintro h1 {
    font-weight: 800;
    margin: 0; }
  .homepageintro h6 {
    font-style: italic;
    color: #383838;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
   }

.bannerwrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; 
  padding: 0 1em;
}

.banner {
  margin: 1em 1em 4em;
  width: calc(50% - 2em); }
  /*.banner p {
    font-weight: 400; } */
  .banner .banner_image {
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: flex;
    transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .banner .banner_image img {
      border-radius: 3px;
      width: 100%;
      height: 100%;
      transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
      background-size: cover; }
    .banner .banner_image:hover img {
      transform: scale(1); }
  .banner:hover .banner_image {
    box-shadow: 10px 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .banner h4 {
    margin: 10px 0 5px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300; }
  .banner p {
    margin: 8px 0 8px; }

.persona {
  max-width: 1280px;
  margin: 1em 1em 5em;
  display: flex;
  flex-direction: row;
  background-color: #f0f0f0;
  flex-wrap: wrap; }
  .persona p {
    font-size: 1em;
    margin-bottom: 0px; }
  .persona h2 {
    margin: 0 0 5px; }
    .persona h2:after {
      display: none; }
  .persona .profile_img {
    flex-basis: 48%;
    padding-right: 1%; }
    .persona .profile_img img {
      width: 100%;
      height: 100%; }
  .persona .bio {
    flex-basis: 48%;
    padding: 1%; }
    .persona .bio h4 {
      margin: 1em 0 0px; }
  .persona .details {
    display: flex;
    flex-direction: row; }
    .persona .details p {
      font-size: 1em; }
    .persona .details ul {
      font-size: 1em;
      margin: 0 0 1em; }
    .persona .details .left,
    .persona .details .right {
      flex-basis: calc(55% - 1em);
      padding-right: 1em; }

.inner_banner img {
  width: 100%;
  height: initial; }

.center {
  text-align: center; }

.contain {
  max-width: 960px;
  margin: 0 auto; }

.layout_one {
  padding: 4em 2em 2em;
  margin: 0 auto;
  max-width: 960px; }
  .layout_one img {
    margin: 3em auto 0; }


 

.pad_start {
  padding: 0em 2em 2em; }
  .pad_start h4 {
    margin: 0; }

.layout_two {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 680px;
  padding: 2em 0em 4em; }
  .layout_two .content_left {
    width: 50%;
    padding-right: 2em; }
  .layout_two .content_right {
    width: 50%;
    padding-left: 2em; }

.layout_two.ia {
  padding: 0em; }

.layout_three {
  display: flex;
  flex-direction: row;
  max-width: 680px;
  margin: 0 auto 2rem; }
  .layout_three div {
    font-size: 1em;
    margin: 1em 0.5em;
    display: flex;
    flex-direction: column;
    width: 33.33%;
    padding: 10px 20px 0 0; }
    .layout_three div span {
      font-size: 3em;
      font-weight: 900;
      color: #a60082;
      line-height: 1em; }
    .layout_three div p {
      margin: 0;
      padding: 10px 20px 0 0; }

.layout_four {
  display: flex;
  flex-direction: row;
  max-width: 680px;
  margin: 0 auto; }
  .layout_four div {
    font-size: 1em;
    margin: 1em 0.5em;
    display: flex;
    flex-direction: column;
    width: 25%; }
    .layout_four div span {
      font-size: 3em;
      font-weight: 900;
      color: #a60082;
      line-height: 1em; }
    .layout_four div p {
      margin: 0;
      padding: 10px 20px 0 0; }

.process {
  display: flex;
  flex-direction: row;
  align-items: top;
  justify-content: space-around;
  align-items: baseline; }
  .process img {
    width: 9px;
    height: 16px; }
  .process div {
    position: relative; }

/*
.brainstorming_table {
  max-width: 980px;
  margin: 2em auto;
  display: table;
  background-color: $backgroundcolour;
  border-collapse: collapse;
  border-style: hidden;

  tr:first-child td {
    text-align: center;
    padding: 1em;
    border-bottom: solid 3px white;
  }

  td {
    padding: 1em 2em;
    border-right: solid 3px white;
    width: 25%;
    vertical-align: top;
  }

  td:last-child {
    border-right: solid 0px white;
  }
}
*/
.brainstorming {
  display: flex;
  flex-direction: row;
  margin: 2em auto 3em;
  max-width: 980px;
  width: 100%; }
  .brainstorming h4 {
    color: #252b33;
    margin: 0; }
  .brainstorming .title {
    text-align: center;
    border-bottom: 5px solid #252b33;
    padding: 1em; }
  .brainstorming .results {
    background-color: #f0f0f0;
    border-right: solid 5px #252b33;
    width: 25%;
    padding-bottom: 1em; }
    .brainstorming .results:last-child {
      border-right: solid 0px #252b33; }
    .brainstorming .results .statement {
      padding: 1.5em 1em 1.5em;
      height: 100px; }
      .brainstorming .results .statement p {
        color: #252b33;
        margin-top: 0; }

.competitive_analysis {
  max-width: 900px;
  margin: 3em auto 2em;
  display: flex;
  flex-direction: row; }
  .competitive_analysis .sectiona,
  .competitive_analysis .pro,
  .competitive_analysis .con {
    font-size: 1.2em;
    font-weight: 600; }
  .competitive_analysis .content {
    height: 180px;
    padding: 1em 2em;
    text-align: center; }
  .competitive_analysis .title {
    text-align: center;
    padding: 1em;
    border-bottom: 1px solid #383838; }
  .competitive_analysis .headers {
    flex-direction: column;
    width: 10%;
    display: flex;
    flex-flow: row wrap; }
  .competitive_analysis .left,
  .competitive_analysis .mid {
    border-right: solid 1px #383838; }
  .competitive_analysis .left,
  .competitive_analysis .right,
  .competitive_analysis .mid {
    width: 33.33%;
    display: flex;
    flex-direction: row; }
  .competitive_analysis .well,
  .competitive_analysis .health {
    width: 100%; }
  .competitive_analysis .right .headers,
  .competitive_analysis .mid .headers {
    display: none; }
  .competitive_analysis .line_top {
    border-top: solid 1px #383838; }

.competitive_grid {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 840px;
  margin: 20px auto; }
  .competitive_grid .comp_profile {
    display: flex;
    flex-direction: column;
    width: 20%;
    margin: 0px; }
    .competitive_grid .comp_profile .complogo {
      height: 100px;
      padding: 10px 5px;
      background-color: white;
      border: solid 1px #252b33;
      display: flex;
      justify-content: center;
      align-items: center; }
    .competitive_grid .comp_profile .question,
    .competitive_grid .comp_profile .tick {
      height: 50px;
      border: solid 1px #252b33;
      background-color: white;
      background-color: white;
      font-size: 0.8em;
      display: flex;
      justify-content: center;
      align-items: center; }
    .competitive_grid .comp_profile .tick {
      color: #a60082; }
    .competitive_grid .comp_profile img {
      width: 100px;
      margin: 0 auto;
      display: block; }
  .competitive_grid h4,
  .competitive_grid p {
    color: #252b33; }

.layout_two.cargomm {
  margin: 1em auto;
  max-width: 1080px; }
  .layout_two.cargomm .content_left {
    width: 65%; }
    .layout_two.cargomm .content_left img {
      box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px; }
  .layout_two.cargomm .content_right {
    width: 35%;
    display: block; }
    .layout_two.cargomm .content_right img {
      margin: 0 0 2em;
      box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px; }

.shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px; }

.layout_two.hh_wireframes {
  margin: 1em auto;
  max-width: 1080px; }
  .layout_two.hh_wireframes img {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px; }

.design_img img {
  margin: 2em auto;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px; }

footer {
  max-width: 960px;
  width: 100%;
  border-top: 1px solid rgba(56, 56, 56, 0.3);
  padding: 2em 0;
  margin: 0 auto; }
  footer ul {
    display: flex;
    flex-direction: row;
    padding: 0;
    justify-content: flex-end;
    margin: 0; }
    footer ul li {
      list-style-type: none; }
      footer ul li a {
        padding: 2em 1em;
        font-weight: 400; }
      footer ul li a:hover {
        color: #a60082; }

.homepage footer .home {
  display: none; }

@media only screen and (max-width: 1040px) {
  .persona .profile_img {
    flex-basis: 100%;
    padding-right: 0em; }
  .persona .bio {
    flex-basis: calc(100% - 1em); }
    .persona .bio .details {
      flex-direction: column; } }



      @media only screen and (max-width: 1040px) {
      .mid_layout.layout_two {
        max-width: 100%;
        padding: 2em 2em;
    }
  }



@media only screen and (max-width: 768px) {

  .mid_layout.layout_two {
    max-width: 100%;
    padding: 2em 1em;
}
 
header {
  
    padding: 0 1em;
}
  .intro {
    padding: 2em 1em 1em; }
    .intro h1 {
      font-size: 2.5em; }
  .banner {
    width: 100%; }
  header nav ul li {
    padding: 0.4em 0.5em 0; }
  .layout_two {
    padding: 3em 2em;
    flex-direction: column; }
    .layout_two .content_left {
      width: 100%;
      padding-right: 0; }
    .layout_two .content_right {
      width: 100%;
      padding-left: 0em; }
  .layout_two.cargomm .content_left {
    width: 100%; }
  .layout_two.cargomm .content_right {
    width: 100%; }
    .layout_two.cargomm .content_right img {
      margin: 20px auto; }
  .layout_three {
    flex-direction: column; }
    .layout_three div {
      margin: 1em;
      width: 100%; }
      .layout_three div span {
        font-size: 1em; }
  .layout_four {
    flex-direction: column; }
    .layout_four div {
      margin: 1em;
      width: 100%; }
      .layout_four div span {
        font-size: 1em;
        line-height: inherit; }
  .process {
    flex-direction: column; }
    .process img {
      margin: 0;
      transform: rotate(90deg); }
  .competitive_analysis {
    max-width: 100%;
    flex-direction: column; }
    .competitive_analysis .title {
      background-color: transparent; }
    .competitive_analysis .left,
    .competitive_analysis .right,
    .competitive_analysis .mid {
      width: 100%; }
    .competitive_analysis .left,
    .competitive_analysis .mid {
      border-right: solid 0px; }
    .competitive_analysis .right .headers,
    .competitive_analysis .mid .headers {
      display: inherit; }
    .competitive_analysis .pro,
    .competitive_analysis .con {
      line-height: 175px; }
  .brainstorming {
    flex-direction: column; }
    .brainstorming .results .statement {
      padding: 1em 2em;
      height: auto; }
    .brainstorming .results {
      width: 100%;
      border-left: solid 5px #252b33; }
      .brainstorming .results:last-child {
        border-right: solid 5px #252b33;
        border-left: solid 5px #252b33;
        border-bottom: solid 5px #252b33; }
    .brainstorming .title {
      text-align: center;
      border-top: 5px solid #252b33; } }

@media only screen and (max-width: 650px) {
  .competitive_grid .comp_profile img {
    width: 100%; }
  .competitive_grid .comp_profile:first-child {
    min-width: 90px; }
    .competitive_grid .comp_profile:first-child .question {
      font-size: 11px;
      text-align: center; } }


      @media only screen and (max-width: 498px) {

        .homepageintro h1 {
          font-size: 2em;
      }
      .homepageintro h2 {
        font-size: 2em;
    }
    h2 {
      font-size: 2em;
  }
      }
