/*  ==========================================================================
	Styles for Futerra.
	Author: Alchemy Digital
	========================================================================== */

@import url("fonts/fonts.css");

body {
  font-family: "brandon_text", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #333;
  background: #f4f4f4;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
  min-width: 365px;
  transition: background-color 1s ease;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
}

/*  ==========================================================================
	Base typography
	========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 0.25em;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2px;
}
h1.nospacing,
h2.nospacing,
h3.nospacing,
h4.nospacing,
h5.nospacing,
h6.nospacing {
  letter-spacing: 0;
}

h1,
.h1 {
  margin: 0;
}
/*h2, .h2 { font-weight: normal; }*/

h1,
.fontsize--huge {
  font-size: 30px;
  line-height: 1.1;
}
h2,
.fontsize--large {
  font-size: 22px;
  line-height: 1.1;
}
h3,
.fontsize--med {
  font-size: 17px;
  line-height: 1.3;
}
body,
h4,
.fontsize--reg {
  font-size: 15px;
}
h5,
.fontsize--sml {
  font-size: 14px;
}
h6,
.fontsize--tiny {
  font-size: 12px;
}

.fontsize--massive {
  font-size: 48px;
  line-height: 1;
}

.grotesque {
  font-family: "brandon_grotesqueblack", sans-serif;
  font-weight: normal;
}

strong,
b,
.font--bold,
.font--semibold {
  font-weight: 800;
}
.font--reg {
  font-weight: 500;
}
.font--semi {
  font-weight: 600;
}

.case--lower {
  text-transform: lowercase;
}
.case--upper {
  text-transform: uppercase;
}

.text-align--center {
  text-align: center;
}
.text-align--left {
  text-align: left;
}
.text-align--right {
  text-align: right;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.letterspacing {
  letter-spacing: 1.5px;
}
.letterspacing--larger {
  letter-spacing: 2px;
}

@media only screen and (min-width: 550px) {
  h1,
  .fontsize--huge {
    font-size: 34px;
  }
  h2,
  .fontsize--large {
    font-size: 24px;
  }
  h3,
  .fontsize--med {
    font-size: 18px;
  }
  body,
  h4,
  .fontsize--reg {
    font-size: 15px;
  }
  h5,
  .fontsize--sml {
    font-size: 14px;
  }
  h6,
  .fontsize--tiny {
    font-size: 12px;
  }
  .fontsize--massive {
    font-size: 50px;
  }
}

@media only screen and (min-width: 700px) {
  h1,
  .fontsize--huge {
    font-size: 38px;
  }
  h2,
  .fontsize--large {
    font-size: 26px;
  }
  h3,
  .fontsize--med {
    font-size: 20px;
  }
  body,
  h4,
  .fontsize--reg {
    font-size: 16px;
  }
  h5,
  .fontsize--sml {
    font-size: 14px;
  }
  h6,
  .fontsize--tiny {
    font-size: 12px;
  }
  .fontsize--massive {
    font-size: 84px;
  }
}

@media only screen and (min-width: 800px) {
}

@media only screen and (min-width: 1200px) {
  h1,
  .fontsize--huge {
    font-size: 44px;
  }
  h2,
  .fontsize--large {
    font-size: 30px;
  }
  h3,
  .fontsize--med {
    font-size: 24px;
  }
  body,
  h4,
  .fontsize--reg {
    font-size: 16px;
  }
  h5,
  .fontsize--sml {
    font-size: 14px;
  }
  h6,
  .fontsize--tiny {
    font-size: 12px;
  }
  .fontsize--massive {
    font-size: 90px;
  }
}

@media only screen and (min-width: 1400px) {
  h1,
  .fontsize--huge {
    font-size: 46px;
  }
  h2,
  .fontsize--large {
    font-size: 34px;
  }
  h3,
  .fontsize--med {
    font-size: 26px;
  }
  body,
  h4,
  .fontsize--reg {
    font-size: 17px;
  }
  h5,
  .fontsize--sml {
    font-size: 15px;
  }
  h6,
  .fontsize--tiny {
    font-size: 13px;
  }
  .fontsize--massive {
    font-size: 95px;
  }
}

@media only screen and (min-width: 1600px) {
  h1,
  .fontsize--huge {
    font-size: 48px;
  }
  h2,
  .fontsize--large {
    font-size: 38px;
  }
  h3,
  .fontsize--med {
    font-size: 28px;
  }
  body,
  h4,
  .fontsize--reg {
    font-size: 18px;
  }
  h5,
  .fontsize--sml {
    font-size: 15px;
  }
  h6,
  .fontsize--tiny {
    font-size: 13px;
  }
  .fontsize--massive {
    font-size: 105px;
  }
}

ul,
ol {
  margin: 0 0 1em;
  padding: 0;
}

p {
  margin: 0 0 1em;
}

/*  ==========================================================================
	base links, buttons, interaction colors
	========================================================================== */

.color--white,
body.color--white,
.headingcolor--white h1,
.headingcolor--white h2,
.headingcolor--white h3,
.headingcolor--white h4 {
  color: #fff;
}
.color--black,
body.color--black,
.headingcolor--black h1,
.headingcolor--black h2,
.headingcolor--black h3,
.headingcolor--black h4 {
  color: #333;
}
.color--darkgrey,
body.color--darkgrey,
.headingcolor--darkgrey h1,
.headingcolor--darkgrey h2,
.headingcolor--darkgrey h3,
.headingcolor--darkgrey h4 {
  color: #504b4e;
}
.color--grey,
body.color--grey,
.headingcolor--grey h1,
.headingcolor--grey h2,
.headingcolor--grey h3,
.headingcolor--grey h4 {
  color: #999;
}
.color--red,
body.color--red,
.headingcolor--red h1,
.headingcolor--red h2,
.headingcolor--red h3,
.headingcolor--red h4 {
  color: #ff4b4c;
}
.color--lightred,
body.color--lightred,
.headingcolor--lightred h1,
.headingcolor--lightred h2,
.headingcolor--lightred h3,
.headingcolor--lightred h4 {
  color: #ff5e69;
}
.color--brightblue,
body.color--brightblue,
.headingcolor--brightblue h1,
.headingcolor--brightblue h2,
.headingcolor--brightblue h3,
.headingcolor--brightblue h4 {
  color: #0ff;
}
.color--lightblue,
body.color--lightblue,
.headingcolor--lightblue h1,
.headingcolor--lightblue h2,
.headingcolor--lightblue h3,
.headingcolor--lightblue h4 {
  color: #00aeef;
}
.color--darkblue,
body.color--darkblue,
.headingcolor--darkblue h1,
.headingcolor--darkblue h2,
.headingcolor--darkblue h3,
.headingcolor--darkblue h4 {
  color: #00f;
}
.color--lightpurple,
body.color--lightpurple,
.headingcolor--lightpurple h1,
.headingcolor--lightpurple h2,
.headingcolor--lightpurple h3,
.headingcolor--lightpurple h4 {
  color: #c500ff;
}
.color--purple,
body.color--purple,
.headingcolor--purple h1,
.headingcolor--purple h2,
.headingcolor--purple h3,
.headingcolor--purple h4 {
  color: #6a00df;
}
.color--lightgreen,
body.color--lightgreen,
.headingcolor--lightgreen h1,
.headingcolor--lightgreen h2,
.headingcolor--lightgreen h3,
.headingcolor--lightgreen h4 {
  color: #66ffd1;
}

.pagebg--whitesmoke,
.bgcolor--whitesmoke {
  background: #f4f4f4;
}
.pagebg--white,
.bgcolor--white {
  background: #fff;
}
.pagebg--pink,
.bgcolor--pink {
  background-color: #ffdbdb;
}
.pagebg--red,
.bgcolor--red {
  background-color: #ff4b4c;
}
.pagebg--lightred,
.bgcolor--lightred {
  background-color: #ff5e69;
}
.pagebg--black,
.bgcolor--black {
  background-color: #000;
}
.pagebg--darkgrey,
.bgcolor--darkgrey {
  background-color: #262626;
}
.pagebg--almostdarkgrey,
.bgcolor--almostdarkgrey {
  background-color: #404040;
}
.pagebg--lightblue,
.bgcolor--lightblue {
  background-color: #e5ffff;
}
.pagebg--darkblue,
.bgcolor--darkblue {
  background-color: #00f;
}
.pagebg--purple,
.bgcolor--purple {
  background-color: #c500ff;
}
.pagebg--lightpurple,
.bgcolor--lightpurple {
  background-color: rgb(247, 219, 255);
}
.pagebg--palepurple,
.bgcolor--palepurple {
  background-color: rgb(251, 237, 255);
}
.pagebg--lightgreen,
.bgcolor--lightgreen {
  background-color: #66ffd1;
}

a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}

a .fa {
  padding: 0 0 0 0.66em;
}
a .fa--left {
  padding: 0 0.66em 0 0;
}
a .fa--nopad {
  padding: 0;
}

.headingcolor--white a {
  color: #fff;
}
.headingcolor--red a {
  color: #ff4b4c;
}
.headingcolor--lightred {
  color: #ff5e69;
}
.headingcolor--black a {
  color: #000;
}
.headingcolor--darkgrey a {
  color: #504b4e;
}
.headingcolor--lightblue a {
  color: #00aeef;
}
.headingcolor--darkblue a {
  color: #00f;
}
.headingcolor--purple a {
  color: #6a00df;
}
.headingcolor--lightpurple a {
  color: #c500ff;
}
.headingcolor--lightgreen a {
  color: #66ffd1;
}

.btn {
  background-color: #ff4b4c;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: 1em 1.75em;
}

.btn .linkline {
  border: none;
}

.btn:hover {
  color: #fff;
  background-color: #404040;
}

.btn--grey {
  background: #eee;
  color: #333;
}

.btn--grey:hover {
  background: #00d4ff;
  color: #fff;
}

/*  ==========================================================================
	Basic layout classes
	========================================================================== */

.bd {
  margin: 0 7.14%;
  position: relative;
  min-height: 1px;
}

.bd:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.padding--top {
  padding-top: 10%;
}
.padding--bottom {
  padding-bottom: 10%;
}
.padding--top-half {
  padding-top: 7%;
}
.padding--bottom-half {
  padding-bottom: 7%;
}
.padding--top-em {
  padding-top: 1em;
}
.padding--bottom-em {
  padding-bottom: 1em;
}

.margin--top {
  margin-top: 10%;
}
.margin--bottom {
  margin-bottom: 10%;
}
.margin--top-half {
  margin-top: 7%;
}
.margin--bottom-half {
  margin-bottom: 7%;
}
.margin--top-em {
  margin-top: 1em;
}
.margin--bottom-em {
  margin-bottom: 1em;
}

