button,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
div,
ol,
ul,
li,
span,
table,
img,
canvas,
section,
dd,
dt,
tr,
th,
td,
button,
input,
form,
fieldset,
textarea,
a,
article,
nav,
aside {
  box-sizing: border-box;
  position: relative;
}
:focus {
  outline: none;
}
body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6em;
  overflow-x: hidden;
}
/* defaults */
@font-face {
  font-family: 'spring';
  src: url('/static/fonts/spring/spring.ttf?opwos4') format('truetype'), url('/static/fonts/spring/spring.woff?opwos4') format('woff'), url('/static/fonts/spring/spring.svg?opwos4#spring') format('svg');
  font-weight: normal;
  font-style: normal;
}
.centered-icon {
  font-family: spring;
  content: " ";
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  position: absolute;
  display: block;
  font-size: 3.2rem;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
}
.noselect {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
html {
  font-size: 10px;
  height: 100%;
}
html,
body {
  width: 100%;
  padding: 0px;
  margin: 0px;
  cursor: default;
}
ul,
ol,
li {
  list-style: none inside none;
  margin: 0;
  padding: 0;
}
button {
  webkit-appearance: none;
  border: none;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
}
a {
  color: inherit;
}
i {
  font-style: inherit;
}
em {
  display: block;
  font-style: normal;
  position: relative;
}
samp {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
ol,
ul,
li,
div,
i,
a,
table,
section,
article,
aside,
span,
tr,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
  box-sizing: border-box;
}
.hue-root,
._hue-page {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6em;
}
.sw {
  -ms-transform: none;
      transform: none;
  -webkit-transform: none;
  backface-visibility: initial;
  -webkit-backface-visibility: initial;
  -webkit-transform-style: initial;
}
.blk {
  display: block;
}
.rectbox {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.pseudobox {
  content: " ";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
}
.hw {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.dragging {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.hw-deep {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.hw-flat {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  transform-style: flat;
  -webkit-transform-style: flat;
}
.h1 {
  font-family: 'Open Sans';
  font-size: 3.2rem;
  line-height: 1.3em;
  margin-bottom: 4.8rem;
  font-weight: 300;
}
.h2 {
  font-family: 'Open Sans';
  font-family: var(--header_font), 'Open Sans';
  font-size: 1.8rem;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.h3 {
  font-family: 'Open Sans';
  font-family: var(--header_font), 'Open Sans';
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.h4 {
  font-size: 1.4rem;
  font-family: 'Vollkorn', serif;
}
.h5 {
  font-size: 1.2rem;
  line-height: 2em;
}
.h6 {
  font-size: 1rem;
  line-height: 1.3em;
}
.p {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7em;
  color: #737373;
}
h1 {
  font-family: 'Open Sans';
  font-size: 3.2rem;
  line-height: 1.3em;
  margin-bottom: 4.8rem;
  font-weight: 300;
}
h2 {
  font-family: 'Open Sans';
  font-family: var(--header_font), 'Open Sans';
  font-size: 1.8rem;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 1.6rem;
  color: black;
}
h3 {
  font-family: 'Open Sans';
  font-family: var(--header_font), 'Open Sans';
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
h4 {
  font-size: 1.4rem;
  font-family: 'Vollkorn', serif;
}
h5 {
  font-size: 1.2rem;
  line-height: 2em;
}
h6 {
  font-size: 1rem;
  line-height: 1.3em;
}
p {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7em;
  color: #737373;
}
p:not(:first-child) {
  margin-top: 1em;
}
h1:last-child,
h2:last-child,
h3:last-child,
p:last-child {
  margin-bottom: 0;
}
.quotation {
  quotes: "“" "”" "‘" "’";
}
.quotation:before {
  position: relative;
  content: open-quote;
  opacity: 0.3;
  font-size: 2em;
  line-height: 0.5em;
  padding: 0 0.2em;
  top: 0.3em;
}
.quotation:after {
  position: relative;
  content: close-quote;
  opacity: 0.3;
  font-size: 2em;
  line-height: 0.5em;
  padding: 0 0.2em;
  top: 0.3em;
}
.article {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.7em;
  color: #737373;
  cursor: default;
  line-height: 2em;
  font-size: 1.4rem;
}
.article > * {
  margin-top: 2.4rem;
}
.article > :first-child {
  margin-top: 0px !important;
}
.article > :first-child > :first-child {
  margin-top: 0px !important;
}
.article p {
  margin-top: 1.8rem;
}
.article hr + p {
  margin-top: 2.4rem;
}
.article ul,
.article ol,
.article table {
  margin-top: 1.2rem;
}
.article li {
  font-size: inherit;
  margin-top: 6pt;
  padding-left: 3ex;
}
.article li:before {
  content: "✔\00a0\00a0";
  position: absolute;
  background-color: transparent !important;
  font-size: smaller;
  margin-left: -3ex;
  line-height: inherit;
  color: #00b8f2;
}
.article li:first-child {
  margin-top: 0px;
}
.article h1.em,
.article h2.em,
.article h3.em {
  font-weight: normal;
}
.article h1 {
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: none;
  line-height: 1.2;
  font-size: 3rem;
  margin: 4rem 0rem 2rem;
}
.article h2 {
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: none;
  line-height: 1.2;
  font-size: 2.4rem;
  margin: 3rem 0rem 1.4rem;
}
.article h2 em {
  font-weight: 700;
}
.article h3 {
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: none;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 600;
  margin: 3rem 0rem 1.4rem;
}
.article h3 em {
  font-weight: 700;
}
.article p {
  font-size: 1.4rem;
  line-height: 1.8;
  font-size: inherit;
  margin: 1.4rem 0rem;
  font-weight: 400;
}
.article h4 {
  line-height: 1.8;
}
.article h4 em {
  font-weight: 700;
}
.article a.selected {
  text-decoration: none;
  cursor: default;
}
.article em {
  display: inline;
}
.article table {
  width: 100%;
  text-align: left;
  border-spacing: 0px;
}
.article table thead {
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #00b8f2;
}
.article table thead th {
  border-bottom: 1px solid #00b8f2;
}
.article table td {
  position: relative;
  padding: 0.4rem;
  border-bottom: 1px solid;
}
.article table td.ta-right {
  white-space: nowrap;
}
.article table td.disabled:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-bottom: 1px solid;
  background-color: transparent;
  opacity: 0.4;
}
.article table tr:last-child td {
  border-bottom: none;
}
.article table tr:last-child td:after {
  display: none;
}
.article table.ux-th > tbody > tr:first-child > td {
  font-weight: bold;
}
.article blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.article blockquote > :first-child {
  margin-top: 0px;
}
.article blockquote p {
  font-size: 1.8rem;
  line-height: 1.8;
  font-style: italic;
}
.article.ta-center {
  text-align: left;
}
.article.ta-center h1,
.article.ta-center h2,
.article.ta-center h3 {
  text-align: center;
}
.hue-field {
  display: block;
  width: 100%;
  padding: 0.8rem;
  background: #F2F2F2;
  border: 1px solid transparent;
  margin: 1rem 0px;
  font-size: 1.4rem;
  font-family: inherit;
}
.hue-field:first-child {
  margin-top: 0rem;
}
.hue-field:last-child {
  margin-bottom: 0rem;
}
.hue-field:focus {
  outline: 2px solid #3498DB;
  outline-offset: 2px;
}
.hue-field[disabled] {
  color: #777777;
}
.hue-field-dark {
  background: #313131;
  color: white;
}
.hue-field-light {
  background: white;
  color: #737373;
}
textarea.field {
  min-height: 12rem;
}
.button {
  border-radius: 2.5rem;
  display: inline-block;
  padding: 1.2rem 2.4rem 1.1rem 2.4rem;
  padding: 0.6rem 1rem;
  line-height: 1;
  border: 2px solid #3498db;
  font-family: Raleway, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  background: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  min-width: 10rem;
  text-align: center;
  border-color: #3498db;
  color: #3498db;
}
.button:hover {
  background: #3498db;
  color: white;
}
.dots {
  position: absolute;
  white-space: nowrap;
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.dots .dot:only-child {
  display: none;
}
.dot {
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  border: 0px solid transparent;
  display: inline-block;
  margin: 0px;
  background: white;
  opacity: 0.4;
  background-clip: content-box;
  padding: 0.5rem;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  transform-style: flat;
  -webkit-transform-style: flat;
}
.dot:hover {
  opacity: 0.7;
}
.dot:active {
  opacity: 0.8;
}
.dot.selected {
  opacity: 0.999;
}
.arr {
  z-index: 10000;
  position: absolute;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: -1.2rem;
  border-radius: 1.2rem;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
}
.arr.left {
  left: 2.4rem;
}
.arr.left:before {
  font-family: spring;
  content: "\e900";
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}
.arr.right {
  right: 2.4rem;
}
.arr.right:before {
  font-family: spring;
  content: "\e901";
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}
.arr:active {
  opacity: 0.2;
}
.icon {
  font-size: 4.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 50%;
}
.icon > .frame {
  display: none;
  border-radius: inherit;
  border-color: inherit;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}
.icon .img {
  position: relative;
  width: 1em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.icon .img:before {
  content: " ";
  padding: 50% 0px;
  display: block;
}
.wide {
  max-width: 100%;
  width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.f b {
  color: black;
}
.tint-light {
  background-color: #f2f2f2;
}
.tint-light .title {
  color: #333;
}
.tint-light h1,
.tint-light h2,
.tint-light h3 {
  color: black;
}
.tint-light p {
  color: #6d6d6d;
}
.tint-dark {
  background-color: #222222;
}
.tint-dark .title {
  color: white;
}
.tint-dark .dots,
.tint-dark .arr {
  color: white;
}
.tint-dark .dot {
  background-color: white;
}
.tint-dark .article {
  color: #cccccc;
}
.tint-dark h1 {
  color: white;
}
.tint-dark h2 {
  color: white;
}
.tint-dark h3 {
  color: white;
}
.tint-dark p {
  color: #cccccc;
}
.tint-dark .f b {
  color: white;
}
.c6 {
  width: 16.666%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.c5 {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.c4 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.c3 {
  width: 33%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.c2 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.c1 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.l-carousel {
  width: 100%;
  display: block;
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.l-carousel > .item {
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.l-carousel > .dots {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
}
.l-tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-pills {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.image {
  position: relative;
}
.image > .cover {
  position: relative;
  padding: 30% 0px;
}
.image > .img {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.image > .glass {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-clip: content-box;
  padding-top: 50%;
  margin: 0px;
}
.image.empty .img {
  background: black;
}
._hue-logo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
._hue-logo img {
  vertical-align: top;
}
.boxes .image {
  overflow: hidden;
}
.tiles .image {
  overflow: hidden;
}
._hue-block {
  color: #737373;
  background: white;
  padding: 4rem;
  border-color: inherit;
  background-color: white;
  min-height: 2rem;
  background-size: 40rem;
}
._hue-block .title {
  color: #333;
}
._hue-block .links a {
  border-radius: 2.5rem;
  display: inline-block;
  padding: 1.2rem 2.4rem 1.1rem 2.4rem;
  padding: 0.6rem 1rem;
  line-height: 1;
  border: 2px solid #3498db;
  font-family: Raleway, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  background: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  min-width: 10rem;
  text-align: center;
  border-color: #3498db;
  color: #3498db;
}
._hue-block .links a:hover {
  background: #3498db;
  color: white;
}
._hue-block > .arr {
  display: none;
}
._hue-block > .dots {
  display: none;
}
._hue-block.tint-light {
  background-color: #f2f2f2;
  color: #6d6d6d;
}
._hue-block.tint-light .title {
  color: #333;
}
._hue-block.tint-dark {
  background-color: #222222;
  color: #cccccc;
}
._hue-block.tint-dark .title {
  color: white;
}
._hue-block.tint-dark .dots,
._hue-block.tint-dark .arr {
  color: white;
}
._hue-block.tint-dark .dot {
  background-color: white;
}
._hue-block.no-pad {
  padding: 0px;
}
._hue-block > .backdrop {
  display: none;
}
._hue-block.align-center {
  text-align: center;
}
._hue-block > .container > .body > ._hue-content {
  padding: 2.5rem;
}
._hue-block > .anchor {
  position: absolute;
  top: -2rem;
}
._hue-block.split {
  padding: 0;
}
._hue-block.split > .body {
  padding: 0;
  max-width: initial;
  width: 100%;
}
._hue-block .block-placeholder {
  font-size: 4em;
  text-align: center;
  line-height: 2em;
  opacity: 0.2;
}
.lt6 ._hue-block {
  padding: 3rem;
}
.lt5 ._hue-block {
  padding: 2.5rem 2rem;
}
.lt4 ._hue-block {
  padding: 2rem 1.5rem;
}
.block-body {
  padding: 5rem 4rem;
  max-width: 100%;
  width: 128rem;
  margin: 0 auto;
}
.block-header-sep {
  position: absolute;
  border-top-width: 0.1rem;
  border-top-style: solid;
  border-bottom-width: 0.1rem;
  border-bottom-style: solid;
  width: 6rem;
  left: 50%;
  margin-left: -3rem;
  bottom: 0.3rem;
}
.block-title {
  text-align: center;
  display: inline-block;
  font-family: 'Open Sans';
  font-family: var(--header_font), 'Open Sans';
  font-size: 1.8rem;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.block-header {
  max-width: 100%;
  padding-bottom: 2rem;
  text-align: center;
  border-color: inherit;
}
.block-header ._hue-content {
  margin: 0 auto;
  max-width: 70rem;
}
.block-header p:first-of-type {
  font-size: 1.8rem;
  font-weight: 500;
}
.block-header h2 {
  font-size: 2.4rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.block-header p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.block-header:after {
  content: " ";
  border-color: inherit;
  position: absolute;
  border-top-width: 0.1rem;
  border-top-style: solid;
  border-bottom-width: 0.1rem;
  border-bottom-style: solid;
  width: 6rem;
  left: 50%;
  margin-left: -3rem;
  bottom: 0.3rem;
}
._hue-generic > .container {
  padding: 5rem 4rem;
  max-width: 100%;
  width: 128rem;
  margin: 0 auto;
}
.tint-white + .tint-white:before {
  content: " ";
  position: absolute;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  top: 0px;
  left: 4rem;
  right: 4rem;
  height: 0px;
}
.tint-light + .tint-light:before {
  content: " ";
  position: absolute;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  top: 0px;
  left: 4rem;
  right: 4rem;
  height: 0px;
}
.grid {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid > * {
  display: inline-block;
  vertical-align: top;
  padding: 2rem;
}
.grid > .c1 {
  max-width: 50rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 30%;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}
.hbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.hbox > * {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.5rem;
}
.boxes > .item .icon {
  display: none;
}
.boxes > .item h2 {
  margin-bottom: 0.5rem;
}
.boxes > .item .image {
  display: block;
}
.boxes > .item .image .cover {
  border: 1px solid rgba(0, 0, 0, 0.07);
  z-index: 15;
}
.boxes > .item .image .glass {
  display: none;
}
.boxes > .item .box > .body {
  padding-top: 2rem;
  border: 1px solid #EBEBEB;
  border-top: none;
  padding: 2rem;
}
.boxes > .item .title {
  margin-top: 2rem;
}
._hue-box {
  padding: 2rem;
  max-width: 40rem;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
._hue-box > .body {
  padding-top: 2rem;
  border: 1px solid #EBEBEB;
  border-top: none;
  padding: 2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
._hue-box.c5 {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
._hue-box.c4 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
._hue-box.c3 {
  width: 33%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
._hue-box.c2 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
._hue-box.c1 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
._hue-box ._ide-box {
  margin: 2rem;
}
._hue-box.linked h2 {
  cursor: pointer;
}
._hue-box.linked > .image {
  cursor: pointer;
}
._hue-boxes.no-border ._hue-box > .body {
  border: none;
  padding: 2rem 0rem;
}
.tint-light ._hue-box > .body {
  border-color: #E0E0E0;
  background: #F9F9F9;
}
.tint-dark ._hue-box > .body {
  border-color: #2B2B2B;
  background: #2B2B2B;
}
._hue-boxes.align-center > .body {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
._hue-bullets .icon {
  font-size: 2.4rem;
}
._hue-bullets .body h2 {
  margin-bottom: 0.5rem;
}
._hue-bullets ._hue-button {
  margin-top: 0.8rem;
  font-family: Raleway, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  background: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 2px solid;
  display: inline-block;
  color: #3498db;
}
._hue-bullets > .body {
  text-align: center;
}
._hue-bullets.align-center {
  text-align: center;
}
._hue-bullets.align-center .icon {
  width: 1em;
  font-size: 4.8rem;
  margin: 0 auto 2rem;
  display: inline-block;
  width: auto;
  border: 2px solid;
  padding: 0.5em;
}
._hue-bullets.align-center .icon > .img {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
._hue-bullets.align-center .icon > .frame {
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
._hue-bullets.align-center .icon > .frame {
  border: 2px solid;
  border-color: inherit;
  margin: -2px;
}
._hue-bullets.align-center ._hue-bullet.hover .icon > .img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
._hue-bullets.align-center ._hue-bullet.hover .icon > .frame {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0.0;
}
._hue-bullets.align-left > .body {
  text-align: left;
}
._hue-bullets.align-left .body > .item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
}
._hue-bullets.align-left .body > .item .icon {
  margin-right: 0.7em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
._hue-bullets.align-left .body > .item .icon .after {
  width: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 0.5rem;
  display: none;
}
._hue-bullets.align-left .body > .item > .body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
._hue-bullets.align-left.left-medium .icon {
  font-size: 3.4rem;
  margin-right: 0.4em;
}
._hue-bullets.align-left.left-medium p {
  margin-top: 0.2em;
}
._hue-bullets.llarge .icon .img {
  width: 2.4em;
}
._hue-bullet {
  padding: 2rem;
  max-width: 50rem;
}
._hue-bullet.c5 {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
._hue-bullet.c4 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
._hue-bullet.c3 {
  width: 33%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
._hue-bullet.c2 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
._hue-bullet.c1 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
._hue-bullet.linked h2 {
  cursor: pointer;
}
._hue-bullet.linked > .icon {
  cursor: pointer;
}
._hue-bullet p {
  font-size: inherit;
}
._hue-tiles {
  padding: 0 !important;
}
.tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tiles > .item {
  padding: 0;
}
.tiles > .item .icon {
  display: none;
}
.tiles > .item h2 {
  margin-bottom: 0.5rem;
}
.tiles > .item .image {
  display: block;
}
._hue-tile {
  overflow: hidden;
  background-color: whitesmoke;
}
._hue-tile .glass {
  display: none;
}
._hue-tile > .title.title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  transform-style: flat;
  -webkit-transform-style: flat;
  -webkit-transform: translate3d(0%, -50%, 0px);
          transform: translate3d(0%, -50%, 0px);
  color: white;
  font-size: 3rem;
  font-weight: bold;
  line-height: 4rem;
  text-align: center;
  text-shadow: 0px 0px 0.3rem rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;
  padding: 0.8rem 2.4rem;
}
._hue-tile > .image {
  background-color: whitesmoke;
}
._hue-tile > .body {
  padding: 2rem;
  background: rgba(34, 34, 34, 0.6);
  width: 100%;
  max-height: 100%;
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  transform-style: flat;
  -webkit-transform-style: flat;
  color: white;
  -webkit-backdrop-filter: blur(20px);
  bottom: 0%;
  z-index: 2;
  -webkit-transform: translate(0px, 100%);
      -ms-transform: translate(0px, 100%);
          transform: translate(0px, 100%);
}
._hue-tile > .body h2 {
  color: white;
  font-weight: bold;
}
._hue-tile > .body p {
  color: white;
  font-weight: 600;
}
._hue-tile.l p {
  font-size: 1.6rem;
}
._hue-tile.xs > .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
._hue-tile.xs > .body h2 {
  margin: auto;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}
._hue-tile.xs > .body p {
  display: none;
}
._hue-tile.linked {
  cursor: pointer;
}
._hue-tile.solid {
  background: #3498DC;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
._hue-tile.solid > .image {
  display: none;
}
._hue-tile.solid > .title {
  position: relative;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
._hue-tile.solid > .body {
  top: initial;
  background: transparent;
  position: relative;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
._hue-tile.photo > .title {
  display: none;
}
._hue-tile.photo > .body {
  display: none;
}
._hue-dialog {
  display: block;
  text-align: center;
  padding: 1rem;
  position: absolute;
  background: white;
  z-index: 120000;
  box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.19);
  top: 1rem;
  right: 1rem;
  -webkit-transform: translate3d(0px, 0px, 0px) scale(0.2);
          transform: translate3d(0px, 0px, 0px) scale(0.2);
  -webkit-transform-origin: 100% 0%;
      -ms-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  pointer-events: none;
  will-change: opacity, transform;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  opacity: 0;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #A7A7A7;
  line-height: 1.5em;
  color: #75B9C7;
  font-weight: bold;
  min-width: 22rem;
  max-width: 90vw;
  max-width: calc(100vw - 4rem);
  max-height: calc(100vh - 10rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
._hue-dialog .item {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  padding: 0.3em 1em;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 0.3em 0em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
._hue-dialog .item:hover {
  color: #464646;
}
._hue-dialog.fixed {
  position: fixed;
}
._hue-dialog.large {
  padding: 2rem;
  font-size: 2.4rem;
}
._hue-dialog.show {
  display: block;
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
          transform: translate3d(0px, 0px, 0px) scale(1);
  pointer-events: auto;
  opacity: 1;
}
._hue-page {
  padding: 0 !important;
  overflow-x: hidden;
}
._hue-page > .body {
  border-color: inherit;
}
.site-footer {
  text-align: center;
  color: #737373;
}
.site-footer > .body {
  padding: 8px;
  font-size: 12px;
}
.site-footer a {
  text-decoration: none;
  font-weight: 600;
}
.tint-dark + .site-footer {
  background-color: #090909;
  color: #797979;
}
.tint-light + .site-footer .title {
  color: #333;
}
._hue-page > ._hue-dialog {
  top: 2rem;
  right: 2rem;
}
.menu-toggler {
  position: relative;
  width: 6rem;
  height: 6rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: fixed;
  z-index: 100010;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.94);
  background-color: var(--menuButtonBgColor, rgba(255, 255, 255, 0.94));
  box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.26);
  right: 2rem;
  top: 2rem;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
          transform: translate3d(0px, 0px, 0px) scale(1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: none;
}
.menu-toggler:before {
  color: #75B9C7;
  color: var(--menuButtonColor, #75B9C7);
  font-family: spring;
  content: " ";
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  position: absolute;
  display: block;
  font-size: 3.2rem;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  font-size: 4.8rem;
  content: "\e90a";
}
.menu-toggler:active {
  -webkit-transform: translate3d(0px, 0px, 0px) scale(0.94);
          transform: translate3d(0px, 0px, 0px) scale(0.94);
}
._hue-dialog.show + .menu-toggler {
  background-color: #75B9C7;
  background-color: var(--menuButtonColor, #75B9C7);
}
._hue-dialog.show + .menu-toggler:before {
  color: white;
  color: var(--menuButtonBgColor, white);
}
.lt8 .menu-toggler {
  top: auto;
  bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lt8 ._hue-dialog.site-menu {
  top: auto;
  bottom: 9rem;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
._hue-paper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 110000;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  background: rgba(0, 0, 0, 0.25);
}
._hue-paper > .popover {
  margin: auto;
  background: white;
  min-width: 30rem;
  max-width: 80rem;
  padding: 4rem;
  padding: 5rem;
  color: #313131;
  box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.19);
  max-height: 80vh;
  overflow-y: auto;
}
._hue-paper > .popover ._hue-article {
  padding: 0;
}
._hue-paper > .popover button {
  border-radius: 2.5rem;
  display: inline-block;
  padding: 1.2rem 2.4rem 1.1rem 2.4rem;
  padding: 0.6rem 1rem;
  line-height: 1;
  border: 2px solid #3498db;
  font-family: Raleway, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  background: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  min-width: 10rem;
  text-align: center;
  border-color: #3498db;
  color: #3498db;
  background: #007acc;
  color: white;
  cursor: pointer;
}
._hue-paper > .popover button:hover {
  background: #3498db;
  color: white;
}
._hue-paper > .popover button:hover {
  background: #006bb3;
}
._hue-paper > button.close {
  border-radius: 2.5rem;
  display: inline-block;
  padding: 1.2rem 2.4rem 1.1rem 2.4rem;
  padding: 0.6rem 1rem;
  line-height: 1;
  border: 2px solid #3498db;
  font-family: Raleway, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  background: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  min-width: 10rem;
  text-align: center;
  border-color: #3498db;
  color: #3498db;
  background: #007acc;
  color: white;
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  bottom: 30px;
  padding: 1.4rem;
  font-size: 1.3rem;
}
._hue-paper > button.close:hover {
  background: #3498db;
  color: white;
}
._hue-paper > button.close:hover {
  background: #006bb3;
}
.site-nav,
._hue-header {
  background: white;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 2rem 4rem;
}
.site-nav > .body,
._hue-header > .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-nav > .container,
._hue-header > .container {
  padding: 2rem 4rem;
  max-width: 100%;
  width: 128rem;
  margin: 0 auto;
  overflow: visible;
}
.site-nav .logo,
._hue-header .logo {
  display: block;
  width: 40rem;
  max-width: 100%;
  min-height: 3rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: inherit;
}
.site-nav .logo .title,
._hue-header .logo .title {
  top: 50%;
  position: absolute;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: -0.5em;
  white-space: nowrap;
  color: inherit;
}
.site-nav ._hue-logo,
._hue-header ._hue-logo {
  height: auto;
  text-align: left;
}
.site-nav ._hue-logo .img,
._hue-header ._hue-logo .img {
  text-align: left;
}
.site-nav ._hue-logo + .title,
._hue-header ._hue-logo + .title {
  display: none;
}
.site-nav .menuitem,
._hue-header .menuitem {
  display: inline-block;
  padding: 0.6rem 0.8rem;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 1.5rem;
  font-weight: bold;
}
.site-nav .menuitem:hover,
._hue-header .menuitem:hover {
  color: #464646;
}
.site-nav .menu,
._hue-header .menu {
  display: block;
  text-align: right;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-nav .menu .items,
._hue-header .menu .items {
  white-space: nowrap;
  padding: 0px 0.8rem;
}
.site-nav .menu .social,
._hue-header .menu .social {
  padding: 0;
}
.site-nav ._socialmedia,
._hue-header ._socialmedia {
  white-space: nowrap;
  height: 3.2rem;
  height: auto;
}
.site-nav ._socialmedia:empty,
._hue-header ._socialmedia:empty {
  display: none;
}
.site-nav.pin,
._hue-header.pin {
  background: white;
}
.site-nav.pin > .container,
._hue-header.pin > .container {
  padding: 1rem 4rem;
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}
.site-nav.pin > .shadow,
._hue-header.pin > .shadow {
  position: absolute;
  top: 100%;
  height: 2rem;
  width: 100%;
  pointer-events: none;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.lt8 .site-nav,
.lt8 ._hue-header {
  padding-left: 2rem;
  padding-right: 2rem;
}
.lt8 .site-nav .logo,
.lt8 ._hue-header .logo {
  width: auto;
  text-align: center;
}
.lt8 .site-nav ._socialmedia,
.lt8 ._hue-header ._socialmedia {
  padding-right: 1rem;
  padding: 1rem;
  height: auto;
}
._hue-header .logo {
  float: left;
}
._hue-header.align-center > .body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}
._hue-header.align-center .logo {
  text-align: center;
}
._hue-header.align-center .logo img {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
._hue-header.align-center .logo .title {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
._hue-header.align-center .menu {
  padding: 0.8rem;
}
.lt8 ._hue-header > .body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}
.lt8 ._hue-header .logo {
  text-align: center;
}
.lt8 ._hue-header .logo img {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.lt8 ._hue-header .logo .title {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lt8 ._hue-header .menu {
  padding: 0.8rem;
}
.lt8 ._hue-header .logo {
  width: 100%;
}
.lt6 ._hue-header .menu {
  display: none;
}
.site-nav {
  position: fixed;
  width: 100%;
  z-index: 100000;
  top: 0px;
  left: 0px;
  -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
          transform: translateY(-120%);
  will-change: opacity, transform;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  background: #1b1b1b;
  color: white;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.site-nav .site-title {
  margin-right: auto;
  text-transform: uppercase;
  pointer-events: none;
}
.lt6 .site-nav .menu {
  display: none;
}
.pin-nav .site-nav {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
._hue-footer {
  background: white;
  padding: 2rem 4rem !important;
}
._hue-footer > .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
._hue-footer > .body > div {
  vertical-align: middle;
}
._hue-footer .wbr {
  display: none;
}
._hue-footer .sf {
  display: inline-block;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
._hue-footer .sf i {
  font-size: 2rem;
  float: left;
  font-size: 1.6rem;
  padding: 0.1rem;
  margin-right: 0.2rem;
  line-height: inherit;
  color: #75B9C7;
  color: inherit;
}
._hue-footer .sf i:before {
  font-family: spring;
  content: " ";
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  display: block;
  width: 1em;
  height: 1em;
  line-height: inherit;
  text-align: center;
}
._hue-footer .sf b {
  padding: 0.1rem;
  font-weight: inherit;
}
._hue-footer .sf._phone i:before {
  content: "\e916";
}
._hue-footer .sf.mobile i:before {
  content: "\e922";
}
._hue-footer .sf.email i:before {
  content: "\e918";
}
._hue-footer .sf.address i:before {
  content: "\e920";
}
._hue-footer .copyright {
  text-align: left;
  display: none;
  width: 50rem;
  max-width: 90%;
  height: 1.8rem;
  color: #75B9C7;
}
._hue-footer .copyright .title {
  top: 50%;
  position: absolute;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: -0.5em;
  white-space: nowrap;
  color: #75B9C7;
}
._hue-footer ._socialmedia {
  text-align: inherit;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
}
._hue-footer ._socialmedia:empty {
  display: none;
}
._hue-footer .body.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
._hue-footer .body.vertical .f {
  font-size: 1.8rem;
  padding: 1rem 1rem;
}
._hue-footer .body.vertical .f i {
  font-size: 2rem;
}
._hue-footer .body.vertical ._socialmedia {
  padding: 0.6rem 0rem;
}
._hue-footer.align-left .body:not(.vertical) ._socialmedia {
  margin-left: auto;
}
._hue-generic > .body {
  padding: 2.5rem;
}
._hue-generic.align-center ._hue-content {
  text-align: center;
  margin: 0 auto;
  max-width: 70rem;
}
._hue-generic.align-center > .body ._hue-content {
  text-align: left;
}
._hue-hero {
  height: 48rem;
  padding: 0 !important;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 1rem;
}
._hue-hero > .container {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
._hue-hero > .container > .body {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
._hue-hero > .body {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  overflow: hidden;
}
._hue-hero .links a {
  border-color: white;
  color: white;
}
._hue-hero .links a:hover {
  background: white;
  color: #333333;
}
._hue-hero > .dots {
  z-index: 10000;
  position: absolute;
  display: block;
  left: 50%;
  bottom: 1.4rem;
  -webkit-transform: translate3d(-50%, 0%, 0px);
          transform: translate3d(-50%, 0%, 0px);
}
.lt6 ._hue-hero .arr {
  display: none;
}
._hue-hero .arr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
._hue-hero .glass {
  display: none;
}
._hue-hero .overlay {
  background: black;
  opacity: 0;
}
._hue-hero .cover {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: black;
  opacity: 0;
}
._hue-hero h1,
._hue-hero h2,
._hue-hero h3,
._hue-hero h4,
._hue-hero h5,
._hue-hero p {
  color: white;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.lt9 ._hue-hero {
  font-size: 0.9rem;
}
.lt8 ._hue-hero {
  font-size: 0.8rem;
}
.lt7 ._hue-hero {
  font-size: 0.7rem;
}
.lt6 ._hue-hero {
  font-size: 0.6rem;
}
.lt5 ._hue-hero {
  font-size: 0.6rem;
}
._hue-hero .tagline,
._hue-hero .tg > p {
  background: rgba(0, 0, 0, 0.46);
  display: inline;
  padding: 0.03125em 0.3125em 0.0625em;
  border-radius: 0.2rem;
  -webkit-box-decoration-break: clone;
  font-weight: bold;
  font-size: 3.2em;
  line-height: 1.5;
}
._hue-hero .item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-transform: translate3d(200%, 0px, 0px);
          transform: translate3d(200%, 0px, 0px);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%;
  overflow: hidden;
  display: block;
}
._hue-hero .item h2 {
  font-family: 'Pacifico', 'Helvetica Neue';
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.3em;
  margin-bottom: 0.7em;
  text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.2);
}
._hue-hero .item > .image {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  transform-style: flat;
  -webkit-transform-style: flat;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
._hue-hero .item > .image .cover {
  padding: 0;
}
._hue-hero .item > .cover {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  transform-style: flat;
  -webkit-transform-style: flat;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: -2px;
}
._hue-hero .item > .body {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75em;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90vw;
}
._hue-hero .item .fln {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  transform-style: flat;
  -webkit-transform-style: flat;
  will-change: opacity, transform;
}
._hue-hero .item:first-child {
  left: 0px;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
._hue-hero-item-banner > .body {
  visibility: hidden;
}
._hue-hero-item-banner.prerendered > .body {
  visibility: visible;
}
._hue-hero-item-banner h1 {
  text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.8em;
  line-height: 1.5;
  margin: 0.7em 0;
}
._hue-hero-item-banner h1 > .fln {
  padding-bottom: 0.3rem;
}
._hue-hero-item-banner h1 > .fln span {
  display: inline-block;
}
._hue-hero-item-banner h3 {
  font-family: 'Pacifico', 'Helvetica Neue';
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1.3em;
  margin-bottom: 0.7em;
  text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.3);
  margin-top: 0.7em;
}
._hue-hero-item-banner p {
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.8rem;
  text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.3);
  font-size: 2.2rem;
  font-weight: 500;
}
._hue-hero-item-banner p > .fln {
  margin-left: -0.3125em;
  margin-right: -0.3125em;
  padding-bottom: 0.2rem;
}
._hue-hero-item-banner p > .fln span {
  display: inline-block;
  padding: 0.03125em 0.3125em 0.0625em;
  border-radius: 0.2rem;
}
.lt8 ._hue-hero-item-banner p {
  font-size: 2.7em;
}
._hue-tabs > .container {
  padding: 5rem 4rem;
  max-width: 100%;
  width: 128rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
._hue-tabs > .container > .tabs {
  width: 25%;
  padding: 1.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
._hue-tabs > .container > .body {
  padding: 1.5rem;
}
._hue-tabs .icon {
  font-size: 2.4rem;
}
._hue-tabs .body h2 {
  margin-bottom: 0.5rem;
}
._hue-tabs.align-center {
  text-align: center;
}
._hue-tabs.align-center .icon {
  width: 1em;
  font-size: 4.8rem;
  margin: 0 auto 2rem;
}
._hue-tabs.align-left .body > li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
._hue-tabs.align-left .body > li .icon {
  padding-right: 0.5em;
}
.lt8 ._hue-tabs > .container {
  padding: 4rem 3rem;
}
.lt7 ._hue-tabs > .container {
  padding: 3rem 2rem;
}
._hue-tabs .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Open Sans';
  font-family: var(--header_font), 'Open Sans';
  font-size: 1.8rem;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
}
._hue-tabs .tabs ._tab {
  margin: 0.2rem 0rem;
  font-size: 1.5rem;
  text-align: right;
  color: #75B9C7;
}
._hue-tabs .tabs ._tab a {
  display: inline-block;
  padding: 0.6rem 1.2rem;
}
._hue-tabs .tabs ._tab a {
  opacity: 1;
}
._hue-tabs .tabs ._tab:hover a {
  opacity: 1;
  color: #464646;
}
._hue-tabs .tabs ._tab.selected {
  color: black;
}
._hue-tabs .tabs ._tab.selected a {
  opacity: 1;
}
._hue-tabs ._md {
  max-width: 90rem;
  margin: 0 auto;
}
._hue-contact > .container {
  padding: 5rem 4rem;
  max-width: 100%;
  width: 128rem;
  margin: 0 auto;
}
._hue-contact form {
  display: block;
}
._hue-contact input,
._hue-contact textarea {
  display: block;
  width: 100%;
  padding: 0.8rem;
  background: #F2F2F2;
  border: 1px solid transparent;
  margin: 1rem 0px;
  font-size: 1.4rem;
  font-family: inherit;
}
._hue-contact input:first-child,
._hue-contact textarea:first-child {
  margin-top: 0rem;
}
._hue-contact input:last-child,
._hue-contact textarea:last-child {
  margin-bottom: 0rem;
}
._hue-contact input:focus,
._hue-contact textarea:focus {
  outline: 2px solid #3498DB;
  outline-offset: 2px;
}
._hue-contact input[disabled],
._hue-contact textarea[disabled] {
  color: #777777;
}
._hue-contact textarea {
  min-height: 12rem;
}
._hue-contact button {
  border-radius: 2.5rem;
  display: inline-block;
  padding: 0.6rem 1rem;
  line-height: 1;
  border: 2px solid #3498db;
  font-family: Raleway, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  background: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  min-width: 10rem;
  text-align: center;
  border-color: #3498db;
  color: #3498db;
  background: #007acc;
  color: white;
  padding: 1.2rem 2.4rem 1.1rem 2.4rem;
}
._hue-contact button:hover {
  background: #3498db;
  color: white;
}
._hue-contact button:hover {
  background: #006bb3;
}
._hue-contact .buttons {
  text-align: left;
}
._hue-contact .sub {
  min-height: 26rem;
}
._hue-contact ._hue-map {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-size: cover;
  border: 1px solid #E8E8E8;
}
._hue-contact .item {
  padding: 2rem;
  min-height: 20rem;
}
._hue-contact > .body > .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
._hue-contact .item > ._hue-map {
  margin: 2rem;
}
._hue-contact .buttons {
  margin-top: 1rem;
}
.lt7 ._hue-contact .split-layout {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
._hue-contact .item.vcard {
  display: none;
  text-align: left;
}
._hue-contact .item.vcard > p {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
._hue-contact.s-vcard-map .item.form {
  display: none;
}
._hue-contact.s-vcard-map .item.vcard {
  display: block;
}
._hue-contact.s-map-form .item.form {
  display: block;
}
._hue-contact.s-map-form .item.vcard {
  display: none;
}
._hue-contact.s-vcard-form .item.form {
  display: block;
}
._hue-contact.s-vcard-form .item.vcard {
  display: block;
}
._hue-contact.s-vcard-form .item.map {
  display: none;
}
._hue-contact .item.map {
  max-width: initial;
}
._hue-contact .item.vcard {
  max-width: 32rem;
}
._hue-contact .item.vcard.c3 {
  max-width: 32rem;
}
._hue-contact .item.vcard.c2 {
  max-width: 32rem;
}
._hue-contact .item.vcard.c1 {
  max-width: initial;
}
._hue-contact.s-map-vcard-split {
  padding: 0px;
}
._hue-contact.s-map-vcard-split .item.form {
  display: none;
}
._hue-contact.s-map-vcard-split .item.map {
  padding: 0px;
}
._hue-contact.s-map-vcard-split .item.map ._hue-map {
  margin: 0px;
}
._hue-contact.s-map-vcard-split .item.vcard {
  padding: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  max-width: initial;
}
@media (max-width: 650px) {
  ._hue-contact .tiles {
    display: block !important;
  }
  ._hue-contact .item.form {
    min-width: initial;
  }
}
._hue-contact.tint-dark input,
._hue-contact.tint-dark textarea {
  background: #313131;
  color: white;
}
._hue-contact.tint-light input,
._hue-contact.tint-light textarea {
  background: white;
  color: #737373;
}
._hue-contact-map {
  min-height: 34rem;
  border-top: 1px solid #EDEDED !important;
  border-bottom: 1px solid #EDEDED !important;
}
._hue-contact-map ._hue-map {
  border: 0px solid transparent;
}
.gmap.gmap.gmap.gmap span {
  color: #B9B9B9;
}
.gmap.gmap.gmap.gmap a {
  color: #3498db !important;
}
.tint-dark ._hue-map {
  border: 0px solid #E8E8E8;
}
.tint-dark .gmap > .img {
  background-color: #333333 !important;
}
.tint-dark .gmap.gmap .gm-style-cc > div:first-child > div:last-child {
  background: transparent !important;
}
.tint-dark .gmap.gmap.gmap.gmap span {
  color: #B9B9B9;
}
.tint-dark .gmap.gmap.gmap.gmap a {
  color: #3498db !important;
}
._hue-form .thankyou {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
._hue-form .fields {
  position: relative;
}
._hue-form.done .fields {
  pointer-events: none;
  opacity: 0.4;
}
._hue-form.done .buttons button {
  background: #81d061;
  color: white;
  border: 2px solid #81d061;
}
._hue-form.done .buttons button:hover {
  background: #71ca4d;
}
.l-pills {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
._hue-pill {
  display: inline-block;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}
._hue-pill > .body {
  padding: 1.2rem;
}
._hue-pill > .body .title {
  font-weight: bold;
  display: none;
}
._hue-pill > .body > a.link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 15;
}
._hue-pill ._hue-brand-logo {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 1;
  -webkit-filter: grayscale(0);
}
._hue-pill .card {
  position: absolute;
  padding: 2rem;
  background: white;
  width: 26rem;
  max-width: 26rem;
  margin-left: -13rem;
  top: 75%;
  left: 50%;
  z-index: 500;
  box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.1);
  -webkit-transform-origin: 50% 20%;
      -ms-transform-origin: 50% 20%;
          transform-origin: 50% 20%;
  -webkit-transform: scale(0.6) scaleY(0.1);
      -ms-transform: scale(0.6) scaleY(0.1);
          transform: scale(0.6) scaleY(0.1);
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  visibility: hidden;
}
._hue-pill .card .title {
  font-weight: bold;
  font-size: 1.6rem;
  color: #333;
}
._hue-pill .card p:empty {
  display: none;
}
._hue-pill .card.show {
  display: block;
  -webkit-transform: scale(1) scaleY(1);
      -ms-transform: scale(1) scaleY(1);
          transform: scale(1) scaleY(1);
  opacity: 1;
  visibility: visible;
}
.hoveritem ._hue-pill ._hue-brand-logo {
  -webkit-filter: grayscale(1);
  opacity: 0.3;
}
.hoveritem ._hue-pill.hover ._hue-brand-logo {
  -webkit-filter: grayscale(0);
  opacity: 1;
}
.f {
  display: inline-block;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-decoration: none;
}
.f i {
  font-size: 2rem;
  float: left;
  font-size: 1.6rem;
  padding: 0.1rem;
  margin-right: 0.2rem;
  line-height: inherit;
  color: inherit;
  color: var(--iconColor, inherit);
}
.f i:before {
  font-family: spring;
  content: " ";
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  display: block;
  width: 1em;
  height: 1em;
  line-height: inherit;
  text-align: center;
}
.f b {
  padding: 0.1rem;
  font-weight: inherit;
}
.f._phone i:before {
  content: "\e922";
}
.f._hue-phone i:before {
  content: "\e922";
}
.f.mobile i:before {
  content: "\e922";
}
.f.email i:before {
  content: "\e914";
}
.f._hours i:before {
  content: "\e902";
}
.f._hue-hours i:before {
  content: "\e902";
}
.f.address i:before {
  content: "\e920";
}
.f.orgnr i:before {
  content: "\e91a";
}
.f .more {
  padding: 1rem;
  display: none;
  position: absolute;
  top: 90%;
  left: 0px;
  z-index: 1000;
}
.f .more > .body {
  background: #F2F2F2;
  border: 1px solid gainsboro;
  border-radius: 0.2rem;
  box-shadow: 0px 0px 3rem rgba(0, 0, 0, 0.2);
  color: #464646;
}
.f .more ul {
  padding: 1.4rem 2rem;
}
.f:hover .more {
  display: block;
}
.vcard .f {
  display: inline-block;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-decoration: none;
}
.vcard .f i {
  font-size: 2rem;
  float: left;
  font-size: 1.6rem;
  padding: 0.1rem;
  margin-right: 0.2rem;
  line-height: inherit;
  color: inherit;
  color: var(--iconColor, inherit);
}
.vcard .f i:before {
  font-family: spring;
  content: " ";
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  display: block;
  width: 1em;
  height: 1em;
  line-height: inherit;
  text-align: center;
}
.vcard .f b {
  padding: 0.1rem;
  font-weight: inherit;
}
.vcard .f._phone i:before {
  content: "\e922";
}
.vcard .f._hue-phone i:before {
  content: "\e922";
}
.vcard .f.mobile i:before {
  content: "\e922";
}
.vcard .f.email i:before {
  content: "\e914";
}
.vcard .f._hours i:before {
  content: "\e902";
}
.vcard .f._hue-hours i:before {
  content: "\e902";
}
.vcard .f.address i:before {
  content: "\e920";
}
.vcard .f.orgnr i:before {
  content: "\e91a";
}
.vcard .f .more {
  padding: 1rem;
  display: none;
  position: absolute;
  top: 90%;
  left: 0px;
  z-index: 1000;
}
.vcard .f .more > .body {
  background: #F2F2F2;
  border: 1px solid gainsboro;
  border-radius: 0.2rem;
  box-shadow: 0px 0px 3rem rgba(0, 0, 0, 0.2);
  color: #464646;
}
.vcard .f .more ul {
  padding: 1.4rem 2rem;
}
.vcard .f:hover .more {
  display: block;
}
.vcard ._socialmedia {
  text-align: inherit;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
}
.vcard ._socialmedia:empty {
  display: none;
}
.vcard.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.vcard.vertical .f {
  font-size: 1.5rem;
  padding: 1rem 1rem;
}
.vcard.vertical .f i {
  font-size: 2rem;
}
.vcard.vertical ._socialmedia {
  padding: 0.6rem 0rem;
}
.vcard.list {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start;
  text-align: left;
}
.vcard.list .f {
  display: block;
  margin-bottom: 2rem;
  color: #3b3b3b;
  padding-left: 0px;
}
.vcard.list .f i {
  color: inherit;
  color: var(--iconColor, inherit);
}
.vcard.list .f b {
  padding-left: 0.6rem;
}
.vcard.list ._socialmedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.vcard.list ._socialmedia a {
  display: block;
  margin-bottom: 2rem;
  padding: 0.2rem 1rem;
  padding-left: 0px;
  white-space: nowrap;
  width: auto;
  height: auto;
}
.vcard.list ._socialmedia a i {
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  position: relative;
  float: left;
}
.vcard.list ._socialmedia a b {
  display: inline-block;
  padding: 0.1rem;
  padding-left: 0.6rem;
  font-weight: inherit;
}
.vcard.list .social + .social {
  margin-left: 0px;
}
.vcard ._hue-hours.open b.today:after {
  content: " (Åpent)";
  color: #498E49;
}
.vcard ._hue-hours.closed b.today:after {
  content: " Stengt";
  color: #FF6666;
}
.vcard ._hue-hours .more {
  color: #464646;
}
.vcard ._hue-hours .more .day {
  display: inline-block;
  width: 7rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.tint-dark ._hours.open b.today:after {
  color: #9ED895;
}
.tint-dark ._hours.closed b.today:after {
  color: #FC7A78;
}
._hue-block + ._hue-block .vcard .f .more {
  top: auto;
  bottom: 90%;
}
@media (max-width: 550px) {
  .vcard .f b {
    white-space: initial;
  }
}
._hue-map {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #EEEEEE;
}
._hue-map .img {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center center;
  background-repeat: repeat-all;
  background-size: cover;
  cursor: pointer;
}
._hue-map .marker {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
}
._hue-map .marker:before {
  position: absolute;
  width: 6rem;
  height: 6rem;
  bottom: 0px;
  left: -3rem;
  content: "\e91f";
  font-family: 'spring';
  font-size: 6rem;
  text-align: center;
  line-height: 1em;
  color: #ff6969;
  text-shadow: 0px 0px 0.4rem rgba(255, 255, 255, 0.47);
}
._hue-map.gmap > .img {
  background: transparent;
}
._hue-map.gmap .marker {
  display: none;
}
._hue-article {
  padding: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
._hue-article > .image {
  width: 300px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  display: none;
}
._hue-article > .image .glass {
  display: none;
}
._hue-article > .body > .title {
  display: none;
}
._hue-article > .body p {
  font-size: 1.5rem;
  margin: 1.5em 0rem;
  page-break-inside: avoid;
       break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.tc2 ._hue-article > .body > .article {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  -webkit-column-width: 30rem;
     -moz-column-width: 30rem;
          column-width: 30rem;
}
.align-center ._hue-article > .body {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
.align-center ._hue-article > .body > .article h1,
.align-center ._hue-article > .body > .article h2,
.align-center ._hue-article > .body > .article h3 {
  text-align: center;
}
.align-center ._hue-article > .body > .article p {
  text-align: center;
}
.align-justify ._hue-article > .body {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
.align-justify ._hue-article > .body > .article h1,
.align-justify ._hue-article > .body > .article h2,
.align-justify ._hue-article > .body > .article h3 {
  text-align: center;
}
.align-justify ._hue-article > .body > .article p {
  text-align: justify;
}
.social {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0px;
  overflow: visible;
  color: transparent;
  display: inline-block;
  vertical-align: top;
}
.social i {
  display: inline-block;
  vertical-align: top;
  font-size: 3.2rem;
  width: 1em;
  height: 1em;
}
.social b {
  display: none;
  vertical-align: middle;
}
.social i:before {
  content: " ";
  display: block;
  position: absolute;
  font-size: 2rem;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  border-radius: 1.6rem;
  background: white;
}
.social i:after {
  font-family: spring;
  content: "\e90b";
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  position: absolute;
  display: block;
  font-size: inherit;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  color: inherit;
}
.social.facebook {
  color: #1877f2;
}
.social.facebook i:after {
  content: "\e90b";
}
.social.linkedin {
  color: #0077b5;
}
.social.linkedin i:after {
  content: "\e90e";
}
.social.youtube {
  color: #C52F30;
}
.social.youtube i:after {
  content: "\e913";
}
.social.instagram {
  color: #5851db;
}
.social.instagram i:after {
  content: "\e91d";
  background-image: -webkit-radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), -webkit-radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  background-image: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.social.googleplus {
  color: #CF3D2E;
}
.social.googleplus i:after {
  content: "\e90d";
}
.social.twitter {
  color: #1da1f2;
}
.social.twitter i:after {
  content: "\e91b";
}
.social.email {
  color: #1da1f2;
}
.social.email i:after {
  content: "\e914";
}
.social + .social {
  margin-left: 0.8rem;
}
.social.off {
  color: #dedede;
  opacity: 0.7;
}
.social.instagram.off {
  display: none;
}
.social.pinterest.off {
  display: none;
}
.small > .social {
  width: 2.4rem;
  height: 2.4rem;
}
.small > .social i {
  font-size: 2.4rem;
}
._hue-facebook {
  min-height: 16rem;
  background-color: #1877f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  text-align: center;
  overflow: hidden;
}
._hue-facebook > .container {
  margin: auto;
}
._hue-facebook > .body {
  color: white;
}
._hue-facebook > .body > .title {
  text-align: center;
  color: white;
}
._hue-facebook h1,
._hue-facebook h2,
._hue-facebook h3,
._hue-facebook h4,
._hue-facebook p {
  color: white;
}
._hue-facebook .title a {
  text-decoration: none;
  color: inherit;
}
._hue-facebook .title a:hover {
  color: #A9C6FF;
}
._hue-facebook-post a {
  color: #bfd4ff;
  text-decoration: underline;
}
._hue-facebook-post .time {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #bfd4ff;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.13);
}
._hue-facebook-post a.more {
  color: #bfd4ff;
  text-decoration: underline;
  font-size: smaller;
}
.carousel > ._hue-facebook-post {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.carousel > ._hue-facebook-post a {
  color: #bfd4ff;
  text-decoration: underline;
}
.carousel > ._hue-facebook-post > .body {
  max-width: 55rem;
  padding-bottom: 3.5rem;
  margin: auto;
}
.carousel > ._hue-facebook-post.short > .body {
  max-width: 35rem;
}
.carousel > ._hue-facebook-post .story {
  font-size: 1.6rem;
  line-height: 1.6em;
  text-overflow: ellipsis;
  margin: 0px;
  padding-left: 1.2rem;
  border-left: 2px solid #A7C4FD;
  margin-left: 1.2rem;
}
.carousel > ._hue-facebook-post .time {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #bfd4ff;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.13);
}
.carousel > ._hue-facebook-post a.more {
  color: #bfd4ff;
  text-decoration: underline;
  font-size: smaller;
}
.l-carousel > ._hue-facebook-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.l-carousel > ._hue-facebook-post > .body {
  max-width: 55rem;
  margin: auto;
}
.l-carousel > ._hue-facebook-post.short > .body {
  max-width: 35rem;
}
.l-list > ._hue-facebook-post {
  text-align: left;
  border-bottom: 1px solid #A7C4FD;
  padding: 0.4rem 0px;
}
.l-list > ._hue-facebook-post:last-child {
  border-bottom: none;
}
.l-list > ._hue-facebook-post > .body {
  overflow: hidden;
}
.l-list > ._hue-facebook-post .time {
  display: inline-block;
  width: 9rem;
  font-weight: normal;
}
.l-list > ._hue-facebook-post .story {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  left: 9rem;
  right: 0px;
}
.l-list > ._hue-facebook-post .story a.more {
  display: none;
}
.l-list > ._hue-facebook-post .story .quote {
  text-overflow: ellipsis;
  overflow: hidden;
}
._hue-facebook.cols > .body {
  margin: 0px;
  width: 100%;
}
._hue-facebook.cols .l-tiles > .item {
  padding: 2rem;
}
._hue-facebook.cols .photos {
  max-width: 28rem;
}
._hue-facebook.cols ._hue-facebook-photo {
  width: 25%;
  display: inline-block;
  position: relative;
}
._hue-facebook.cols ._hue-facebook-photo:before {
  content: " ";
  padding: 50% 0px;
  display: block;
}
._hue-facebook.cols ._hue-facebook-photo .img {
  background: white;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 1px;
  border: 2px solid #375398;
  background-size: cover;
}
._hue-rss-post {
  padding: 2rem;
}
._hue-rss-post .h2 {
  margin-bottom: 0px;
}
._hue-rss-post .content {
  margin: 0.6rem 0;
}
._hue-rss-post a {
  color: #1877f2;
}
._hue-embed iframe {
  border: none;
  max-width: 1160px;
  height: 500px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
._hue-embed.narrow iframe {
  max-width: 800px;
}
._hue-embed.no-pad iframe {
  max-width: initial;
}
._hue-testimonials {
  overflow: hidden;
}
._hue-testimonial {
  padding: 1.5rem;
  text-align: left;
}
._hue-testimonial a {
  color: #A9C6FF;
  text-decoration: underline;
}
._hue-testimonial > .body {
  max-width: 55rem;
  padding-bottom: 1.5rem;
}
._hue-testimonial .quote {
  font-size: 1.6rem;
  line-height: 1.6em;
  text-overflow: ellipsis;
  margin: 0px;
  padding-left: 1.2rem;
  border-left: 2px solid #A7C4FD;
  margin-left: 1.2rem;
}
._hue-testimonial .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #A9C6FF;
  font-weight: bold;
}
._hue-testimonial a.more {
  color: #A9C6FF;
  text-decoration: underline;
  display: block;
  font-size: smaller;
}
.l-carousel > ._hue-testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.l-carousel > ._hue-testimonial > .body {
  max-width: 55rem;
  margin: auto;
}
.l-carousel > ._hue-testimonial.short > .body {
  max-width: 35rem;
}
._hue-people .icon {
  font-size: 2.4rem;
}
._hue-people ._hue-button {
  margin-top: 0.8rem;
  font-family: Raleway, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  background: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 2px solid;
  display: inline-block;
  color: #3498db;
}
._hue-people > .body {
  text-align: center;
}
._hue-people.align-center {
  text-align: center;
}
._hue-people.align-center .icon {
  width: 1em;
  font-size: 4.8rem;
  margin: 0 auto 2rem;
  display: inline-block;
  width: auto;
  border: 2px solid;
  padding: 0.5em;
}
._hue-people.align-center .icon > .img {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
._hue-people.align-center .icon > .frame {
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
._hue-people.align-center .icon > .frame {
  border: 2px solid;
  border-color: inherit;
  margin: -2px;
}
._hue-people.align-center ._hue-bullet.hover .icon > .img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
._hue-people.align-center ._hue-bullet.hover .icon > .frame {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0.0;
}
._hue-people.align-left > .body {
  text-align: left;
}
._hue-people.align-left .body > .item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
}
._hue-people.align-left .body > .item .icon {
  margin-right: 0.7em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
._hue-people.align-left .body > .item .icon .after {
  width: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 0.5rem;
  display: none;
}
._hue-people.align-left .body > .item > .body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
._hue-people.align-left.left-medium .icon {
  font-size: 3.4rem;
  margin-right: 0.4em;
}
._hue-people.align-left.left-medium p {
  margin-top: 0.2em;
}
._hue-people.llarge .icon .img {
  width: 2.4em;
}
._hue-person {
  padding: 2rem;
  max-width: 50rem;
}
._hue-person.c5 {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
._hue-person.c4 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
._hue-person.c3 {
  width: 33%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
._hue-person.c2 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
._hue-person.c1 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
._hue-person.linked h2 {
  cursor: pointer;
}
._hue-person.linked > .icon {
  cursor: pointer;
}
._hue-person p {
  font-size: inherit;
}
._hue-person .social.off {
  display: none;
}
._hue-person ._hue-avatar {
  height: 120px;
  width: 120px;
  border-radius: 200px;
  display: inline-block;
}
._hue-person ._hue-avatar .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: inherit;
}
._hue-person .name {
  margin: 0;
}
._hue-person .title {
  font-size: 1em;
  margin: 0;
  color: #737373;
}
._hue-person .Buttons {
  padding: 0.4rem 0px;
}
._hue-person .details {
  font-size: 1.2rem;
  padding: 0.2rem 0px;
  opacity: 0.6;
}
._hue-person .details .f {
  padding: 0px 0.2rem;
  font-weight: 600;
}
._hue-person .details .f b {
  color: inherit;
  padding: 0px;
}
._hue-person .details .f i {
  display: none;
}
._hue-cookies {
  position: fixed;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 6px 12px;
  background: #ffd982;
  color: #65490c;
  font-size: 11px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
._hue-cookies.accepted {
  display: none;
}
._hue-cookies .info {
  margin: 1ex;
  line-height: 16px;
}
._hue-cookies .buttons {
  white-space: nowrap;
  margin: 1ex;
}
._hue-cookies a {
  display: inline-block;
  padding: 0px 6px;
  border: 1px solid;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
}
._hue-cookies a:hover {
  text-decoration: underline;
  color: black;
}
._hue-cookies a.explain {
  border-color: transparent;
  text-decoration: underline;
}
.resizing ._text br {
  display: none;
}
canvas.measure {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  visibility: hidden;
  position: absolute;
  left: -10px;
  width: 10px;
  height: 10px;
  top: -100px;
}
.fln {
  display: block;
  text-align: inherit;
}
