@font-face {
  font-family: 'NettoWebPro';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/NettoWebPro.woff') format('woff');
}
@font-face {
  font-family: 'NettoWebPro';
  font-weight: bold;
  font-style: normal;
  src: url('../fonts/NettoWebPro-Bold.woff') format('woff');
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "NettoWebPro", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00e600;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #009a00;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease;
  -o-transition: all all 0.2s ease-in-out ease;
  transition: all all 0.2s ease-in-out ease;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 300px;
  margin-bottom: 300px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 300px;
  margin-bottom: 150px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 150px;
  margin-bottom: 150px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 60px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 15px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 150px;
}
.lead {
  margin-bottom: 300px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 80%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #00e600;
}
a.text-primary:hover {
  color: #00b300;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #00e600;
}
a.bg-primary:hover {
  background-color: #00b300;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 149px;
  margin: 600px 0 300px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 150px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 300px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 150px 300px;
  margin: 0 0 300px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 20px;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 300px;
  font-style: normal;
  line-height: 20px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 300px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 20px;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 225px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 300px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 20px;
  color: #e6e6e6;
}
.form-control {
  display: block;
  width: 100%;
  height: 314px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 20px;
  color: #e6e6e6;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s ease;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 314px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 312px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 1222px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 300px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 312px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 25px;
  border-radius: 3px;
}
select.input-sm {
  height: 312px;
  line-height: 312px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 312px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 25px;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 312px;
  line-height: 312px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 312px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 25px;
}
.input-lg {
  height: 1222px;
  padding: 10px 16px;
  font-size: 30px;
  line-height: 40px;
  border-radius: 6px;
}
select.input-lg {
  height: 1222px;
  line-height: 1222px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 1222px;
  padding: 10px 16px;
  font-size: 30px;
  line-height: 40px;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 1222px;
  line-height: 1222px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 1222px;
  padding: 10px 16px;
  font-size: 30px;
  line-height: 40px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 392.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 314px;
  height: 314px;
  line-height: 314px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 1222px;
  height: 1222px;
  line-height: 1222px;
}
.input-sm + .form-control-feedback {
  width: 312px;
  height: 312px;
  line-height: 312px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 305px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 307px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 401px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #00e600;
  border-color: #00cd00;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #00b300;
  border-color: #008f00;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00e600;
  border-color: #00cd00;
}
.btn-primary .badge {
  color: #00e600;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #00e600;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #009a00;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 30px;
  line-height: 40px;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 25px;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 25px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  -webkit-transition: all opacity 0.25s linear ease;
  -o-transition: all opacity 0.25s linear ease;
  transition: all opacity 0.25s linear ease;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 149px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #00e600;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 1222px;
  padding: 10px 16px;
  font-size: 30px;
  line-height: 40px;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 1222px;
  line-height: 1222px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 312px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 25px;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 312px;
  line-height: 312px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #e6e6e6;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 30px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00e600;
}
.nav .nav-divider {
  height: 1px;
  margin: 149px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #e6e6e6;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #00e600;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 300px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: -125px 15px;
  font-size: 30px;
  line-height: 300px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: -62.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 300px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 300px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: -125px;
    padding-bottom: -125px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -132px;
  margin-bottom: -132px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -132px;
  margin-bottom: -132px;
}
.navbar-btn.btn-sm {
  margin-top: -131px;
  margin-bottom: -131px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: -125px;
  margin-bottom: -125px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 67.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 300px;
  line-height: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-transition: all border 0.2s ease-in-out ease;
  -o-transition: all border 0.2s ease-in-out ease;
  transition: all border 0.2s ease-in-out ease;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00e600;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #00e600;
  border-color: #00e600;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #b3ffb3;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html,
body {
  height: 100%;
  letter-spacing: 0.05em;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
html::selection,
body::selection {
  background: #e6e6e6;
}
a,
a.active,
a:active,
a:focus {
  text-decoration: none !important;
  color: #000000;
  border-bottom: 2px solid black;
  padding-bottom: 1px;
  outline: none;
}
a:hover,
a.active:hover,
a:active:hover,
a:focus:hover,
a:visited,
a.active:visited,
a:active:visited,
a:focus:visited {
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: "NettoWebPro", sans-serif;
  margin: 0;
}
h1 {
  font-size: 60px;
  line-height: 72px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
}
h3,
h4,
h5,
h6 {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 1em;
}
p.large {
  font-size: 30px;
  line-height: 40px;
}
p.small {
  font-size: 12px;
  line-height: 25px;
}
ol,
ul {
  padding-left: 15px;
  margin-bottom: 1em;
}
/* basic form styling */
label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
}
input {
  width: 50%;
  height: 30px;
}
.btn {
  border: none;
  border-radius: 0;
  height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: bold;
}
/* Typography Mixins */
.text-large {
  font-size: 30px;
  line-height: 40px;
}
.text-base {
  font-size: 15px;
  line-height: 20px;
}
.text-small {
  font-size: 12px;
  line-height: 25px;
}
.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 14px;
    line-height: 18px;
  }
  a.active,
  a:active,
  a:focus {
    border-bottom: 1px solid black;
    padding-bottom: 0;
  }
  h1 {
    font-size: 25px;
    line-height: 30px;
  }
  h2 {
    font-size: 18px;
    line-height: 25px;
  }
  h3,
  h4,
  h5,
  h6 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
  }
  p {
    font-size: 14px;
    line-height: 18px;
  }
  p.large {
    font-size: 18px;
    line-height: 25px;
  }
  p.small {
    font-size: 12px;
    line-height: 14px;
  }
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .download,
  .back {
    display: none!important;
  }
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
@media print {
  .flexslider {
    display: none !important;
  }
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  border: none;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 31px;
  height: 56px;
  margin: -45px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.flex-direction-nav a:before {
  display: inline-block;
  content: '';
}
.flex-direction-nav a.flex-next:before {
  content: '';
}
.flex-direction-nav .flex-prev {
  background: url("/assets/img/flex-prev@2x.png") no-repeat;
  -webkit-background-size: 31px 56px;
          background-size: 31px 56px;
}
.flex-direction-nav .flex-next {
  background: url("/assets/img/flex-next@2x.png") no-repeat;
  -webkit-background-size: 31px 56px;
          background-size: 31px 56px;
}
.flexslider .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 50px;
}
.flexslider .flex-direction-nav .flex-prev:hover {
  opacity: 0.75;
}
.flexslider .flex-direction-nav .flex-next {
  opacity: 1;
  right: 50px;
}
.flexslider .flex-direction-nav .flex-next:hover {
  opacity: 0.75;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-control-nav {
  width: 100%;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: -0.25em;
}
.flex-control-nav li {
  display: inline;
}
.flex-control-nav li a {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #e6e6e6;
  cursor: pointer;
  text-indent: -9999px;
  border-width: 0;
  border-radius: 20px;
  margin: 0 4px;
}
.flex-control-nav li a.flex-active {
  background: #00e600;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-device-width: 1024px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 35px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 35px;
  }
}
@media (max-width: 767px) {
  .flex-control-nav {
    display: block;
  }
  .flex-direction-nav {
    display: none;
  }
}
.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}
.col-xs-negative-offset-right-12 {
  margin-right: -100%;
}
.col-xs-negative-offset-right-11 {
  margin-right: -91.66666667%;
}
.col-xs-negative-offset-right-10 {
  margin-right: -83.33333333%;
}
.col-xs-negative-offset-right-9 {
  margin-right: -75%;
}
.col-xs-negative-offset-right-8 {
  margin-right: -66.66666667%;
}
.col-xs-negative-offset-right-7 {
  margin-right: -58.33333333%;
}
.col-xs-negative-offset-right-6 {
  margin-right: -50%;
}
.col-xs-negative-offset-right-5 {
  margin-right: -41.66666667%;
}
.col-xs-negative-offset-right-4 {
  margin-right: -33.33333333%;
}
.col-xs-negative-offset-right-3 {
  margin-right: -25%;
}
.col-xs-negative-offset-right-2 {
  margin-right: -16.66666667%;
}
.col-xs-negative-offset-right-1 {
  margin-right: -8.33333333%;
}
.col-xs-negative-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-negative-offset-right-12 {
    margin-right: -100%;
  }
  .col-sm-negative-offset-right-11 {
    margin-right: -91.66666667%;
  }
  .col-sm-negative-offset-right-10 {
    margin-right: -83.33333333%;
  }
  .col-sm-negative-offset-right-9 {
    margin-right: -75%;
  }
  .col-sm-negative-offset-right-8 {
    margin-right: -66.66666667%;
  }
  .col-sm-negative-offset-right-7 {
    margin-right: -58.33333333%;
  }
  .col-sm-negative-offset-right-6 {
    margin-right: -50%;
  }
  .col-sm-negative-offset-right-5 {
    margin-right: -41.66666667%;
  }
  .col-sm-negative-offset-right-4 {
    margin-right: -33.33333333%;
  }
  .col-sm-negative-offset-right-3 {
    margin-right: -25%;
  }
  .col-sm-negative-offset-right-2 {
    margin-right: -16.66666667%;
  }
  .col-sm-negative-offset-right-1 {
    margin-right: -8.33333333%;
  }
  .col-sm-negative-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-negative-offset-right-12 {
    margin-right: -100%;
  }
  .col-md-negative-offset-right-11 {
    margin-right: -91.66666667%;
  }
  .col-md-negative-offset-right-10 {
    margin-right: -83.33333333%;
  }
  .col-md-negative-offset-right-9 {
    margin-right: -75%;
  }
  .col-md-negative-offset-right-8 {
    margin-right: -66.66666667%;
  }
  .col-md-negative-offset-right-7 {
    margin-right: -58.33333333%;
  }
  .col-md-negative-offset-right-6 {
    margin-right: -50%;
  }
  .col-md-negative-offset-right-5 {
    margin-right: -41.66666667%;
  }
  .col-md-negative-offset-right-4 {
    margin-right: -33.33333333%;
  }
  .col-md-negative-offset-right-3 {
    margin-right: -25%;
  }
  .col-md-negative-offset-right-2 {
    margin-right: -16.66666667%;
  }
  .col-md-negative-offset-right-1 {
    margin-right: -8.33333333%;
  }
  .col-md-negative-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-negative-offset-right-12 {
    margin-right: -100%;
  }
  .col-lg-negative-offset-right-11 {
    margin-right: -91.66666667%;
  }
  .col-lg-negative-offset-right-10 {
    margin-right: -83.33333333%;
  }
  .col-lg-negative-offset-right-9 {
    margin-right: -75%;
  }
  .col-lg-negative-offset-right-8 {
    margin-right: -66.66666667%;
  }
  .col-lg-negative-offset-right-7 {
    margin-right: -58.33333333%;
  }
  .col-lg-negative-offset-right-6 {
    margin-right: -50%;
  }
  .col-lg-negative-offset-right-5 {
    margin-right: -41.66666667%;
  }
  .col-lg-negative-offset-right-4 {
    margin-right: -33.33333333%;
  }
  .col-lg-negative-offset-right-3 {
    margin-right: -25%;
  }
  .col-lg-negative-offset-right-2 {
    margin-right: -16.66666667%;
  }
  .col-lg-negative-offset-right-1 {
    margin-right: -8.33333333%;
  }
  .col-lg-negative-offset-right-0 {
    margin-right: 0;
  }
}
.navigation {
  position: fixed;
  overflow: hidden;
  z-index: 9999;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100vh;
  content: 'viewport-units-buggyfill; height: 100vh;';
}
@media print {
  .navigation {
    display: none !important;
  }
}
.navigation .menu-toggle {
  -webkit-transition: 0.25s ease-out;
       -o-transition: 0.25s ease-out;
          transition: 0.25s ease-out;
  position: absolute;
  right: 28px;
  top: 26px;
  background-color: #00e600;
  width: 42px;
  height: 42px;
  border: none;
  color: #fff;
  pointer-events: auto;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 0px 0px #00e600;
          box-shadow: 0px 0px 0px 0px #00e600;
}
.navigation .menu-toggle .button {
  margin: auto;
  background: #fff;
  width: 20px;
  height: 2px;
  position: relative;
  top: 2px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
       -o-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: background 10ms 300ms ease;
       -o-transition: background 10ms 300ms ease;
          transition: background 10ms 300ms ease;
  border-radius: 2px;
}
.navigation .menu-toggle .button:before,
.navigation .menu-toggle .button:after {
  -webkit-transition: top 300ms 350ms ease,
        -webkit-transform 300ms 50ms ease;
       -o-transition: top 300ms 350ms ease,
        -o-transform 300ms 50ms ease;
          transition: top 300ms 350ms ease,
        transform 300ms 50ms ease;
  position: absolute;
  border-radius: 2px;
  background: #fff;
  width: 20px;
  height: 2px;
  content: '';
}
.navigation .menu-toggle .button:before {
  top: -5px;
}
.navigation .menu-toggle .button:after {
  top: 5px;
}
.navigation .menu-toggle:hover {
  -webkit-box-shadow: 0px 0px 0px 3px #00e600;
          box-shadow: 0px 0px 0px 3px #00e600;
}
@media (max-width: 1330px) {
  .navigation .menu-toggle {
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
  }
}
.navigation .menu {
  height: 100%;
}
.navigation .menu ul {
  list-style-type: none;
  margin-bottom: 0;
}
.navigation .menu ul li {
  float: left;
  margin-right: 8px;
}
.navigation .menu ul li::after {
  content: " /";
  font-weight: normal;
}
.navigation .menu ul li:last-child::after {
  content: "";
}
.navigation .menu ul li a {
  border: none;
  color: #fff;
}
.navigation .menu ul li a:hover {
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
}
.navigation .menu ul.nav-main li:nth-child(4)::after {
  content: "";
}
.navigation .menu .inner {
  -webkit-transition: 0.2s ease-in-out;
       -o-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
  background-color: #00e600;
  position: relative;
  padding-top: 120px;
  pointer-events: auto;
  height: 100%;
  width: 100%;
  left: 100vw;
  top: -100vh;
  content: 'viewport-units-buggyfill; left: 100vw; top: -100vh;';
}
.navigation .menu .inner .superzeichen {
  margin-top: -30px;
  background: url("/assets/img/superzeichen@2x.png") top center no-repeat;
  -webkit-background-size: 72px 88px;
          background-size: 72px 88px;
}
.navigation .menu .inner .superzeichen a {
  display: block;
  width: 72px;
  height: 88px;
  margin: auto;
  border: none;
}
.navigation .menu .inner::before {
  background: #00e600;
  position: absolute;
  content: "";
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.navigation .menu .inner nav {
  overflow: hidden;
  -webkit-transition: 0.2s ease-in-out;
       -o-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
}
.navigation .menu .inner .nav-main {
  font-size: 45px;
  line-height: 90px;
  font-weight: bold;
}
.navigation .menu .inner .nav-main li:nth-last-child(-n+2) {
  font-size: 30px;
}
.navigation .menu .inner .nav-main li:nth-child(5) {
  clear: both;
  margin-right: 5px;
}
.navigation .menu .inner .nav-meta {
  padding-top: 1em;
}
.navigation .menu .inner .nav-meta,
.navigation .menu .inner .nav-lang {
  clear: both;
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
}
.navigation .menu .inner .nav-meta li,
.navigation .menu .inner .nav-lang li {
  margin-right: 5px;
}
.navigation .menu .inner .nav-meta li a:hover,
.navigation .menu .inner .nav-lang li a:hover {
  border-bottom: 2px solid #fff;
}
.navigation .menu .inner .nav-meta li::after,
.navigation .menu .inner .nav-lang li::after {
  font-weight: bold;
}
.navigation.open .menu .inner {
  left: 0;
  top: 0;
}
.navigation.open .menu-toggle {
  background-color: #fff;
  color: #00e600;
}
.navigation.open .menu-toggle .button {
  background: transparent;
}
.navigation.open .menu-toggle .button:after,
.navigation.open .menu-toggle .button:before {
  -webkit-transition: top 300ms 50ms ease,
          -webkit-transform 300ms 350ms ease;
       -o-transition: top 300ms 50ms ease,
          -o-transform 300ms 350ms ease;
          transition: top 300ms 50ms ease,
          transform 300ms 350ms ease;
  top: 0;
  background-color: #00e600;
}
.navigation.open .menu-toggle .button:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navigation.open .menu-toggle .button:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1199px) {
  .navigation .menu ul.nav-main li:nth-child(-n+4) {
    clear: both;
  }
  .navigation .menu ul.nav-main li:nth-child(-n+4)::after {
    content: "";
  }
}
@media (max-width: 767px) {
  .navigation .menu .inner {
    padding-top: 46px;
  }
  .navigation .menu .inner .superzeichen {
    margin-top: 0;
    margin-left: 30px;
    margin-bottom: 2em;
    background: url("/assets/img/superzeichen-white@2x.png") top left no-repeat;
    -webkit-background-size: 37px 46px;
            background-size: 37px 46px;
  }
  .navigation .menu .inner .superzeichen a {
    width: 37px;
    height: 46px;
    margin: 0 0 0 -15px;
    border: none;
  }
  .navigation .menu .inner .nav-main {
    font-size: 25px;
    line-height: 46px;
    margin-left: 46px;
  }
  .navigation .menu .inner .nav-main li:nth-last-child(-n+2) {
    font-size: 18px;
    padding-top: .5em;
  }
  .navigation .menu .inner .nav-meta,
  .navigation .menu .inner .nav-lang {
    font-size: 14px;
    margin-left: 46px;
  }
  .navigation .menu .inner .nav-meta li,
  .navigation .menu .inner .nav-lang li {
    float: none;
  }
  .navigation .menu .inner .nav-meta li::after,
  .navigation .menu .inner .nav-lang li::after {
    content: "";
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .navigation .menu .inner {
    padding-top: 15px;
  }
  .navigation .menu .inner .nav-main {
    position: relative;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .navigation .menu .inner .nav-meta {
    position: relative;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    clear: none;
    padding-top: 8px;
    margin-left: 0;
  }
  .navigation .menu .inner .nav-lang {
    float: left;
    clear: none;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .navigation .menu {
    width: 1200px;
  }
}
section.in-viewport .affix .text-left,
article.in-viewport .affix .text-left {
  color: #000000 !important;
}
section.in-viewport .affix .text-right,
article.in-viewport .affix .text-right {
  margin-top: 1px;
}
section .header,
article .header {
  z-index: 998;
}
section .banner,
article .banner {
  position: relative;
  pointer-events: none;
}
section .banner.home,
article .banner.home {
  z-index: 3;
}
section .banner.index.affix,
article .banner.index.affix {
  top: 0px;
}
section .banner.start-top,
article .banner.start-top {
  margin-top: 0 !important;
}
section .banner.start-top.affix .background,
article .banner.start-top.affix .background {
  top: 0 !important;
}
section .banner.start-top .container,
article .banner.start-top .container {
  margin-top: 0 !important;
}
section .banner .text-left,
article .banner .text-left {
  color: #000000;
}
section .banner .text-left h2,
article .banner .text-left h2 {
  margin-top: 8px;
  white-space: nowrap;
}
section .banner .text-left .filter,
article .banner .text-left .filter {
  margin-top: 21px;
  cursor: pointer;
  white-space: nowrap;
}
section .banner .text-left .filter:hover,
article .banner .text-left .filter:hover {
  color: #00e600;
}
section .banner .text-left .filter:hover::after,
article .banner .text-left .filter:hover::after {
  background: url("/assets/img/arrow-down-green@2x.png") no-repeat;
  -webkit-background-size: 18px 10px;
          background-size: 18px 10px;
}
section .banner .text-left .filter::after,
article .banner .text-left .filter::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/arrow-down-black@2x.png") no-repeat;
  -webkit-background-size: 18px 10px;
          background-size: 18px 10px;
  width: 18px;
  height: 10px;
  margin-left: 15px;
}
section .banner .text-left .open .filter::after,
article .banner .text-left .open .filter::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
section .banner.affix,
article .banner.affix {
  position: fixed;
  z-index: 999;
  margin-top: 95px;
  left: 0;
  top: 0;
  width: 100% !important;
}
section .banner.affix .background,
article .banner.affix .background {
  top: -95px;
}
section .banner.affix .inner,
article .banner.affix .inner {
  -webkit-transition: all 0.5s ease-in;
       -o-transition: all 0.5s ease-in;
          transition: all 0.5s ease-in;
  background: white;
}
section .banner.affix .inner::before,
article .banner.affix .inner::before {
  -webkit-transition: all 0.5s ease-in;
       -o-transition: all 0.5s ease-in;
          transition: all 0.5s ease-in;
  background: white;
}
section .banner.affix .inner .text-left h4,
article .banner.affix .inner .text-left h4 {
  color: #000000 !important;
}
section .banner .logo,
article .banner .logo {
  margin-top: -13px;
}
section .banner .logo a,
article .banner .logo a {
  border: none !important;
}
section .banner .logo img,
article .banner .logo img {
  padding-left: 1px;
}
section .banner .container,
article .banner .container {
  position: relative;
  height: 95px;
  margin-top: -95px;
}
section .banner .container .inner,
article .banner .container .inner {
  height: 95px;
  background: #fff;
  padding-top: 2em;
  pointer-events: auto;
  position: relative;
}
section .banner .container .inner::before,
article .banner .container .inner::before {
  background: #fff;
  position: absolute;
  content: "";
  left: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
section .banner .container .inner .text-left h4,
article .banner .container .inner .text-left h4 {
  color: transparent;
}
@media (max-width: 1199px) {
  section .banner .container .inner,
  article .banner .container .inner {
    margin-right: 21px !important;
  }
}
@media (max-width: 1199px) and (orientation: landscape) {
  section .banner .container .inner,
  article .banner .container .inner {
    margin-right: 3px !important;
  }
}
section .banner-mobile,
article .banner-mobile {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}
section .banner-mobile .logo,
article .banner-mobile .logo {
  margin-top: 8px;
}
section .banner-mobile .container,
article .banner-mobile .container {
  height: 46px;
  background: rgba(255, 255, 255, 0.95) !important;
}
section .banner-mobile .container h3,
article .banner-mobile .container h3 {
  padding-top: 15px;
}
section .banner-mobile .filter-toggle .title,
article .banner-mobile .filter-toggle .title {
  cursor: pointer;
  white-space: nowrap;
}
section .banner-mobile .filter-toggle .title::after,
article .banner-mobile .filter-toggle .title::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/arrow-down-black@2x.png") no-repeat;
  -webkit-background-size: 14px 8px;
          background-size: 14px 8px;
  width: 14px;
  height: 8px;
  margin-left: 8px;
}
section .banner-mobile .filter-toggle.open .title::after,
article .banner-mobile .filter-toggle.open .title::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filter-panel {
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 998;
  overflow: hidden;
}
@media print {
  .filter-panel {
    display: none !important;
  }
}
.filter-panel .container {
  position: relative;
}
.filter-panel .container .inner {
  -webkit-transition: 0.2s ease-in-out;
       -o-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
  pointer-events: auto;
  background: #fff;
  position: relative;
  padding-top: 142.5px;
  height: 100%;
  min-height: 100vh;
  top: -100vh;
  content: 'viewport-units-buggyfill; min-height: 100vh; top: -100vh;';
}
.filter-panel .container .inner .reset {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 3em;
}
.filter-panel .container .inner .reset::before {
  content: "\2192 ";
}
.filter-panel .container .inner .reset a {
  border: none;
}
.filter-panel .container .inner .reset a:hover {
  border-bottom: 2px solid #000000;
}
.filter-panel .container .inner .tabpanel {
  -webkit-transition: 0.2s ease-in-out;
       -o-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
}
.filter-panel .container .inner::before {
  background: #fff;
  position: absolute;
  content: "";
  left: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.filter-panel.open .inner {
  left: 0 !important;
  top: 0 !important;
}
.filter-panel.open .inner h2 {
  padding-bottom: 1em;
}
.filter-panel.open .inner .tabpanel {
  padding-right: 46px;
}
.filter-panel .nav-pills {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.filter-panel .nav-pills li a {
  display: inline;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}
.filter-panel .nav-pills li a.active,
.filter-panel .nav-pills li a:hover {
  background: transparent;
  border-bottom: 2px solid #000000 !important;
  padding-bottom: 2px;
}
.filter-panel .nav-pills li:after {
  content: " /";
}
.filter-panel .nav-pills li:last-child:after {
  content: "";
}
.filter-panel .nav-pills li.active a {
  color: #000000;
  background: transparent;
  border-bottom: 2px solid #000000;
  padding-bottom: 2px;
}
.filter-panel .tab-content {
  padding-top: 1em;
  font-size: 25px;
  line-height: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.filter-panel .tab-content ul {
  list-style: none;
  margin: 0 0 0 -7px;
  padding: 0;
}
.filter-panel .tab-content ul li {
  list-style: none;
  float: left;
  margin-left: 7px;
  display: inline;
}
.filter-panel .tab-content ul li:after {
  content: "/";
  margin-left: 7px;
  font-weight: normal;
}
.filter-panel .tab-content ul li:last-child:after {
  content: "";
}
.filter-panel .tab-content ul li a {
  border-bottom: none;
}
.filter-panel .tab-content ul li a:hover,
.filter-panel .tab-content ul li a.active {
  border-bottom: 3px solid #000000 !important;
  padding-bottom: 1px;
}
@media (max-width: 767px) {
  .filter-panel .container .inner {
    padding-top: 69px !important;
  }
  .filter-panel .nav-pills {
    font-size: 12px;
  }
  .filter-panel .tab-content {
    font-size: 14px;
  }
  .filter-panel .tab-content ul li a:hover,
  .filter-panel .tab-content ul li a.active {
    border-bottom: 2px solid #000000 !important;
    padding-bottom: 0;
  }
}
body.journals .affix .text-right,
body.jobs .affix .text-right,
body.agency-index .affix .text-right,
body.agency .affix .text-right,
body.press-index .affix .text-right {
  margin-top: 22px;
}
body.agency-index .banner {
  width: 100%;
  z-index: 999;
}
body.agency-index .banner.start-bottom {
  position: absolute !important;
  margin-top: 0 !important;
  top: 100vh;
  content: 'viewport-units-buggyfill; top: 100vh;';
}
body.agency-index .banner h2 {
  color: #000000 !important;
}
.home section.reference-projects .flex-control-nav {
  display: none;
}
@media (max-width: 767px) {
  .home section.banner {
    z-index: 999;
    background: #fff;
    margin-right: 46px;
  }
  .home section.banner h4.title {
    margin-top: 22px;
    text-align: right;
  }
}
@media (max-width: 991px) {
  .home section.banner h4.title {
    margin-top: 22px;
  }
  .home section.teaser .text {
    padding-top: 6em;
    padding-left: 0;
  }
  .home section.teaser nav.jumper {
    padding-top: 2em;
    padding-left: 0;
  }
}
@media (max-width: 1199px) and (orientation: landscape) {
  .home section.banner h4.title {
    margin-top: 22px;
  }
}
footer.page-footer {
  position: relative;
  z-index: 9;
  height: 95px;
  background-color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
footer.page-footer .container {
  padding-top: 3.5em;
}
footer.page-footer .container a {
  border: none;
}
footer.page-footer .container a:hover {
  border-bottom: 2px solid #000000;
}
footer.page-footer .container .social {
  margin-top: -8px;
  text-align: center;
  white-space: nowrap;
}
footer.page-footer .container .social .icon-facebook {
  -webkit-filter: contrast(0.65);
          filter: contrast(0.65);
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background: url("/assets/img/facebook@2x.png") no-repeat;
  -webkit-background-size: 30px 30px;
          background-size: 30px 30px;
}
footer.page-footer .container .social .icon-vimeo {
  -webkit-filter: contrast(0.65);
          filter: contrast(0.65);
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background: url("/assets/img/vimeo@2x.png") no-repeat;
  -webkit-background-size: 30px 30px;
          background-size: 30px 30px;
}
footer.page-footer .container .social .icon-instagram {
  -webkit-filter: contrast(0.65);
          filter: contrast(0.65);
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background: url("/assets/img/instagram@2x.png") no-repeat;
  -webkit-background-size: 30px 30px;
          background-size: 30px 30px;
}
footer.page-footer .container .social .icon-linkedin {
  -webkit-filter: contrast(0.65);
          filter: contrast(0.65);
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background: url("/assets/img/linkedin@2x.png") no-repeat;
  -webkit-background-size: 30px 30px;
          background-size: 30px 30px;
}
footer.page-footer .container .social a:hover {
  border: none;
}
@media (max-width: 767px) {
  footer.page-footer .container .languages {
    margin-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  footer.page-footer .container .languages {
    margin-top: -20px;
  }
}
@media (min-width: 1200px) {
  footer.page-footer .container .languages {
    white-space: nowrap;
  }
}
footer.page-footer .container .languages a {
  white-space: nowrap;
}
footer.page-footer .container .languages ul {
  white-space: nowrap;
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: inline;
}
footer.page-footer .container .languages ul li {
  display: inline;
  white-space: nowrap;
}
body.home footer.page-footer,
body._404 footer.page-footer,
body.agency-index footer.page-footer {
  background-color: #00e600;
  color: #fff;
}
body.home footer.page-footer a,
body._404 footer.page-footer a,
body.agency-index footer.page-footer a {
  color: #fff;
}
body.home footer.page-footer a:hover,
body._404 footer.page-footer a:hover,
body.agency-index footer.page-footer a:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}
body.home footer.page-footer .social .icon-facebook,
body._404 footer.page-footer .social .icon-facebook,
body.agency-index footer.page-footer .social .icon-facebook {
  -webkit-filter: contrast(1);
          filter: contrast(1);
}
body.home footer.page-footer .social .icon-vimeo,
body._404 footer.page-footer .social .icon-vimeo,
body.agency-index footer.page-footer .social .icon-vimeo {
  -webkit-filter: contrast(1);
          filter: contrast(1);
}
body.home footer.page-footer .social .icon-instagram,
body._404 footer.page-footer .social .icon-instagram,
body.agency-index footer.page-footer .social .icon-instagram {
  -webkit-filter: contrast(1);
          filter: contrast(1);
}
body.home footer.page-footer .social .icon-linkedin,
body._404 footer.page-footer .social .icon-linkedin,
body.agency-index footer.page-footer .social .icon-linkedin {
  -webkit-filter: contrast(1);
          filter: contrast(1);
}
@media (max-width: 767px) {
  footer.page-footer {
    height: auto;
    text-align: center;
  }
  footer.page-footer .container {
    padding-top: 1.5em;
    padding-bottom: 1em;
  }
  footer.page-footer .container .text-right {
    text-align: center;
  }
  footer.page-footer .container .social {
    padding-top: 2em;
    padding-bottom: 1em;
  }
  footer.page-footer .container .languages {
    line-height: 25px;
  }
  footer.page-footer .container .languages ul {
    float: none;
    padding-left: 0;
  }
  footer.page-footer .container .languages:last-child::after {
    content: "";
  }
}
@media print {
  footer.page-footer .visible-print-block {
    padding-left: 30px !important;
  }
}
.main {
  overflow: hidden;
  margin: 0 -15px;
}
/* Global Article properties */
article {
  position: relative;
}
article .inner {
  position: relative;
}
/* Full Viewport Background Image */
.fullscreen {
  z-index: 0;
  width: 100%;
  height: 100vh;
  content: 'viewport-units-buggyfill; height: 100vh;';
}
.fullscreen.background {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fullscreen.background .header {
  position: relative;
  width: 100%;
  padding-top: 2em;
}
.in-viewport .background .header {
  position: fixed;
  top: 0;
  left: 0;
}
.background.background-light {
  color: black;
}
.background.background-dark {
  color: white;
}
/* Global FitVid properties */
.fitvid > div {
  overflow: hidden;
}
/* Lazyload placeholder */
img.unveil {
  opacity: 0.2;
  -webkit-transition: opacity 0.3s ease-in;
       -o-transition: opacity 0.3s ease-in;
          transition: opacity 0.3s ease-in;
}
img.unveil.loaded {
  opacity: 1;
}
/* scaleup responsive image */
.img-scaleup {
  width: 100%;
  height: auto;
}
/* blank image default color */
img.img-blank {
  background-color: #e6e6e6;
}
/* ias loader styling */
.ias-spinner {
  padding: 30px;
  z-index: 99;
}
.loading-progress {
  color: white;
  -webkit-transition: width 1s;
       -o-transition: width 1s;
          transition: width 1s;
  background-color: #00e600;
  width: 0%;
  height: 5px;
  line-height: 95px;
  text-align: center;
}
.loading-progress.loaded {
  width: 100%;
}
.home section.reference-projects .gallery {
  width: 100%;
  height: 100vh;
  content: 'viewport-units-buggyfill; height: 100vh;';
}
.home section.reference-projects .gallery .flexslider,
.home section.reference-projects .gallery .flex-viewport,
.home section.reference-projects .gallery .slides,
.home section.reference-projects .gallery li {
  width: 100%;
  height: 100%;
}
.home section.reference-projects .gallery .flexslider h4 a {
  border-bottom: none;
}
.home section.reference-projects .gallery .flexslider h4 a:hover {
  border-bottom: 2px solid;
}
.home section.reference-projects .gallery .flexslider .header {
  position: relative;
  width: 100%;
  padding-top: 2em;
}
.home section.reference-projects .gallery .flexslider .slides li {
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.home section.reference-projects .gallery .flexslider .slides li .video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.home section.reference-projects .gallery .flexslider .slides li .video .fluid-width-video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home section.reference-projects .gallery .flexslider .slides li .video .fluid-width-video-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.home section.reference-projects .gallery .flexslider .slides li .paging span:after {
  content: " / ";
  font-weight: normal;
}
.home section.reference-projects .gallery .flexslider .slides li .paging span:last-child::after {
  content: "";
}
.home section.reference-projects .gallery .flexslider .flex-direction-nav {
  display: none;
}
@media (max-width: 767px) {
  .home section.reference-projects div.index {
    text-align: left;
  }
  .home section.reference-projects div.title {
    margin-top: 2em;
  }
  .home section.reference-projects .banner {
    background-color: #fff;
  }
  .home section.reference-projects .flexslider h4.title {
    padding-top: .5em;
  }
}
.home section.teaser h1 {
  padding-top: 2em;
  margin-right: -16.66666667%;
}
.home section.teaser .text {
  margin-top: -47px;
}
.home section.teaser .text p {
  font-size: 30px;
  line-height: 40px;
}
.home section.teaser nav.jumper {
  padding-top: 6em;
  padding-bottom: 9em;
}
.home section.teaser nav.jumper ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.home section.teaser nav.jumper ul li {
  display: inline;
  font-size: 30px;
  line-height: 2em;
  font-weight: bold;
  text-transform: uppercase;
}
.home section.teaser nav.jumper ul li a {
  border: none;
  color: #000000;
  white-space: nowrap;
}
.home section.teaser nav.jumper ul li a:hover {
  border-bottom: 3px solid #000000;
  padding-bottom: 5px;
}
.home section.teaser nav.jumper ul li:after {
  content: " / ";
  font-weight: normal;
}
.home section.teaser nav.jumper ul li:last-child::after {
  content: "";
}
@media (max-width: 767px) {
  .home section.teaser {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home section.teaser h1 {
    margin-right: 0;
  }
  .home section.teaser .text {
    padding-top: 6em;
    padding-left: 15px;
  }
  .home section.teaser .text p {
    font-size: 18px;
    line-height: 25px;
  }
  .home section.teaser nav.jumper {
    padding-top: 1em;
    padding-bottom: 3em;
    padding-left: 15px;
  }
  .home section.teaser nav.jumper ul li {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .home section.teaser .text {
    position: relative;
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home section.mentum .container {
  position: relative;
}
.home section.mentum .container .inner {
  position: absolute;
  z-index: 99;
  height: 95px;
  width: 100%;
  background-color: #fff;
}
.home section.mentum .container .inner a {
  margin-left: -15px;
}
@media (max-width: 767px) {
  .home section.mentum .container .inner {
    position: relative;
    height: 61.75px;
  }
  .home section.mentum .container .inner a {
    margin-left: 15px;
  }
}
.home section.mentum .container .inner::before {
  background: #fff;
  position: absolute;
  content: "";
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.home section.mentum .container .inner .big-arrow {
  margin-top: 5px;
  height: 50px;
  width: 68px;
  background: url("/assets/img/arrow-big-green@2x.png") no-repeat;
  -webkit-background-size: 68px 50px;
          background-size: 68px 50px;
}
@media (max-width: 767px) {
  .home section.mentum .container .inner .big-arrow {
    margin-top: -5px;
    margin-left: 15px;
    height: 37.5px;
    width: 51px;
    -webkit-background-size: 51px 37.5px;
            background-size: 51px 37.5px;
  }
}
.home section.mentum .container .inner .big-text {
  display: inline-block;
  margin-top: 45px;
  font-weight: bold;
  text-decoration: none !important;
  color: #000000;
  padding-bottom: 1px;
  outline: none;
}
@media (max-width: 767px) {
  .home section.mentum .container .inner .big-text {
    margin-top: 35px;
  }
}
.home__intro {
  position: relative;
  width: 100%;
  margin-top: 46px;
  max-height: 100vh;
  display: block;
  overflow: hidden;
}
.home__intro__headline {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.home__intro__headline h2 {
  font-size: 50px;
  line-height: 1.1;
}
.home__intro__media {
  position: relative;
  max-height: 100vh;
  background-color: #00e600;
}
.home__intro__media .image img {
  width: 100%;
}
.home__intro__media .gallery .slides {
  position: relative;
}
.home__intro__media .gallery .slides::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.3s;
       -o-transition: background-color 0.3s;
          transition: background-color 0.3s;
}
.home__intro__media div.jumper {
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2em;
  z-index: 10;
  text-align: center;
  -webkit-transition: -webkit-transform .25s;
       -o-transition: -o-transform .25s;
          transition: transform .25s;
}
.home__intro__media div.jumper img {
  width: 48px;
  height: 48px;
}
.home__intro__media div.jumper:hover {
  cursor: pointer;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px);
}
.home__intro__video {
  display: block;
}
.home__intro__video::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s;
       -o-transition: background-color 0.3s;
          transition: background-color 0.3s;
}
.home__intro__video.is-playing::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.3s;
       -o-transition: background-color 0.3s;
          transition: background-color 0.3s;
}
.home__intro__video.desktop {
  display: none;
}
.home__intro__video.mobile {
  display: block;
}
.home__intro__image.mobile,
.home__intro .gallery.mobile {
  display: block;
}
.home__intro__image.mobile img,
.home__intro .gallery.mobile img {
  width: 100%;
}
@media (max-width: 767px) {
  .home__intro__headline .container {
    width: calc(100% - 30px);
  }
  .home__intro__video.global {
    height: calc(100vh - 45px);
    min-height: calc(100vh - 45px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home__intro__video.global .video {
    height: 100%;
    width: 500%;
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .home__intro__video.global .video .fluid-width-video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .home__intro {
    margin-top: 0;
  }
  .home__intro__headline h2 {
    font-size: 60px;
    line-height: 1.1;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
         -o-transform: translateY(20px);
            transform: translateY(20px);
  }
  .home__intro__video.desktop {
    display: block;
  }
  .home__intro__video.mobile {
    display: none;
  }
  .home__intro__image.mobile,
  .home__intro .gallery.mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .home__intro__headline h2 {
    font-size: 120px;
  }
}
.home__welcome {
  padding-bottom: 4em;
}
.home__services {
  padding-top: 1em;
  padding-bottom: 3em;
}
.home__services__list {
  list-style: none;
  padding: 1em 0 3em;
  margin: 0;
}
.home__services__list li {
  list-style: none;
  padding: 0;
  margin: 5px 0;
}
.home__services__list li a {
  border-bottom-color: transparent;
  -webkit-transition: border-bottom-color 0.3s;
       -o-transition: border-bottom-color 0.3s;
          transition: border-bottom-color 0.3s;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
}
.home__services__list li a:hover {
  border-bottom-color: #333333;
}
@media (min-width: 992px) {
  .home__services__list li a {
    font-size: 45px;
  }
}
.home__teaser {
  position: relative;
  margin-bottom: 3em;
  background-color: #e6e6e6;
}
.home__teaser__content,
.home__teaser__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
}
.home__teaser__image {
  overflow: hidden;
}
.home__teaser__image img {
  width: 100%;
  -webkit-transition: -webkit-transform .3s;
       -o-transition: -o-transform .3s;
          transition: transform .3s;
}
.home__teaser__image.large {
  display: none;
}
.home__teaser__video {
  display: block;
}
.home__teaser__video__wrapper {
  overflow: hidden;
}
.home__teaser__video.desktop {
  display: none;
}
.home__teaser__video.mobile {
  display: block;
}
.home__teaser__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home__teaser__content .container {
  padding-top: 2em;
  padding-bottom: 2em;
}
.home__teaser__content h2,
.home__teaser__content p {
  margin-bottom: 1rem;
}
.home__teaser__content h2 > span,
.home__teaser__content p > span {
  background-color: #fff;
  padding: 6px 6px 4px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.home__teaser__content p {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .home__teaser__video.global {
    height: calc(100vh - 45px);
    min-height: calc(100vh - 45px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home__teaser__video.global .video {
    height: 100%;
    width: 500%;
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .home__teaser__video.global .video .fluid-width-video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .home__teaser__video.desktop {
    display: block;
  }
  .home__teaser__video.mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .home__teaser__content .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .home__teaser__image.small {
    display: none;
  }
  .home__teaser__image.large {
    display: block;
  }
  .home__teaser__content .container {
    padding-bottom: 4em;
  }
}
.home__teaser:hover .home__teaser__image img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
       -o-transform: scale(1.02);
          transform: scale(1.02);
}
.home__projects {
  padding-top: 3em;
  padding-bottom: 6em;
}
.home__projects.projects .content {
  margin-top: 2em;
  min-height: auto;
}
.home__projects .deeplinks {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}
.home__projects .deeplinks a {
  border-bottom: 2px solid black;
}
.home__projects .deeplinks:hover a {
  border-color: transparent;
}
.home__projects__text p {
  padding-top: 1em;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .home__projects__text p {
    font-size: 20px;
  }
  .home__projects .deeplinks {
    text-align: right;
    margin-top: 0;
  }
  .home__projects.features .content article:nth-child(4n+1) {
    margin-right: 0 !important;
  }
  .home__projects.features .content article:nth-child(2) {
    margin-left: 25% !important;
  }
}
.home__journal {
  padding-top: 3em;
  padding-bottom: 3em;
}
.home__journal article {
  padding: 2em 0;
}
.home__journal article h5 {
  padding: 0.3em 0;
}
.home__journal article h3 {
  font-size: 26px;
  line-height: 1.3;
  padding: 0.3em 0;
  letter-spacing: 0.05em;
}
.home__journal article h3 a {
  border-bottom-color: transparent;
  -webkit-transition: border-color 0.25s;
       -o-transition: border-color 0.25s;
          transition: border-color 0.25s;
}
.home__journal article h3 a:hover {
  border-bottom-color: #000;
}
.home .deeplinks {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}
.home .deeplinks a {
  border-bottom: 2px solid black;
}
.home .deeplinks:hover a {
  border-color: transparent;
}
@media (min-width: 992px) {
  .home .deeplinks {
    text-align: right;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  body.home.safari-mobile .gallery {
    margin-top: -70px !important;
  }
  body.home.safari-mobile .gallery .flexslider .header {
    margin-top: 70px !important;
  }
}
@media (min-width: 768px) {
  body.home.safari-mobile .gallery {
    margin-top: -22px !important;
  }
  body.home.safari-mobile .gallery .flexslider .header {
    margin-top: 22px !important;
  }
}
.single .banner {
  -webkit-transition: 0.4s ease-in-out;
       -o-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out;
}
.single .banner.index {
  margin-top: 0;
}
.single .banner.index.scrolled {
  margin-top: -95px !important;
}
.single .banner.single {
  margin-top: -95px;
}
.single .banner.single.scrolled {
  margin-top: 95px !important;
}
.single .banner h2 {
  white-space: nowrap;
}
.single .banner h4.title {
  margin-top: -1px;
}
.single.static .banner {
  margin-top: 95px !important;
}
.single .content {
  margin-top: 95px;
  margin-bottom: -190px;
}
.single .content .inner {
  position: relative;
  background: #e6e6e6;
  padding-top: 3em;
  padding-bottom: 3em;
  min-height: 100vh;
  content: 'viewport-units-buggyfill; min-height: 100vh;';
}
.single .content .inner::before {
  position: absolute;
  background: #e6e6e6;
  content: "";
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.single .content .inner .row:last-child {
  margin-bottom: 190px;
}
.single .content .inner h3 {
  padding-top: 2em;
  padding-bottom: 1em;
}
.single .content .inner h4 {
  padding-top: 1em;
  padding-bottom: .5em;
}
.single .content .inner .hide {
  display: none;
}
.single .content .inner .newsletter-form {
  padding-top: 1em;
}
.single .content .inner .newsletter-form .success {
  padding-top: 1em;
  color: #9b9b9b;
  font-weight: bold;
}
.single .content .inner .newsletter-form .error {
  padding-top: 1em;
  color: #d0021b;
  font-weight: bold;
}
.contact .gm-style-mtc {
  display: none;
}
.contact .content .inner {
  position: relative;
  padding-top: 0;
}
.contact .content .inner .map-wrapper {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
}
.contact .content .inner .map-canvas {
  width: 100%;
  height: 100%;
}
.contact .content .inner h2 {
  padding-top: .75em;
  padding-bottom: .5em;
}
.contact .content .inner .map-address {
  padding-top: 47.5px;
}
.contact .content .inner .map-address .col-sm-3,
.contact .content .inner .map-address .col-sm-4 {
  padding-bottom: 1em;
  cursor: pointer;
}
.contact .content .inner .col-sm-3,
.contact .content .inner .col-sm-4 {
  background: #fff;
}
@media (max-width: 767px) {
  .single .content {
    margin-top: 46px;
    background: #e6e6e6;
  }
  .single .content .inner {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2em;
  }
  .contact .content {
    background-color: white;
  }
  .contact .content .inner {
    background-color: white;
  }
  .contact .content .inner .map-address {
    padding-top: 0;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .legal .banner-mobile h3.title {
    font-size: .85em;
  }
}
.agency .headline h1 {
  margin-top: 95px;
  padding-top: 1em;
  padding-bottom: 1em;
}
.agency .inner .preface p {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 1.5em;
}
.agency .inner .preface p:before,
.agency .inner .preface p:after {
  content: " ";
  display: table;
}
.agency .inner .preface p:after {
  clear: both;
}
.agency .inner .preface p:before,
.agency .inner .preface p:after {
  content: " ";
  display: table;
}
.agency .inner .preface p:after {
  clear: both;
}
.agency .inner .quote {
  padding-top: 8em;
  padding-bottom: 6em;
  background-color: #00e600;
  color: #fff;
  position: relative;
  z-index: 99;
  margin-bottom: 60px;
}
.agency .inner .quote blockquote {
  padding: 0;
  margin: 0;
  border: none !important;
}
.agency .inner .quote blockquote::before {
  background: #00e600;
  position: absolute;
  content: "";
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.agency .inner .quote blockquote p {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 1em;
}
.agency .inner .quote blockquote cite {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.agency .inner .reference {
  background: #e6e6e6;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.agency .inner .reference .container {
  padding-top: 1em;
}
.agency .inner .reference .container .text-left,
.agency .inner .reference .container .text-right {
  font-size: 30px;
  font-weight: bold;
  padding-top: .25em;
  padding-bottom: .25em;
}
.agency .inner .paragraph-headline h2 {
  padding-top: 1.5em;
  padding-bottom: 2em;
}
.agency .inner .copy {
  padding-bottom: 3em;
}
@media (min-width: 768px) {
  .agency .inner .copy .multi-column {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-width: 50%;
            column-width: 50%;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .agency .inner .copy .multi-column p {
    padding-bottom: 1.5em;
  }
}
.agency .inner .copy .multi-column.no-split p {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}
@media (min-width: 768px) {
  .agency .reference.push-up {
    margin-top: -120px;
  }
}
.agency .gallery {
  padding-bottom: 2em;
  position: relative;
  min-height: 30vh;
}
@media (min-width: 768px) {
  .agency .gallery.push-up {
    margin-top: -120px;
  }
}
.agency .gallery:before,
.agency .gallery:after {
  content: " ";
  display: table;
}
.agency .gallery:after {
  clear: both;
}
.agency .gallery:before,
.agency .gallery:after {
  content: " ";
  display: table;
}
.agency .gallery:after {
  clear: both;
}
.agency .gallery .caption {
  line-height: 3em;
  margin-top: -3em;
}
.agency .gallery.container .caption {
  padding-top: 1em;
  line-height: 1em;
  margin-top: 0;
}
@media (min-width: 992px) {
  .agency .gallery {
    min-height: 50vh;
  }
}
.agency .embed {
  padding-bottom: 6em;
}
.agency .embed:before,
.agency .embed:after {
  content: " ";
  display: table;
}
.agency .embed:after {
  clear: both;
}
.agency .embed:before,
.agency .embed:after {
  content: " ";
  display: table;
}
.agency .embed:after {
  clear: both;
}
.agency .assumtions {
  background-color: #e6e6e6;
  padding-top: 6em;
  padding-bottom: 3em;
}
@media (min-width: 768px) {
  .agency .assumtions.push-up {
    margin-top: -3em;
  }
}
.agency .assumtions h2 {
  padding-bottom: 2em;
}
.agency .assumtions .card {
  margin-bottom: 30px;
}
.agency .assumtions .card .inner {
  background-color: #fff;
  min-height: 200px;
  padding: 30px 15px 30px 15px;
  -webkit-box-shadow: 10px 10px 0px 0px #00e600;
          box-shadow: 10px 10px 0px 0px #00e600;
}
.agency .assumtions .card .inner h4 {
  padding-bottom: 1em;
}
.agency .sections-menu {
  padding-top: 4em;
}
@media (min-width: 768px) {
  .agency .sections-menu a {
    white-space: nowrap;
  }
}
.agency .sections-menu .inner {
  padding-top: 3em;
  padding-bottom: 3em;
  border: 30px solid #00e600;
}
.agency .sections-menu .inner .text-left {
  line-height: 30px !important;
  text-transform: uppercase;
  font-weight: bold;
}
.agency .sections-menu .inner .text-left a {
  border: none;
}
.agency .sections-menu .inner .text-left a.active,
.agency .sections-menu .inner .text-left a:hover {
  border-bottom: 2px solid #000000;
}
.agency .sections-menu .inner .text-right {
  line-height: 30px !important;
  font-weight: normal;
}
.agency .sections-menu .inner .row {
  margin-left: -25px;
  margin-right: -25px;
}
@media (max-width: 767px) {
  .agency .main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .agency article::after {
    padding-bottom: 2em;
  }
  .agency article .article-body .headline h2 {
    margin-top: 95px;
  }
  .agency article .article-body .headline h1 {
    margin-top: 0;
  }
  .agency article .article-body .copy {
    padding-bottom: 2em;
  }
  .agency article .article-body .gallery {
    padding-bottom: 2em;
  }
  .agency article .article-body .gallery.push-up {
    margin-top: -40px;
  }
  .agency article .article-body .gallery .caption {
    font-size: 12px;
  }
  .agency article .article-body .gallery .flex-control-nav {
    margin-top: -32px;
    z-index: 999;
    position: relative;
  }
  .agency article .article-body .gallery.container .flex-control-nav {
    margin-top: 0;
  }
  .agency article .article-body .preface p {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 1em;
  }
  .agency article .article-body .preface p:before,
  .agency article .article-body .preface p:after {
    content: " ";
    display: table;
  }
  .agency article .article-body .preface p:after {
    clear: both;
  }
  .agency article .article-body .preface p:before,
  .agency article .article-body .preface p:after {
    content: " ";
    display: table;
  }
  .agency article .article-body .preface p:after {
    clear: both;
  }
  .agency article .article-body .quote {
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: 3em;
  }
  .agency article .article-body .quote blockquote p {
    font-size: 18px;
    line-height: 25px;
  }
  .agency article .article-body .quote blockquote cite {
    display: inline-block;
    font-size: 14px;
  }
  .agency article .article-body .embed {
    padding-bottom: 3em;
  }
  .agency article .article-body .reference {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .agency article .article-body .reference.push-up {
    margin-top: -42px;
  }
  .agency article .article-body .reference a span.visible-xs {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-left: 15px;
  }
  .agency article .assumtions {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .agency article .assumtions.push-up {
    margin-top: -10px;
  }
  .agency article .sections-menu .inner {
    padding-top: 1.5em;
    padding-bottom: 0;
    border: 15px solid #00e600;
  }
  .agency article .sections-menu .inner .text-left {
    line-height: 18px !important;
  }
  .agency article .sections-menu .inner .text-right {
    text-align: left;
    line-height: 18px !important;
  }
  .agency article .sections-menu .inner .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: .5em;
  }
}
@media print {
  .agency .assumtions {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .agency .assumtions h2 {
    padding-bottom: 1em;
  }
  .agency .assumtions .card {
    margin-top: 1em;
    margin-bottom: 2em;
  }
  .agency .assumtions .card .inner {
    min-height: 0;
    padding: 0;
  }
  .agency .assumtions .card .inner h4 {
    padding-bottom: 1em;
  }
}
.agency-index .panel {
  position: relative;
  height: 100vh;
  content: 'viewport-units-buggyfill; height: 100vh;';
}
.agency-index .panel .footer {
  position: absolute;
  bottom: 47.5px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.agency-index .panel .footer a {
  border: none !important;
  display: block;
  -webkit-transition: -webkit-transform .25s;
       -o-transition: -o-transform .25s;
          transition: transform .25s;
}
.agency-index .panel .footer a img {
  width: 48px;
  height: 47px;
}
.agency-index .panel .footer a:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px);
}
.agency-index .panel.text {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.agency-index .panel.slideshow .gallery {
  width: 100%;
  height: 100vh;
  content: 'viewport-units-buggyfill; height: 100vh;';
}
.agency-index .panel.slideshow .gallery .flexslider,
.agency-index .panel.slideshow .gallery .flex-viewport,
.agency-index .panel.slideshow .gallery .slides,
.agency-index .panel.slideshow .gallery li {
  width: 100%;
  height: 100%;
}
.agency-index .panel.slideshow .gallery .slides li {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.agency-index .panel .deeplinks {
  text-transform: uppercase;
  font-weight: bold;
}
.agency-index .panel .deeplinks a {
  -webkit-transition: border-color 0.15s;
       -o-transition: border-color 0.15s;
          transition: border-color 0.15s;
}
.agency-index .panel .deeplinks:hover a {
  border-bottom-color: transparent;
}
.agency-index .panel .background-image {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.agency-index .panel .background-image > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.agency-index .panel .background-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.agency-index .panel .background-video {
  position: absolute;
  object-fit: fill;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.agency-index .panel .background-video.desktop {
  display: none;
}
.agency-index .panel .background-video.mobile {
  display: block;
}
.agency-index .panel .background-video .video,
.agency-index .panel .background-video .fluid-width-video-wrapper {
  height: 100%;
}
.agency-index .panel .background-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: fill;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 150%;
}
@media (min-width: 767px) {
  .agency-index .panel .background-video iframe {
    height: 100%;
    width: 500%;
  }
  .agency-index .panel .background-video iframe .fluid-width-video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    height: auto;
  }
}
@media (min-width: 768px) {
  .agency-index .panel .background-video.desktop {
    display: block;
  }
  .agency-index .panel .background-video.mobile {
    display: none;
  }
}
.agency-index .panel.agency {
  position: relative;
}
.agency-index .panel.agency .flexslider {
  height: 100vh !important;
  content: 'viewport-units-buggyfill; height: 100vh;';
}
.agency-index .panel.what-we-do {
  position: relative;
  text-align: center;
  background-color: #00e600;
  color: #fff;
  padding-top: 30vh;
  content: 'viewport-units-buggyfill; padding-top: 30vh;';
}
.agency-index .panel.what-we-do .headline {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .agency-index .panel.what-we-do .headline {
    float: left;
    width: 100%;
  }
}
.agency-index .panel.what-we-do .headline h1 {
  font-size: 75px;
  padding-bottom: .5em;
}
.agency-index .panel.what-we-do .copy {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .agency-index .panel.what-we-do .copy {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .agency-index .panel.what-we-do .copy {
    margin-left: 16.66666667%;
  }
}
.agency-index .panel.what-we-do .copy p {
  font-size: 30px;
  line-height: 40px;
}
.agency-index .panel.what-we-do .copy .deeplinks {
  color: #fff;
}
.agency-index .panel.what-we-do .copy .deeplinks a {
  color: #fff;
  border-color: #fff;
}
.agency-index .panel.what-we-do .copy .deeplinks:hover a {
  border-color: transparent;
}
.agency-index .panel.how-we-work {
  position: relative;
  background-color: #e6e6e6;
  padding-top: 25vh;
  content: 'viewport-units-buggyfill; padding-top: 25vh;';
}
.agency-index .panel.how-we-work .headline {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .agency-index .panel.how-we-work .headline {
    float: left;
    width: 66.66666667%;
  }
}
.agency-index .panel.how-we-work .headline h1 {
  padding-bottom: .5em;
}
.agency-index .panel.how-we-work .sketch {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .agency-index .panel.how-we-work .sketch {
    float: left;
    width: 33.33333333%;
  }
}
.agency-index .panel.how-we-work .copy {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .agency-index .panel.how-we-work .copy {
    float: left;
    width: 66.66666667%;
  }
}
.agency-index .panel.how-we-work .copy p {
  font-size: 30px;
  line-height: 40px;
}
.agency-index .panel.team {
  position: relative;
  padding-top: 40vh;
  content: 'viewport-units-buggyfill; padding-top: 40vh;';
}
.agency-index .panel.team .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.agency-index .panel.team .headline {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .agency-index .panel.team .headline {
    float: left;
    width: 66.66666667%;
  }
}
.agency-index .panel.team .headline h1 {
  font-size: 30px;
  line-height: 40px;
  margin: -15px;
  margin-bottom: .5em;
  padding: 15px;
  background: #fff;
}
.agency-index .panel.team .copy {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .agency-index .panel.team .copy {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .agency-index .panel.team .copy {
    margin-left: 33.33333333%;
  }
}
.agency-index .panel.team .copy p {
  font-size: 30px;
  line-height: 40px;
  background: #fff;
  padding: 15px;
  margin: -15px;
  margin-bottom: .5em;
}
.agency-index .panel.team .copy .deeplinks {
  padding: 15px;
  margin: -15px;
  background: #fff;
}
@media (max-width: 1199px) {
  .agency-index .panel.team .copy {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .agency-index .panel.team .copy {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .agency-index .panel.team .team-portrait {
    aspect-ratio: 1.33333333;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .agency-index .panel.team .team-portrait.first {
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
         -o-transform: translateY(100px);
            transform: translateY(100px);
  }
}
.agency-index .panel.innovationlab {
  position: relative;
  padding-top: 50vh;
  content: 'viewport-units-buggyfill; padding-top: 50vh;';
}
.agency-index .panel.innovationlab .copy {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .agency-index .panel.innovationlab .copy {
    float: left;
    width: 83.33333333%;
  }
}
.agency-index .panel.innovationlab .copy p {
  font-size: 30px;
  line-height: 40px;
  color: #00e600;
}
.agency-index .panel.innovationlab .copy .deeplinks {
  color: #00e600;
}
.agency-index .panel.innovationlab .copy .deeplinks a {
  color: #00e600;
  border-bottom: 2px solid #00e600;
  padding-bottom: 2px;
}
.agency-index .panel.innovationlab .copy .deeplinks:hover a {
  border-bottom-color: transparent;
}
.agency-index .panel.awards {
  position: relative;
  background: #eec015;
  padding-top: 30vh;
  content: 'viewport-units-buggyfill; padding-top: 30vh;';
}
.agency-index .panel.awards .footer a img {
  padding-left: 48px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(/assets/img/scroll-white@2x.png) no-repeat;
  -webkit-background-size: 48px 47px;
          background-size: 48px 47px;
}
.agency-index .panel.awards .medal {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-left: 15px;
  background: url(/assets/img/awards-keyvisual.png) center top no-repeat;
  height: 300px;
}
.agency-index .panel.awards .medal .number-of-awards {
  width: 100%;
  color: #fff;
  letter-spacing: 0px;
  font-size: 75px;
  line-height: 75px;
  padding-top: .5em;
  padding-bottom: 1em;
}
.agency-index .panel.awards .medal .number-of-awards .count {
  display: block;
  width: 100%;
  text-align: center;
}
.agency-index .panel.heart-attack {
  position: relative;
  padding-top: 35vh;
  content: 'viewport-units-buggyfill; padding-top: 35vh;';
}
.agency-index .panel.heart-attack .copy {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .agency-index .panel.heart-attack .copy {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .agency-index .panel.heart-attack .copy {
    margin-left: 50%;
  }
}
.agency-index .panel.heart-attack .copy p {
  margin-top: 1em;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}
.agency-index .panel.heart-attack .copy .deeplinks {
  color: #fff;
}
.agency-index .panel.heart-attack .copy .deeplinks a {
  color: #fff;
  border-color: #fff;
}
.agency-index .panel.heart-attack .copy .deeplinks:hover a {
  border-color: transparent;
}
.agency-index .panel.roger {
  position: relative;
  padding-top: 35vh;
  content: 'viewport-units-buggyfill; padding-top: 35vh;';
}
.agency-index .panel.roger .background-video {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.agency-index .panel.roger .background-video iframe {
  width: 100vw;
  height: 100vh;
  content: 'viewport-units-buggyfill; width: 100vw; height: 100vh;';
}
.agency-index .panel.roger .container {
  position: relative;
  z-index: 1;
}
.agency-index .panel.roger .container h1 {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px;
  padding-bottom: 0;
  line-height: 1em;
  margin-bottom: 15px;
}
.agency-index .panel.roger .container p {
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  background: #000;
  color: #fff;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 0;
  margin-right: 15px;
  margin-bottom: 15px;
}
.agency-index .panel.roger .container p:last-of-type {
  font-size: 15px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 15px;
}
body.safari-mobile .panel .footer {
  bottom: 40px;
}
/* iPhone 4 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  body.safari-mobile .panel .footer {
    bottom: 50px !important;
  }
}
/* iPhone 5 */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  body.safari-mobile .panel .footer {
    bottom: 72px !important;
  }
}
/* iPhone 6 and 6plus */
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation: portrait) {
  body.safari-mobile .panel .footer {
    bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .safari-mobile .agency .gallery {
    margin-top: 0 !important;
  }
  .agency-index .footer a img {
    margin-right: 33px;
  }
  .agency-index .panel {
    padding-left: 15px;
    padding-right: 15px;
  }
  .agency-index .panel.what-we-do {
    padding-top: 22vh;
  }
  .agency-index .panel.what-we-do .headline h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .agency-index .panel.what-we-do .copy p {
    font-size: 18px;
    line-height: 25px;
  }
  .agency-index .panel.what-we-do .copy .deeplinks {
    font-size: 12px;
    line-height: 14px;
    margin-left: -20px;
  }
  .agency-index .panel.how-we-work {
    padding-top: 16vh;
  }
  .agency-index .panel.how-we-work .sketch {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 16.66666667%;
    padding-bottom: 2em;
  }
  .agency-index .panel.how-we-work .sketch img {
    width: 80%;
  }
  .agency-index .panel.how-we-work .copy {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .agency-index .panel.how-we-work .copy p {
    font-size: 14px;
    line-height: 18px;
  }
  .agency-index .panel.how-we-work .copy .deeplinks {
    font-size: 12px;
    line-height: 14px;
  }
  .agency-index .panel.team {
    padding-top: 45vh;
    overflow: hidden;
  }
  .agency-index .panel.team .background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .agency-index .panel.team .background .people {
    height: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .agency-index .panel.team .headline h1 {
    font-size: 18px;
    line-height: 25px;
    margin-left: 0;
    margin-right: 0;
  }
  .agency-index .panel.team .copy {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0%;
  }
  .agency-index .panel.team .copy p {
    font-size: 14px;
    line-height: 18px;
    margin-left: 0;
    margin-right: 0;
  }
  .agency-index .panel.team .copy .deeplinks {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 14px;
  }
  .agency-index .panel.innovationlab {
    padding-top: 22vh;
  }
  .agency-index .panel.innovationlab .copy {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .agency-index .panel.innovationlab .copy p {
    font-size: 18px;
    line-height: 25px;
  }
  .agency-index .panel.innovationlab .copy .deeplinks {
    font-size: 12px;
    line-height: 14px;
  }
  .agency-index .panel.awards .medal {
    margin-left: 0;
    -webkit-background-size: 85% 85%;
            background-size: 85%;
  }
  .agency-index .panel.awards .medal .number-of-awards {
    font-size: 35px;
    line-height: 40px;
    padding-top: .75em;
  }
  .agency-index .panel.awards .medal .deeplinks {
    font-size: 12px;
    line-height: 14px;
  }
  .agency-index .panel.heart-attack {
    padding-top: 32vh;
  }
  .agency-index .panel.heart-attack .copy {
    text-align: center;
  }
  .agency-index .panel.heart-attack .copy p {
    margin-top: 2em;
    font-size: 18px;
    line-height: 25px;
  }
  .agency-index .panel.heart-attack .copy .deeplinks {
    font-size: 12px;
    line-height: 14px;
    margin-left: -20px;
  }
  .agency-index .panel.roger {
    display: none;
  }
}
@media (max-width: 767px) and (max-width: 767px) and (orientation: landscape) {
  .agency-index .panel .footer {
    display: none !important;
  }
  .agency-index .panel.what-we-do {
    padding-top: 28vh;
  }
  .agency-index .panel.how-we-work {
    padding-top: 24vh !important;
  }
  .agency-index .panel.how-we-work .sketch {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0%;
    padding-bottom: 0;
  }
  .agency-index .panel.how-we-work .copy {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 25px;
  }
  .agency-index .panel.team {
    padding-top: 25vh !important;
  }
  .agency-index .panel.team .people {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
  }
  .agency-index .panel.awards {
    padding-top: 25vh;
  }
  .agency-index .panel.awards .medal {
    -webkit-background-size: 60% 60%;
            background-size: 60%;
  }
  .agency-index .panel.heart-attack {
    padding-top: 25vh !important;
  }
  .agency-index .panel.heart-attack img {
    width: 30%;
  }
  .agency-index .panel.heart-attack .copy p {
    margin-top: .5em;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }
}
.project article {
  position: relative;
  z-index: 99;
  background-color: #fff;
  min-height: 100vh;
  content: "viewport-units-buggyfill; min-height: 100vh;";
  /* Article Title - image, embedd  */
  /* Article Body - facts, headline2, preface, copy, quote, gallery, embed  */
  /* Related Journal entries - date, section, newsCategory, title, body  */
  /* Article Categories - domain, industry, tags, awards, contact  */
  /* Reference projects footer msg */
}
@media print {
  .project article {
    display: none !important;
  }
}
.project article.in-viewport {
  display: block !important;
}
.project article.in-viewport .embed .header {
  display: block !important;
}
.project article::after {
  padding-bottom: 12em;
}
.project article .article-title {
  position: relative;
  top: 0;
}
.project article .article-title.embed {
  height: auto;
  width: auto;
  overflow: hidden;
  margin-bottom: 95px;
  content: "";
}
.project article .article-title.embed .header {
  display: none;
}
.project article .article-title iframe {
  width: 100vw;
  margin-top: -15px;
  height: auto;
}
.project article .article-body .facts {
  pointer-events: none;
}
.project article .article-body .facts ol,
.project article .article-body .facts ul {
  margin: 0;
  padding: 0 0 1em 0;
  display: table;
  border-spacing: 0 5px;
  list-style-type: none;
}
.project article .article-body .facts ol li,
.project article .article-body .facts ul li {
  display: table-row;
}
.project article .article-body .facts ol li:before,
.project article .article-body .facts ul li:before {
  content: "_ ";
  display: table-cell;
  padding: 0 5px 0 0;
}
.project article .article-body .facts h5 {
  padding-bottom: 1em;
  line-height: 40px;
  vertical-align: bottom;
}
.project article .article-body .facts h5 a {
  border: none;
  color: #00e600;
  -webkit-transition: color 0.3s;
       -o-transition: color 0.3s;
          transition: color 0.3s;
}
.project article .article-body .facts h5 a::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/arrow-down-green@2x.png") no-repeat;
  -webkit-background-size: 18px 10px;
          background-size: 18px 10px;
  width: 18px;
  height: 10px;
  margin-left: 15px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.project article .article-body .facts h5 a.collapsed {
  color: #00e600;
}
.project article .article-body .facts h5 a.collapsed::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.project article .article-body .facts h5 a:hover {
  color: #000000;
}
.project article .article-body .facts h5 a:hover::after {
  background: url("/assets/img/arrow-down-black@2x.png") no-repeat;
  -webkit-background-size: 18px 10px;
          background-size: 18px 10px;
}
.project article .article-body .facts.hidden-xs {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.project article .article-body .facts .panel-group {
  padding-left: 0;
  padding-right: 0;
  pointer-events: auto;
}
.project article .article-body .facts .panel-group .panel-heading,
.project article .article-body .facts .panel-group .panel-body,
.project article .article-body .facts .panel-group .panel {
  padding: 0;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.project article .article-body .facts .panel-group .panel {
  padding-right: 15px;
  border-radius: 0;
}
.project article .article-body .facts .panel-group .panel .panel-heading {
  padding-left: 15px;
}
.project article .article-body .facts .panel-group .panel .panel-title {
  font-size: inherit;
}
.project article .article-body .facts .panel-group .panel .panel-body {
  margin-top: -5px;
  padding: 0 0 1em 15px;
}
.project article .article-body .headline h1 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.project article .article-body .paragraph-headline h2 {
  padding-bottom: 1.5em;
}
.project article .article-body .preface p {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 1.5em;
}
.project article .article-body .preface p:before,
.project article .article-body .preface p:after {
  content: " ";
  display: table;
}
.project article .article-body .preface p:after {
  clear: both;
}
.project article .article-body .preface p:before,
.project article .article-body .preface p:after {
  content: " ";
  display: table;
}
.project article .article-body .preface p:after {
  clear: both;
}
.project article .article-body .copy {
  padding-bottom: 6em;
}
@media (min-width: 768px) {
  .project article .article-body .copy .multi-column {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-width: 50%;
            column-width: 50%;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}
.project article .article-body .copy ol,
.project article .article-body .copy ul {
  margin: 0;
  padding: 0 0 1em 0;
  display: table;
  border-spacing: 0 5px;
  list-style-type: none;
}
.project article .article-body .copy ol li,
.project article .article-body .copy ul li {
  display: table-row;
}
.project article .article-body .copy ol li:before,
.project article .article-body .copy ul li:before {
  content: "_ ";
  display: table-cell;
  padding: 0 5px 0 0;
}
.project article .article-body .quote {
  padding-top: 3em;
  padding-bottom: 12em;
}
.project article .article-body .quote blockquote {
  padding: 0;
  margin: 0;
  border: none !important;
}
.project article .article-body .quote blockquote:before,
.project article .article-body .quote blockquote:after {
  content: " ";
  display: table;
}
.project article .article-body .quote blockquote:after {
  clear: both;
}
.project article .article-body .quote blockquote:before,
.project article .article-body .quote blockquote:after {
  content: " ";
  display: table;
}
.project article .article-body .quote blockquote:after {
  clear: both;
}
.project article .article-body .quote blockquote p {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 1em;
}
.project article .article-body .quote blockquote cite {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.project article .article-body .gallery {
  padding-bottom: 6em;
}
.project article .article-body .gallery:before,
.project article .article-body .gallery:after {
  content: " ";
  display: table;
}
.project article .article-body .gallery:after {
  clear: both;
}
.project article .article-body .gallery:before,
.project article .article-body .gallery:after {
  content: " ";
  display: table;
}
.project article .article-body .gallery:after {
  clear: both;
}
.project article .article-body .gallery .caption {
  padding-top: 1em;
}
.project article .article-body .embed {
  padding-bottom: 6em;
}
.project article .article-body .embed:before,
.project article .article-body .embed:after {
  content: " ";
  display: table;
}
.project article .article-body .embed:after {
  clear: both;
}
.project article .article-body .embed:before,
.project article .article-body .embed:after {
  content: " ";
  display: table;
}
.project article .article-body .embed:after {
  clear: both;
}
.project article .article-body .embed .caption {
  padding-top: 1em;
}
.project article .journal-related h2 {
  padding: 0.5em 0;
}
.project article .journal-related a.href,
.project article .journal-related a.href:hover {
  color: black;
  border: none !important;
}
.project article .journal-related .inner {
  background: #e6e6e6;
  padding-bottom: 4em;
}
.project article .journal-related .inner:first-of-type {
  padding-top: 5em;
}
.project article .journal-related .inner::before {
  background: #e6e6e6;
  position: absolute;
  content: "";
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.project article .categories {
  margin-top: -30px;
}
@media (min-width: 768px) {
  .project article .categories a {
    white-space: nowrap;
  }
}
.project article .categories .inner {
  padding-top: 3em;
  padding-bottom: 3em;
  border: 30px solid #00e600;
}
.project article .categories .inner .text-right,
.project article .categories .inner .list,
.project article .categories .inner a {
  line-height: 30px !important;
}
.project article .categories .inner .row {
  margin-left: -25px;
  margin-right: -25px;
}
.project article footer.reference {
  display: none;
  width: 100%;
  text-align: center;
  padding-top: 95px;
  height: 95px;
  margin-bottom: -95px;
}
.project article footer.reference:first-of-type {
  display: block;
}
.project article footer.reference img {
  width: 18px;
  height: 10px;
}
@media print {
  .project article footer.reference {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .project .main {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 46px;
  }
  .project .main article::after {
    padding-bottom: 2em;
  }
  .project .main article .header {
    padding-top: 2em;
  }
  .project .main article .header .title {
    padding-top: 0.5em;
  }
  .project .main article .article-body .copy {
    padding-bottom: 2em;
  }
  .project .main article .article-body .gallery {
    padding-bottom: 2em;
  }
  .project .main article .article-body .gallery .caption {
    font-size: 12px;
  }
  .project .main article .article-body .facts {
    padding-bottom: 2em;
  }
  .project .main article .article-body .facts h5 {
    padding-bottom: 0;
  }
  .project .main article .article-body .embed {
    padding-bottom: 3em;
  }
  .project .main article .article-body .preface p {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 1em;
  }
  .project .main article .article-body .preface p:before,
  .project .main article .article-body .preface p:after {
    content: " ";
    display: table;
  }
  .project .main article .article-body .preface p:after {
    clear: both;
  }
  .project .main article .article-body .preface p:before,
  .project .main article .article-body .preface p:after {
    content: " ";
    display: table;
  }
  .project .main article .article-body .preface p:after {
    clear: both;
  }
  .project .main article .article-body .quote {
    padding-top: 2em;
    padding-bottom: 4em;
  }
  .project .main article .article-body .quote blockquote p {
    font-size: 18px;
    line-height: 25px;
  }
  .project .main article .article-body .quote blockquote cite {
    display: inline-block;
    font-size: 14px;
  }
  .project .main article .categories {
    margin-top: -15px;
  }
  .project .main article .categories .inner {
    padding-top: 1.5em;
    padding-bottom: 0;
    border: 15px solid #00e600;
  }
  .project .main article .categories .inner .text-right,
  .project .main article .categories .inner .list,
  .project .main article .categories .inner a {
    text-align: left;
    line-height: 20px !important;
  }
  .project .main article .categories .inner .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .project .main article .journal-related .inner {
    padding-top: 2em;
    padding-bottom: 1em;
    padding-left: 15px;
  }
  .project .main article .journal-related .inner:last-of-type {
    padding-bottom: 2em;
  }
  .project .main article .journal-related .inner .text-right {
    text-align: left;
    margin-bottom: 0.5em;
  }
  .project .main article .journal-related .inner h2 {
    padding-top: 1em;
  }
  .project footer.reference {
    padding-top: 46px !important;
    height: 95px !important;
    margin-bottom: -2em !important;
  }
}
.projects a {
  border: none;
}
.projects .content {
  position: relative;
  margin-top: 95px;
  min-height: 100vh;
  content: "viewport-units-buggyfill; min-height: 100vh;";
}
.projects .content article {
  position: relative;
}
.projects .content article:before {
  content: "";
  display: block;
  padding-top: 66.6666667%;
}
.projects .content article:nth-child(4n + 1) {
  margin-right: 25% !important;
}
.projects .content article:nth-child(4n + 4) {
  margin-left: 25% !important;
}
@media (max-width: 1199px) {
  .projects .content article:nth-child(4n + 1) {
    margin-right: 33.3% !important;
  }
  .projects .content article:nth-child(4n + 4) {
    margin-left: 33.3% !important;
  }
  .projects .content article.selected:nth-child(4n + 1) {
    margin-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .projects .content article:nth-child(4n + 1) {
    margin-right: 50% !important;
  }
  .projects .content article:nth-child(4n + 4) {
    margin-left: 50% !important;
  }
  .projects .content article.selected:nth-child(4n + 1) {
    margin-right: 0 !important;
  }
  .projects .content article.selected:nth-child(4n + 4) {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .projects .content article:nth-child(4n + 1) {
    margin-right: 0 !important;
  }
  .projects .content article:nth-child(4n + 4) {
    margin-left: 0 !important;
  }
}
.projects .content .entry {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.projects .content .entry > a {
  display: block;
  overflow: hidden;
}
.projects .content .entry > a img {
  -webkit-transition: -webkit-transform 0.25s;
       -o-transition: -o-transform 0.25s;
          transition: transform 0.25s;
}
.projects .content .entry > a:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
       -o-transform: scale(1.02);
          transform: scale(1.02);
}
.projects .content .entry footer {
  position: absolute;
  z-index: 9;
  top: 100%;
  margin-top: -70px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.25s ease-in-out;
       -o-transition: 0.25s ease-in-out;
          transition: 0.25s ease-in-out;
}
.projects .content .entry footer .column {
  height: 100%;
  width: 100%;
}
.projects .content .entry footer .column .inner {
  background-color: #fff;
  padding: 15px;
  margin-right: 45px;
  height: 100%;
}
.projects .content .entry footer .column .inner h3 {
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.projects .content .entry footer .column .inner p {
  text-transform: uppercase;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projects .content .entry footer .column .inner .big-arrow {
  background: url("/assets/img/arrow-big-green@2x.png") center center no-repeat;
  -webkit-background-size: 68px 50px;
          background-size: 68px 50px;
  margin-top: -60px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
       -o-transition: opacity 0.25s;
          transition: opacity 0.25s;
}
.projects .content .entry footer.open {
  top: 45px !important;
  margin-top: 0 !important;
}
.projects .content .entry footer.open .column .inner .big-arrow {
  opacity: 1;
}
@media (max-width: 767px) {
  .projects .content {
    margin-top: 46px;
  }
  .projects .content .entry footer.open {
    top: 100% !important;
    margin-top: -70px !important;
  }
  .projects .content .entry footer .inner {
    margin-right: 45px;
    overflow: hidden;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .projects .content article {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.features-preface p {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 1.5em;
}
.features-preface p:before,
.features-preface p:after {
  content: " ";
  display: table;
}
.features-preface p:after {
  clear: both;
}
.features-preface p:before,
.features-preface p:after {
  content: " ";
  display: table;
}
.features-preface p:after {
  clear: both;
}
@media (max-width: 767px) {
  .features-preface p {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 1em;
  }
  .features-preface p:before,
  .features-preface p:after {
    content: " ";
    display: table;
  }
  .features-preface p:after {
    clear: both;
  }
  .features-preface p:before,
  .features-preface p:after {
    content: " ";
    display: table;
  }
  .features-preface p:after {
    clear: both;
  }
}
.team h4 {
  font-weight: normal;
}
.team .content {
  margin-top: 95px;
}
.team .content .entry {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #000;
}
.team .content .entry.open footer {
  top: 0% !important;
  left: 0% !important;
}
.team .content .entry footer {
  color: #fff;
  position: absolute;
  z-index: 9;
  top: -100%;
  left: -100%;
  margin-left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in-out;
       -o-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
}
.team .content .entry footer .column .inner {
  position: absolute;
  background-color: #00e600;
  padding: 15px;
  width: 100%;
  height: 100%;
}
.team .content .entry footer .column .inner h3 {
  padding-bottom: .25em;
}
@media (max-width: 767px) {
  .team .content {
    margin-top: 46px;
  }
  .team-grid {
    background: #000;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .team article {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.journal .content {
  margin-top: 95px;
}
.journal .content .inner {
  position: relative;
  background: #e6e6e6;
  padding-top: 3em;
  padding-bottom: 3em;
  min-height: 100vh;
  content: 'viewport-units-buggyfill; min-height: 100vh;';
}
.journal .content .inner::before {
  background: #e6e6e6;
  position: absolute;
  content: "";
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.journal .content .inner h2 {
  margin: .5em 0;
}
.journal .content .inner .featured-image .caption {
  padding-left: 95px;
  padding-top: .5em;
  font-size: 12px;
}
.journal .content .inner .featured-image img {
  margin-top: 1.5em;
  padding-left: 45px;
}
.journal .content .inner .copy img {
  padding: 1em 0;
  max-width: 100%;
  height: auto;
}
.journal .content .inner .back {
  padding-top: 1em;
}
.journal .content .inner .download:before {
  content: url("/assets/img/icon-download.png");
  border-bottom: 3px solid #000000;
  margin-right: 5px;
}
@media only screen and (min-device-pixel-ratio: 2) {
  .journal .content .inner .download:before {
    content: url("/assets/img/icon-download@x2.png");
    border-bottom: 3px solid #000000;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .journal .content {
    margin-top: 46px;
    background: #e6e6e6;
  }
  .journal .content .inner {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .journal .content .inner .featured-image .caption {
    font-size: 12px;
  }
  .journal .content .inner .featured-image img {
    margin-top: 1.5em;
    padding-left: 0;
  }
  .journal .content .inner .text-right {
    text-align: left;
    margin-bottom: .5em;
  }
}
.journals .content {
  margin-top: 95px;
  min-height: 100vh;
  content: 'viewport-units-buggyfill; min-height: 100vh;';
}
.journals .content h2 {
  margin: .5em 0;
}
.journals .content .entry-projects,
.journals .content .entry-team,
.journals .content .entry-journal {
  position: relative;
}
.journals .content .entry-projects a.href,
.journals .content .entry-team a.href,
.journals .content .entry-journal a.href {
  color: #000000;
  border: none !important;
}
.journals .content .entry-projects .inner,
.journals .content .entry-team .inner,
.journals .content .entry-journal .inner {
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
}
.journals .content .entry-projects .inner h2 a:hover,
.journals .content .entry-team .inner h2 a:hover,
.journals .content .entry-journal .inner h2 a:hover {
  border-bottom: 3px solid #000000 !important;
}
.journals .content .entry-journal .inner {
  background: #e6e6e6;
}
.journals .content .entry-journal .inner::before {
  background: #e6e6e6;
  position: absolute;
  content: "";
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.journals .content .entry-team .inner::before {
  background: #e6e6e6;
  position: absolute;
  content: "";
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.journals .content .entry-team .inner img {
  padding-right: 30px;
}
.journals .content .entry-projects {
  position: relative;
}
.journals .content .entry-projects .container {
  position: relative;
}
.journals .content .entry-projects .wrap {
  position: absolute;
  z-index: 99;
  top: 0;
  width: 100%;
}
.journals .content .entry-projects .inner {
  padding-top: 2em !important;
  padding-bottom: 1em !important;
  background: #e6e6e6;
}
.journals .content .entry-projects .inner .row {
  margin-left: -30px;
}
.journals .content .entry-projects .inner::before {
  background: #e6e6e6;
  position: absolute;
  content: "";
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.journals .content .entry-projects .featured-image {
  position: relative;
  height: 89vh;
  content: 'viewport-units-buggyfill; height: 89vh;';
  overflow: hidden;
}
.journals .content .entry-projects .featured-image img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-aspect-ratio: 16/10) {
  .journals .content .entry-projects .featured-image {
    height: 92vh;
    content: 'viewport-units-buggyfill; height: 92vh;';
  }
  .journals .content .entry-projects .featured-image img {
    min-height: 100%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .journals .content {
    margin-top: 46px;
    background: #e6e6e6;
  }
  .journals .content .entry-projects .inner,
  .journals .content .entry-team .inner,
  .journals .content .entry-journal .inner {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .journals .content .entry-projects .inner h5,
  .journals .content .entry-team .inner h5,
  .journals .content .entry-journal .inner h5 {
    margin-bottom: 1em;
  }
  .journals .content .entry-projects .inner .text-right,
  .journals .content .entry-team .inner .text-right,
  .journals .content .entry-journal .inner .text-right {
    text-align: left;
    margin-bottom: .5em;
  }
  .journals .content .entry-projects .container {
    background: #fff;
  }
  .journals .content .entry-projects .container .wrap {
    position: relative;
  }
  .journals .content .entry-projects .container .inner {
    background: #fff;
  }
  .journals .content .entry-projects .container .inner::before {
    background: #fff;
  }
  .journals .content .entry-projects .container .inner .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .journals .content .entry-team {
    background: #fff;
  }
  .journals .content .entry-team .inner:before {
    background: #fff;
  }
  .journals .content .entry-team .inner img {
    padding-right: 0;
    padding-bottom: 1.5em;
  }
}
.job .content {
  margin-top: 95px;
  margin-bottom: -95px;
  min-height: 100vh;
  content: 'viewport-units-buggyfill; min-height: 100vh;';
}
.job .content .inner {
  position: relative;
  background: #00e600;
  padding-top: 0;
  padding-bottom: 30px;
  min-height: 100vh;
  content: 'viewport-units-buggyfill; min-height: 100vh;';
}
.job .content .inner::before {
  background: #00e600;
  position: absolute;
  content: "";
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.job .content .inner h2 {
  margin: .5em 0;
}
.job .content .inner .text-right {
  color: #fff;
  padding-top: 3em;
}
.job .content .inner .text-left {
  background: #fff;
  padding-top: 3em;
}
.job .content .inner .text-left::before {
  background: #fff;
  position: absolute;
  content: "";
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.job .content .inner .copy {
  background: #fff;
  padding-bottom: 3em;
}
.job .content .inner .copy::before {
  background: #fff;
  position: absolute;
  content: "";
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.job .content .inner .copy ol,
.job .content .inner .copy ul {
  margin: 0;
  padding: 0 0 1em 0;
  display: table;
  border-spacing: 0 5px;
  list-style-type: none;
}
.job .content .inner .copy ol li,
.job .content .inner .copy ul li {
  display: table-row;
}
.job .content .inner .copy ol li:before,
.job .content .inner .copy ul li:before {
  content: "_ ";
  display: table-cell;
  padding: 0 5px 0 0;
}
@media (max-width: 767px) {
  .job .content {
    margin-top: 46px;
    background: #fff !important;
  }
  .job .content .inner {
    background: #fff;
    padding-top: 2em;
  }
  .job .content .inner::before {
    background: #fff;
  }
  .job .content .inner h2 {
    padding-top: .5em;
  }
  .job .content .inner .text-right {
    text-align: left;
    margin-bottom: .5em;
    padding-top: 0;
    color: #00e600;
  }
  .job .content .inner .text-left {
    padding-top: 0;
  }
  .job .content .inner .row:last-child {
    margin-bottom: 4em;
  }
}
.jobs .content {
  margin-top: 95px;
}
.jobs .content article .featured-image {
  margin-right: -66.66666667%;
  margin-bottom: 30px;
}
.jobs .content article .inner {
  position: relative;
  background: #00e600;
}
.jobs .content article .inner::before {
  background: #00e600;
  position: absolute;
  content: "";
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.jobs .content article .inner .text-right {
  color: #fff;
  padding-top: 3em;
}
.jobs .content article .inner .text-left {
  position: relative;
  background-color: #fff;
  padding-top: 3em;
  padding-bottom: 3em;
  margin-bottom: 30px;
}
.jobs .content article .inner .text-left h2 {
  padding: .5em 0;
}
.jobs .content article .inner .text-left h2 a {
  border: none;
}
.jobs .content article .inner .text-left h2 a:hover {
  border-bottom: 2px solid #000000;
}
.jobs .content article .inner .text-left::before {
  background: #fff;
  position: absolute;
  content: "";
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.jobs .content article .inner .text-left .big-arrow {
  position: absolute;
  width: 68px;
  height: 50px;
  right: 15px;
  top: 50%;
  margin-top: -25px;
  background: url("/assets/img/arrow-big-green@2x.png") right center no-repeat;
  -webkit-background-size: 68px 50px;
          background-size: 68px 50px;
}
@media (max-width: 767px) {
  .jobs .content {
    margin-top: 46px;
  }
  .jobs .content .container .inner {
    padding-top: 2em;
    background: #fff;
  }
  .jobs .content .container .inner::before {
    background: #fff;
  }
  .jobs .content .container .inner .text-right {
    text-align: left;
    margin-bottom: .5em;
    padding-top: 0;
    color: #00e600;
    font-weight: bold;
  }
  .jobs .content .container .inner .text-left {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .jobs .content .container .inner .text-left h2 {
    padding-top: 1em;
  }
  .jobs .content .container .inner .text-left .big-arrow {
    position: relative;
    width: 68px;
    margin: 1.5em auto;
  }
}
.press .content {
  margin-top: 95px;
}
.press .content .inner {
  position: relative;
  background: #e6e6e6;
  padding-top: 3em;
  padding-bottom: 3em;
  min-height: 100vh;
  content: 'viewport-units-buggyfill; min-height: 100vh;';
}
.press .content .inner::before {
  background: #e6e6e6;
  position: absolute;
  content: "";
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.press .content .inner h2 {
  margin-top: 0;
  margin-bottom: .5em;
}
.press .content .inner .text-right {
  margin-top: 13px;
}
.press .content .inner .download:before {
  content: url("/assets/img/icon-download.png");
  border-bottom: 3px solid #000000;
  margin-right: 5px;
}
@media only screen and (min-device-pixel-ratio: 2) {
  .press .content .inner .download:before {
    content: url("/assets/img/icon-download@x2.png");
    border-bottom: 3px solid #000000;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .press .content {
    margin-top: 46px;
    background: #e6e6e6;
  }
  .press .content .inner {
    padding-top: 2em;
  }
  .press .content .inner .text-right {
    text-align: left;
    margin-bottom: .5em;
  }
}
.press-index .content {
  margin-top: 95px;
  position: relative;
}
.press-index .content .container .inner {
  background: #e6e6e6;
  position: relative;
  padding-bottom: 3em;
}
.press-index .content .container .inner::before {
  background: #e6e6e6;
  position: absolute;
  content: "";
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.press-index .content .container .inner h2 {
  margin-bottom: .5em;
}
.press-index .content .container .inner .text-right {
  margin-top: 13px;
}
.press-index .content .container .inner a {
  color: #000000;
  border: none;
}
.press-index .content .container .inner a:hover {
  border-bottom: 2px solid #000000;
}
.press-index .content .container:first-of-type .inner {
  padding-top: 3em;
}
@media (max-width: 767px) {
  .press-index .content {
    margin-top: 46px;
    background: #e6e6e6;
  }
  .press-index .content .container .inner {
    padding-bottom: 2em;
  }
  .press-index .content .container .inner .text-right {
    text-align: left;
    margin-bottom: .5em;
  }
  .press-index .content .container:first-of-type .inner {
    padding-top: 2em;
  }
}
.welcome section.entry-project .gallery {
  width: 100%;
  height: 100vh;
  content: 'viewport-units-buggyfill; height: 100vh;';
}
.welcome section.entry-project .gallery .flexslider,
.welcome section.entry-project .gallery .flex-viewport,
.welcome section.entry-project .gallery .slides,
.welcome section.entry-project .gallery li {
  width: 100%;
  height: 100%;
}
.welcome section.entry-project .gallery .flexslider h4 a {
  border-bottom: none;
}
.welcome section.entry-project .gallery .flexslider h4 a:hover {
  border-bottom: 2px solid;
}
.welcome section.entry-project .gallery .flexslider .header {
  position: relative;
  width: 100%;
  padding-top: 2em;
}
.welcome section.entry-project .gallery .flexslider .slides li {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.welcome section.entry-project .gallery .flexslider .slides li .paging span:after {
  content: " / ";
  font-weight: normal;
}
.welcome section.entry-project .gallery .flexslider .slides li .paging span:last-child::after {
  content: "";
}
@media (max-width: 767px) {
  .welcome section.entry-project div.index {
    text-align: left;
  }
  .welcome section.entry-project div.title {
    margin-top: 2em;
  }
  .welcome section.entry-project .banner {
    background-color: #fff;
  }
  .welcome section.entry-project .flexslider h4.title {
    padding-top: .5em;
  }
}
.welcome section.teaser h1 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.welcome section.teaser .text {
  padding-bottom: 6em;
}
.welcome section.teaser .text .preface {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 1.5em;
}
@media (min-width: 768px) {
  .welcome section.teaser .text .multi-column {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-width: 50%;
            column-width: 50%;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .welcome section.teaser {
    padding: 0 15px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .welcome section.teaser .text {
    position: relative;
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.welcome .reference-projects article {
  position: relative;
}
.welcome .reference-projects article:before {
  content: "";
  display: block;
  padding-top: 66.6666667%;
}
.welcome .reference-projects article:nth-child(4n+1) {
  margin-right: 25% !important;
}
.welcome .reference-projects article:nth-child(4n+4) {
  margin-left: 25% !important;
}
@media (max-width: 1199px) {
  .welcome .reference-projects article:nth-child(4n+1) {
    margin-right: 33.3% !important;
  }
  .welcome .reference-projects article:nth-child(4n+4) {
    margin-left: 33.3% !important;
  }
}
@media (max-width: 991px) {
  .welcome .reference-projects article:nth-child(4n+1) {
    margin-right: 0 !important;
  }
  .welcome .reference-projects article:nth-child(4n+4) {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .welcome .reference-projects article:nth-child(4n+1) {
    margin-right: 0 !important;
  }
  .welcome .reference-projects article:nth-child(4n+4) {
    margin-left: 0 !important;
  }
}
.welcome .reference-projects .entry {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}
.welcome .reference-projects .entry footer {
  position: absolute;
  z-index: 9;
  top: 100%;
  margin-top: -45px;
  width: 100%;
  height: 100%;
}
.welcome .reference-projects .entry footer .column {
  height: 100%;
  width: 100%;
}
.welcome .reference-projects .entry footer .column .inner {
  background-color: #fff;
  padding: 15px;
  margin-right: 45px;
  height: 100%;
}
.welcome .reference-projects .entry footer .column .inner h3 {
  white-space: nowrap;
  letter-spacing: 0.05em;
  padding-bottom: .5em;
}
.welcome .reference-projects .entry footer .column .inner p {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .welcome .reference-projects .entry footer.open {
    top: 100% !important;
    margin-top: -45px !important;
  }
  .welcome .reference-projects .entry footer .inner {
    margin-right: 45px;
    overflow: hidden;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .welcome .reference-projects article {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.welcome section.boilerplate {
  padding-top: 8em;
  padding-bottom: 8em;
  background-color: #00e600;
  color: #fff;
}
.welcome section.boilerplate a {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
}
.welcome section.boilerplate .container h2 {
  padding-bottom: 1em;
}
.welcome section.boilerplate .container .text {
  font-size: 30px;
  line-height: 40px;
}
.welcome section.boilerplate .container .text ol,
.welcome section.boilerplate .container .text ul {
  margin: 0;
  padding: 0 0 1em 0;
  display: table;
  border-spacing: 0 5px;
  list-style-type: none;
}
.welcome section.boilerplate .container .text ol li,
.welcome section.boilerplate .container .text ul li {
  display: table-row;
}
.welcome section.boilerplate .container .text ol li:before,
.welcome section.boilerplate .container .text ul li:before {
  content: "_ ";
  display: table-cell;
  padding: 0 5px 0 0;
}
.welcome section.boilerplate .big-arrow {
  padding-top: 8em;
}
.welcome section.boilerplate .big-arrow a {
  display: block;
  height: 100px;
  width: 136px;
  background: url("/assets/img/arrow-big-white@2x.png") center no-repeat;
  -webkit-background-size: 136px 100px;
          background-size: 136px 100px;
  margin: 0 auto;
  border: none;
}
@media (max-width: 767px) {
  body.home.safari-mobile .gallery {
    margin-top: -70px !important;
  }
  body.home.safari-mobile .gallery .flexslider .header {
    margin-top: 70px !important;
  }
}
@media (min-width: 768px) {
  body.home.safari-mobile .gallery {
    margin-top: -22px !important;
  }
  body.home.safari-mobile .gallery .flexslider .header {
    margin-top: 22px !important;
  }
}
.welcome.rtl section.teaser .text {
  text-align: right !important;
}
.welcome.rtl .boilerplate .text {
  text-align: right;
}
.welcome.rtl .boilerplate .text ol li:before,
.welcome.rtl .boilerplate .text ul li:before {
  content: "" !important;
  padding: 0 !important;
}
.welcome.rtl .boilerplate .text ol li:after,
.welcome.rtl .boilerplate .text ul li:after {
  content: "_ ";
  display: table-cell;
  padding: 0 0 0 5px;
}
/*# sourceMappingURL=main.css.map */