.margin--top-med-em {
  margin-top: 1.5em;
}
.margin--bottom-med-em {
  margin-bottom: 1.5em;
}

.margin--none {
  margin: 0;
}
.padding--none {
  margin: 0;
}

@media only screen and (min-width: 550px) {
  .padding--top {
    padding-top: 7%;
  }
  .padding--bottom {
    padding-bottom: 7%;
  }
  .padding--top-half {
    padding-top: 3.5%;
  }
  .padding--bottom-half {
    padding-bottom: 3.5%;
  }

  .margin--top {
    margin-top: 7%;
  }
  .margin--bottom {
    margin-bottom: 7%;
  }
  .margin--top-half {
    margin-top: 3.5%;
  }
  .margin--bottom-half {
    margin-bottom: 3.5%;
  }
}

@media only screen and (min-width: 1000px) {
  .padding--top {
    padding-top: 5%;
  }
  .padding--bottom {
    padding-bottom: 5%;
  }
  .padding--top-half {
    padding-top: 3.5%;
  }
  .padding--bottom-half {
    padding-bottom: 3.5%;
  }

  .margin--top {
    margin-top: 5%;
  }
  .margin--bottom {
    margin-bottom: 5%;
  }
  .margin--top-half {
    margin-top: 3.5%;
  }
  .margin--bottom-half {
    margin-bottom: 3.5%;
  }
}

/*  ==========================================================================
	base nav
	========================================================================== */

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

.inlinenavlist {
  margin: 0 -0.75em;
}

.inlinenavlist li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.inlinenavlist a {
  display: block;
  padding: 0 0.75em;
}

/*  ==========================================================================
	siteheader
	========================================================================== */

.siteheader {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1.5em 0 0;
  z-index: 999;
  text-align: center;
  min-width: 365px;
}

.siteheader--white .siteheader * {
  color: #fff;
}
.siteheader--red .siteheader * {
  color: #ff4b4c;
}
.siteheader--black .siteheader * {
  color: #000;
}
.siteheader--lightblue .siteheader * {
  color: #00aeef;
}
.siteheader--darkblue .siteheader * {
  color: #00f;
}
.siteheader--lightpurple .siteheader * {
  color: #c500ff;
}
.siteheader--purple .siteheader * {
  color: #6a00df;
}

.scrolled .siteheader__bg {
  background-color: inherit;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 998;
  transition: background-color 0.3s ease;
}

.scrolled .siteheader__bg--work {
  height: 70px;
}

.scrolled .siteheader__bg .bg__half {
  position: absolute;
  left: 50%;
  height: 100%;
  width: 50%;
  z-index: 999;
  transition: background-color 0.3s ease;
}

