@charset "UTF-8";
body {
  margin: 0;
}

picture {
  display: grid;
}

img {
  max-width: 100%;
}

.banner {
  padding: 2em;
  text-align: center;
}

.slick img {
  width: 100%;
}

.position-relative {
  position: relative;
}

body {
  color: #1C252A;
  font-family: "Open Sans";
  font-size: 1.5vw;
  font-weight: 100;
}
@media screen and (min-width: 1067px) {
  body {
    font-size: 16px;
  }
}
body p {
  font-size: 1.25em;
}
body h1 {
  font-size: 1.875em;
}
body h2 {
  color: #1C252A;
  font-size: 2.625em;
}
body h3 {
  color: #1A72C9;
  font-size: 1.875em;
}
body h4 {
  color: #1C252A;
  font-weight: 100;
}
body h5 {
  font-size: 1.125em;
}
body a {
  color: #1C252A;
}
body a:hover {
  color: #FF6D00;
}
body .light {
  color: #FFFFFF;
}
body .light h2 {
  color: #FFFFFF;
}
body .light h3 {
  color: #1A72C9;
}
body .light h4 {
  color: #FFFFFF;
}
body .light a {
  color: #FFFFFF;
}
body .light a:hover {
  color: #FF6D00;
}
body .indented > * {
  margin: 0 1.25rem;
}
body .indented > h4, body .indented > div {
  margin: 0.5em 0 0.5em 1em;
}

.ui-widget {
  font-family: "Open Sans";
}

blockquote {
  display: inline-block;
  font-size: 1.25em;
  font-weight: 300;
  padding-left: 1em;
}
blockquote:before {
  content: "“";
  color: #FF6D00;
  font-size: 2em;
}
blockquote div, blockquote p {
  display: inline;
}

.field--name-field-overlays {
  font-size: 1.5em;
}

.arrow-after-link a:after {
  content: "→";
  margin-left: 0.5em;
}

.paragraph--type--wysiwyg-content {
  padding: 2em;
}
.paragraph--type--wysiwyg-content strong {
  font-weight: 100;
  color: #FF6D00;
}

svg {
  fill: currentColor;
}

.embossed {
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.3), 1px 1px 0px rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 768px) {
  .dcoa-pane-grid .dcoa-row {
    display: flex;
  }
  .dcoa-pane-grid .dcoa-row .dcoa-pane {
    width: 25%;
    font-size: 0.8em;
  }
}
.dcoa-pane-accordion .dcoa-accordion {
  margin-top: 0;
  width: 100%;
}
.dcoa-pane-accordion .dcoa-accordion .ui-accordion-content {
  border: 0;
  padding: 0;
}
.dcoa-pane-accordion .dcoa-accordion .ui-state-default {
  background: #1A72C9;
}
.dcoa-pane-accordion .dcoa-accordion .ui-state-active {
  background: #FF6D00;
}
.dcoa-pane-accordion .dcoa-accordion .ui-state-active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  width: 0;
  height: 0;
  border-top: solid 25px #FF6D00;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
}
.dcoa-pane-accordion .dcoa-accordion .ui-state-active:focus {
  outline: none;
}
.dcoa-pane-accordion .dcoa-accordion .header {
  align-items: center;
  display: flex;
  margin-left: 2em;
}
.dcoa-pane-accordion .dcoa-accordion .header h2 {
  font-weight: 100;
  line-height: 70px;
  margin: 0.5vw 0.5vw 0.5vw 0;
}
.dcoa-pane-accordion .dcoa-accordion .header img {
  margin-left: 1vw;
  height: 4vw;
  width: 4vw;
}
.dcoa-pane-accordion .dcoa-accordion img {
  display: block;
}
@media screen and (min-width: 768px) {
  .dcoa-pane-accordion .dcoa-accordion {
    background-color: #F5F4F4;
    height: calc(100% - 4em);
    position: relative;
    padding: 2em 0;
  }
  .dcoa-pane-accordion .dcoa-accordion > .dcoa-accordion {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0 2em;
    position: unset;
    width: 21em;
  }
  .dcoa-pane-accordion .dcoa-accordion .views-accordion-header.ui-state-active:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 107%;
    margin-top: -25px;
    width: 0;
    height: 0;
    border-left: solid 25px #FF6D00;
    border-top: solid 25px transparent;
    border-bottom: solid 25px transparent;
  }
  .dcoa-pane-accordion .dcoa-accordion > .ui-accordion-content {
    position: absolute;
    left: 28em;
    top: 2em;
    width: calc(100% - 34em);
  }
  .dcoa-pane-accordion .dcoa-accordion .header h2 {
    font-weight: 100;
  }
  .dcoa-pane-accordion .dcoa-accordion .header img {
    height: 4vw;
    margin-left: 0.5vw;
    width: 4vw;
  }
}

.dcoa-pane-content {
  height: 100%;
  padding: 1em 0.5em 1em 0.5em;
}
.dcoa-pane-content > * {
  padding: 0 1vw;
}
.dcoa-pane-content .header {
  align-items: center;
  display: flex;
}
.dcoa-pane-content .header h2 {
  font-size: 7vw;
  font-weight: 100;
  line-height: 70px;
  margin: 0.5vw 0.5vw 0.5vw 0;
}
@media screen and (min-width: 768px) {
  .dcoa-pane-content .header h2 {
    font-size: 5vw;
  }
}
.dcoa-pane-content .header img {
  margin-left: 2vw;
  height: 7vw;
  width: 7vw;
}
@media screen and (min-width: 768px) {
  .dcoa-pane-content .header h2 {
    font-size: 3vw;
  }
  .dcoa-pane-content .header img {
    height: 4vw;
    margin-left: 0.5vw;
    width: 4vw;
  }
}
.dcoa-pane-content a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 3vw;
  display: flex;
}
.dcoa-pane-content a img {
  margin-left: 0.5em;
  height: 0.9em;
  width: 0.9em;
}
@media screen and (min-width: 768px) {
  .dcoa-pane-content a {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .dcoa-pane-content {
    height: 100%;
  }
}

footer {
  border-top: 1px solid #1C252A;
  background: white;
}

nav#block-eblueprint-footer {
  background: white;
  padding: 2em 2em 2em 2em;
}
nav#block-eblueprint-footer a {
  text-decoration: none;
}
nav#block-eblueprint-footer > ul {
  /*display: flex;*/
  /*flex-direction: column;*/
}
nav#block-eblueprint-footer > ul > li {
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-bottom: 1em;
  text-transform: none;
}
nav#block-eblueprint-footer > ul > li > a, nav#block-eblueprint-footer > ul > li > span {
  text-transform: uppercase;
}
nav#block-eblueprint-footer > ul > li > * {
  width: 50%;
}

.paragraph--type--image-with-overlays {
  position: relative;
}
.paragraph--type--image-with-overlays .field--name-field-image img {
  width: 100%;
}

.field--name-field-image-with-overlays {
  display: flex;
  position: relative;
}
.field--name-field-image-with-overlays img {
  width: 100%;
}
.field--name-field-image-with-overlays div.tags img {
  width: auto;
}

.slick-slide .blog_item {
  font-size: 1.25vw;
}
@media screen and (min-width: 960px) {
  .slick-slide .blog_item {
    font-size: 12px;
  }
}

#mm-1 {
  background-image: url(../assets/images/menu-background.jpg);
  background-size: cover;
}

header[role=banner] {
  position: absolute;
  z-index: 2;
  width: 100%;
}
header[role=banner] > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header[role=banner] .logo_and_slogan .navbar-text {
  margin-top: 0;
  color: #FFFFFF;
  font-size: 0.667em;
  padding-left: 10px;
}
header[role=banner] .logo_and_slogan img {
  width: 8em;
}
header[role=banner] .responsive-menu-toggle-icon {
  top: 1em;
  width: 7em;
  display: flex;
  flex-direction: row-reverse;
}

body.eblueprint_welcomes_you_ .responsive-menu-toggle .label {
  color: #1C252A;
}
body.eblueprint_welcomes_you_ .responsive-menu-toggle .responsive-menu-toggle-icon:before,
body.eblueprint_welcomes_you_ .responsive-menu-toggle .responsive-menu-toggle-icon:after,
body.eblueprint_welcomes_you_ .responsive-menu-toggle .icon {
  background: #1C252A;
}

.navbar-default {
  background: none;
  border: none;
  position: absolute;
  display: flex;
}
.navbar-default .region-navigation {
  display: flex;
  justify-content: space-between;
  width: 100vw;
}

div[role=main] {
  max-width: 100vw;
  width: auto;
}

.navbar.container {
  max-width: 768px;
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1024px) {
  .navbar.container {
    max-width: 100%;
  }
}