.siteheader__dot {
  margin-top: 10px;
  margin-bottom: -12px;
  font-size: 30px;
  z-index: 1;
  opacity: 1;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
.scrolled .siteheader__dot {
  opacity: 0;
  font-size: 0;
  margin-bottom: 10px;
}
.sitelogo {
  line-height: 1.7em;
}
.sitelogo a {
  font-family: "brandon_grotesqueblack";
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 8px;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-decoration: none;
  text-transform: uppercase;
}

.siteheader__line {
  background-color: #000;
  width: 2px;
  height: 70px;
  margin: 0.75em auto;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
.siteheader--white .siteheader__line {
  background-color: #fff;
}
.siteheader--red .siteheader__line {
  background-color: #ff4b4c;
}
.siteheader--black .siteheader__line {
  background-color: #000;
}
.siteheader--lightblue .siteheader__line {
  background-color: #00aeef;
}
.siteheader--darkblue .siteheader__line {
  background-color: #00f;
}
.siteheader--lightpurple .siteheader__line {
  background-color: #c500ff;
}
.siteheader--purple .siteheader__line {
  background-color: #6a00df;
}

.scrolled .siteheader__line {
  height: 0;
}

@media only screen and (min-width: 550px) {
  .siteheader__dot {
    margin-bottom: -14px;
  }
}

@media only screen and (min-width: 700px) {
  .siteheader__dot {
    margin-bottom: -20px;
  }
  .scrolled .siteheader__dot {
    margin-bottom: 3px;
  }
}

@media only screen and (min-width: 1000px) {
  .sitelogo a {
    font-size: 29px;
    letter-spacing: 10px;
  }
  .siteheader__dot {
    margin-bottom: -16px;
  }
}

@media only screen and (min-width: 1200px) {
  .siteheader__dot {
    margin-bottom: -24px;
  }
  .scrolled .siteheader__dot {
    margin-bottom: -3px;
  }
}

@media only screen and (min-width: 1400px) {
  .siteheader__dot {
    margin-bottom: -28px;
  }
  .scrolled .siteheader__dot {
    margin-bottom: -12px;
  }
}

/*  ==========================================================================
	sitenav
	========================================================================== */

.sitenav__wrapper {
  position: fixed;
  top: 25px;
  left: 0;
  width: 100%;
  z-index: 999;
}

.sitenav {
  position: relative;
  margin: 0 auto;
  padding: 0;
  min-width: 365px;
}

.sitenav ul {
  height: 16px;
  padding: 0;
  position: relative;
  text-align: center;
}

.sitenav li a {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.7;
  text-transform: uppercase;
  padding: 0;
  margin: 0 5px;
}

.sitenav li.current_page_item a {
  font-weight: bold;
}

.sitenav__wrapper,
.sitenav,
.sitenav ul,
.sitenav li {
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

@media only screen and (min-width: 1000px) {
  .scrolled .sitenav__wrapper {
    left: 10%;
    width: 80%;
  }
  .sitenav li {
    float: left;
    width: 20%;
  }
  .sitenav li a {
    margin: 0;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .scrolled .sitenav__wrapper {
    width: 40%;
    left: 30%;
  }
}

/*  ==========================================================================
	Sitefooter
	========================================================================== */

.verticalline {
  position: relative;
  margin-top: 100px;
}
.verticalline::before {
  content: "";
  display: block;
  background-color: #333;
  width: 2px;
  height: 150px;
  margin: -100px auto 1em;
}
.verticalline::after {
  content: "";
  display: block;
  height: 1em;
}

.sitefooter__privacy {
  margin-top: 0.25em;
}

.sitefooter__menu {
  margin-top: 2em;
}

.sitefooter__menu a {
  color: #999;
}

/*  ==========================================================================
	Page
	========================================================================== */

.pageheader {
  text-align: center;
  position: relative;
}

.pageheader__bd {
  position: relative;
  z-index: 2;
}

.pageheader h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 12em;
}

.pageheader .leader {
  margin: 0 auto;
  max-width: 40em;
}

.main--singlework .pageheader .leader {
  max-width: 10em;
}

.pageheader--nocopy .pageheader__bd {
  min-height: 7em;
}

/*
// pageheader--fullheight
*/

.pageheader--fullheight {
  height: 100vh;
}

/*
// pageheader--img
*/

.pageheader--img {
  background: #000;
  color: #fff;
  height: 80vh;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.pageheader--img .pageheaderbody {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  z-index: 99;
  color: #fff;
  pointer-events: none;
  -webkit-transition: opacity 1000ms ease-in 0ms;
  -moz-transition: opacity 1000ms ease-in 0ms;
  transition: opacity 1000ms ease-in 0ms;
}
.pageheader--img .pageheaderbody:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.pageheaderimg--loaded .pageheaderbody {
  opacity: 1;
}

/* .main--singlework .pageheader--img .pageheaderbody{
	position: relative;
	top: auto;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
} */

.pageheader--img .pageheader__bd {
  display: inline-block;
  vertical-align: middle;
}

.postheader--work.pageheader--img {
  background: transparent;
}

.pageheader__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out 0ms;
  -moz-transition: opacity 1000ms ease-out 0ms;
  transition: opacity 1000ms ease-out 0ms;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.pageheaderimg--loaded .pageheader__img {
  -webkit-transition: -webkit-transform 2000ms ease-out 0ms,
    opacity 2000ms ease-out 0ms;
  -moz-transition: -moz-transform 2000ms ease-out 0ms,
    opacity 2000ms ease-out 0ms;
  transition: transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 0.66;
}

.header_logo {
  width: 90%;
  height: auto;
  max-width: 150px;
  margin-bottom: 2em;
}

.main--singlework .pageheader__imgcontainer {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
}

.pageheaderimg--loaded .main--singlework .pageheader__img {
  opacity: 1;
}

@media only screen and (min-width: 700px) {
  /* .pageheader--img .pageheaderbody{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	} */
}

/*
// pageheader--video
*/

.pageheader__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 2000ms ease-out 0ms;
  -moz-transition: opacity 2000ms ease-out 0ms;
  transition: opacity 2000ms ease-out 0ms;
}

.has-videoheader--playing .pageheader__video {
  opacity: 0.66;
}
.no-touch .has-videoheader .pageheader__img {
  display: none;
}

.pageheader__oembed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.pageheader__oembed iframe {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

/*
// pageheader--slider
*/

.sliderimages {
  background-color: #000;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out 0ms;
  -moz-transition: opacity 1000ms ease-out 0ms;
  transition: opacity 1000ms ease-out 0ms;
}
.sliderimage--loaded .sliderimages {
  opacity: 1;
}

.main--page .sliderimages {
  background-color: #fff;
}

.sliderimage,
.sliderimage__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sliderimage__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  opacity: 0.8;
}

/* postheader */

.postheaderimg {
  padding: 50% 0 0;
  position: relative;
  background: #eee;
  overflow: hidden;
}
.has-videoheader--playing .postheaderimg .pageheader__video {
  opacity: 1;
}
.postheaderimg .pageheader__img {
  opacity: 1;
  ]-webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}

.postheader--oembedplaying .postheaderimg {
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}

.postheader--work .worktitle {
  color: #fff;
}

.postheader--work .leader {
  margin: 0 auto;
  max-width: 30em;
  line-height: 1;
}

.postheader--work .leader:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0.45em auto;
}

.postheader--work .postheaderimg {
  padding: 85% 0 0;
}
@media only screen and (min-width: 700px) {
  .postheader--work .leader:before {
    width: 8px;
    height: 8px;
  }
}

@media only screen and (min-width: 1000px) {
  .postheader--work .postheaderimg {
    padding: 65% 0 0;
  }
}

/*  ==========================================================================
    share icons
    ========================================================================== */

.shareicons {
  color: #fff;
  margin-top: 2em;
}
.shareiconslist li {
  margin: 0;
  display: inline-block;
}

.sharelink {
  display: inline-block;
  height: 2em;
  background: #262626;
  line-height: 2em;
  margin: 0;
  color: #fff;
  border-radius: 1em;
}

.sharelink:after {
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
}

.shareicon {
  width: 2em;
  text-align: center;
  display: block;
  float: left;
  padding: 0;
  border: none;
}

.shareicon .fa {
  display: inline-block;
  padding: 0;
}
a:hover .shareicon .fa {
  display: inline-block;
  padding: 0;
}

.sharetext {
  overflow: hidden;
  font-size: 12px;
  display: block;
  float: left;
  text-align: right;
  width: 0;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  text-align: left;
}

.sharelink:hover .sharetext {
  width: 45px;
}

/* reverse sharelink when image is present */
.pageheader--img .sharelink {
  background: #fff;
}
.pageheader--img .sharelink--facebook,
.pageheader--img .sharelink--facebook:hover {
  color: #3b5998;
}
.pageheader--img .sharelink--twitter,
.pageheader--img .sharelink--twitter:hover {
  color: #00aced;
}
.pageheader--img .sharelink--linkedin,
.pageheader--img .sharelink--linkedin:hover {
  color: #007bb6;
}

@media only screen and (min-width: 700px) {
  .sharelink {
    line-height: 3em;
    height: 3em;
    border-radius: 1.5em;
  }
  .shareicon {
    width: 3em;
  }
}

/*  ==========================================================================
	content
	========================================================================== */

.main--work {
  margin-top: 140px;
}
.main--singlework,
.main--default,
.main--singlepost {
  margin-top: 125px;
}

.main--contact {
  margin-top: 220px;
}

/*  ==========================================================================
	content
	========================================================================== */

.content {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}

/*@media only screen and (min-width:550px){
	.content{ width: 83.4%; padding: 0 .5em;  }
}

@media only screen and (min-width:700px){
	.content{ padding: 0 0.625em; }
}

@media only screen and (min-width:1400px){
	.content{ width: 66.8%; }
}*/

@media only screen and (min-width: 550px) {
  .content {
    width: 83.4%;
    padding: 0 0.5em;
  }
}

@media only screen and (min-width: 700px) {
  .content {
    padding: 0 0.625em;
  }
}

@media only screen and (min-width: 800px) {
  .content {
    width: 66.8%;
  }
}

@media only screen and (min-width: 1000px) {
  .content {
    width: 60%;
    padding: 0 0.75em;
  }
}

@media only screen and (min-width: 1200px) {
  .content {
    width: 50%;
  }
  .main--singlework .content {
    width: 60%;
  }
  .flexinsight__leader {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.content ul {
  padding-left: 1.25em;
}

.br br {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .br br {
    display: block;
  }
}

/*  ==========================================================================
	.posts
	========================================================================== */

.posts {
  margin-bottom: -1.5em;
}

.post {
  margin-bottom: 1.5em;
}

.post__categories {
  margin-bottom: 0.5em;
}
.post__heading {
  margin: 0;
}

.postimg {
  padding: 65% 0 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}

.postimg__img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
}
.postimg__img.loaded {
  opacity: 1;
}

/*  ==========================================================================
	.work posts
	========================================================================== */

.post--work {
  position: relative;
}

.post--work .post__details {
  position: absolute;
  top: 50%;
  width: 80%;
  margin: 0 10%;
  text-align: center;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.touch .post--work .post__details {
  opacity: 1;
  top: 50%;
}

.post--work .post__details h3 {
  font-size: 18px;
  margin: 0 auto;
  text-transform: uppercase;
  color: #0ff;
}

.post--work .post__details p {
  font-size: 22px;
  line-height: 23px;
  padding: 0;
  margin: 0 auto;
}

.post--work .post__description:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0.45em auto;
}

.post--work.post--featured .post__description::before {
  width: 7px;
  height: 7px;
  margin: 0.75em auto;
}

.post--work .postimg {
  background: #000;
  padding: 65% 0 0;
}

.post--work .postimg__img {
  opacity: 1;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

.post--work:hover .postimg__img {
  opacity: 0.65;
}

@media only screen and (min-width: 1000px) {
  .post--work .post__details {
    top: 60%;
    opacity: 0;
  }
  .post--work:hover .post__details {
    opacity: 1;
    top: 50%;
  }
  .post--work.post--featured .post__details h3 {
    font-size: 26px;
  }
  .post--work.post--featured .post__details p {
    font-size: 35px;
    line-height: 35px;
  }
}

/*  ==========================================================================
	.work siglepost
	========================================================================== */
.worktype__list {
  margin-top: 1.55em;
}
.worktype__list li {
  display: inline-block;
  list-style: none;
  padding: 0 1.5em;
  opacity: 0.3;
  font-size: 70%;
  vertical-align: top;
  text-align: center;
}

.singlework--vision .worktype__vision {
  opacity: 1;
}
.singlework--maps .worktype__maps {
  opacity: 1;
}
.singlework--stories .worktype__stories {
  opacity: 1;
}
.singlework--symbols .worktype__symbols {
  opacity: 1;
}

.worktype__icon {
  margin-top: 1em;
  height: 36px;
  display: block;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.color--white .worktype__vision .worktype__icon {
  background-image: url("../img/furniture/fsc-vision-white.png");
}
.color--black .worktype__vision .worktype__icon {
  background-image: url("../img/furniture/fsc-vision-black.png");
}
.color--white .worktype__maps .worktype__icon {
  background-image: url("../img/furniture/fsc-maps-white.png");
}
.color--black .worktype__maps .worktype__icon {
  background-image: url("../img/furniture/fsc-maps-black.png");
}
.color--white .worktype__stories .worktype__icon {
  background-image: url("../img/furniture/fsc-stories-white.png");
}
.color--black .worktype__stories .worktype__icon {
  background-image: url("../img/furniture/fsc-stories-black.png");
}
.color--white .worktype__symbols .worktype__icon {
  background-image: url("../img/furniture/fsc-symbols-white.png");
}
.color--black .worktype__symbols .worktype__icon {
  background-image: url("../img/furniture/fsc-symbols-black.png");
}

@media only screen and (min-width: 550px) {
  .worktype__list li {
    font-size: 85%;
  }
}

@media only screen and (min-width: 700px) {
  .worktype__list li {
    font-size: 100%;
  }
}

/*  ==========================================================================
	paging
	========================================================================== */

.paging {
  position: relative;
  padding: 0;
  margin: 2em 0 0;
}

.paging__prev {
  float: left;
}
.paging__next {
  float: right;
}

.paging__prev,
.paging__next {
  transition: opacity 250ms linear 0ms;
  opacity: 1;
  font-weight: bold;
  cursor: pointer;
}

.paging__prev:hover,
.paging__next:hover {
  text-decoration: none;
  opacity: 0.6;
}

.paging__prev {
  background: url(../img/furniture/arrow-w-small.png) left center transparent
    no-repeat;
  padding-left: 50px;
}

.paging__next {
  background: url(../img/furniture/arrow-e-small.png) right center transparent
    no-repeat;
  padding-right: 50px;
}

/*  ==========================================================================
    searchpopup
    ========================================================================== */

.searchpopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  z-index: 99;
  transition: opacity 250ms ease-out 0ms, top 250ms ease-out 0ms,
    left 0ms linear 250ms;
  opacity: 0;
  top: 1em;
}

.searchpopupoverlay {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  transition: opacity 300ms ease-out 0ms, left 0ms linear 500ms;
}
.popupsearch--open .searchpopup {
  left: 0;
  opacity: 1;
  top: 0em;
  -webkit-transition: opacity 500ms ease-out 250ms, top 500ms ease-out 250ms,
    left 0ms linear 0ms;
  -moz-transition: opacity 500ms ease-out 250ms, top 500ms ease-out 250ms,
    left 0ms linear 0ms;
  transition: opacity 500ms ease-out 250ms, top 500ms ease-out 250ms,
    left 0ms linear 0ms;
}
.popupsearch--open .searchpopupoverlay {
  left: 0;
  opacity: 0.88;
  -webkit-transition: opacity 500ms ease-out 5ms, left 0ms linear 0ms;
  -moz-transition: opacity 500ms ease-out 5ms, left 0ms linear 0ms;
  transition: opacity 500ms ease-out 5ms, left 0ms linear 0ms;
}

.searchpopup:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

.searchpopupform {
  width: 85.72%;
  display: inline-block;
  vertical-align: middle;
}

.searchpopupform .field__label {
  display: block;
  font-weight: 700;
  margin: 0 0 0.75em;
}

.searchpopupform .field__note {
  margin: 0.75em 0 0;
}
.searchpopupform .field__note strong {
  cursor: pointer;
}

.searchpopupform .field__input {
  padding: 0.66em 3.5em 0.66em 0.66em;
  border: solid 1px #fff;
  font-size: 1.5em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}

.searchpopupform .field__input input {
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  width: 100%;
  outline: none;
  text-align: left;
}

.searchpopupbtn {
  width: 1.75em;
  padding: 0.66em;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.searchpopupbtn:hover {
  background: #fff;
  color: #333;
}

.searchpopupbtn .fa {
  padding: 0;
}

@media only screen and (min-width: 550px) {
  .searchpopupform .field__input {
    font-size: 1.75em;
  }
}

@media only screen and (min-width: 700px) {
  .searchpopupform .field__input {
    font-size: 2em;
  }
  .searchpopupform {
    width: 75%;
  }
}

/*  ==========================================================================
	Back to Top
	========================================================================== */

.backtotop {
  margin: 135px 0 0;
  text-align: center;
}

.backtotop a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  letter-spacing: 2px;
  position: relative;
}
.backtotop a:hover {
  text-decoration: none;
}
.backtotop.color--white a {
  color: #fff;
}

.backtotop div {
  background: url("../img/furniture/arrowup-black.png") no-repeat scroll 0 0
    transparent;
  height: 37px;
  width: 26px;
  margin: 0 auto 15px;
}
.backtotop.color--white div {
  background-image: url("../img/furniture/arrowup.png");
}

/*  ==========================================================================
	headings
	========================================================================== */

.headingdot,
.headingline {
  position: relative;
  z-index: 1;
  /*margin: 0 0 1em;*/
  text-align: center;
}
.headingdot:after,
.headingline:before {
  content: "";
  display: block;
}
.headingline:before {
  background-color: #333;
  width: 2px;
  height: 80px;
  border-radius: 1px;
  margin: 0 auto 0.25em;
}
.headingdot:after {
  background-color: #333;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0.75em auto 0.5em;
}

.headingcolor--white .headingdot:after,
.headingcolor--white .headingline:before {
  background-color: #fff;
}
.headingcolor--red .headingdot:after,
.headingcolor--red .headingline:before {
  background-color: #ff4b4c;
}
.headingcolor--lightred .headingdot:after,
.headingcolor--lightred .headingline:before {
  background-color: #ff5e69;
}
.headingcolor--black .headingdot:after,
.headingcolor--black .headingline:before {
  background-color: #000;
}
.headingcolor--darkgrey .headingdot:after,
.headingcolor--darkgrey .headingline:before {
  background-color: #504b4e;
}
.headingcolor--lightblue .headingdot:after,
.headingcolor--lightblue .headingline:before {
  background-color: #00aeef;
}
.headingcolor--darkblue .headingdot:after,
.headingcolor--darkblue .headingline:before {
  background-color: #00f;
}
.headingcolor--purple .headingdot:after,
.headingcolor--purple .headingline:before {
  background-color: #6a00df;
}
.headingcolor--lightpurple .headingdot:after,
.headingcolor--lightpurple .headingline:before {
  background-color: #c500ff;
}
.headingcolor--lightgreen .headingdot:after,
.headingcolor--lightgreen .headingline:before {
  background-color: #66ffd1;
}

/*  ==========================================================================
	Front Page
	========================================================================== */

.welcome {
  position: relative;
  padding: 60px 0px 70px;
}

.welcome.pageheader {
  padding: 0;
}

.welcome__line {
  background-color: #333;
  position: absolute;
  width: 2px;
  height: 100px;
  z-index: 3;
  left: 50%;
  margin: 0 0 0 -1px;
  top: -50px;
}

@media only screen and (min-width: 800px) {
  .welcome__line {
    height: 110px;
  }
  .welcome {
    padding: 80px 0px 70px;
  }
}

@media only screen and (min-width: 1000px) {
  .welcome__line {
    height: 150px;
  }
  .welcome {
    padding: 120px 0px 70px;
  }
}

h1.pageheadertitle {
  position: relative;
  margin-bottom: 0.65em;
}

h1.pageheadertitle:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  display: block;
  bottom: -0.45em;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 700px) {
  h1.pageheadertitle {
    margin-bottom: 0.65em;
  }
  h1.pageheadertitle:after {
    height: 15px;
    width: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  h1.pageheadertitle:after {
    height: 20px;
    width: 20px;
  }
}

.better span {
  font-family: "brandon_grotesqueblack", sans-serif;
}

.better span.uno {
  margin: 0 -3px 0 0;
}

.better span.dos {
  margin: 0 0 0 -3px;
}

.welcome__offices {
  margin-bottom: -100px;
}

/* Mission */

.mission__heading {
  line-height: 1.25;
  position: relative;
  margin-top: 0;
}
.mission__heading:after {
  content: "";
  display: block;
  background-color: #000;
  width: 2px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -1px;
  bottom: -120px;
}

.mission__body {
  position: relative;
  width: 100%;
  margin: 100px auto 0;
  height: 0;
  padding-bottom: 135%;
}

.mission__box {
  background-color: #66ffd1;
  width: 0;
  height: 0;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 2;
  transition: width 0.6s ease 0.6s, padding 0.6s ease 0.6s;
  -webkit-transition: width 0.6s ease 0.6s, padding 0.6s ease 0.6s;
  -moz-transition: width 0.6s ease 0.6s, padding 0.6s ease 0.6s;
  -o-transition: width 0.6s ease 0.6s, padding 0.6s ease 0.6s;
}

.effect--ready .mission__box {
  width: 85%;
  padding-top: 70%;
}

.mission__boxinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  opacity: 0;
  transition: opacity 0.6s ease 1.2s;
  -webkit-transition: opacity 0.6s ease 1.2s;
  -moz-transition: opacity 0.6s ease 1.2s;
  -o-transition: opacity 0.6s ease 1.2s;
}

.mission__boxinner p:last-child {
  margin-bottom: 0;
}

.effect--ready .mission__boxinner {
  opacity: 1;
  letter-spacing: 1px;
}

.mission__boxinner a {
  color: #da00ff;
  text-decoration: underline;
}

.mission__bubble {
  background-color: rgba(0, 0, 0, 0.7);
  width: 150px;
  height: 150px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  transition: top 0.6s ease, left 0.6s ease, right 0.6s ease, bottom 0.6s ease;
  -webkit-transition: top 0.6s ease, left 0.6s ease, right 0.6s ease,
    bottom 0.6s ease;
  -moz-transition: top 0.6s ease, left 0.6s ease, right 0.6s ease,
    bottom 0.6s ease;
  -o-transition: top 0.6s ease, left 0.6s ease, right 0.6s ease,
    bottom 0.6s ease;
}
.mission__bubble:nth-child(1) {
  top: 5%;
  left: 5%;
}
.mission__bubble:nth-child(2) {
  top: 5%;
  right: 5%;
}
.mission__bubble:nth-child(3) {
  bottom: 5%;
  left: 5%;
}
.mission__bubble:nth-child(4) {
  bottom: 5%;
  right: 5%;
}

.effect--ready .mission__bubble:nth-child(1) {
  top: 0;
  left: 0;
}
.effect--ready .mission__bubble:nth-child(2) {
  top: 0;
  right: 0;
}
.effect--ready .mission__bubble:nth-child(3) {
  bottom: 0;
  left: 0;
}
.effect--ready .mission__bubble:nth-child(4) {
  bottom: 0;
  right: 0;
}

.mission__bubbleinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  opacity: 0;
  transition: opacity 0.6s ease 1.8s;
  -webkit-transition: opacity 0.6s ease 1.8s;
  -moz-transition: opacity 0.6s ease 1.8s;
  -o-transition: opacity 0.6s ease 1.8s;
}
.effect--ready .mission__bubbleinner {
  opacity: 1;
}
.mission__bubble:nth-child(1) .mission__bubbleinner,
.mission__bubble:nth-child(2) .mission__bubbleinner {
  margin-top: -0.75em;
}
.mission__bubble:nth-child(3) .mission__bubbleinner,
.mission__bubble:nth-child(4) .mission__bubbleinner {
  margin-top: 0.75em;
}

.mission__bubbleinner h3 {
  margin: 0;
  letter-spacing: 1px;
}
.mission__bubbleinner p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 18px;
}

@media only screen and (min-width: 450px) {
  .mission__body {
    margin-top: 50px;
  }
  .mission__bubble {
    width: 165px;
    height: 165px;
  }
}

@media only screen and (min-width: 550px) {
  .mission__heading:after {
    height: 110px;
  }

  .mission__body {
    padding-bottom: 110%;
    width: 95%;
  }

  .effect--ready .mission__box {
    width: 75%;
  }

  .mission__bubble {
    width: 180px;
    height: 180px;
  }

  .mission__bubble:nth-child(1),
  .mission__bubble:nth-child(3) {
    text-align: left;
  }
  .mission__bubble:nth-child(2),
  .mission__bubble:nth-child(4) {
    text-align: right;
  }

  .mission__bubbleinner {
    width: 60%;
  }
}

@media only screen and (min-width: 600px) {
  .mission__body {
    padding-bottom: 98%;
  }
  .effect--ready .mission__box {
    padding-top: 55%;
  }
}

@media only screen and (min-width: 700px) {
  .mission__heading:after {
    bottom: -140px;
  }
  .mission__body {
    padding-bottom: 90%;
    max-width: 600px;
  }

  .effect--ready .mission__box {
    padding-top: 50%;
    width: 70%;
  }

  .mission__bubble {
    width: 200px;
    height: 200px;
  }
  .mission__bubbleinner p {
    font-size: 18px;
    line-height: 21px;
  }
}

@media only screen and (min-width: 800px) {
  .mission__body {
    height: 600px;
    padding: 0;
  }
}