.field--name-field-overlays > * {
  position: absolute;
}
.field--name-field-overlays .field--item {
  overflow: hidden;
  font-size: 1vw;
}
.field--name-field-overlays .field--item h2, .field--name-field-overlays .field--item h3, .field--name-field-overlays .field--item h4, .field--name-field-overlays .field--item h5 {
  font-size: 2em;
}
.field--name-field-overlays .field--item.top_left_quadrant {
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  padding: 10px;
}
.field--name-field-overlays .field--item.bottom_left_quadrant {
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  padding: 10px;
}
.field--name-field-overlays .field--item.top_right_quadrant {
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  padding: 10px;
}
.field--name-field-overlays .field--item.bottom_right_quadrant {
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  padding: 10px;
}
.field--name-field-overlays .field--item.bar_across_middle {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 85%;
  right: 0;
}
.field--name-field-overlays .field--item.bar_across_middle_left {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 85%;
  left: 0;
}
.field--name-field-overlays .field--item.bar_across_middle_bottom_quarter {
  top: 75%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 85%;
  right: 0;
}
.field--name-field-overlays .field--item.bar_across_middle_left_bottom_quarter {
  top: 75%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 85%;
  left: 0;
}
.field--name-field-overlays .field--item.left_top_box {
  top: 5%;
  height: 20%;
  left: 10%;
  width: 35%;
}
.field--name-field-overlays .field--item.left_middle_box {
  top: 35%;
  height: 20%;
  left: 10%;
  width: 35%;
}
.field--name-field-overlays .field--item.left_bottom_box {
  top: 65%;
  height: 20%;
  left: 10%;
  width: 35%;
}
.field--name-field-overlays .field--item.right_top_box {
  top: 10%;
  height: 20%;
  right: 10%;
  width: 35%;
}
.field--name-field-overlays .field--item.right_middle_box {
  top: 40%;
  height: 20%;
  right: 10%;
  width: 35%;
}
.field--name-field-overlays .field--item.right_bottom_box {
  top: 70%;
  height: 20%;
  right: 10%;
  width: 35%;
}
.field--name-field-overlays .field--item.cover {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.field--name-field-overlays .field--item.cover_with_margin {
  top: 5%;
  left: 5%;
  height: 90%;
  width: 90%;
}
.field--name-field-overlays .field--item.cover_with_content_centred_bottom_half {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 25%;
  text-align: center;
}
.field--name-field-overlays .field--item.flowed_title {
  width: fit-content;
}
.field--name-field-overlays .field--item.consulting1 {
  left: 10%;
  max-width: 30%;
  top: 10%;
}
.field--name-field-overlays .field--item.consulting2 {
  right: 5%;
  max-width: 55%;
  top: 5%;
}
.field--name-field-overlays .field--item.consulting3 {
  top: 35%;
  left: 5%;
  max-width: 40%;
  height: 15%;
}
.field--name-field-overlays .field--item.consulting4 {
  top: 35%;
  right: 5%;
  max-width: 40%;
  height: 15%;
}
.field--name-field-overlays .field--item.consulting5 {
  top: 55%;
  left: 5%;
  max-width: 40%;
  height: 15%;
}
.field--name-field-overlays .field--item.consulting6 {
  top: 55%;
  right: 5%;
  max-width: 40%;
  height: 15%;
}
.field--name-field-overlays .field--item.consulting7 {
  top: 75%;
  left: 5%;
  max-width: 40%;
  height: 15%;
}
.field--name-field-overlays .field--item.consulting8 {
  top: 75%;
  right: 5%;
  max-width: 40%;
  height: 15%;
}
.field--name-field-overlays .field--item.left_centre {
  left: 25%;
  max-width: 40%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
.field--name-field-overlays .field--item.right_centre {
  left: 75%;
  max-width: 40%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
.field--name-field-overlays .field--item.top_left_quadrant_margin {
  top: 25%;
  left: 25%;
  max-width: 45%;
  max-height: 45%;
  padding: 10px;
  margin: 1em;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
.field--name-field-overlays .field--item.bottom_left_quadrant_margin {
  left: 25%;
  top: 75%;
  max-width: 45%;
  max-height: 45%;
  padding: 10px;
  margin: 1em;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
.field--name-field-overlays .field--item.top_right_quadrant_margin {
  top: 25%;
  left: 75%;
  max-width: 45%;
  max-height: 45%;
  padding: 10px;
  margin: 1em;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
.field--name-field-overlays .field--item.bottom_right_quadrant_margin {
  top: 75%;
  right: 25%;
  max-width: 45%;
  max-height: 45%;
  padding: 10px;
  margin: 1em;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
.field--name-field-overlays .field--item > * {
  padding: 1em;
}
.field--name-field-overlays .flow_wrapper {
  left: 1em;
  top: 1em;
  width: calc(100% - 2em);
  /*height: calc(100% - 2em);*/
  overflow: auto;
}
.field--name-field-overlays .flow_wrapper > * {
  margin-bottom: 1em;
}

form .field--name-field-overlays > * {
  position: relative;
}

.partner-icons div {
  width: 100%;
}
.partner-icons div p {
  display: flex;
  justify-content: space-around;
  padding: 0 20%;
  align-items: center;
}
.partner-icons div p img {
  margin: 1em;
  max-width: 25vw;
  max-height: 100%;
}

.social_media_links {
  display: flex;
  place-content: flex-end;
}
.social_media_links a {
  margin-right: 1em;
}
.social_media_links a img {
  width: 1em;
  height: 1em;
}

.submission_details > * {
  display: inline-block;
}
.submission_details .submission_date {
  margin-right: 2em;
}
.submission_details img {
  height: 2em;
  width: 2em;
  margin-right: 0.5em;
}
.submission_details a {
  text-decoration: none;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.horizontal_tabs {
  background: #FF984B;
  display: flex;
  width: 100%;
}
.horizontal_tabs li {
  flex-grow: 1;
  text-align: center;
}
.horizontal_tabs li h2 {
  font-weight: 100;
  text-decoration: none;
}
.horizontal_tabs .active {
  background: white;
}
.horizontal_tabs section:not(:target) {
  display: none;
}
.horizontal_tabs section:target {
  display: block;
}

body.page404 .responsive-menu-toggle-icon:before, body.page404 .responsive-menu-toggle-icon:after, body.page404 .responsive-menu-toggle-icon span.icon {
  background: #1C252A;
}
body.page404 .responsive-menu-toggle-icon span.label {
  color: #1C252A;
}
body.page404 main {
  text-align: center;
  padding-bottom: 3em;
}
body.page404 main h2 {
  color: #FF6D00;
  font-weight: normal;
  padding-top: 2em;
  font-size: 4em;
}
body.page404 main img {
  height: 40vw;
  width: 60vw;
}
body.page404 main p {
  color: #FF6D00;
  font-weight: normal;
  font-size: 2em;
}
body.page404 main pre {
  margin: 0 45%;
}
body.page404 main pre a {
  border: 2px solid #FF6D00;
  color: #1C252A;
  border-radius: 5px;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.25em 1.25em;
  text-decoration-line: none;
  text-transform: capitalize;
  transition: 0.3s;
}
body.page404 main pre a:hover {
  text-decoration: none;
  background: #FF6D00;
  color: #FFFFFF;
}

article.blog_item .tags {
  display: flex;
  align-items: baseline;
}
article.blog_item .tags > * {
  padding-right: 1em;
}
article.blog_item .tags a {
  text-decoration: none;
}
article.blog_item.teaser .title h2 {
  color: #FF6D00;
}

body.contact-form article {
  padding: 3em 2em 2em 2em;
}
body.contact-form article form {
  padding: 2em;
}
body.contact-form article form h2 {
  color: #FFFFFF;
}
body.contact-form article form div.js-form-type-textarea {
  width: 100%;
}
body.contact-form article form div.js-form-type-textarea > div {
  width: 100%;
}
body.contact-form article form textarea, body.contact-form article form input {
  border-radius: 5px;
  height: 44px;
  margin: 0 0 1em 0;
  padding: 0.5em 0.5em 0.5em 0.5em;
  width: 100%;
}
body.contact-form article form textarea {
  box-sizing: border-box;
  height: 8em;
}
body.contact-form article form div.form-item {
  display: flex;
}
body.contact-form article form div.form-item label {
  font-size: 0;
}
body.contact-form article form div.form-item label:before {
  background: #FF6D00;
  border: 12px solid #FF6D00;
  border-radius: 5px 0 0 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  /*top: 14px;*/
  left: 4px;
}
body.contact-form article form div.form-item.js-form-type-webform-markup {
  display: block;
}
body.contact-form article form div.form-item.form-item-name label:before {
  content: url(../assets/icons/FullName.svg);
}
body.contact-form article form div.form-item.form-item-last-name label:before {
  content: url(../assets/icons/FullName.svg);
}
body.contact-form article form div.form-item.form-item-email label:before {
  content: url(../assets/icons/Email.svg);
}
body.contact-form article form div.form-item.form-item-phone-number label:before {
  content: url(../assets/icons/Phone.svg);
}
body.contact-form article form div.form-item.form-item-rate label:before, body.contact-form article form div.form-item.form-item-company label:before {
  content: url(../assets/icons/Rate.svg);
}
body.contact-form article form div.form-item.form-item-availability label:before {
  content: url(../assets/icons/Availability.svg);
}
body.contact-form article form div.form-item.form-item-referral label:before {
  content: url(../assets/icons/Referral.svg);
}
body.contact-form article form div.form-item.form-item-resume #edit-resume-upload {
  text-align: center;
  width: 100%;
}
body.contact-form article form div.form-item.form-item-resume .form-managed-file label {
  font-size: 1rem;
}
body.contact-form article form div.form-item.form-item-resume .form-managed-file label:before {
  background: none;
  border: none;
  content: url(../assets/icons/UploadBefore.svg);
  /*height: 2em;*/
  margin-right: 1em;
  width: 1em;
  top: 0;
}
body.contact-form article form div.form-item.form-item-resume input[type=button] {
  background: none;
  border: none;
  content: "Upload your resume";
}
body.contact-form article form div.form-item.form-item-captcha-response {
  display: block;
}
body.contact-form article form .form-item--error-message,
body.contact-form article form .description,
body.contact-form article form .captcha * {
  /*background: white;
  margin: 1em;
  padding: 1em;
  border-radius: 5px;*/
  width: auto !important;
  text-align: center;
}
body.contact-form article form .form-item--error-message .form-item-captcha-response,
body.contact-form article form .description .form-item-captcha-response,
body.contact-form article form .captcha * .form-item-captcha-response {
  display: block;
}
body.contact-form article form .form-item--error-message input,
body.contact-form article form .description input,
body.contact-form article form .captcha * input {
  width: 15%;
}
body.contact-form article form .description {
  padding: 1em 0;
}
body.contact-form article form div[role=contentinfo] {
  display: none;
}
body.contact-form article form .form-actions,
body.contact-form article form .webform-actions {
  display: flex;
  justify-content: center;
}
body.contact-form article form .form-actions input,
body.contact-form article form .webform-actions input {
  background: none;
  border: 2px #FF6D00 solid;
  font-size: 1.25em;
  height: 4em;
  padding: 1em;
  width: 10em;
}

body.contact-form.join_us form textarea, body.contact-form.join_us form input {
  border: solid 1px #FF6D00;
  /*margin-top: 13px;*/
  box-sizing: border-box;
}

body.path-frontpage {
  padding: 0;
  margin: 0;
}
body.path-frontpage header {
  margin-bottom: 0;
}
body.path-frontpage div.main-container {
  padding: 0;
  margin: 0;
}
body.path-frontpage div.main-container > .row {
  padding: 0;
  margin: 0;
}
body.path-frontpage div.main-container > .row > section {
  padding: 0;
}

article.policy {
  padding: 8em 2em 2em 2em;
}
article.policy h2 {
  color: #FF6D00;
  font-size: 2em;
}
article.policy .content {
  background: white;
  padding: 1em;
}

@media screen and (max-width: 1024px) {
  article.policy {
    font-size: 2.5em;
    padding: 7em 1em 2em 1em;
  }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  article.policy {
    font-size: 1.25em;
  }
}
.team_member .header {
  background-color: #FF6D00;
  padding: 2em;
  text-align: center;
}
.team_member .header .photo_in_circle {
  height: 100%;
  margin: 1em;
}
.team_member .header .photo_in_circle img {
  border-radius: 50%;
  width: 80%;
  height: auto;
}
.team_member .horizontal_tabs li {
  background: #F5F4F4;
}
.team_member .horizontal_tabs li.active {
  background: #FFFFFF;
}
.team_member .horizontal_tabs a {
  text-decoration: none;
}
.team_member .rating_wrapper .rating {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  margin-right: 0.5em;
}
.team_member .rating_wrapper .rating.rating_green {
  background-color: #FF6D00;
}
.team_member .rating_wrapper .rating.rating_red {
  background-color: #FF984B;
}
.team_member .skills .field--item {
  background: #FF984B;
  border: 1px solid #FF6D00;
  border-radius: 0.5em;
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.8em;
  padding: 0.5em;
}

.team-member-listing .views-field-rendered-entity {
  display: none;
}
.team-member-listing .views-field-field-teaser {
  cursor: pointer;
}
.team-member-listing .views-field-view-node a,
.team-member-listing .views-field-title a {
  text-decoration: none;
}

#mm-0 {
  height: 100vh;
}

.field--name-field-overlays .field--item.bar_across_middle {
  width: 90%;
}

.field--name-field-overlays .field--item {
  overflow: initial;
}

.field--item.bar_across_middle h1, .field--item.bar_across_middle h2 {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 0;
  margin-top: 0.2em;
}
.field--item.bar_across_middle p {
  margin-top: 0.5em;
}

.partner-icons div {
  width: 100%;
}
.partner-icons div p {
  display: flex;
  justify-content: space-around;
  /*padding: 0 20%;*/
  align-items: center;
}
.partner-icons div p img {
  height: 100%;
}
.partner-icons div img {
  width: 50%;
}

.logo_and_slogan {
  margin: 2em;
}

.bottom-service-links ul {
  display: inline-flex;
  font-size: 2.3em;
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.bottom-service-links ul > li {
  width: 25%;
  padding: 0.5em 0.5em 0.5em 0.5em;
  color: #FFFFFF;
}
.bottom-service-links ul > li a {
  transition: 0.3s;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 0.8em;
}
.bottom-service-links ul > li a:hover {
  color: #FF6D00;
}
.bottom-service-links ul > li ul {
  font-size: 0.6em;
  width: auto;
  display: block;
  text-align: left;
}
.bottom-service-links ul > li ul li {
  width: auto;
  text-align: left;
  font-size: 0.8em;
}
.bottom-service-links ul > li img {
  width: 0.8em;
  margin-left: 1em;
}

.bottom-service-links > ul > li:nth-child(1) {
  background-color: #1A72C9;
}
.bottom-service-links > ul > li:nth-child(2) {
  background-color: #5D9BD9;
}
.bottom-service-links > ul > li:nth-child(3) {
  background-color: #75AADE;
}
.bottom-service-links > ul > li:nth-child(4) {
  background-color: #8BB7E3;
}

body.contact_us article > div form textarea, body.contact_us article > div form input {
  margin: 0 0 1.5em 0;
  border: 1px solid #FF6D00;
  box-sizing: border-box;
}
body.contact_us article > div form input.form-submit {
  margin-top: 1em;
}

body.join_us article > div form input.form-submit {
  margin-top: 1em;
}
body.join_us article > div form input {
  padding-left: 2em;
}

.blue-key-message, .white-key-message {
  text-align: center;
}

/******** Sitemap ********/
body.sitemap-page header[role=banner] {
  position: initial;
}
body.sitemap-page .responsive-menu-toggle-icon:before, body.sitemap-page .responsive-menu-toggle-icon:after, body.sitemap-page .responsive-menu-toggle-icon span.icon {
  background: #1C252A;
}
body.sitemap-page .responsive-menu-toggle-icon span.label {
  color: #1C252A;
}
body.sitemap-page #block-eblueprint-content {
  padding: 0 2em 2em;
}
body.sitemap-page #block-eblueprint-content h2, body.sitemap-page #block-eblueprint-content h3 {
  font-weight: 500;
  margin: 0.5em 0;
}
body.sitemap-page #block-eblueprint-content ul li {
  list-style-type: none;
}
body.sitemap-page #block-eblueprint-content ul li a {
  text-decoration: none;
  transition: 0.3s;
}
body.sitemap-page #block-eblueprint-content li:nth-child(2) > h3 {
  margin-bottom: 0;
}

body.home-page article > div > div > div:nth-child(4) .slick__slide {
  margin-bottom: 2em;
}
body.home-page article > div > div > div:nth-child(4) .slick__slide .paragraph--type--wysiwyg-content {
  padding: 0;
  font-size: 0.8em;
}
body.home-page article > div > div > div:nth-child(4) .slick__slide .paragraph--type--wysiwyg-content h2 {
  margin: 0;
  color: #FF6D00;
  font-weight: 500;
}
body.home-page article > div > div > div:nth-child(4) .slick__slide .field--name-field-overlays .field--item > * {
  padding: 0;
}
body.home-page article > div > div > div:nth-child(4) .slick__slide .field--name-field-overlays .field--item.bottom_right_quadrant {
  overflow: hidden;
}

/********* Blog Carousel ***********/
body.home-page .blog_item.carousel_item {
  cursor: pointer;
}

/********* Blog Our Thoughts Page ***********/
article.blog_item.teaser > div.indented > div.title h2 {
  cursor: pointer;
}
article.blog_item.teaser > div.indented > div.title h2:hover {
  text-decoration: underline;
}
article.blog_item.teaser > div.indented > div.title h2 a {
  color: #FF6D00;
  text-decoration: none;
}


.indented .submission_details img:nth-of-type(2) {
  display: none;
}
.indented .submission_details .author {
  display: none;
}

article.blog_item .title {
  padding-bottom: 0;
}
article.blog_item .blog-sub-heading {
  padding: 0 1em 1em 1em;
  font-size: 1.25em;
  font-weight: normal;
  margin-top: 0.5em;
}
article.blog_item .indented div:nth-child(2) {
  font-size: initial;
}

article.blog_item .tags {
  display: none;
}

.blog_item.teaser img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #block-eblueprint-content .blog_item .field--name-field-image-with-overlays > div:first-child img {
    max-width: 100%;
    height: 100vh;
    width: auto;
  }

  body.home-page article > div > div > div:nth-child(4) .slick__slide {
    width: 33.33%;
    margin: 0 auto 2em auto;
  }

  .dcoa-pane-content > div:nth-child(2) {
    min-height: 16em;
  }

  .dcoa-pane-grid .dcoa-pane-content {
    padding: 3em;
  }

  .dcoa-pane-content a {
    font-size: 1vw;
  }
  .dcoa-pane-content .header h2 {
    font-size: 2.5vw;
  }

  .dcoa-pane-accordion .dcoa-accordion img {
    width: 100%;
  }
  .dcoa-pane-accordion .dcoa-accordion span.field-content > div:first-child {
    height: 60vh;
    overflow: hidden;
  }
  .dcoa-pane-accordion .dcoa-accordion span.field-content > div.header {
    height: auto;
  }
  .dcoa-pane-accordion .dcoa-accordion .header h2 {
    font-size: 2em;
  }

  .we-love-message {
    padding: 2em 0 2em 3em;
  }
  .we-love-message h2 {
    font-weight: 200;
    color: #49514C;
    font-size: 2.5em;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  .we-love-message p {
    width: 65%;
    font-size: 1.5em;
    color: rgba(0, 0, 0, 0.6);
  }
  .we-love-message span {
    color: #FF6D00;
  }

  .banner {
    padding: 0.5em;
    font-size: 2.5em;
    font-weight: 500;
    color: #000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }

  .get-in-touch {
    margin-left: 5em;
  }
  .get-in-touch h2 {
    font-weight: 500;
  }
  .get-in-touch h2 span:first-child {
    color: #FFFFFF;
  }
  .get-in-touch h2 span:nth-child(2) {
    color: #FF6D00;
    font-size: 0.82em;
  }
  .get-in-touch a.connect-btn {
    text-decoration: none;
    background: none;
    border: solid 2px #FF6D00;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    font-size: 1em;
    padding: 10px 10px;
    cursor: pointer;
    transition: 0.3s;
  }
  .get-in-touch a.connect-btn:hover {
    background: #FF6D00;
  }

  .your-journey-text {
    padding: 0 5em;
  }
  .your-journey-text p strong {
    color: #FF6D00;
    font-weight: 500;
  }
  .your-journey-text p.larger-text {
    font-size: 1.8em;
  }
  .your-journey-text p:nth-child(n+3) {
    width: 70%;
  }

  body .light .blue-key-message h3 {
    color: #FFFFFF;
    font-weight: 500;
  }
  body .dark .white-key-message h3 {
    color: #000000;
    font-weight: 500;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  body .flowed.dark h3 {
    color: #000000;
    font-weight: 500;
  }
  body .dark .white-key-message h3 strong, body .flowed.dark h3 strong, body .left_top_box.light h3 strong, body .right_middle_box.light h3 strong {
    color: #FF6D00;
    font-weight: 500;
  }
  body article > div > div > div:nth-child(1) img {
    height: 100vh;
  }
  body article > div > div > div:last-of-type img {
    height: 60vh;
  }
  body.design-page article > div > div > div:nth-child(4) img, body.design-page article > div > div > div:nth-child(5) img {
    height: 113vh;
  }
  body.design-page article > div > div > div:nth-child(6) img {
    height: 117vh;
  }
  body.connect-page article > div > div > div:nth-child(3) img {
    height: 67vh;
  }
  body.connect-page article > div > div > div:nth-child(4) img {
    height: 66vh;
  }
  body.connect-page article > div > div > div:nth-child(5) img {
    height: 58vh;
  }
  body.optimise-page article > div > div > div:nth-child(3) img {
    height: 95vh;
  }
  body.optimise-page article > div > div > div:nth-child(4) img {
    height: 101vh;
  }
  body.optimise-page article > div > div > div:nth-child(5) img {
    height: 113vh;
  }
  body.accelerate-page article > div > div > div:nth-child(2) img, body.accelerate-page article > div > div > div:nth-child(3) img {
    height: 95vh;
  }
  body.story-page article > div > div > div:nth-child(3) img {
    height: 90vh;
  }
  body.story-page article > div > div > div:nth-child(5) img {
    height: 104vh;
  }

  .text-align-center {
    padding: 0;
  }

  .partner-icons ul li {
    vertical-align: middle;
    display: inline-block;
    width: 19%;
  }

  body .flowed_title.light h2 {
    margin: 0;
    font-weight: 500;
  }

  .our-story-values {
    padding: 5em 0 0 10em;
  }

  body .light .our-story-values h3 {
    font-weight: 500;
    color: #FFFFFF;
    width: 30%;
    display: inline-block;
  }
  body .light .our-story-values h3:nth-of-type(odd) {
    font-weight: 500;
    color: #FF6D00;
  }
  body .light .our-story-values p {
    display: inline-block;
    width: 65%;
  }
  body.contact-form article {
    padding: 0;
  }

  div.opportunities-message h2 {
    color: #49514C;
    font-weight: 500;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }

  body.contact-form article form {
    text-align: center;
  }
  body.contact-form article form div.form-item {
    display: inline-flex;
    width: 40%;
  }
  body.contact-form article form .form-actions input, body.contact-form article form .webform-actions input {
    text-decoration: none;
    background: none;
    border: solid 2px #FF6D00;
    color: #FF6D00;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    font-size: 1em;
    height: 3em;
    cursor: pointer;
    transition: 0.3s;
    padding: 0;
  }
  body.contact-form article form .form-actions input:hover, body.contact-form article form .webform-actions input:hover {
    background: #FF6D00;
    color: #FFFFFF;
  }
  body.contact-form article form div.form-item.form-item-resume .form-managed-file label {
    transition: 0.3s;
    cursor: pointer;
  }
  body.contact-form article form div.form-item.form-item-resume .form-managed-file label:hover {
    color: #FF6D00;
  }

  .thoughts-list .views-row {
    margin-bottom: 2.5%;
  }

  article.blog_item li {
    font-size: 1.25em;
  }
  article.blog_item .tags {
    align-items: center;
    padding-top: 0;
  }
  article.blog_item .tags img {
    height: 20px;
    width: 20px;
  }

  article.blog_item.teaser {
    height: auto;
    width: 85%;
    margin: auto;
  }
  article.blog_item.teaser > div:first-of-type {
    width: 35%;
    display: inline-block;
    vertical-align: top;
  }
  article.blog_item.teaser > div > picture img {
    width: 100%;
    height: auto;
    display: inline;
  }
  article.blog_item.teaser > div.indented {
    display: inline-block;
    width: 60%;
  }
  article.blog_item.teaser > div.indented .paragraph--type--wysiwyg-content {
    padding: 0;
  }
  article.blog_item.teaser > div.indented .paragraph--type--wysiwyg-content h2 {
    display: none;
  }
  article.blog_item.teaser > div.indented > div.title {
    margin: 0 0 0 1em;
  }
  article.blog_item.teaser > div.indented > div.submission_details {
    align-items: center;
    display: flex;
  }
  article.blog_item.teaser > div.indented > div.title h2 {
    margin: 0;
    font-weight: 400;
    font-size: 2em;
    line-height: 1em;
  }
  article.blog_item.teaser > div.indented div:nth-of-type(4) {
    height: 180px;
    overflow: hidden;
  }
  article.blog_item.teaser > div.indented .submission_details img {
    width: 1.5em;
  }

  form.contact-us div#edit-invitation h2 {
    font-weight: 400;
    text-align: left;
  }

  body.contact_us article div form {
    padding-top: 8em;
  }

  body.contact_us article > div > div:nth-child(2) {
    text-align: left;
    width: 40%;
    display: inline-flex;
    padding-left: 15%;
  }
  body.contact_us article > div > div:nth-child(3) {
    display: inline-flex;
    width: 40%;
  }
  body.contact_us article > div form.contact-us div.form-item {
    width: 100%;
  }
  body.contact_us article > div form textarea, body.contact_us article > div form input {
    padding-left: 2em;
    margin: 0em 1em 1.5em 0;
    width: 98%;
    border: 1px solid #FF6D00;
  }
  body.contact_us article > div form input {
    /*height: 2em;*/
  }
  body.contact_us article > div form div.form-item label:before {
    /*top: 7px;
    height: 17px;*/
  }
  body.contact_us article > div > div:nth-child(3) > div h2 {
    font-weight: 400;
    color: #FFFFFF;
  }
  body.contact_us article > div > div:nth-child(3) > div p {
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s;
  }
  body.contact_us article > div > div:nth-child(3) > div p a {
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s;
  }
  body.contact_us article > div > div:nth-child(3) > div p a:hover {
    color: #FF6D00;
  }
  body.contact_us article > div > div:nth-child(3) > div p img {
    width: 40px;
    margin-right: 2em;
    height: auto;
  }

  nav#block-eblueprint-footer {
    padding: 0em 9em;
  }
  nav#block-eblueprint-footer > ul {
    display: inline-flex;
    width: 100%;
  }
  nav#block-eblueprint-footer > ul > li {
    display: inline-flex;
    width: 100%;
  }
  nav#block-eblueprint-footer > ul > li > a, nav#block-eblueprint-footer > ul > li > span {
    text-transform: uppercase;
    padding-right: 2em;
    width: 32%;
  }
  nav#block-eblueprint-footer ul li a {
    text-decoration: none;
    transition: 0.3s;
  }

  div#block-copyrightmessage p {
    margin-right: 1em;
    font-size: 1em;
  }

  nav#block-eblueprint-footer > ul > li > ul > li > ul {
    padding-top: 2em;
  }

  .slick-list .slick__slide .paragraph--type--wysiwyg-content {
    padding: 0;
  }
  .slick-list .slick__slide .paragraph--type--wysiwyg-content p {
    /*font-size: 1em;*/
    margin-top: 0;
  }
  .slick-list .slick__slide .paragraph--type--wysiwyg-content h2 {
    /*font-size: 1em;*/
    margin-top: 0;
    color: #FF6D00;
    font-weight: lighter;
  }

  .field--name-field-overlays .flow_wrapper {
    top: 25%;
  }
  .field--name-field-overlays .flowed.dark h3 {
    margin-top: 0;
  }

  .optimise-page article div > div > div:nth-child(3) .field--name-field-overlays .flow_wrapper {
    top: 10%;
  }

  .field--name-field-overlays .field--item.consulting1 {
    left: 10%;
    max-width: 30%;
    top: 10%;
    display: inline-flex;
  }
  .field--name-field-overlays .field--item.consulting2 {
    right: 5%;
    max-width: 55%;
    top: 5%;
    display: inline-flex;
  }
  .field--name-field-overlays .field--item.consulting3 {
    top: 35%;
    left: 5%;
    max-width: 40%;
    height: auto;
    display: inline-flex;
  }
  .field--name-field-overlays .field--item.consulting4 {
    top: 35%;
    right: 5%;
    max-width: 40%;
    height: auto;
    display: inline-flex;
  }
  .field--name-field-overlays .field--item.consulting5 {
    top: 55%;
    left: 5%;
    max-width: 40%;
    height: auto;
    display: inline-flex;
  }
  .field--name-field-overlays .field--item.consulting6 {
    top: 57%;
    right: 5%;
    max-width: 40%;
    height: auto;
    display: inline-flex;
  }
  .field--name-field-overlays .field--item.consulting7 {
    top: 75%;
    left: 5%;
    max-width: 40%;
    height: auto;
    display: inline-flex;
  }
  .field--name-field-overlays .field--item.consulting8 {
    top: 75%;
    right: 5%;
    max-width: 40%;
    height: auto;
    display: inline-flex;
  }
  .field--name-field-overlays .field--item.consulting1 h2 {
    margin: 0;
    font-weight: 500;
  }

  .field--item.consulting2 h3 strong, .field--item.consulting3 h3 strong, .field--item.consulting4 h3 strong, .field--item.consulting5 h3 strong, .field--item.consulting6 h3 strong, .field--item.consulting7 h3 strong {
    color: #FF6D00;
    font-weight: 500;
  }
  .field--item.consulting2 h3, .field--item.consulting3 h3, .field--item.consulting4 h3, .field--item.consulting5 h3, .field--item.consulting6 h3, .field--item.consulting7 h3 {
    margin-top: 0;
  }

  article.blog_item .indented {
    max-width: 70%;
    margin: auto;
  }
  article.blog_item .indented .submission_details img {
    height: 1.5em;
    width: 1.5em;
    vertical-align: sub;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .dcoa-pane-content > div:nth-child(2) {
    min-height: 16em;
  }

  .we-love-message {
    padding: 2em 0 2em 3em;
  }
  .we-love-message h2 {
    font-weight: 200;
    color: #49514C;
    font-size: 2.5em;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  .we-love-message p {
    width: 65%;
    font-size: 1.5em;
    color: rgba(0, 0, 0, 0.6);
  }
  .we-love-message span {
    color: #FF6D00;
  }

  .get-in-touch {
    margin-left: 5em;
  }
  .get-in-touch h2 {
    font-weight: 500;
  }
  .get-in-touch h2 span:first-child {
    color: #FFFFFF;
  }
  .get-in-touch h2 span:nth-child(2) {
    color: #FF6D00;
    font-size: 0.82em;
  }
  .get-in-touch a.connect-btn {
    text-decoration: none;
    background: none;
    border: solid 2px #FF6D00;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    font-size: 1em;
    padding: 10px 10px;
    cursor: pointer;
    transition: 0.3s;
  }

  body.home-page article > div > div > div:first-child .slick img {
    height: 100vh;
    width: auto;
    max-width: none;
  }
  body.home-page article > div > div > div:nth-child(3) img {
    height: 29vh;
  }
  body.home-page article > div > div > div:last-child img {
    height: 43vh;
  }

  .dcoa-pane-grid .dcoa-pane-content {
    padding: 2em 1em 3em 1em;
  }

  body article > div > div > div:first-child .paragraph--type--image-with-overlays .field--name-field-image img {
    height: 100vh;
    width: auto;
    max-width: none;
  }
  body article > div > div > div:nth-child(2) img {
    height: 40vh;
  }
  body article > div > div > div:last-child img {
    height: 43vh;
  }

  body.journey-page .your-journey-text {
    padding: 0 5em;
  }
  body.journey-page .your-journey-text p strong {
    color: #FF6D00;
    font-weight: 500;
  }
  body.journey-page .your-journey-text p.larger-text {
    font-size: 1.8em;
  }
  body.journey-page .your-journey-text p:nth-child(n+3) {
    width: 70%;
  }
  body.journey-page .blue-key-message {
    text-align: center;
  }
  body.journey-page .blue-key-message h3 {
    color: #FFFFFF;
    font-weight: 500;
  }

  body.design-page article > div > div > div:nth-child(4) img {
    height: 86vh;
  }
  body.design-page article > div > div > div:nth-child(5) img {
    height: 89vh;
  }
  body.design-page article > div > div > div:nth-child(6) img {
    height: 84vh;
  }
  body.design-page article > div > div > .field--name-field-overlays .field--item.consulting1 {
    left: 10%;
    max-width: 30%;
    top: 10%;
    display: inline-flex;
  }
  body.design-page article > div > div > .field--name-field-overlays .field--item.consulting1 h2 {
    margin: 0;
    font-weight: 500;
  }

  body.connect-page article > div > div > div:nth-child(3) img {
    height: 53vh;
  }
  body.connect-page article > div > div > div:nth-child(4) img {
    height: 52vh;
  }
  body.connect-page article > div > div > div:nth-child(5) img {
    height: 46vh;
  }

  body.optimise-page article > div > div > div:nth-child(3) img {
    height: 75vh;
  }
  body.optimise-page article > div > div > div:nth-child(4) img {
    height: 80vh;
  }
  body.optimise-page article > div > div > div:nth-child(5) img {
    height: 89vh;
  }

  body.accelerate-page article > div > div > div:nth-child(2) img {
    height: 85vh;
  }
  body.accelerate-page article > div > div > div:nth-child(3) img {
    height: 75vh;
  }

  body.story-page article > div > div > div:nth-child(3) img {
    height: 62vh;
  }
  body.story-page article > div > div > div:nth-child(4) img {
    height: 29vh;
  }
  body.story-page article > div > div > div:nth-child(5) img {
    height: 71vh;
  }

  body .flowed_title.light h2 {
    margin: 0;
    font-weight: 500;
  }

  body.contact-form .opportunities-message h2 {
    color: #49514C;
    font-weight: 500;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  body.contact-form article {
    padding: 0;
  }
  body.contact-form article form {
    text-align: center;
  }
  body.contact-form article form div.form-item {
    display: inline-flex;
    width: 40%;
  }
  body.contact-form article form div.form-item label:before {
    height: 19px;
  }
  body.contact-form article form .form-actions input, body.contact-form article form .webform-actions input {
    text-decoration: none;
    background: none;
    border: solid 2px #FF6D00;
    color: #FF6D00;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    font-size: 1em;
    height: 3em;
    cursor: pointer;
    transition: 0.3s;
    padding: 0;
  }

  body.contact-form.join_us article form div.form-item input {
    height: 43px;
  }

  body.contact_us article > div > div > div:last-child img {
    height: auto;
  }

  body.contact_us article > div > div:nth-child(2) {
    width: 45%;
    padding-left: 5%;
    display: inline-flex;
  }
  body.contact_us article > div > div:nth-child(3) {
    width: 45%;
    display: inline-flex;
  }
  body.contact_us article > div > div:nth-child(3) > div h2 {
    font-weight: 400;
    color: #FFFFFF;
  }
  body.contact_us article > div > div:nth-child(3) > div p {
    color: #FFFFFF;
  }
  body.contact_us article > div > div:nth-child(3) > div p img {
    width: 40px;
    margin-right: 2em;
    height: auto;
  }
  body.contact_us article > div > div:nth-child(3) > div p a {
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s;
  }
  body.contact_us article > div form.contact-us div#edit-invitation h2 {
    font-weight: 400;
    text-align: left;
  }
  body.contact_us article > div form.contact-us div.form-item {
    width: 100%;
  }

  body.contact_us article > div form {
    padding-top: 6em;
  }
  body.contact_us article > div form input {
    height: 43px;
  }

  .dcoa-pane-accordion .dcoa-accordion {
    padding: 2em 0;
  }
  .dcoa-pane-accordion .dcoa-accordion .ui-accordion-content span.field-content > div:first-child {
    height: auto;
  }

  .position-relative {
    overflow: hidden;
  }

  nav#block-eblueprint-footer {
    padding: 0em 1em;
  }

  article.blog_item.teaser {
    height: auto;
    width: 85%;
    margin: auto;
  }
  article.blog_item.teaser > div:first-of-type {
    width: 35%;
    display: inline-block;
    vertical-align: top;
  }
  article.blog_item.teaser > div.indented {
    display: inline-block;
    width: 60%;
  }
  article.blog_item.teaser > div.indented div.title h2 {
    margin: 0;
    font-weight: 400;
    font-size: 2em;
    line-height: 1em;
  }

  article.blog_item li {
    font-size: 1.25em;
  }
  article.blog_item .tags {
    align-items: center;
    padding-top: 0;
  }
  article.blog_item .tags img {
    height: 20px;
    width: 20px;
  }

  .thoughts-list header .field--name-field-image img {
    width: 100%;
  }
  .thoughts-list header .position-relative {
    overflow: hidden;
  }
  .thoughts-list .views-row {
    margin-bottom: 2.5%;
  }
  .thoughts-list div.indented .submission_details img {
    width: 1.5em;
  }
  .thoughts-list div.indented div:nth-of-type(4) {
    height: 174px;
    overflow: hidden;
  }
  .thoughts-list .indented .paragraph--type--wysiwyg-content {
    padding: 0;
  }
  .thoughts-list .indented .paragraph--type--wysiwyg-content h2 {
    font-size: 1.2em;
    margin: 0;
  }

  .banner {
    padding: 0.5em;
    font-size: 2.5em;
    font-weight: 500;
    color: #000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }

  .partner-icons .text-align-center {
    padding: 0;
  }
  .partner-icons ul li {
    vertical-align: middle;
    display: inline-block;
    width: 19%;
  }

  nav#block-eblueprint-footer {
    padding: 0em 1em;
  }
  nav#block-eblueprint-footer > ul {
    display: inline-flex;
    width: 100%;
  }
  nav#block-eblueprint-footer > ul > li {
    display: inline-flex;
    width: 100%;
  }
  nav#block-eblueprint-footer > ul > li > ul > li > ul {
    padding-top: 2em;
  }
  nav#block-eblueprint-footer > ul > li > a, nav#block-eblueprint-footer > ul > li > span {
    text-transform: uppercase;
    padding-right: 2em;
    width: 32%;
  }
  nav#block-eblueprint-footer ul li a {
    text-decoration: none;
    transition: 0.3s;
  }

  div#block-copyrightmessage p {
    margin-right: 1em;
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .mm-panel a {
    font-size: 3em;
  }

  .responsive-menu-toggle-icon span.label {
    position: initial;
    display: none;
  }

  .slick .field--item {
    overflow-x: hidden;
  }
  .slick .field--item img {
    height: 100vh;
    width: auto;
    max-width: initial;
    margin-left: -80vh;
  }

  .field--item {
    overflow-x: hidden;
  }

  .field--name-field-overlays .field--item.bar_across_middle {
    width: 100%;
    font-size: inherit;
  }

  .field--item.bar_across_middle h1, .field--item.bar_across_middle h2 {
    line-height: initial;
    font-size: 2.8em;
  }
  .field--item.bar_across_middle p {
    font-size: 2em;
  }
  .field--item img {
    width: auto;
    max-width: initial;
    /*margin-left: -140vh;*/
  }

  .paragraph--type--image-with-overlays .field--name-field-image img {
    width: auto;
    height: 60vh;
  }

  .field--name-field-overlays .field--item {
    font-size: inherit;
  }
  .field--name-field-overlays .field--item div.we-love-message h2 {
    font-size: 3.8em;
    font-weight: 400;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }

  div.we-love-message h2 span {
    color: #FF6D00;
  }
  div.we-love-message p {
    font-size: 2.5em;
  }

  body .light .blue-key-message h3 {
    color: #FFFFFF;
    font-size: 3em;
    font-weight: 400;
  }

  header[role=banner] .logo_and_slogan img {
    width: 45%;
  }

  .dcoa-pane-content {
    padding: 7em 6em;
    min-height: 300px;
  }
  .dcoa-pane-content > div:nth-child(2) {
    min-height: 150px;
  }
  .dcoa-pane-content .header h2 {
    font-size: 10vw;
  }
  .dcoa-pane-content p {
    font-size: 2.5em;
  }

  .dcoa-accordion .dcoa-pane-content {
    min-height: auto;
    padding: 2em 4em;
  }

  .dcoa-pane-content .header img {
    width: 55px;
    height: auto;
    margin-left: 3em;
  }

  h2.banner.embossed {
    padding: 0;
    font-size: 6em;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    font-weight: 400;
  }

  .blog_item .paragraph--type--wysiwyg-content {
    padding: 0;
  }
  .blog_item .paragraph--type--wysiwyg-content p {
    font-size: 2em;
  }
  .blog_item .paragraph--type--wysiwyg-content p:first-child {
    margin-top: 0;
  }

  #block-eblueprint-content article > div:last-child > div > div:last-child .field--item img {
    margin-left: -95vh;
    height: 60vh;
  }

  .field--name-field-overlays .field--item div.get-in-touch h2 {
    font-size: 3.5em;
    font-weight: 400;
    color: #FFFFFF;
  }

  #block-eblueprint-content article > div:nth-child(2) div > div:first-child > .paragraph--type--image-with-overlays .field--name-field-image img {
    margin: 0;
    height: 100vh;
  }
  #block-eblueprint-content article div div > div:first-child > .paragraph--type--image-with-overlays .field--name-field-image img {
    margin: 0;
    height: 100vh;
  }
  #block-eblueprint-content article div > div:nth-child(2) > .paragraph--type--image-with-overlays .field--name-field-image img {
    height: 120vh;
    margin-left: -195vh;
  }
  #block-eblueprint-content article > div:nth-child(2) div > div:nth-child(2) > .paragraph--type--image-with-overlays .field--name-field-image img {
    height: 120vh;
    margin-left: -195vh;
  }

  body.accelerate-page #block-eblueprint-content article div div > div:first-child .paragraph--type--image-with-overlays .field--name-field-image img {
    margin-left: -25%;
  }

  body.accelerate-page #block-eblueprint-content article div div > div:nth-child(2) .paragraph--type--image-with-overlays .field--name-field-image img {
    margin-left: 0;
    height: 80vh;
  }
  body.accelerate-page #block-eblueprint-content article div div > div:nth-child(3) .paragraph--type--image-with-overlays .field--name-field-image img {
    margin-left: 0;
    height: 70vh;
  }

  body.journey-page #block-eblueprint-content article div div > div:nth-child(3) .field--name-field-image .field--item img {
    height: 28vh;
  }
  body.journey-page #block-eblueprint-content article div div > div:nth-child(4) .dcoa-pane-accordion > .dcoa-accordion {
    padding: 7em 0;
  }

  .dcoa-pane-accordion .dcoa-accordion .header h2 {
    font-size: 5em;
    line-height: 48px;
  }
  .dcoa-pane-accordion .dcoa-accordion .header img {
    width: 37px;
    height: auto;
    margin-left: 3em;
  }

  .field--name-field-overlays .field--item .white-key-message h3 {
    color: #000000;
    font-size: 3em;
    font-weight: 400;
  }
  .field--name-field-overlays .field--item.consulting1 h2 {
    margin: 0;
    font-weight: 500;
  }

  .field--item.consulting2 h3 strong, .field--item.consulting3 h3 strong, .field--item.consulting4 h3 strong, .field--item.consulting5 h3 strong, .field--item.consulting6 h3 strong, .field--item.consulting7 h3 strong {
    color: #FF6D00;
    font-weight: 500;
  }
  .field--item.consulting2 h3, .field--item.consulting3 h3, .field--item.consulting4 h3, .field--item.consulting5 h3, .field--item.consulting6 h3, .field--item.consulting7 h3 {
    margin-top: 0;
  }

  .field--name-field-overlays .field--item.consulting2, .field--name-field-overlays .field--item.consulting3, .field--name-field-overlays .field--item.consulting4, .field--name-field-overlays .field--item.consulting5, .field--name-field-overlays .field--item.consulting6, .field--name-field-overlays .field--item.consulting7, .field--name-field-overlays .field--item.consulting8 {
    height: auto;
    max-width: 100%;
  }
  .field--name-field-overlays .field--item.consulting1 {
    left: 2%;
    max-width: 30%;
    top: 1%;
  }
  .field--name-field-overlays .field--item.consulting2 {
    right: 2%;
    top: 6%;
    left: 2%;
  }
  .field--name-field-overlays .field--item.consulting3 {
    top: 27%;
    left: 2%;
    right: 2%;
  }
  .field--name-field-overlays .field--item.consulting4 {
    top: 40%;
    right: 2%;
    left: 2%;
  }
  .field--name-field-overlays .field--item.consulting5 {
    top: 54.5%;
    left: 2%;
    right: 2%;
  }
  .field--name-field-overlays .field--item.consulting6 {
    top: 67.5%;
    right: 2%;
    left: 2%;
  }
  .field--name-field-overlays .field--item.consulting7 {
    top: 82%;
    left: 2%;
    right: 2%;
  }

  body .flowed_title.light h2 {
    margin: 0;
    font-weight: 500;
  }
  body .flowed.dark h3 {
    color: #000000;
    font-weight: 400;
    margin-top: 0;
  }
  body .dark .white-key-message h3 strong, body .flowed.dark h3 strong, body .left_top_box.light h3 strong, body .right_middle_box.light h3 strong {
    color: #FF6D00;
    font-weight: 500;
  }

  .field--name-field-overlays .field--item.left_top_box {
    height: auto;
    width: auto;
    left: auto;
    padding: 0 2em;
    top: 0;
  }
  .field--name-field-overlays .field--item.right_middle_box {
    height: auto;
    width: auto;
    top: 58%;
    left: auto;
    padding: 0 2em;
  }
  .field--name-field-overlays .field--item.left_top_box p, .field--name-field-overlays .field--item.right_middle_box p {
    font-size: 1.5em;
    margin-top: 0;
  }

  body.story-page article div div div:nth-child(3) .paragraph--type--image-with-overlays .field--name-field-image img {
    height: 74vh;
  }

  body .light .our-story-values h3 {
    font-weight: 500;
    color: #FFFFFF;
    display: inline-block;
    margin: 0;
  }
  body .light .our-story-values h3:nth-of-type(odd) {
    font-weight: 500;
    color: #FF6D00;
  }

  div.your-journey-text p {
    font-size: 2.5em;
  }
  div.your-journey-text p strong {
    font-weight: 400;
    color: #FF6D00;
  }

  .paragraph--type--wysiwyg-content p {
    font-size: 3em;
  }

  body.contact-form article {
    padding: 0;
  }

  .opportunities-message h2 {
    font-weight: 400;
    font-size: 6em;
  }

  body.contact-form article form .description {
    font-size: 2em;
  }
  body.contact-form article form .form-actions input, body.contact-form article form .webform-actions input {
    text-decoration: none;
    background: none;
    border: solid 2px #FF6D00;
    color: #FF6D00;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    font-size: 2em;
    height: 3em;
    cursor: pointer;
    transition: 0.3s;
    padding: 0;
  }
  body.contact-form article form .form-actions input:hover, body.contact-form article form .webform-actions input:hover {
    color: #FFFFFF;
    background-color: #FF6D00;
  }

  .submission_details .submission_date, .submission_details .author {
    font-size: 3em;
  }

  .blog_item.teaser .indented .paragraph--type--wysiwyg-content {
    height: 186px;
    overflow: hidden;
    margin-bottom: 3em;
  }
  .blog_item.teaser .indented .paragraph--type--wysiwyg-content p {
    font-size: 3em;
  }

  article.blog_item.teaser .title h2 {
    margin: 0;
    font-size: 3em;
    font-weight: 400;
  }
  article.blog_item .field--name-field-image-with-overlays {
    overflow-x: hidden;
  }
  article.blog_item .field--name-field-image-with-overlays > div:first-child img {
    height: 100vh;
    width: auto;
    max-width: initial;
    margin-left: -60%;
  }
  article.blog_item .indented .paragraph--type--wysiwyg-content p {
    font-size: 3em;
  }

  .submission_details img {
    margin-right: 1.5em;
  }

  .indented .tags {
    font-size: 3em;
  }

  body.contact_us article form {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .contact_us h2 {
    font-size: 6em;
    font-weight: 400;
  }
  .contact_us #block-eblueprint-content p {
    font-size: 3em;
  }
  .contact_us #block-eblueprint-content p img {
    width: 15%;
    padding-right: 3em;
  }
  .contact_us #block-eblueprint-content .contextual-region, .contact_us #block-eblueprint-content article div > div:last-child .paragraph {
    padding: 2em;
  }

  body.contact_us article form textarea, body.contact_us article form input {
    margin-right: 0;
  }
  body.join_us article form textarea, body.join_us article form input {
    margin-right: 0;
  }
  body.contact-form article .captcha span {
    font-size: 3em;
  }

  .get-in-touch h2 span:nth-child(2) {
    color: #FF6D00;
  }
  .get-in-touch a.connect-btn {
    text-decoration: none;
    background: none;
    border: solid 2px #FF6D00;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    font-size: 1.3em;
    padding: 5px 10px;
    cursor: pointer;
    transition: 0.3s;
  }

  .partner-icons ul li {
    vertical-align: middle;
    display: inline-block;
    width: 25%;
    margin: 0 8px;
  }
  .partner-icons .text-align-center {
    padding-left: 0;
  }

  footer {
    font-size: 2.5em;
  }
  footer #block-copyrightmessage {
    margin-right: 1em;
    font-size: 0.8em;
  }

  #block-eblueprint-footer > ul > li > ul > li > ul {
    padding-top: 1em;
  }

  .thoughts-list .field--name-field-image img {
    height: 100vh;
  }

  article.blog_item .indented {
    max-width: 90%;
    margin: auto;
  }
  article.blog_item .indented li {
    font-size: initial;
  }
  article.blog_item .indented .submission_details {
    margin-top: 2em;
  }
  article.blog_item .indented .submission_details img {
    height: 3em;
    width: 3em;
  }
  article.blog_item .tags {
    align-items: center;
  }
  article.blog_item .tags a {
    /*font-size: 2em;*/
  }
  article.blog_item .tags img {
    width: 3em;
  }

  header[role=banner] .responsive-menu-toggle-icon {
    width: 9em;
  }

  .partner-icons div img {
    width: 70%;
  }

  .bottom-service-links ul {
    display: block;
    font-size: 4.3em;
  }
  .bottom-service-links ul li {
    width: auto;
  }

  .our-story-values p {
    font-size: 1.5em;
  }

  .optimise-page article div > div > div:nth-child(3) .field--name-field-image img {
    height: 85vh;
  }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  header #block-responsivemenumobileicon-2 a span.label {
    display: none;
  }

  .field--item.bar_across_middle h1, .field--item.bar_across_middle h2 {
    font-size: 2.8em;
  }

  .dcoa-pane-content {
    padding: 1em 0.5em 3em 0.5em;
  }
  .dcoa-pane-content .header h2 {
    font-size: 5vw;
  }
  .dcoa-pane-content a {
    font-size: 2vw;
  }
  .dcoa-pane-content > div:nth-child(2) {
    min-height: auto;
  }

  .field--name-field-overlays .field--item div.we-love-message h2 {
    font-size: 4em;
    font-weight: 400;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    margin-top: 0;
    margin-bottom: 0;
  }

  div.we-love-message h2 span {
    color: #FF6D00;
  }
  div.we-love-message p {
    font-size: 2.5em;
    margin-top: 0;
  }

  .field--name-field-overlays .field--item div.get-in-touch h2 {
    font-size: 3.5em;
    font-weight: 400;
    color: #FFFFFF;
  }

  div.your-journey-text p {
    font-size: 2.5em;
  }
  div.your-journey-text p strong {
    font-weight: 400;
    color: #FF6D00;
  }

  body.journey-page #block-eblueprint-content article div div > div:nth-child(2) > .paragraph--type--image-with-overlays .field--name-field-image img {
    height: 89vh;
    margin-left: 0vh;
    width: auto;
    max-width: initial;
  }
  body .light .blue-key-message h3 {
    color: #FFFFFF;
    font-size: 3em;
    font-weight: 400;
  }
  body.journey-page #block-eblueprint-content article div div > div:nth-child(3) .field--name-field-image .field--item img {
    height: 28vh;
  }
  body.journey-page #block-eblueprint-content article div div > div:nth-child(4) .dcoa-pane-accordion > .dcoa-accordion {
    padding: 2em 0;
  }

  .paragraph--type--image-with-overlays .position-relative {
    overflow: hidden;
  }

  .dcoa-accordion .ui-accordion-content .views-field {
    /*height: 160vh;*/
    overflow: hidden;
  }

  .dcoa-pane-accordion .dcoa-accordion img {
    width: 100%;
  }

  .field--name-field-overlays .field--item .white-key-message h3 {
    color: #000000;
    font-size: 3em;
    font-weight: 400;
  }

  body .dark .white-key-message h3 strong, body .flowed.dark h3 strong, body .left_top_box.light h3 strong, body .right_middle_box.light h3 strong {
    color: #FF6D00;
    font-weight: 500;
  }
  body .flowed.dark h3 {
    color: #000000;
    font-weight: 400;
  }

  .field--item.consulting2 h3 strong, .field--item.consulting3 h3 strong, .field--item.consulting4 h3 strong, .field--item.consulting5 h3 strong, .field--item.consulting6 h3 strong, .field--item.consulting7 h3 strong {
    color: #FF6D00;
    font-weight: 500;
  }

  .field--name-field-overlays .field--item.consulting1 h2 {
    margin: 0;
    font-weight: 500;
  }

  .field--item.consulting2 h3, .field--item.consulting3 h3, .field--item.consulting4 h3, .field--item.consulting5 h3, .field--item.consulting6 h3, .field--item.consulting7 h3 {
    margin-top: 0;
  }

  .field--name-field-overlays .field--item.consulting1 {
    left: 2%;
    max-width: 30%;
    top: 1%;
    height: auto;
  }
  .field--name-field-overlays .field--item.consulting2 {
    right: 2%;
    top: 6%;
    left: 2%;
    max-width: 100%;
    height: auto;
  }
  .field--name-field-overlays .field--item.consulting3 {
    top: 25%;
    left: 2%;
    right: 2%;
    max-width: 100%;
    height: auto;
  }
  .field--name-field-overlays .field--item.consulting4 {
    top: 37%;
    right: 2%;
    left: 2%;
    max-width: 100%;
    height: auto;
  }
  .field--name-field-overlays .field--item.consulting5 {
    top: 51.5%;
    left: 2%;
    right: 2%;
    max-width: 100%;
    height: auto;
  }
  .field--name-field-overlays .field--item.consulting6 {
    top: 63.5%;
    right: 2%;
    left: 2%;
    max-width: 100%;
    height: auto;
  }
  .field--name-field-overlays .field--item.consulting7 {
    top: 78%;
    left: 2%;
    right: 2%;
    max-width: 100%;
    height: auto;
  }
  .field--name-field-overlays .field--item p {
    font-size: 2em;
  }

  body.design-page #block-eblueprint-content article div div div:nth-child(3) .field--name-field-image img {
    height: 220vh !important;
  }
  body .flowed_title.light h2 {
    margin: 0;
    font-weight: 500;
  }
  body .flowed.dark h3 {
    color: #000000;
    font-weight: 400;
  }

  .field--name-field-overlays .field--item.left_top_box {
    height: auto;
    width: auto;
    left: auto;
    padding: 0 2em;
    top: 0;
  }
  .field--name-field-overlays .field--item.right_middle_box {
    height: auto;
    width: auto;
    top: 61%;
    left: auto;
    padding: 0 2em;
  }

  body .light .our-story-values h3 {
    font-weight: 500;
    color: #FFFFFF;
    display: inline-block;
    margin: 0;
    font-size: 3em;
  }
  body .light .our-story-values p {
    margin-top: 0;
  }
  body .light .our-story-values h3:nth-of-type(odd) {
    font-weight: 500;
    color: #FF6D00;
  }
  body.contact-form article {
    padding: 0;
  }

  .opportunities-message h2 {
    font-weight: 400;
  }

  .paragraph--type--wysiwyg-content strong {
    font-weight: 100;
    color: #FF6D00;
  }

  body.contact_us article form {
    padding-top: 8em;
  }
  body.contact-form article form div.form-item {
    width: 100%;
  }
  body.contact-form article form .form-actions input, body.contact-form article form .webform-actions input {
    color: #FF6D00;
    text-transform: uppercase;
  }
  body.contact-form.join_us form input {
    height: 44px;
  }
  body.contact_us article > div > div:nth-child(3) > div h2 {
    color: #000000;
  }
  body.contact_us article > div > div:nth-child(3) > div p {
    color: #000000;
  }
  body.contact_us article > div > div:nth-child(3) > div p a {
    color: #000000;
  }

  .contact_us #block-eblueprint-content article div > div:last-child .paragraph {
    padding: 2em;
  }
  .contact_us #block-eblueprint-content p img {
    width: 8%;
    padding-right: 3em;
    height: auto;
  }
  .contact_us h2 {
    font-weight: 400;
  }

  .get-in-touch h2 span:nth-child(2) {
    color: #FF6D00;
  }
  .get-in-touch a.connect-btn {
    text-decoration: none;
    background: none;
    border: solid 2px #FF6D00;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    font-size: 1.3em;
    padding: 5px 10px;
    cursor: pointer;
    transition: 0.3s;
  }

  .partner-icons ul li {
    vertical-align: middle;
    display: inline-block;
    width: 15%;
    margin: 0 8px;
  }
  .partner-icons ul li img {
    width: 85%;
  }
  .partner-icons ul.text-align-center {
    padding-left: 0;
  }

  footer #block-copyrightmessage {
    margin-right: 1em;
    font-size: 0.8em;
  }

  #block-eblueprint-footer > ul > li > ul > li > ul {
    padding-top: 1em;
  }

  article.blog_item .indented p, article.blog_item .indented li {
    font-size: 1.8em;
  }
  article.blog_item .indented .submission_details {
    margin-top: 2em;
  }
  article.blog_item .indented .submission_details img {
    height: 3em;
    width: 3em;
  }
  article.blog_item .indented .submission_details div {
    font-size: 2em;
    vertical-align: text-bottom;
  }
  article.blog_item .tags {
    align-items: center;
  }
  article.blog_item .tags a {
    font-size: 2em;
  }
  article.blog_item .tags img {
    width: 3em;
  }
}
@media screen and (max-height: 415px) and (orientation: landscape) {
  body.design-page #block-eblueprint-content article div div div:nth-child(3) .field--name-field-image img {
    height: 255vh !important;
  }

  .field--name-field-overlays .field--item.consulting3 {
    top: 26%;
  }
  .field--name-field-overlays .field--item.consulting4 {
    top: 39%;
  }
  .field--name-field-overlays .field--item.consulting5 {
    top: 54.5%;
  }
  .field--name-field-overlays .field--item.consulting6 {
    top: 67.5%;
  }
  .field--name-field-overlays .field--item.consulting7 {
    top: 83%;
  }

  body.contact_us article > div > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  body.contact_us article > div > div:nth-child(3) {
    width: 100%;
  }

  body.contact_us article div form input {
    /*height: 28.7px;*/
  }

  body.home-page article > div > div > div:first-child .slick img {
    width: 100%;
  }

  .dcoa-pane-grid .dcoa-row {
    display: block;
  }
  .dcoa-pane-grid .dcoa-row .dcoa-pane {
    width: 100%;
  }

  body.home-page article > div > div > div:nth-child(3) img {
    height: 49vh;
  }
  body.home-page article > div > div > div:last-child img {
    height: 66vh;
  }

  body.design-page article > div > div > div:nth-child(5) img {
    height: 99vh;
  }
  body.design-page article > div > div > div:nth-child(6) img {
    height: 115vh;
  }

  body.connect-page article > div > div > div:nth-child(3) img {
    height: 73vh;
  }
  body.connect-page article > div > div > div:nth-child(4) img {
    height: 82vh;
  }
  body.connect-page article > div > div > div:nth-child(5) img {
    height: 52vh;
  }

  body.optimise-page article > div > div > div:nth-child(3) img {
    height: 130vh;
  }
  body.optimise-page article > div > div > div:nth-child(4) img {
    height: 119vh;
  }

  body.accelerate-page article > div > div > div:nth-child(2) img {
    height: 138vh;
  }
  body.accelerate-page article > div > div > div:nth-child(3) img {
    height: 131vh;
  }

  body.story-page article > div > div > div:nth-child(3) img {
    height: 104vh;
  }
  body.story-page article > div > div > div:nth-child(4) img {
    height: 46vh;
  }
  body.story-page article > div > div > div:nth-child(5) img {
    height: 104vh;
  }

  body.journey-page #block-eblueprint-content article > div > div > div:nth-child(3) .field--name-field-image .field--item img {
    height: 36vh;
  }

  body article > div > div > div:first-child .paragraph--type--image-with-overlays .field--name-field-image img {
    width: 100%;
  }
  body article > div > div > div:last-child img {
    height: 66vh;
  }

  .banner {
    padding: 0.5em;
    font-size: 2.5em;
    font-weight: 500;
    color: #000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  div.your-journey-text p {
    font-size: 2em;
  }

  header[role=banner] .logo_and_slogan img {
    width: 80%;
  }

  .field--name-field-overlays .field--item div.we-love-message h2 {
    font-size: 2em;
  }

  div.we-love-message p {
    font-size: 1.5em;
  }

  .dcoa-pane-grid .dcoa-row {
    display: inline-block;
  }
  .dcoa-pane-grid .dcoa-row .dcoa-pane {
    width: 100%;
  }

  .mm-listitem > a, .mm-listitem > span {
    padding: 20px 10px 20px 20px;
  }

  .dcoa-pane-accordion .dcoa-accordion {
    padding: 2em 0;
  }
  .dcoa-pane-accordion .dcoa-accordion .header h2 {
    font-size: 2em;
  }

  .dcoa-pane-content p {
    font-size: 2em;
  }

  .dcoa-accordion .dcoa-pane-content {
    padding: 2em;
  }

  .field--name-field-overlays .field--item h3 {
    font-size: 2em;
  }
  .field--name-field-overlays .field--item.consulting2 {
    top: 7%;
  }
  .field--name-field-overlays .field--item.consulting3 {
    top: 27%;
  }
  .field--name-field-overlays .field--item.consulting4 {
    top: 39%;
  }
  .field--name-field-overlays .field--item.consulting5 {
    top: 52.5%;
  }
  .field--name-field-overlays .field--item.consulting6 {
    top: 64.5%;
  }
  .field--name-field-overlays .field--item.consulting7 {
    top: 78.5%;
  }

  body .flowed.dark h3 {
    margin-top: 0;
  }
  body .light .blue-key-message h3 {
    font-size: 2.5em;
  }

  .field--name-field-overlays .field--item .white-key-message h3 {
    font-size: 2.5em;
  }

  body.story-page #block-eblueprint-content article div div div:nth-child(4) img, body.home-page #block-eblueprint-content article div div div:nth-child(3) div.position-relative img {
    height: 33vh;
  }

  body.accelerate-page #block-eblueprint-content article div div > div:nth-child(2) .paragraph--type--image-with-overlays .field--name-field-image img {
    height: 88vh;
  }

  body.accelerate-page #block-eblueprint-content article div div > div:nth-child(3) .paragraph--type--image-with-overlays .field--name-field-image img {
    height: 79vh;
  }

  .mm-panel a {
    font-size: 2em;
  }

  .field--item.bar_across_middle h2 {
    font-size: 2.5em;
  }

  .dcoa-pane-content {
    padding: 3em 6em;
  }
  .dcoa-pane-content .header h2 {
    font-size: 7vw;
  }
  .dcoa-pane-content > div:nth-child(2) {
    min-height: 130px;
  }
  .dcoa-pane-content a {
    font-size: 2.5vw;
  }

  .paragraph--type--image-with-overlays .field--name-field-image img {
    height: 70vh;
  }

  body.story-page article div div > div:nth-child(3) .paragraph--type--image-with-overlays .field--name-field-image img {
    height: 98vh;
  }
  body.story-page article div div > div:nth-child(5) .paragraph--type--image-with-overlays .field--name-field-image img {
    height: 98vh;
  }

  body.design-page article > div > div > div:nth-child(6) img {
    height: 79vh;
  }

  .field--name-field-overlays .field--item div.get-in-touch h2 {
    font-size: 2.5em;
  }

  body.design-page #block-eblueprint-content article div div div:nth-child(3) .field--name-field-image img {
    height: 190vh !important;
  }

  body.contact_us h2 {
    font-size: 4em;
  }
  body.contact_us #block-eblueprint-content p {
    font-size: 2em;
  }
  body.contact_us #block-eblueprint-content p img {
    width: 10%;
  }
  body.contact_us article form {
    padding-top: 11em;
    padding-bottom: 8em;
  }
  body.contact_us article form .webform-actions input:hover {
    color: #FFFFFF;
    background-color: #FF6D00;
  }

  #block-eblueprint-footer > ul > li > ul > li > ul {
    padding-top: 1em;
  }

  article.blog_item .indented li {
    font-size: 2.8em;
  }

  header[role=banner] .responsive-menu-toggle-icon {
    width: 6em;
  }

  footer {
    font-size: 1.5em;
  }

  .optimise-page article div > div > div:nth-child(3) .field--name-field-image img {
    height: 105vh;
  }
}

/*# sourceMappingURL=../css/style.css.map */