@media only screen and (min-width: 1000px) {
  .mission__heading:after {
    bottom: -170px;
    height: 150px;
  }
  .mission__body {
    margin-top: 100px;
  }
  .mission__bubble {
    width: 230px;
    height: 230px;
  }
  .mission__bubbleinner p {
    font-size: 21px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .mission__body {
    max-width: 700px;
    height: 650px;
  }
}

/* Live */

.welcome__live {
  position: relative;
  padding: 0;
}

.welcome__live h1 {
  width: 100%;
  text-align: center;
  color: #000;
  position: absolute;
  top: 60px;
  left: 0;
}

.welcome__live .welcome__line {
  background-color: #333;
  top: -50px;
}

.live__content {
  width: 83.4%;
  padding: 16.6% 0;
}
.live__lastestblog .live__content {
  padding-top: 150px;
}
.twitterfeed__body a {
  word-break: break-all;
}

.post__meta {
  letter-spacing: 1.5px;
}

.twitterfeed__date {
  color: #8f00ff;
}
.twitterfeed__name {
  letter-spacing: 1.5px;
}

@media only screen and (min-width: 550px) {
  .live__content {
    width: 66.8%;
  }
}

@media only screen and (min-width: 800px) {
  .welcome__live h1 {
    top: 75px;
  }

  .live__body {
    display: table;
  }

  .live__body > div {
    width: 50%;
    display: table-cell;
    padding-top: 0;
    vertical-align: top;
  }

  .live__body .live__twitterfeed {
    left: 50%;
  }
  .live__content,
  .live__lastestblog .live__content {
    width: 70%;
    padding: 16% 0;
  }
}

@media only screen and (min-width: 1000px) {
  .welcome__live h1 {
    top: 125px;
  }
  .live__body > div {
    padding-top: 2.5%;
  }
  .live__content {
    width: 65%;
  }
}

/*  ==========================================================================
	Approach Page
	========================================================================== */

.approach__body {
  position: relative;
  height: 440px;
  width: 100%;
  min-width: 310px;
  max-width: 340px;
  /*width: 100%;*/
  margin: 50px auto;
  /*height: 0;*/
  /*padding-bottom: 135%;*/
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.approach__body.bubbleopen {
  /*padding-bottom: 120%;*/
  height: 360px;
  width: 320px;
}

.bubbleopen .approach__bubble,
.approach__body.bubbleopen,
.bubbleopen .approach__bubbleinner h3 {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.approach__box {
  background-color: #66ffd1;
  width: 0;
  height: 0;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 2;
  transition: width 0.6s ease, height 0.6s ease, padding 0.6s ease,
    background-color 1s ease;
  -webkit-transition: width 0.6s ease, height 0.6s ease, padding 0.6s ease,
    background-color 1s ease;
  -moz-transition: width 0.6s ease, height 0.6s ease, padding 0.6s ease,
    background-color 1s ease;
  -o-transition: width 0.6s ease, height 0.6s ease, padding 0.6s ease,
    background-color 1s ease;
}

.effect--ready .approach__box {
  height: 320px;
  width: 215px;
}

.effect--ready.bubbleopen .approach__box {
  height: 240px;
  width: 210px;
  transition: width 0.4s ease, height 0.4s ease, padding 0.4s ease,
    background-color 1s ease;
  -webkit-transition: width 0.4s ease, height 0.4s ease, padding 0.4s ease,
    background-color 1s ease;
  -moz-transition: width 0.4s ease, height 0.4s ease, padding 0.4s ease,
    background-color 1s ease;
  -o-transition: width 0.4s ease, height 0.4s ease, padding 0.4s ease,
    background-color 1s ease;
}

.approach__boxinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  opacity: 0;
  transition: opacity 0.6s ease 0.6s;
  -webkit-transition: opacity 0.6s ease 0.6s;
  -moz-transition: opacity 0.6s ease 0.6s;
  -o-transition: opacity 0.6s ease 0.6s;
  visibility: hidden;
}

.effect--ready .approach__boxinner.open {
  opacity: 1;
  letter-spacing: 1px;
  visibility: visible;
  transition: opacity 0.6s ease 0;
  -webkit-transition: opacity 0.6s ease 0;
  -moz-transition: opacity 0.6s ease 0;
  -o-transition: opacity 0.6s ease 0;
}

.approach__boxinner h3 {
  margin-top: 0;
  font-size: 80%;
}

.approach__boxinner--main h3:after {
  content: "";
  background-color: #000;
  height: 5px;
  width: 5px;
  margin: 0.5em auto;
  display: block;
  border-radius: 50%;
}

.approach__boxinner--main p {
  font-weight: normal;
  line-height: 1;
  font-size: 75%;
}

.approach__boxinner p:last-child {
  margin-bottom: 0;
}

.approach__boxinner--bubble .copy__heading {
  margin: 0 0 0.75em;
}

.approach__boxinner--bubble .copy__icon {
  max-width: 50px;
}

.approach__boxinner--bubble .copy__subheading {
  font-size: 80%;
  margin: 0.5em 0 1em;
}

.approach__boxinner--bubble .copy__copy {
  font-size: 80%;
  line-height: 1;
  letter-spacing: 0;
}

.approach__arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.approach__arrow {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
}
.approach__arrow.toparrow {
  top: 0;
}
.approach__arrow.bottomarrow {
  bottom: 0;
}

.approach__arrow:before,
.approach__arrow:after {
  content: "";
  position: absolute;
  background: url("../img/furniture/arrow-nw.png") no-repeat scroll 0 0
    transparent;
  background-size: 100% auto;
  width: 15px;
  height: 15px;
  display: block;
}

.approach__arrow.toparrow:before {
  top: 1em;
  left: 1em;
  -webkit-animation: arrowsidenw normal 2s infinite linear 1.5s;
  animation: arrowsidenw normal 2s infinite linear 1.5s;
}
.approach__arrow.toparrow:after {
  top: 1em;
  right: 1em;
  transform: rotate(90deg);
  -webkit-animation: arrowsidene normal 2s infinite linear 1.5s;
  animation: arrowsidene normal 2s infinite linear 1.5s;
}

.approach__arrow.bottomarrow:before {
  bottom: 1em;
  left: 1em;
  transform: rotate(-90deg);
  -webkit-animation: arrowsidesw normal 2s infinite linear 1.5s;
  animation: arrowsidesw normal 2s infinite linear 1.5s;
}
.approach__arrow.bottomarrow:after {
  bottom: 1em;
  right: 1em;
  transform: rotate(180deg);
  -webkit-animation: arrowsidese normal 2s infinite linear 1.5s;
  animation: arrowsidese normal 2s infinite linear 1.5s;
}

/* arrow transitions */

@-webkit-keyframes arrowsidenw {
  0% {
    top: 15px;
    left: 15px;
  }
  10% {
    top: 20px;
    left: 20px;
  }
  20% {
    top: 15px;
    left: 15px;
  }
  100% {
    top: 15px;
    left: 15px;
  }
}

@keyframes arrowsidenw {
  0% {
    top: 15px;
    left: 15px;
  }
  10% {
    top: 20px;
    left: 20px;
  }
  20% {
    top: 15px;
    left: 15px;
  }
  100% {
    top: 15px;
    left: 15px;
  }
}

@-webkit-keyframes arrowsidene {
  0% {
    top: 15px;
    right: 15px;
  }
  10% {
    top: 20px;
    right: 20px;
  }
  20% {
    top: 15px;
    right: 15px;
  }
  100% {
    top: 15px;
    right: 15px;
  }
}

@keyframes arrowsidene {
  0% {
    top: 15px;
    right: 15px;
  }
  10% {
    top: 20px;
    right: 20px;
  }
  20% {
    top: 15px;
    right: 15px;
  }
  100% {
    top: 15px;
    right: 15px;
  }
}

@-webkit-keyframes arrowsidesw {
  0% {
    bottom: 15px;
    left: 15px;
  }
  10% {
    bottom: 20px;
    left: 20px;
  }
  20% {
    bottom: 15px;
    left: 15px;
  }
  100% {
    bottom: 15px;
    left: 15px;
  }
}

@keyframes arrowsidesw {
  0% {
    bottom: 15px;
    left: 15px;
  }
  10% {
    bottom: 20px;
    left: 20px;
  }
  20% {
    bottom: 15px;
    left: 15px;
  }
  100% {
    bottom: 15px;
    left: 15px;
  }
}

@-webkit-keyframes arrowsidese {
  0% {
    bottom: 15px;
    right: 15px;
  }
  10% {
    bottom: 20px;
    right: 20px;
  }
  20% {
    bottom: 15px;
    right: 15px;
  }
  100% {
    bottom: 15px;
    right: 15px;
  }
}

@keyframes arrowsidese {
  0% {
    bottom: 15px;
    right: 15px;
  }
  10% {
    bottom: 20px;
    right: 20px;
  }
  20% {
    bottom: 15px;
    right: 15px;
  }
  100% {
    bottom: 15px;
    right: 15px;
  }
}

.bubbleclose {
  margin: 30px auto 0;
  background: url(../img/furniture/apprclose.png) no-repeat scroll 0 0
    transparent;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.approach__bubble {
  background-color: #000;
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  transition: background-color 0.6s ease, width 0.6s ease, height 0.6s ease;
  -webkit-transition: background-color 0.6s ease, width 0.6s ease,
    height 0.6s ease;
  -moz-transition: background-color 0.6s ease, width 0.6s ease, height 0.6s ease;
  -o-transition: background-color 0.6s ease, width 0.6s ease, height 0.6s ease;
}

.approach__bubble:hover {
  background-color: #fff;
}

.bubbleopen .approach__bubble:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.approach__bubble:nth-child(1) {
  top: 0;
  left: 0;
}
.approach__bubble:nth-child(2) {
  top: 0;
  right: 0;
}
.approach__bubble:nth-child(3) {
  bottom: 0;
  left: 0;
}
.approach__bubble:nth-child(4) {
  bottom: 0;
  right: 0;
}

.approach__bubbleinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  opacity: 1;
  transition: opacity 0.6s ease 1.8s;
  -webkit-transition: opacity 0.6s ease 1.8s;
  -moz-transition: opacity 0.6s ease 1.8s;
  -o-transition: opacity 0.6s ease 1.8s;
}
.approach__bubble:nth-child(1) .approach__bubbleinner,
.approach__bubble:nth-child(2) .approach__bubbleinner {
  margin-top: -0.5em;
}
.approach__bubble:nth-child(3) .approach__bubbleinner,
.approach__bubble:nth-child(4) .approach__bubbleinner {
  margin-top: 0.5em;
}

.approach__bubbleinner h3 {
  font-size: 76%;
  margin: 0;
  letter-spacing: 1px;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.bubbleopen .approach__bubbleinner h3 {
  color: #fff;
}

.approach__bubbleinner h3:before,
.approach__bubbleinner h3:after {
  background-color: #66ffd1;
  height: 5px;
  width: 5px;
  display: block;
  border-radius: 50%;
}

.bubbleopen .approach__bubbleinner h3:before,
.bubbleopen .approach__bubbleinner h3:after {
  background-color: #fff;
}

.approach__bubble:nth-child(1) .approach__bubbleinner h3:after,
.approach__bubble:nth-child(2) .approach__bubbleinner h3:after {
  content: "";
  margin: 0.5em auto 0;
}
.approach__bubble:nth-child(3) .approach__bubbleinner h3:before,
.approach__bubble:nth-child(4) .approach__bubbleinner h3:before {
  content: "";
  margin: 0 auto 0.5em;
}

.approach__bubbleinner p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 18px;
}

.approach__columnwrapper {
  position: relative;
}

.approach__columns {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease;
  -webkit-transition: max-height 0.8s ease;
  -moz-transition: max-height 0.8s ease;
  -o-transition: max-height 0.8s ease;
}

.open.approach__columns {
  max-height: 99999999px;
}

.approach__columns > .gd-g .gd-u {
  position: relative;
  border-bottom: 1px solid #fff;
}

.approach__columns .columns__content {
  margin: 15px 0;
  padding: 15px 0;
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.open.approach__columns .columns__content {
  opacity: 1;
}
.columns__heading {
  margin: 0 0 0.5em;
}
.approach__columns .columns__heading:after {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  display: block;
  background-color: #fff;
  margin: 0.5em auto 0;
}

.approach__columns .columns__body {
  max-width: 255px;
  margin: 0 auto;
}

.approach__projects .headingline:before {
  background: #fff;
}

.approachbox__line {
  background-color: #fff;
  height: 0;
  width: 1px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(-70px);
  margin: 0 0 0 -1px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.bubbleopen .approachbox__line {
  height: 120px;
  transition: all 0.4s ease 0.8s;
  -webkit-transition: all 0.4s ease 0.8s;
  -moz-transition: all 0.4s ease 0.8s;
  -o-transition: all 0.4s ease 0.8s;
}

.column__line {
  background-color: #fff;
  height: 1px;
  width: 0;
  position: absolute;
  left: 50%;
  margin: 0 0 0 1px;
  transition: all 0.8s ease 0.8s;
  -webkit-transition: all 0.8s ease 0.8s;
  -moz-transition: all 0.8s ease 0.8s;
  -o-transition: all 0.8s ease 0.8s;
}
.bubbleopen.column__line {
  width: 100%;
  left: 0;
  transition: all 0.8s ease 1.2s;
  -webkit-transition: all 0.8s ease 1.2s;
  -moz-transition: all 0.8s ease 1.2s;
  -o-transition: all 0.8s ease 1.2s;
}

@media only screen and (min-width: 700px) {
  .approach__body {
    height: 580px;
    width: 580px;
    max-width: 99999px;
  }
  .approach__body.bubbleopen {
    height: 442px;
    width: 686px;
  }

  .approach__bubble {
    width: 175px;
    height: 175px;
  }
  .bubbleopen .approach__bubble {
    width: 135px;
    height: 135px;
  }

  .effect--ready .approach__box {
    height: 345px;
    width: 345px;
  }
  .approach__body.bubbleopen.effect--ready .approach__box {
    height: 285px;
    width: 530px;
  }

  .approach__boxinner p {
    font-weight: bold;
  }
  .approach__boxinner h3,
  .approach__bubbleinner h3 {
    font-size: 90%;
  }

  .bubbleopen .approach__bubbleinner h3 {
    font-size: 80%;
  }

  .approach__boxinner--bubble .copy__heading {
    font-size: 100%;
  }

  .approach__boxinner--bubble .copy__icon {
    max-width: 75px;
  }

  .approach__boxinner--bubble .copy__subheading {
    font-size: 90%;
  }

  .approach__boxinner--bubble .copy__copy {
    font-size: 90%;
  }

  .approach__columns .gd-u:nth-child(odd) .columns__content:before {
    content: "";
    display: block;
    position: absolute;
    height: 80%;
    width: 1px;
    background-color: #fff;
    top: 10%;
    transform: translateX(-1px);
    right: 0;
  }
}

@media only screen and (min-width: 800px) {
  .approach__arrow:before,
  .approach__arrow:after {
    width: 20px;
    height: 20px;
  }
  .approach__boxinner--bubble .copy__heading {
    font-size: 120%;
    margin-bottom: 0.5em;
  }
}

@media only screen and (min-width: 1000px) {
  .approach__boxinner h3,
  .approach__bubbleinner h3 {
    font-size: 95%;
  }

  .approach__columns .gd-u:nth-child(odd) .columns__content:before {
    display: none;
  }
  .approach__columns
    .gd-u-gt1000-1-3:nth-child(3n + 2)
    .columns__content:before,
  .approach__columns
    .gd-u-gt1000-1-3:nth-child(3n + 1)
    .columns__content:before,
  .approach__columns
    .gd-u-gt1000-1-4:nth-child(4n + 1)
    .columns__content:before,
  .approach__columns
    .gd-u-gt1000-1-4:nth-child(4n + 2)
    .columns__content:before,
  .approach__columns
    .gd-u-gt1000-1-4:nth-child(4n + 3)
    .columns__content:before {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 1px;
    background-color: #fff;
    top: 10%;
    right: 0;
    transition: all 0.4s ease 0.8s;
    -webkit-transition: all 0.4s ease 0.8s;
    -moz-transition: all 0.4s ease 0.8s;
    -o-transition: all 0.4s ease 0.8s;
  }

  .approach__columns .gd-u:last-child .columns__content:before {
    display: none;
  }

  .open.approach__columns .gd-u .columns__content:before {
    height: 80%;
  }
}

@media only screen and (min-width: 1200px) {
  .approach__body {
    height: 620px;
    width: 620px;
  }
  .approach__body.bubbleopen {
    height: 500px;
    width: 710px;
  }

  .approach__bubble {
    width: 195px;
    height: 195px;
  }
  .bubbleopen .approach__bubble {
    width: 145px;
    height: 145px;
  }

  .effect--ready .approach__box {
    height: 375px;
    width: 375px;
  }
  .approach__body.bubbleopen.effect--ready .approach__box {
    height: 320px;
    width: 540px;
  }

  .bubbleopen .approach__bubbleinner h3 {
    font-size: 70%;
  }
}

@media only screen and (min-width: 1400px) {
  .approach__body {
    height: 640px;
    width: 640px;
  }
  .approach__body.bubbleopen {
    height: 540px;
    width: 750px;
  }

  .approach__bubble {
    width: 215px;
    height: 215px;
  }
  .bubbleopen .approach__bubble {
    width: 155px;
    height: 155px;
  }

  .effect--ready .approach__box {
    height: 395px;
    width: 395px;
  }
  .approach__body.bubbleopen.effect--ready .approach__box {
    height: 340px;
    width: 560px;
  }

  .bubbleopen .approach__bubbleinner h3 {
    font-size: 70%;
  }
}

@media only screen and (min-width: 1600px) {
  .approach__body {
    height: 680px;
    width: 680px;
  }
  .approach__body.bubbleopen {
    height: 560px;
    width: 770px;
  }

  .approach__bubble {
    width: 225px;
    height: 225px;
  }
  .bubbleopen .approach__bubble {
    width: 165px;
    height: 165px;
  }

  .effect--ready .approach__box {
    height: 415px;
    width: 415px;
  }
  .approach__body.bubbleopen.effect--ready .approach__box {
    height: 360px;
    width: 580px;
  }

  .bubbleopen .approach__bubbleinner h3 {
    font-size: 70%;
  }
}

/*  ==========================================================================
	Contact Page
	========================================================================== */

.officeclock {
  text-align: center !important;
  opacity: 0.4;
}

.officeclock a {
  text-decoration: none;
}

.officeclock,
.officeclock__clock,
.officeclock__name,
.officesinfo__office {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

.officeclock__clock {
  background-color: #000;
  height: 75px;
  width: 75px;
  margin: 0 auto;
  border-radius: 50%;
}

.officeclock__hander {
  width: 100%;
  height: 100%;
  position: relative;
}

.officeclock__hander div {
  background-color: #fff;
  position: absolute;
  width: 2px;
  height: 25px;
  left: 50%;
  top: 10px;
  margin: 0 0 0 -1px;
}

.officeclock__name {
  margin-top: 1em;
}

/* contact clock hover active */

.officeclock.active,
.officeclock:hover {
  opacity: 1;
}

.officeclock.active .officeclock__clock,
.officeclock:hover .officeclock__clock {
  background-color: #0000ff;
}

.officeclock.active .officeclock__name,
.officeclock:hover .officeclock__name {
  color: #0000ff;
}

.officesinfo {
  border-top: 1px solid #0000ff;
}

.officesinfo__office {
  text-align: center;
  overflow: hidden;
  max-height: 0;
}
.officesinfo__office.active {
  max-height: 999px;
}

.officesinfo__office > div {
  text-align: center;
  vertical-align: top;
}
.sociallist li {
  display: inline-block;
  list-style: none;
}

.sociallist li:first-child .fa {
  padding: 0;
}

@media only screen and (min-width: 550px) {
  .officesinfo__office > div {
    text-align: left;
    display: inline-block;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

@media only screen and (min-width: 700px) {
  .officesinfo__office {
    text-align: right;
  }
  .officesinfo__office > div {
    padding-left: 5%;
    padding-right: 0;
  }
}

/* People */

.people__heading {
  text-align: center;
}
.people__heading h2 {
  margin-top: 0;
}
.people__heading span {
  position: relative;
  cursor: pointer;
}
.people__heading span.active {
  cursor: auto;
}
.people__heading span.active:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 4px;
  left: 0;
  background-color: #000;
}

.people__heading .border {
  margin: 0 0.5em;
  height: 2em;
  width: 2px;
  display: inline-block;
  background: #000;
}

.face {
  position: relative;
  padding: 0 14.28%;
}

.face__photo {
  padding: 100% 0 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}

.face__photo .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
}

.face .photo:first-child,
.face:hover .photo:last-child {
  opacity: 1;
}

.face:hover .photo:first-child {
  opacity: 0;
}

.people--ideas .face .photo:first-child,
.people--ideas .face:hover .photo:last-child {
  opacity: 0;
}

.people--ideas .face .photo:last-child,
.people--ideas .face:hover .photo:first-child {
  opacity: 1;
}

.face__name,
.face__role {
  line-height: 1;
  position: relative;
  z-index: 98;
}

.face__bio {
  z-index: -1;
  position: absolute;
  background-color: #ffdbdb;
  overflow: hidden;
  max-height: 0;
  top: 120%;
  width: 100%;
  left: 0;
  opacity: 0;
  transition: max-height 1s ease 1s, top 0.5s ease 1s, opacity 0.5s ease 0s;
  -webkit-transition: max-height 1s ease 1s, top 1s ease 1s,
    opacity 0.5s ease 0s;
  -moz-transition: max-height 1s ease 1s, top 0.5s ease 1s, opacity 0.5s ease 0s;
  -o-transition: max-height 1s ease 1s, top 0.5s ease 1s, opacity 0.5s ease 0s;
}
.face:hover .face__bio {
  max-height: 999px;
  top: 100%;
  opacity: 1;
  z-index: 1;
  transition: max-height 1s ease 0s, top 0.5s ease 0s, opacity 0.5s ease 0s;
  -webkit-transition: max-height 1s ease 0s, top 0.5s ease 0s,
    opacity 0.5s ease 0s;
  -moz-transition: max-height 1s ease 0s, top 0.5s ease 0s, opacity 0.5s ease 0s;
  -o-transition: max-height 1s ease 0s, top 0.5s ease 0s, opacity 0.5s ease 0s;
}

.face__bio a {
  color: #0000ff;
}

@media only screen and (min-width: 700px) {
  .people__heading span.active:after {
    bottom: 8px;
  }

  .face {
    padding: 0;
  }

  .face:hover .face__bio {
    top: 95%;
  }
}

/*  ==========================================================================
	Ideas
	========================================================================== */

.pagebg--double {
  background: #fcf2ff;
}

.pagebg--double .siteheader__bg {
  background-color: #fcf2ff;
}

@media only screen and (min-width: 1000px) {
  .pagebg--double {
    background: #fcf2ff;
    background: -moz-linear-gradient(
      left,
      #fcf2ff 0%,
      #fcf2ff 50%,
      #f6d9ff 50%,
      #f6d9ff 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, #fcf2ff),
      color-stop(50%, #fcf2ff),
      color-stop(50%, #f6d9ff),
      color-stop(100%, #f6d9ff)
    );
    background: -webkit-linear-gradient(
      left,
      #fcf2ff 0%,
      #fcf2ff 50%,
      #f6d9ff 50%,
      #f6d9ff 100%
    );
    background: -o-linear-gradient(
      left,
      #fcf2ff 0%,
      #fcf2ff 50%,
      #f6d9ff 50%,
      #f6d9ff 100%
    );
    background: -ms-linear-gradient(
      left,
      #fcf2ff 0%,
      #fcf2ff 50%,
      #f6d9ff 50%,
      #f6d9ff 100%
    );
    background: linear-gradient(
      to right,
      #fcf2ff 0%,
      #fcf2ff 50%,
      #f6d9ff 50%,
      #f6d9ff 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf2ff', endColorstr='#f6d9ff',GradientType=1 );
  }

  .pagebg--double .siteheader__bg {
    background-color: #fcf2ff;
  }
  .pagebg--double .siteheader__bg .bg__half {
    background-color: #f6d9ff;
  }
}

.ideassection {
  position: relative;
  border-top: 2px solid #000;
  margin-bottom: 2em;
}

.ideassection h4 {
  margin: 0.5em 0 2em;
  text-align: center;
}
.ideassection .headingdot:after {
  width: 6px;
  height: 6px;
}

.twitter__tweet,
.instagram__feed {
  line-height: 1.3;
}

.instagram__feed {
  text-align: center;
}

.instagram__feed p {
  margin-top: 0.5em;
}

.twitter__tweet:after {
  content: "";
  display: block;
  background-color: #333;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 auto 1em;
}
.twitter__tweet:last-child:after {
  content: none;
}

.twitter__tweet.odd,
.twitter__tweet.odd a,
.instagram__feed:nth-child(odd),
.instagram__feed:nth-child(odd) a {
  color: #8f00ff;
}
.twitter__tweet.even,
.twitter__tweet.even a,
.instagram__feed:nth-child(even),
.instagram__feed:nth-child(even) a {
  color: #da00ff;
}

.ideassection--blog .posts--featured .gd-u:nth-child(2) .post {
  border-bottom: 1px solid #000;
}
.ideassection--blog h3,
.ideassection--projects h3 {
  line-height: 1.2;
}

.ideassection--projects h3 {
  margin-bottom: 0.15em;
}

.ideassection--blog .post__meta {
  margin-top: 0.75em;
  line-height: 1.3;
}
.post--featured .post__meta {
  margin-top: 0;
}

.post--featured .postimg {
  padding-top: 65%;
}

/* ideas index */

.ideassection__indexing {
  position: relative;
  z-index: 3;
  margin-top: -2em;
  margin-bottom: 1.5em;
}

.indexing--right {
  margin-top: 1.5em;
}

.ideassection__indexing a {
  color: #999;
  text-decoration: none;
}

.ideassection__indexing .indexing__option,
.ideassection__indexing form input {
  font-family: "brandon_text", sans-serif;
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  opacity: 0.45;

  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.indexing__option {
  cursor: pointer;
}

.ideassection__indexing .indexing__option:hover,
.ideassection__indexing form input:hover,
.ideassection__indexing form input:active,
.ideassection__indexing form input:focus {
  opacity: 1;
}

.ideassection__indexing input {
  background-color: transparent;
  border-top: 0 none;
  border-right: 0 none;
  border-left: 0 none;
  border-bottom: 1px solid #333;
  width: 150px;
  box-sizing: border-box;
  padding: 0;
}

.ideassection__indexing .searchicon {
  display: none;
}

.ideasindex,
.ideasindex a,
.ideasindex span {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.ideasindex {
  background-color: rgba(246, 217, 255, 0.75);
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding: 15px;
  width: 300px;
  position: absolute;
  top: 200px;
  left: -800px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

.ideasindex.show {
  opacity: 1;
  visibility: visible;
  left: 0;
}

a.ideasindex__close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  background: url(../img/furniture/blognavclose-black.png) center transparent
    no-repeat;
  width: 20px;
  height: 20px;
  text-indent: -99999px;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.ideasindex__index,
.ideasindex__author {
  display: none;
}

.openauthor .ideasindex__author,
.openindex .ideasindex__index {
  display: block;
}

.openauthor div,
.openauthor .indexing__option,
.openauthor .ideasindex__author a {
  color: #da00ff;
}

.openindex div,
.openindex .indexing__option,
.openindex .ideasindex__index a {
  color: #8f00ff;
}

.openindex .indexing__option[data-index="index"],
.openauthor .indexing__option[data-index="author"] {
  color: #000 !important;
}

.blognavpagination a {
  color: #000 !important;
  line-height: 36px;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.ideasindex__prev,
.ideasindex__next {
  color: #000 !important;
  line-height: 36px;
  cursor: pointer;
}
.ideasindex__prev {
  background: url(../img/furniture/blognavprev-black.png) left center
    transparent no-repeat;
  padding-left: 30px;
}
.ideasindex__next {
  background: url(../img/furniture/blognavnext-black.png) right center
    transparent no-repeat;
  padding-right: 30px;
  float: right;
}

/*  ==========================================================================
	Ideas Single page
	========================================================================== */

.single-post .pageheader h2 {
  margin: 0.5em 0;
  text-align: left;
  max-width: 13em;
}
.single-post .leader {
  display: none;
}

.ideassinglepost.content {
  margin-left: 0;
  position: relative;
}

.ideassinglepost .post__meta {
  text-align: left;
  margin-bottom: 1em;
}

.ideassinglepost .shareiconslist {
  padding-left: 0;
}

.ideassinglepost .sharelink {
  color: #fff;
}

.single-post .relatedposts {
  border-top: 1px solid #000;
}

@media only screen and (min-width: 700px) {
  .single-post .pageheader h2 {
    margin-bottom: 1em;
  }
  .ideassinglepost .post__meta {
    width: 50%;
    position: absolute;
    top: -0.5em;
    right: -22.22%;
  }
}

@media only screen and (min-width: 800px) {
  .ideassinglepost .post__meta {
    right: -54%;
    width: 42%;
  }
}

@media only screen and (min-width: 1000px) {
  .single-post.pagebg--double {
    background: #fcf2ff;
    background: -moz-linear-gradient(
      left,
      #fcf2ff 0%,
      #fcf2ff 76.65%,
      #f6d9ff 76.65%,
      #f6d9ff 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, #fcf2ff),
      color-stop(76.65%, #fcf2ff),
      color-stop(76.65%, #f6d9ff),
      color-stop(100%, #f6d9ff)
    );
    background: -webkit-linear-gradient(
      left,
      #fcf2ff 0%,
      #fcf2ff 76.65%,
      #f6d9ff 76.65%,
      #f6d9ff 100%
    );
    background: -o-linear-gradient(
      left,
      #fcf2ff 0%,
      #fcf2ff 76.65%,
      #f6d9ff 76.65%,
      #f6d9ff 100%
    );
    background: -ms-linear-gradient(
      left,
      #fcf2ff 0%,
      #fcf2ff 76.65%,
      #f6d9ff 76.65%,
      #f6d9ff 100%
    );
    background: linear-gradient(
      to right,
      #fcf2ff 0%,
      #fcf2ff 76.65%,
      #f6d9ff 76.65%,
      #f6d9ff 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf2ff', endColorstr='#f6d9ff',GradientType=1 );
  }

  .single-post.pagebg--double.scrolled .siteheader__bg .bg__half {
    left: 76.65%;
    width: 23.35%;
  }

  .single-post .ideassection--blog {
    padding-right: 8.14%;
  }

  .ideassinglepost.content {
    width: 70%;
  }
}

@media only screen and (min-width: 1400px) {
}

/*  ==========================================================================
	flex
	========================================================================== */

.flex {
}

.flex a {
  text-decoration: underline;
  word-break: break-word;
}

/*.headingcolor--white .flex__heading, .headingcolor--white .flex__h3heading{ color: #FF4B4C;}
.headingcolor--red .flex__heading, .headingcolor--red .flex__h3heading{ color: #FF4B4C;}
.headingcolor--black .flex__heading, .headingcolor--black .flex__h3heading{ color: #000;}
.headingcolor--lightblue .flex__heading, .headingcolor--lightblue .flex__h3heading{ color: #00AEEF;}
.headingcolor--darkblue .flex__heading, .headingcolor--darkblue .flex__h3heading{ color: #00F;}
.headingcolor--purple .flex__heading, .headingcolor--purple .flex__h3heading{ color: #C500FF;}*/

/*  ==========================================================================
	flexassests
	========================================================================== */

.flex--assets .content--cols {
  margin-bottom: 0;
}

.flex--assets .flex__heading {
  text-align: left;
  text-transform: uppercase;
  color: #696a6d;
  margin: 0 0 1em;
  line-height: 1.5;
  letter-spacing: 0;
}

@media only screen and (min-width: 1000px) {
  .flex--assets .flex__heading {
    position: absolute;
    left: 0;
    top: 0;
  }
}

/*  ==========================================================================
	flexline
	========================================================================== */

.flexline__line {
  border-top: solid 1px #ddd;
  height: 0;
}

/*  ==========================================================================
	flex--pullquote && flex--supportcontent
	========================================================================== */
.flex--pullquote,
.flex--supportcontent {
  position: relative;
}
.flex__pullquote {
  width: 150px;
  margin: 2em auto 0;
  text-align: center;
}
.flex--supportcontent .flex__pullquote {
  border: none;
  background: #000;
  padding: 1em;
}

.flex__pullquote .pullquote__body {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 1em 0;
}
.flex__pullquote p {
  margin: 0.5em -40px;
}

.flex--supportcontent .flex__pullquote p {
  margin: 0;
}

.bordercolor--white {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.flex--supportcontent .flex__pullquote.backgroundcolor--white {
  background: #fff;
}

.quote--left {
  display: none;
}
.quote--right {
  display: inline-block;
}

@media only screen and (min-width: 1000px) {
  .pullquote--left .quote--left {
    display: inline-block;
  }
  .pullquote--right .quote--left {
    display: none;
  }

  .pullquote--right .quote--right {
    display: inline-block;
  }
  .pullquote--left .quote--right {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .flex__pullquote {
    width: 200px;
  }
}

/*  ==========================================================================
	flex--imgfeature
	========================================================================== */

.fleximgfeature {
}

.fleximgfeaturecontent__heading {
  margin: 0 0 0.5em;
}

.fleximgfeature__imgcontainer--last {
  display: none;
}

.fleximgfeature__img {
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 66.6% 0 0;
}

@media only screen and (min-width: 1000px) {
  .fleximgfeature + .fleximgfeature {
    margin-top: -3.5%;
  }

  .fleximgfeature__imgcontainer {
    margin-bottom: 0;
  }

  .fleximgfeature__img {
    padding: 100% 0 0;
  }
  .fleximgfeature--right .fleximgfeature__imgcontainer--first {
    display: none;
  }
  .fleximgfeature--right .fleximgfeature__imgcontainer--last {
    display: inline-block;
  }
}

@media only screen and (min-width: 1200px) {
  .fleximgfeaturecontent {
    padding: 0 14.3%;
  }
}

@media only screen and (min-width: 1400px) {
  .fleximgfeaturecontent {
    padding: 0 20%;
  }
}

/*  ==========================================================================
	flexcols
	========================================================================== */

.flex--contentcols .flex__heading {
  text-align: center;
}

.content--cols {
  margin-bottom: -2em;
}

.flex--contentcols .content:last-child {
  padding-bottom: 0;
}

.contentcol {
  margin-bottom: 2em;
}

.gd-g-pad--sml .contentcol {
  margin-bottom: 1.5em;
}

.contentcol ul {
  padding-left: 1.1em;
}

@media only screen and (min-width: 550px) {
  .content--cols--2,
  .content--cols--3,
  .content--cols--4,
  .main--singlework .content--cols--4 {
    width: 100%;
  }
}

@media only screen and (min-width: 800px) {
  .content--cols--2,
  .content--cols--3,
  .content--cols--4,
  .main--singlework .content--cols--4 {
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  .content--cols--2 {
    width: 90%;
  }
  .content--cols--3,
  .content--cols--4,
  .main--singlework .content--cols--4 {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .content--cols--2 {
    width: 80%;
  }
  .content--cols--3,
  .content--cols--4,
  .main--singlework .content--cols--4 {
    width: 100%;
  }
}

@media only screen and (min-width: 1400px) {
  .content--cols--2 {
    width: 70%;
  }
  .content--cols--3 {
    width: 100%;
  }
  .content--cols--4,
  .main--singlework .content--cols--4 {
    width: 100%;
  }
}

.content--cols {
  margin-bottom: -2em;
}

/*  ==========================================================================
	flex--faqs
	========================================================================== */

.faqs {
  border-top: 1px solid #ddd;
  position: relative;
}

.faq {
  display: block;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.faq__question {
  margin: 0;
  border-top: none;
  padding: 1em 0 1em 3em;
  position: relative;
  cursor: pointer;
}

.faq__question:hover {
  color: #888;
}

.faq__question .fa {
  position: absolute;
  top: 1em;
  left: 1em;
  display: block;
  line-height: 1.2;
  -webkit-transition: -webkit-transform 150ms ease-out 0s;
  -moz-transition: -moz-transform 150ms ease-out 0s;
  transition: transform 150ms ease-out 0s;
}

.faq__answer .inner {
  margin: 0;
  padding: 0em 0em 1em 3em;
}

.faq__answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(0, -1em);
  -moz-transform: translate(0, -1em);
  transform: translate(0, -1em);
  -webkit-transition: height 0ms linear 260ms, opacity 250ms ease-out 0ms,
    -webkit-transform 150ms ease-out 0ms;
  -moz-transition: height 0ms linear 260ms, opacity 250ms ease-out 0ms,
    -moz-transform 150ms ease-out 0ms;
  transition: height 0ms linear 260ms, opacity 250ms ease-out 0ms,
    transform 150ms ease-out 0ms;
}

.faq--open .faq__answer {
  -webkit-transition: height 0ms linear 0ms, opacity 250ms ease-out 10ms,
    -webkit-transform 150ms ease-out 10ms;
  -moz-transition: height 0ms linear 0ms, opacity 250ms ease-out 10ms,
    -moz-transform 150ms ease-out 10ms;
  transition: height 0ms linear 0ms, opacity 250ms ease-out 10ms,
    transform 150ms ease-out 10ms;
  height: auto;
  opacity: 1;
  -webkit-transform: translate(0, 0em);
  -moz-transform: translate(0, 0em);
  transform: translate(0, 0em);
}

.faq--open .faq__question {
  color: #6e6f71;
}

.faq--open .faq__question .fa {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/*  ==========================================================================
	flex--image
	========================================================================== */

.flex--image img {
  width: 100%;
}
/*  ==========================================================================
	flex--images
	========================================================================== */

.galleryitem {
  margin-bottom: 2em;
}

.assetsrow .galleryitem {
  margin-bottom: 1.5em;
}

.gd-g-pad--sml .galleryitem {
  margin-bottom: 0;
}

.galleryitem__img {
  width: 100%;
  display: block;
}

.galleryitem__caption {
  margin-top: 1em;
  color: #888;
}

.galleryitem__caption:after {
  content: " ";
  display: block;
  width: 1.5em;
  border-bottom: solid 1px #ddd;
  margin: 1em 0 0;
}

/*  ==========================================================================
	flex featuredposts
	========================================================================== */

.flex--featuredposts {
}

.flex--featuredposts .fpleader {
  text-align: center;
}

.flex--featuredposts .fpleader {
  max-width: 35em;
  margin: 0 auto 2em;
}
.flex--featuredposts .fpleader p {
  margin: 0 0 0.5em;
}

@media only screen and (min-width: 700px) {
  .flexpostcount--1 .fpleader {
    text-align: left;
  }
  .flexpostcount--1 .fpleader .leader {
    margin-right: 10%;
  }
}

@media only screen and (min-width: 800px) {
  .flexpostcount--1 .fpleader {
    text-align: left;
  }
  .flexpostcount--1 .fpleader .leader {
    margin-right: 15%;
  }
}

/*  ==========================================================================
	flex--quote
	========================================================================== */

.flexquote {
  position: relative;
}

.flexquote__bd {
  position: relative;
  z-index: 2;
}

.flexquote__quote {
  margin: 0 auto;
  padding: 0;
}

.flexquote__quote p {
  margin: 0 0 0.5em;
}

.flexquote__quotemark {
  line-height: 1;
  height: 0.75em;
  font-weight: bold;
}

.flexquote__cite {
  font-family: "Walbaum-Roman", sans-serif;
  font-style: normal;
  max-width: 20em;
  margin: 0 auto;
}

/* flexquote--img */

.flexquote--withimg {
  color: #fff;
  background: #000;
}

.flexquote__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.66;
}

@media only screen and (min-width: 550px) {
}

@media only screen and (min-width: 800px) {
}

@media only screen and (min-width: 1200px) {
}

/*  ==========================================================================
	flex--video
	========================================================================== */

.flexvideo {
}

.flexvideo--fullwidth .content {
  width: 100%;
  padding: 0;
}

.flexvideo__videocode {
  padding: 56.6% 0 0;
  position: relative;
}

.flexvideo__videocode * {
  display: none;
}

.flexvideo__videocode iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.flexvideo__caption {
  margin-top: 1em;
  color: #888;
}

.flexvideo__caption:after {
  content: " ";
  display: block;
  width: 1.5em;
  border-bottom: solid 1px #ddd;
  margin: 1em 0 0;
}

/*  ==========================================================================
	flex cta
	========================================================================== */

.flexcta {
  text-align: center;
  position: relative;
}

.flexcta__bd {
  position: relative;
  z-index: 2;
}

.flexcta__result {
  margin-bottom: 0.33em;
}

.flexcta__leader {
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
}

.flexcta__cta a {
  margin: 0 0.5em 0.75em;
  display: inline-block;
}

/* flexquote--img */

.flexcta--withimg {
  color: #fff;
  background: #000;
}

.flexcta__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.66;
}

/*  ==========================================================================
	Flex slides
	========================================================================== */

.flexslides {
  max-width: 100%;
  overflow: hidden;
}

.flexslides .owl-controls {
  position: absolute;
  top: 0em;
  left: 0;
  right: 0;
  text-align: center;
}

.flexslide {
  position: relative;
}

.flexslideimg {
  padding: 50% 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.flexslide--right {
  text-align: right;
}
.flexslide--center {
  text-align: center;
}

.flexslide__content {
  background: #fff;
  padding: 2em 2em 0;
  margin: -3em 0 0;
  box-sizing: border-box;
  text-align: left;
}

.flexslide__heading {
  margin-top: 0;
}
/*
.flexslide__heading{
    margin: 0 0 .5em;
} */

.flexslides.owl-carousel .flexslide__content {
  opacity: 0;
  -webkti-transform: translate(0px, 20px);
  -moz-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-transition: opacity 500ms ease-out 250ms,
    -webkit-transform 500ms ease-out 250ms;
  -moz-transition: opacity 500ms ease-out 250ms,
    -moz-transform 500ms ease-out 250ms;
  transition: opacity 500ms ease-out 250ms, transform 500ms ease-out 250ms;
}

.flexslides.owl-carousel .active .flexslide__content {
  opacity: 1;
  -webkti-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.flexslides .owl-theme .owl-dots .owl-dot {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
}

.flexslides .owl-theme .owl-dots .owl-dot span {
  display: block;
  position: relative;
  opacity: 1;
}

.flexslideinfo {
  color: #333 !important;
}

.flexslides--nocontent .flexslide {
  padding-bottom: 0;
}

.flexslides--nocontent .flexslideimg {
  height: auto;
  position: relative;
  padding: 0;
}

@media only screen and (min-width: 550px) {
  .flexslide__content {
    width: 50%;
    display: inline-block;
  }

  .flexslide--left .flexslide__content {
    margin-left: -2em;
  }
}

@media only screen and (min-width: 700px) {
  .flexslide--right .flexslide__content {
    margin-right: 2em;
  }
}

@media only screen and (min-width: 1000px) {
  .flexslide--right .flexslide__content {
    margin-right: 0em;
  }
  .flexslide__bd {
    padding-top: 12%;
    padding-bottom: 12%;
    position: relative;
    z-index: 2;
  }

  .flexslideimg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
  }

  .flexslide__content {
    margin: 0;
    padding: 3em;
    width: 33.3%;
  }
}

@media only screen and (min-width: 1200px) {
  .flexslide__content {
    width: 28%;
  }
}

@media only screen and (min-width: 1400px) {
  .flexslide__content {
    width: 25%;
  }
  .flexslide__bd {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

/*  ==========================================================================
	flex--iconlist
	========================================================================== */

.flex--iconlist {
  text-align: center;
}
.iconlist {
  margin-bottom: -2em;
}

.gd-g .iconlistitem {
  text-align: center;
}

.iconlistitem {
  text-align: center;
  margin-bottom: 2em;
}

.iconlistitem__img {
  width: 50%;
  display: block;
  margin: 0 auto 0.5em;
}

.iconlistitem__heading {
  margin: 0 0 0.25em;
}

.iconlistitem__description {
  color: #666;
}

@media only screen and (min-width: 700px) {
  .iconlist {
    margin-bottom: -2.5em;
  }
  .iconlistitem {
    margin-bottom: 2.5em;
  }

  .iconlist--rows-4 {
    margin-left: -14%;
    margin-right: -14%;
  }
}

@media only screen and (min-width: 1000px) {
  .iconlist {
    margin-bottom: -3em;
  }
  .iconlistitem {
    margin-bottom: 3em;
  }
}

/*  ==========================================================================
	flex chart
	========================================================================== */

.flex__legend {
  text-align: left;
  color: #888;
}
.flex__legend .legend__item {
  display: block;
  margin: 0 1.5em 0.5em 0;
  padding-left: 2em;
  position: relative;
}
.flex__legend .legend__item span {
  width: 1em;
  height: 1em;
  display: inline-block;
  border: 2px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.flex__legend .legend__item strong {
  display: inline-block;
  padding: 0 0.5em 0 0;
  display: none;
}

/*  ==========================================================================
	charts
	========================================================================== */

.chart {
  padding: 100% 0 0;
  position: relative;
  margin-bottom: 1.5em;
}

.chart-yaxis-adjust {
  margin-left: -30px;
}

.chart__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chart__data {
  display: none;
}

.chartheading {
  margin: 0 0 0.25em;
}

/*  ==========================================================================
	chart--line
	========================================================================== */

.flexgraph--line .flex__legend .legend__item {
  display: inline-block;
}

.chart--line {
  padding: 45% 0 0;
}

/*  ==========================================================================
	chart--bar
	========================================================================== */
.chart--bar--large {
  padding: 66% 0 0;
}
