/*removes flashing of unstyled text*/
.wf-loading {
  visibility: hidden; }

.wf-active,
.wf-inactive {
  visibility: visible; }

/* Removes scalling issues in IE9+ for all svg files */
.ie9 img[src*=".svg"] {
  width: 100%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; } }
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  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"] {
  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;
  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; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  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,
  .Team h3,
  h3 {
    orphans: 3;
    widows: 3; }

  h2, .Team h3,
  h3 {
    page-break-after: avoid; }

  .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; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    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 {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  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;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  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; }

[role="button"] {
  cursor: pointer; }

h1, h2, .Team h3, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small, .Team h3 small,
  h2 .small,
  .Team h3 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2,
.Team h3, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  .Team h3 small,
  h2 .small,
  .Team h3 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 46px; }

h2, .Team h3, .h2 {
  font-size: 38px; }

h3, .h3 {
  font-size: 31px; }

h4, .h4 {
  font-size: 23px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

p {
  margin: 0 0 12.5px; }

.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 27px; } }

small,
.small {
  font-size: 88%; }

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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px; }
  ul ul,
  ul ol,
  ol ul,
  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: 25px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@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%; }

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  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: 1.428571429;
    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-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 756px; } }
  @media (min-width: 992px) {
    .container {
      width: 976px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1176px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -8px;
  margin-right: -8px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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: 8px;
  padding-right: 8px; }

.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-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 27px;
  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;
  -moz-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: 18px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  border-radius: 2px !important;
  background-image: none;
  border: 1px solid #ccc;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 39px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm input[type="month"] {
    line-height: 36px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] {
    line-height: 53px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 25px;
    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 {
  position: relative;
  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="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 43px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 36px;
  line-height: 36px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 41px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5; }

.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 53px;
  line-height: 53px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 48px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 48.75px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px; }

.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: 30px; }
.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: 32px; }
.form-horizontal .form-group {
  margin-left: -8px;
  margin-right: -8px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@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: 8px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 23px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px !important;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.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: #333;
    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;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #2c3c45;
  background-color: #67c8fc;
  border-color: #67c8fc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #2c3c45;
    background-color: #35b6fb;
    border-color: #0493df; }
  .btn-primary:hover {
    color: #2c3c45;
    background-color: #35b6fb;
    border-color: #2bb2fb; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #2c3c45;
    background-color: #35b6fb;
    border-color: #2bb2fb; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #2c3c45;
      background-color: #12a9fa;
      border-color: #0493df; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #67c8fc;
    border-color: #67c8fc; }
  .btn-primary .badge {
    color: #67c8fc;
    background-color: #2c3c45; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  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: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0; }

.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0; }

.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%; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .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: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.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: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix: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; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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 !important; }

  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 !important; }

  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 !important; }

  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 !important; }

  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 !important; }

  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; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body {
  line-height: 1.6;
  color: #595959;
  font-family: "open-sans", sans-serif; }
  body.body--fixed {
    padding-top: 80px; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 16px;
      line-height: 1.6em; } }

.container {
  max-width: 1200px !important; }
  @media only screen and (max-width: 991px) {
    .container {
      padding-left: 30px;
      padding-right: 30px;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

header > .container {
  max-width: 1400px !important; }
  @media only screen and (min-width: 992px) {
    header > .container {
      width: 100%; } }
  @media only screen and (min-width: 1400px) {
    header > .container {
      width: 1376px; } }

h1 {
  font-family: "museo-sans", sans-serif;
  color: #1782f9; }

h2, .Team h3 {
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
  color: #1782f9;
  font-size: 2em;
  line-height: 1.4em;
  margin: 110px 0 70px; }
  h2.text-center, .Team h3.text-center {
    padding: 0 90px; }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      h2.text-center, .Team h3.text-center {
        padding: 0 15px; } }
    @media only screen and (max-width: 991px) {
      h2.text-center, .Team h3.text-center {
        padding: 0 10px; } }
  @media only screen and (max-width: 1024px) and (orientation: landscape) {
    h2, .Team h3 {
      margin-top: 80px; } }
  @media only screen and (max-width: 991px) {
    h2, .Team h3 {
      margin: 40px 0;
      font-size: 1.75em; } }

.btn:focus,
.btn.active:focus {
  outline: thin dotted;
  color: inherit; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(90deg); } }
@keyframes fade-in {
  0%,
  90% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* To hide an element just add class="some-class empty" to the element */
[class*=' empty'] {
  display: none; }

/*Change bg of input fields ;)*/
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #3c5663 inset !important;
  -webkit-text-fill-color: #fff; }

.Header {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #334C58;
  color: #fff;
  z-index: 100;
  text-align: right;
  font-family: "museo-sans", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-font-smoothing: antialiased; }
  .Header.Header--clone {
    /* Required styles */
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #334C58;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    /* Translate -100% to move off screen */
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    /* Animations */
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .Header.Header--stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  @media only screen and (max-width: 1280px) and (orientation: landscape) {
    .Header {
      font-size: 12px;
      font-weight: 500; } }
  @media only screen and (max-width: 991px) {
    .Header {
      text-align: center;
      font-size: 16px;
      height: 60px;
      line-height: 60px; }
      .Header .Header-mobileToggle {
        padding-top: 12px;
        padding-bottom: 12px; } }

.Header--index {
  background: transparent; }
  .Header--index .Header-navigation a {
    color: #d9d9d9; }
    .Header--index .Header-navigation a:hover {
      background: transparent;
      text-decoration: none; }

.Header-logo {
  float: left;
  display: inline-block;
  width: 160px; }
  @media only screen and (max-width: 1280px) and (orientation: landscape) {
    .Header-logo {
      width: 130px; } }
  @media only screen and (max-width: 1024px) and (orientation: landscape) {
    .Header-logo {
      width: 120px; } }
  @media only screen and (max-width: 991px) {
    .Header-logo {
      float: none; } }
  @media only screen and (max-width: 767px) {
    .Header-logo {
      display: inline-block;
      width: 120px; } }
  .Header-logo img {
    max-width: 100%; }

.Header-navigation {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media only screen and (max-width: 991px) {
    .Header-navigation {
      display: block;
      clear: right; } }
  .Header-navigation ul {
    margin: 0;
    padding: 0; }
    .Header-navigation ul li {
      display: inline-block;
      vertical-align: top; }
      .Header-navigation ul li.active > a {
        background: #2b3c44;
        color: #fff;
        text-decoration: none !important; }
      .Header-navigation ul li > a {
        display: block;
        padding: 0 15px;
        color: #d9d9d9;
        text-decoration: none; }
        .Header-navigation ul li > a[href*="careers"] {
          color: #fff; }
          .Header-navigation ul li > a[href*="careers"]:hover {
            color: #67c9fd; }
        .Header-navigation ul li > a:hover {
          color: #67c9fd; }
        @media only screen and (max-width: 1280px) and (orientation: landscape) {
          .Header-navigation ul li > a {
            padding: 0 14px; } }
        @media only screen and (max-width: 1024px) and (orientation: landscape) {
          .Header-navigation ul li > a {
            padding: 0 12px; } }
        @media only screen and (max-width: 991px) {
          .Header-navigation ul li > a {
            display: block;
            clear: right;
            padding: 20px; } }
      @media only screen and (max-width: 991px) {
        .Header-navigation ul li {
          display: block;
          clear: right;
          position: relative; }
          .Header-navigation ul li .hs-menu-children-wrapper {
            display: none; }
            .Header-navigation ul li .hs-menu-children-wrapper a {
              display: block;
              padding: 20px 20px 20px 35px;
              color: #fff;
              text-transform: none;
              text-decoration: underline; }
            .Header-navigation ul li .hs-menu-children-wrapper > .active a {
              text-decoration: none;
              color: #d9d9d9;
              background-color: #25333a; }
          .Header-navigation ul li.open .submenu-trigger:before {
            transform: rotate(180deg); } }

.hs-menu-children-wrapper {
  display: none;
  padding-bottom: 20px;
  background: #2b3c44; }
  .hs-menu-children-wrapper a {
    display: block;
    padding: 20px 20px 20px 35px;
    color: #fff;
    text-transform: none;
    text-decoration: underline; }
    .hs-menu-children-wrapper a:hover {
      color: #67c9fd; }
    .hs-menu-children-wrapper a.selected {
      text-decoration: none;
      color: #d9d9d9;
      background-color: #25333a; }

.submenu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  z-index: 1;
  display: none !important; }
  .submenu-trigger:before {
    content: "";
    position: absolute;
    right: 35px;
    width: 0;
    height: 0;
    margin-top: 6px;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #8694a5 transparent transparent transparent; }
  @media only screen and (max-width: 991px) {
    .submenu-trigger {
      display: block !important;
      width: 100%;
      background: transparent !important; } }

.Header-request {
  color: #67c9fd !important;
  border: solid 1px #67c9fd;
  border-radius: 2px;
  padding: 12px 15px;
  margin: 0 20px 0 10px;
  text-decoration: none !important; }
  .Header-request:hover {
    text-decoration: none;
    color: #334C58 !important;
    background: #67c9fd; }
  @media only screen and (max-width: 991px) {
    .Header-request {
      display: block;
      margin: 30px auto 30px;
      text-align: center;
      max-width: 50%; } }
  @media only screen and (max-width: 480px) {
    .Header-request {
      margin: 30px 20px 30px;
      max-width: 100%; } }

.Header-language {
  background: rgba(240, 252, 254, 0.1);
  color: #c2c2c2;
  padding: 6px 10px;
  border-radius: 1px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 300; }
  .Header-language:hover {
    color: #fff;
    text-decoration: none; }
  .Header-language:focus {
    color: #fff; }
  @media only screen and (max-width: 991px) {
    .Header-language {
      margin: 0 auto;
      font-size: 13px;
      background: transparent;
      text-align: center;
      width: 30%;
      display: block;
      padding: 15px; } }

.Header-content {
  display: inline-block; }
  .Header-content a {
    letter-spacing: 0.007692307em;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out; }
  @media only screen and (max-width: 991px) {
    .Header-content {
      position: fixed;
      top: -100%;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      line-height: normal;
      text-align: left;
      background: #364b55;
      padding-top: 20px;
      -webkit-transition: all 0.3s cubic-bezier(0.64, 0.01, 0.23, 0.99);
      transition: all 0.3s cubic-bezier(0.64, 0.01, 0.23, 0.99);
      overflow: hidden;
      overflow-y: auto;
      padding-bottom: 40px; } }
  .Header-content.open {
    display: block;
    bottom: 0;
    top: 0;
    overflow-y: auto; }
    .Header-content.open .Header-mobileClose {
      opacity: 1;
      -webkit-transition: opacity 0.2s ease 0.3s;
      transition: opacity 0.2s ease 0.3s;
      animation: rotate 0.3s ease-out 0.3s alternate; }
  .Header-content .lang_switcher_class {
    vertical-align: middle;
    left: -4px; }
    .Header-content .lang_switcher_class .globe_class {
      background-image: url(https://cdn2.hubspot.net/hubfs/2752254/Documaster-Jan2017/Images/globe.svg);
      width: 20px;
      height: 20px;
      opacity: 0.5; }
      .Header-content .lang_switcher_class .globe_class:hover {
        opacity: 1; }
        .Header-content .lang_switcher_class .globe_class:hover .lang_list_class {
          background-color: rgba(70, 94, 105, 0.9);
          top: 40px;
          right: 50%;
          left: auto;
          -webkit-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
          line-height: initial;
          border-radius: 1px;
          visibility: visible;
          opacity: 1;
          transition-delay: 0s, 0s, 0.3s; }
          .Header-content .lang_switcher_class .globe_class:hover .lang_list_class:before {
            opacity: 1;
            visibility: visible; }
          @media only screen and (max-width: 1440px) {
            .Header-content .lang_switcher_class .globe_class:hover .lang_list_class {
              -webkit-transform: translate(14%, 0);
              transform: translate(14%, 0); } }
    .Header-content .lang_switcher_class .lang_list_class {
      padding: 0;
      visibility: hidden;
      opacity: 0;
      display: block;
      top: 40px;
      left: auto;
      right: 50%;
      transform: translate(50%, -1em);
      line-height: initial;
      transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; }
      @media only screen and (max-width: 1440px) {
        .Header-content .lang_switcher_class .lang_list_class {
          -webkit-transform: translate(14%, -1em);
          transform: translate(14%, -1em); } }
      .Header-content .lang_switcher_class .lang_list_class:after {
        content: '';
        display: block;
        position: absolute;
        top: -50px;
        right: 25%;
        width: 50px;
        height: 50px;
        border: none;
        margin: 0;
        left: auto; }
      .Header-content .lang_switcher_class .lang_list_class:before {
        border-bottom-color: rgba(70, 94, 105, 0.9);
        top: -24px; }
        @media only screen and (max-width: 1440px) {
          .Header-content .lang_switcher_class .lang_list_class:before {
            left: 86%; } }
    .Header-content .lang_switcher_class li {
      padding: 0;
      background: none;
      border: none;
      display: inline-block; }
      .Header-content .lang_switcher_class li:first-child {
        display: none; }
      .Header-content .lang_switcher_class li a {
        color: #c2c2c2;
        font-size: 12px;
        font-weight: 300;
        text-decoration: none;
        display: block;
        padding: 10px 15px;
        line-height: 1; }
        .Header-content .lang_switcher_class li a:hover {
          text-decoration: underline; }
    @media only screen and (max-width: 991px) {
      .Header-content .lang_switcher_class {
        display: block;
        left: auto; }
        .Header-content .lang_switcher_class .globe_class {
          background-image: none;
          width: auto;
          height: auto;
          opacity: 1; }
          .Header-content .lang_switcher_class .globe_class:hover .lang_list_class {
            background-color: transparent;
            transform: none; }
          .Header-content .lang_switcher_class .globe_class .lang_list_class {
            transform: none;
            display: block;
            position: inherit;
            visibility: visible;
            opacity: 1; }
            .Header-content .lang_switcher_class .globe_class .lang_list_class:before, .Header-content .lang_switcher_class .globe_class .lang_list_class:after {
              display: none; }
            .Header-content .lang_switcher_class .globe_class .lang_list_class li {
              display: block; }
              .Header-content .lang_switcher_class .globe_class .lang_list_class li:first-child {
                display: none; }
              .Header-content .lang_switcher_class .globe_class .lang_list_class li a {
                margin: 0 auto 10px;
                max-width: 50%; } }

.Header-mobileClose {
  display: none; }
  @media only screen and (max-width: 991px) {
    .Header-mobileClose {
      display: block;
      background: url(https://cdn2.hubspot.net/hubfs/2752254/Documaster-Jan2017/Images/close.png) no-repeat center center;
      float: right;
      padding: 11px 16px;
      opacity: 0;
      width: 3em;
      height: 3em;
      box-sizing: content-box; } }

.Header-mobileToggle {
  position: absolute;
  right: 0;
  top: 0;
  clear: both;
  display: none;
  padding: 22px 20px; }
  @media only screen and (max-width: 991px) {
    .Header-mobileToggle {
      display: block; } }
  .Header-mobileToggle span {
    display: block;
    height: 1px;
    width: 30px;
    background: #fff;
    margin: 8px 0; }

.Footer {
  background: #5a656b;
  color: #ebebeb;
  padding: 80px 0 100px;
  font-size: 13px; }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .Footer {
      padding: 40px 0; } }
  .Footer a {
    color: inherit; }
    .Footer a:hover {
      color: inherit; }
  .Footer h5 {
    margin-bottom: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: inherit; }
    @media only screen and (max-width: 767px) {
      .Footer h5 {
        margin: 20px 0 10px;
        padding: 5px 10px;
        background: #858585; } }
  .Footer .footer-logo {
    display: block;
    width: 147px;
    opacity: 0.7; }

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

.BottomNav-linkedIn {
  display: inline-block;
  width: 100px; }
  .BottomNav-linkedIn img {
    margin-left: 10px;
    opacity: 0.8;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px; }

.Copyright {
  padding-top: 30px; }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .Copyright {
      padding-top: 10px;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .Copyright {
      padding-top: 10px;
      padding-bottom: 10px; } }

.Hero {
  height: 550px;
  background-color: #2b3c44;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "museo-sans", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 0;
  margin-top: 80px; }
  @media only screen and (max-width: 991px) {
    .Hero {
      margin-top: 60px; } }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .Hero {
      height: 480px; } }
  @media only screen and (max-width: 767px) {
    .Hero {
      height: 400px; } }
  .Hero h1 {
    color: inherit;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.666666em;
    line-height: 1.2em;
    position: relative;
    margin: 0;
    padding-right: 40%; }
    .Hero h1:after {
      content: "";
      display: block;
      width: 220px;
      height: 4px;
      background: #fff;
      margin-top: 40px;
      margin-bottom: 40px; }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        .Hero h1:after {
          height: 2px; } }
      @media only screen and (max-width: 767px) {
        .Hero h1:after {
          height: 2px;
          width: 150px;
          margin-top: 20px;
          margin-bottom: 20px; } }
    @media only screen and (max-width: 991px) {
      .Hero h1 {
        padding-right: 10%; } }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .Hero h1 {
        padding-right: 0; } }
    @media only screen and (max-width: 767px) {
      .Hero h1 {
        font-size: 24px;
        margin-bottom: 20px;
        padding: 0; } }
  .Hero p {
    font-size: 1.333333em;
    font-weight: 300;
    padding-right: 50%;
    line-height: 1.5em; }
    @media only screen and (max-width: 991px) {
      .Hero p {
        padding-right: 10%; } }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .Hero p {
        padding-right: 0;
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .Hero p {
        font-size: 16px; } }
  .Hero .btn {
    padding: 12px 35px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.111em;
    color: #334C58;
    border-color: transparent;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out; }
    .Hero .btn.btn-demo {
      font-size: .75em;
      background: none;
      color: #fff;
      border-color: #fff;
      text-transform: uppercase;
      margin-top: 20px;
      padding: 10px 17px;
      font-weight: 500;
      line-height: 1.333333em;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out; }
      .Hero .btn.btn-demo:hover {
        background: #fff;
        color: #1782f9; }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        .Hero .btn.btn-demo {
          margin-top: 10px; } }
  .Hero.careers, .Hero.blog, .Hero.centered {
    text-align: center; }
    .Hero.careers h1, .Hero.blog h1, .Hero.centered h1 {
      font-weight: 900;
      padding: 0 15%;
      margin-top: 10%;
      margin-bottom: 6%;
      font-size: 2.666666em; }
      .Hero.careers h1:after, .Hero.blog h1:after, .Hero.centered h1:after {
        display: none; }
      @media only screen and (max-width: 991px) {
        .Hero.careers h1, .Hero.blog h1, .Hero.centered h1 {
          padding: 0;
          font-size: 2.5em; } }
    .Hero.careers .btn, .Hero.blog .btn, .Hero.centered .btn {
      color: #334C58; }
      .Hero.careers .btn.btn-demo, .Hero.blog .btn.btn-demo, .Hero.centered .btn.btn-demo {
        color: #fff; }
        .Hero.careers .btn.btn-demo:hover, .Hero.blog .btn.btn-demo:hover, .Hero.centered .btn.btn-demo:hover {
          color: #1782f9; }
  .Hero.centered .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(67, 95, 109, 0.7) 0%, rgba(67, 95, 109, 0.8) 30%, rgba(67, 95, 109, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(67, 95, 109, 0.7) 0%, rgba(67, 95, 109, 0.8) 30%, rgba(67, 95, 109, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(67, 95, 109, 0.7) 0%, rgba(67, 95, 109, 0.8) 30%, rgba(67, 95, 109, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3435f6d', endColorstr='#e6435f6d',GradientType=0 ); }
  .Hero.centered h1 {
    margin-top: 0;
    margin-bottom: 4%; }
  .Hero.centered p {
    padding-right: 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px; }
  .Hero.centered .btn-lg {
    font-size: .8888em; }
  .Hero.page-error {
    background-color: white;
    color: #595959; }
    .Hero.page-error h1:after {
      background: #595959; }
  .Hero + .Blog--article .Content {
    padding-top: 0; }

/*ie lte9 fix*/
.ie9 .Hero {
  display: table;
  width: 100%; }

.Hero--index {
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  min-height: 580px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
  box-shadow: 0 160px 250px 0px rgba(0, 0, 0, 0.35) inset;
  margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .Hero--index {
      min-height: 375px;
      padding-top: 0;
      position: relative;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .Hero--index {
      margin-bottom: 40px; } }
  .Hero--index p {
    padding: 0px 150px 60px;
    margin: 0;
    line-height: 1.6em;
    color: #e3e3e3;
    font-weight: 500; }
    @media only screen and (max-width: 991px) {
      .Hero--index p {
        padding: 0 80px 50px; } }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .Hero--index p {
        padding: 0 20px 50px; } }
    @media only screen and (max-width: 1024px) and (orientation: landscape) {
      .Hero--index p {
        padding: 0 120px 50px; } }
    @media only screen and (max-width: 767px) {
      .Hero--index p {
        padding: 0 20px 30px; } }
    @media only screen and (max-width: 480px) {
      .Hero--index p {
        padding: 0 0 20px; } }
  .Hero--index h1 {
    padding-right: 0;
    margin: 0;
    font-size: 2.888888em; }
    .Hero--index h1:after {
      margin: 40px auto; }
      @media only screen and (max-width: 767px) {
        .Hero--index h1:after {
          margin-top: 20px;
          margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .Hero--index h1 {
        padding: 0;
        font-size: 2em;
        line-height: 1.6em; } }

/*ie lte9 fix*/
.ie9 .Hero-content {
  display: table-cell;
  vertical-align: middle; }

.ScrollDown, .TeamGallery-toggle {
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 20px;
  height: 20px;
  border: solid;
  border-color: #6e8798;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
  margin-left: -12px;
  z-index: -1; }
  .ScrollDown:hover, .TeamGallery-toggle:hover {
    border-color: #fff; }
  @media only screen and (max-width: 767px) {
    .ScrollDown, .TeamGallery-toggle {
      bottom: auto;
      top: 90%; } }

.RequestDemo, .SubscriptionForm {
  background: #334C58;
  color: #fff;
  padding: 70px 0;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out; }
  .RequestDemo .hs-custom-form > div, .SubscriptionForm .hs-custom-form > div {
    display: inline; }
  .RequestDemo .hs_phone,
  .RequestDemo .hs_comments, .SubscriptionForm .hs_phone,
  .SubscriptionForm .hs_comments {
    visibility: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease-out 0.2s;
    transition: all 0.15s ease-out 0.2s;
    margin-top: -7px; }
  @media only screen and (max-width: 767px) {
    .RequestDemo, .SubscriptionForm {
      padding: 40px 0; } }
  .RequestDemo.open, .SubscriptionForm.open {
    position: relative;
    padding: 120px 0;
    margin-top: -20px;
    z-index: 10;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out; }
    .RequestDemo.open .hs_phone,
    .RequestDemo.open .hs_comments, .SubscriptionForm.open .hs_phone,
    .SubscriptionForm.open .hs_comments {
      visibility: visible;
      height: auto;
      opacity: 1;
      margin-top: 0px; }
    .RequestDemo.open .AddMoreDetails, .SubscriptionForm.open .AddMoreDetails {
      display: none; }
    .RequestDemo.open + footer:before, .SubscriptionForm.open + footer:before {
      content: "";
      background: rgba(44, 60, 69, 0.6);
      display: block;
      position: fixed;
      width: 100%;
      top: 0;
      bottom: 0;
      z-index: 1; }
    @media only screen and (max-width: 991px) {
      .RequestDemo.open, .SubscriptionForm.open {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9999;
        margin: 0;
        padding: 0;
        overflow-y: auto;
        box-shadow: none; }
        .RequestDemo.open > .container, .SubscriptionForm.open > .container {
          padding-top: 90px;
          padding-bottom: 40px; } }
    .RequestDemo.open .Btn-close,
    .RequestDemo.open .RequestDemo-additional, .SubscriptionForm.open .Btn-close,
    .SubscriptionForm.open .RequestDemo-additional {
      display: block; }
    .RequestDemo.open .Btn-close, .SubscriptionForm.open .Btn-close {
      visibility: visible;
      height: 50px;
      width: 50px;
      opacity: 1;
      animation: rotate 0.3s ease-out 0.3s alternate; }
  .RequestDemo .Btn-close, .SubscriptionForm .Btn-close {
    position: absolute;
    right: 25px;
    top: 25px;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -99999px;
    background: url(https://cdn2.hubspot.net/hubfs/2752254/Documaster-Jan2017/Images/close.png);
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-out 0.3s;
    transition: opacity 0.2s ease-out 0.3s;
    background-repeat: no-repeat;
    background-position: center; }
  .RequestDemo h3, .SubscriptionForm h3 {
    text-align: center;
    margin: 0 0 1.5em;
    font-size: 1.75em;
    font-weight: 300;
    font-family: "museo-sans", sans-serif; }
    @media only screen and (max-width: 480px) {
      .RequestDemo h3, .SubscriptionForm h3 {
        font-size: 1.25em;
        line-height: 1.4em; } }
  .RequestDemo .hs-form-field, .SubscriptionForm .hs-form-field {
    width: 100%;
    position: relative;
    display: block !important;
    vertical-align: top; }
    .RequestDemo .hs-form-field label, .SubscriptionForm .hs-form-field label {
      display: none;
      font-weight: normal;
      padding-left: 12px;
      color: rgba(255, 255, 255, 0.8);
      margin-bottom: 4px;
      font-size: 16px; }
      @media only screen and (max-width: 767px) {
        .RequestDemo .hs-form-field label, .SubscriptionForm .hs-form-field label {
          display: block; } }
    .RequestDemo .hs-form-field.hs_lifecyclestage label, .RequestDemo .hs-form-field.hs_blog_default_hubspot_blog_subscription label, .SubscriptionForm .hs-form-field.hs_lifecyclestage label, .SubscriptionForm .hs-form-field.hs_blog_default_hubspot_blog_subscription label {
      display: none; }
    .RequestDemo .hs-form-field .hs-error-msgs, .SubscriptionForm .hs-form-field .hs-error-msgs {
      position: relative;
      top: -12px;
      padding: 0 10px;
      list-style-type: none;
      line-height: 1.4;
      margin: 0; }
      .RequestDemo .hs-form-field .hs-error-msgs label, .SubscriptionForm .hs-form-field .hs-error-msgs label {
        display: block;
        font-size: 13px;
        padding: 0; }
      .RequestDemo .hs-form-field .hs-error-msgs a, .SubscriptionForm .hs-form-field .hs-error-msgs a {
        color: #fff; }
    @media only screen and (max-width: 767px) {
      .RequestDemo .hs-form-field, .SubscriptionForm .hs-form-field {
        width: 100%; } }
    .RequestDemo .hs-form-field .input, .SubscriptionForm .hs-form-field .input {
      margin-bottom: 12px; }
      .RequestDemo .hs-form-field .input input,
      .RequestDemo .hs-form-field .input textarea, .SubscriptionForm .hs-form-field .input input,
      .SubscriptionForm .hs-form-field .input textarea {
        background: #334C58;
        color: #fff;
        font-size: 16px;
        height: 48px;
        padding: 10px 16px;
        line-height: 1.33333;
        display: block;
        width: 100%;
        border-radius: 2px;
        border: 1px solid #fff;
        box-shadow: inset 0px 3px 6px -1px rgba(0, 0, 0, 0.2);
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
        @media only screen and (max-width: 767px) {
          .RequestDemo .hs-form-field .input input,
          .RequestDemo .hs-form-field .input textarea, .SubscriptionForm .hs-form-field .input input,
          .SubscriptionForm .hs-form-field .input textarea {
            height: 45px; } }
        .RequestDemo .hs-form-field .input input.invalid,
        .RequestDemo .hs-form-field .input textarea.invalid, .SubscriptionForm .hs-form-field .input input.invalid,
        .SubscriptionForm .hs-form-field .input textarea.invalid {
          background: #24363f;
          border-color: #ad7c45;
          box-shadow: 0 0 4px -2px #000; }
      .RequestDemo .hs-form-field .input textarea, .SubscriptionForm .hs-form-field .input textarea {
        resize: vertical;
        height: 150px; }

.RequestDemo-wrap, .Subscription-wrap {
  max-width: 400px;
  margin: auto;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .RequestDemo-wrap, .Subscription-wrap {
      padding-right: 0; } }
  .RequestDemo-wrap .hs_recaptcha .input, .Subscription-wrap .hs_recaptcha .input {
    width: 304px;
    margin: 0 auto 30px; }
  @media only screen and (max-width: 767px) {
    .RequestDemo-wrap .hs_recaptcha, .Subscription-wrap .hs_recaptcha {
      width: 320px;
      margin: 0 auto 30px; } }
  .RequestDemo-wrap .hs_submit, .Subscription-wrap .hs_submit {
    display: block !important; }
    @media only screen and (max-width: 767px) {
      .RequestDemo-wrap .hs_submit, .Subscription-wrap .hs_submit {
        position: relative !important; } }
    .RequestDemo-wrap .hs_submit input[type="submit"], .Subscription-wrap .hs_submit input[type="submit"] {
      font-size: 16px;
      color: #334C58;
      text-transform: uppercase;
      height: 55px;
      width: 100%;
      font-weight: 600;
      background-color: #67c8fc;
      border: 1px solid #67c8fc;
      display: block;
      padding: 10px 16px;
      line-height: 1.33333;
      margin-bottom: 0;
      text-align: center;
      vertical-align: middle;
      border-radius: 2px;
      white-space: nowrap;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out; }
      @media only screen and (max-width: 767px) {
        .RequestDemo-wrap .hs_submit input[type="submit"], .Subscription-wrap .hs_submit input[type="submit"] {
          width: 100%;
          height: 45px; } }
      .RequestDemo-wrap .hs_submit input[type="submit"]:hover, .Subscription-wrap .hs_submit input[type="submit"]:hover {
        background-color: #35b6fb;
        border-color: #2bb2fb; }

.Subscription-wrap {
  max-width: 540px; }
  .Subscription-wrap h3 {
    display: none; }
  .Subscription-wrap > p {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -100px;
    padding: 8% 0;
    background-color: #334c58;
    font-size: 1.3333em;
    line-height: 1.4; }
  .Subscription-wrap .hs_submit {
    display: block !important;
    min-width: 190px;
    position: absolute;
    top: 0;
    right: 0; }
    .Subscription-wrap .hs_submit input[type="submit"] {
      height: 48px; }

.SubscriptionForm h3 {
  margin: 0 auto 1.5em;
  font-size: 1.3333em;
  line-height: 1.4;
  max-width: 540px; }
.SubscriptionForm .hs-form-field {
  width: auto;
  display: inline-block !important;
  min-width: 60%; }
  @media only screen and (max-width: 767px) {
    .SubscriptionForm .hs-form-field {
      width: 100%; } }

.RequestDemo-additional {
  padding-top: 20px;
  display: none; }
  @media only screen and (max-width: 767px) {
    .RequestDemo-additional {
      padding-top: 0; } }

.AddMoreDetails {
  text-align: center;
  font-size: 14px;
  margin: 60px 0 0; }
  @media only screen and (max-width: 767px) {
    .AddMoreDetails {
      margin: 40px 0 0; } }

.AddMoreDetails-link {
  color: inherit;
  text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .AddMoreDetails-link {
      padding: 10px 0 15px;
      display: inline-block; } }
  .AddMoreDetails-link:hover {
    color: inherit; }

.Main {
  overflow: hidden;
  /* INTERNAL PAGES FORM STYLES */ }
  .Main a {
    color: #1782f9;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    text-decoration-color: #acd3ff;
    -webkit-text-decoration-color: #acd3ff;
    -moz-text-decoration-color: #acd3ff; }
    .Main a:hover {
      color: #0451a6;
      text-decoration-color: #0451a6;
      -webkit-text-decoration-color: #0451a6;
      -moz-text-decoration-color: #0451a6; }
  .Main .PromoItem-form {
    width: 40%;
    margin-top: 3.25em;
    float: right;
    background-color: #f3f5f9;
    padding: 20px;
    box-shadow: 0px 1px 3px 0px RGBA(0, 0, 0, 0.2); }
    .Main .PromoItem-form h3 {
      margin-bottom: 40px;
      line-height: 1.3;
      font-size: 1.111em;
      font-weight: 600;
      margin-top: 0; }
    @media only screen and (max-width: 991px) {
      .Main .PromoItem-form {
        width: 60%;
        margin: 0 auto;
        float: none; } }
    @media only screen and (max-width: 767px) {
      .Main .PromoItem-form {
        width: 100%; } }
  .Main .Content .PromoItem-form {
    float: none;
    width: 100%; }
    .Main .Content .PromoItem-form h3 {
      text-align: center;
      width: 60%;
      margin: 0 auto 20px; }
    .Main .Content .PromoItem-form .hs-form {
      width: 60%;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .Main .Content .PromoItem-form .hs-form {
          width: 100%; } }
      .Main .Content .PromoItem-form .hs-form .hs-form-field .hs-error-msgs label {
        display: block;
        font-size: 13px;
        padding: 0; }
  .Main .hs-form .hs-form-field label {
    font-weight: normal;
    margin-bottom: 0;
    font-size: 0.8888em; }
  .Main .hs-form .hs-form-field .input {
    margin-bottom: 4px; }
    .Main .hs-form .hs-form-field .input input, .Main .hs-form .hs-form-field .input textarea {
      width: 100%;
      height: 44px;
      border-radius: 2px;
      border: 1px solid #dedede;
      padding: 5px 10px; }
      .Main .hs-form .hs-form-field .input input:focus, .Main .hs-form .hs-form-field .input textarea:focus {
        box-shadow: 0px 0px 5px -2px #67c8fc;
        border-color: #67c8fc; }
      .Main .hs-form .hs-form-field .input input.invalid, .Main .hs-form .hs-form-field .input textarea.invalid {
        box-shadow: 0px 0px 5px -2px #fc9c67;
        border-color: #ffaf38; }
    .Main .hs-form .hs-form-field .input textarea {
      min-height: 120px; }
    .Main .hs-form .hs-form-field .input input[type="radio"], .Main .hs-form .hs-form-field .input input[type="checkbox"] {
      width: auto;
      height: auto;
      vertical-align: sub;
      margin-right: 12px; }
  .Main .hs-form .hs-form-field .hs-error-msgs {
    padding: 0 8px;
    list-style-type: none;
    line-height: 1.4;
    margin-bottom: 15px; }
    .Main .hs-form .hs-form-field .hs-error-msgs label {
      display: block;
      font-size: 13px;
      padding: 0; }
  .Main .hs-form .hs_submit, .Main .hs-form .hs-button.primary {
    margin-top: 20px; }
    .Main .hs-form .hs_submit input[type="submit"], .Main .hs-form .hs-button.primary input[type="submit"] {
      font-size: 16px;
      color: #334C58;
      text-transform: uppercase;
      height: 55px;
      width: auto;
      min-width: 190px;
      font-weight: 600;
      background-color: #67c8fc;
      border: 1px solid #67c8fc;
      display: block;
      padding: 10px 16px;
      line-height: 1.33333;
      margin-bottom: 0;
      text-align: center;
      vertical-align: middle;
      border-radius: 2px;
      white-space: nowrap;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out; }
      @media only screen and (max-width: 767px) {
        .Main .hs-form .hs_submit input[type="submit"], .Main .hs-form .hs-button.primary input[type="submit"] {
          width: 100%;
          height: 45px; } }
      .Main .hs-form .hs_submit input[type="submit"]:hover, .Main .hs-form .hs-button.primary input[type="submit"]:hover {
        background-color: #35b6fb;
        border-color: #2bb2fb; }

/******  Sub Navigation  *****/
.Sub-navigation {
  border-bottom: solid 1px #e3e3e3;
  text-align: center;
  font-size: 16px; }
  @media only screen and (max-width: 767px) {
    .Sub-navigation {
      display: none; } }
  .Sub-navigation .hs-menu-wrapper ul {
    padding: 0;
    margin: 0; }
    .Sub-navigation .hs-menu-wrapper ul li {
      display: inline-block; }
      .Sub-navigation .hs-menu-wrapper ul li a {
        display: block;
        color: #929292;
        text-decoration: none;
        padding: 20px;
        border-bottom: solid 1px transparent;
        margin: 0 5px -1px; }
        .Sub-navigation .hs-menu-wrapper ul li a:hover {
          color: #595959; }
      .Sub-navigation .hs-menu-wrapper ul li.active a {
        border-color: #1782f9;
        color: #595959; }

.Content {
  max-width: 780px;
  margin: auto;
  padding-bottom: 100px; }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .Content {
      padding-bottom: 40px; } }
  .Content img {
    max-width: 100%;
    height: auto; }
  .Content p {
    line-height: 1.7em;
    margin-bottom: 2em; }
  .Content blockquote {
    font-size: inherit;
    border-color: #d9d9d9; }
  @media only screen and (max-width: 991px) {
    .Content {
      width: 100%;
      max-width: 100%; } }

.Content--Features {
  max-width: 960px; }

.Content--aboutUs {
  position: relative; }
  .Content--aboutUs:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: 350px;
    top: -50px;
    height: 100%;
    width: 600px;
    background: url(https://cdn2.hubspot.net/hubfs/2752254/Documaster-Jan2017/Images/graffiti.png) no-repeat left top;
    z-index: -1; }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .Content--aboutUs:before {
        display: none; } }

.Benefits {
  padding-top: 20px; }

.text-indent, .Benefits-item {
  padding-left: 30px; }

.Benefits-item {
  margin-bottom: 40px; }
  .Benefits-item figure {
    width: 100px;
    margin: 0 auto 20px; }
  @media only screen and (max-width: 991px) {
    .Benefits-item {
      padding-left: 0;
      margin: 0 0 20px; } }

.Partners {
  background: #fafafb;
  padding: 0 0 70px; }
  .Partners h2, .Partners .Team h3, .Team .Partners h3 {
    text-align: center;
    font-size: 2.666666em; }
    .Partners h2.trusted, .Partners .Team h3.trusted, .Team .Partners h3.trusted {
      font-size: 2em; }
    @media only screen and (max-width: 991px) {
      .Partners h2, .Partners .Team h3, .Team .Partners h3 {
        font-size: 2em; } }
    @media only screen and (max-width: 480px) {
      .Partners h2, .Partners .Team h3, .Team .Partners h3 {
        font-size: 1.75em; } }
  @media only screen and (max-width: 767px) {
    .Partners .container {
      padding-left: 0;
      padding-right: 0; } }

.Partners-list {
  text-align: center; }
  .Partners-list a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 50px; }
    @media only screen and (max-width: 767px) {
      .Partners-list a {
        padding: 0 4%;
        width: 46%;
        margin: 0 0 50px; } }
    .Partners-list a img {
      max-width: 100%; }

.CustomersSay {
  background: #fafafb;
  padding: 0 0px 10px; }
  @media only screen and (max-width: 991px) {
    .CustomersSay .container {
      width: 100%; } }
  .CustomersSay .container h2, .CustomersSay .container .Team h3, .Team .CustomersSay .container h3 {
    text-align: center;
    font-size: 2.666666em; }
    @media only screen and (max-width: 991px) {
      .CustomersSay .container h2, .CustomersSay .container .Team h3, .Team .CustomersSay .container h3 {
        font-size: 2em; } }
    @media only screen and (max-width: 480px) {
      .CustomersSay .container h2, .CustomersSay .container .Team h3, .Team .CustomersSay .container h3 {
        font-size: 1.75em; } }
  .CustomersSay .container .row {
    background: #fff;
    max-width: 970px;
    margin: auto;
    padding: 20px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 767px) {
      .CustomersSay .container .row {
        margin: 0 -15px; } }

.Feedback {
  padding: 10px 110px 10px 420px;
  position: relative;
  text-align: center;
  font-size: 15px; }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .Feedback {
      padding: 10px 70px; } }
  @media only screen and (max-width: 991px) {
    .Feedback {
      line-height: 1.5em;
      padding: 0px 20px;
      font-size: 13px; } }
  .Feedback .slick-dots {
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
    list-style: none;
    padding: 0;
    margin: 0; }
    @media only screen and (max-width: 991px) {
      .Feedback .slick-dots {
        display: none !important; } }
    .Feedback .slick-dots li {
      display: block; }
      .Feedback .slick-dots li.slick-active a {
        background: #fafafb; }
        .Feedback .slick-dots li.slick-active a img {
          filter: grayscale(0%);
          -webkit-filter: grayscale(0%);
          filter: none; }
      .Feedback .slick-dots li a {
        display: block;
        text-align: center;
        height: 120px;
        line-height: 120px;
        cursor: pointer; }
        .Feedback .slick-dots li a img {
          max-height: 100px;
          filter: grayscale(100%);
          -webkit-filter: grayscale(100%);
          /* For Webkit browsers */
          filter: gray;
          /* For IE 6 - 9 */
          -webkit-transition: all .6s ease;
          /* Transition for Webkit browsers */ }
        .Feedback .slick-dots li a .ie9 img {
          height: 100px;
          filter: none;
          /* For IE 9 */ }
        .Feedback .slick-dots li a:hover, .Feedback .slick-dots li a.active {
          background: #fafafb; }
          .Feedback .slick-dots li a:hover img, .Feedback .slick-dots li a.active img {
            filter: grayscale(0%);
            -webkit-filter: grayscale(0%);
            filter: none; }
      .Feedback .slick-dots li + li {
        display: none; }
  .Feedback .slick-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border: none;
    text-indent: 99999px;
    overflow: hidden;
    top: 50%;
    margin-top: -15px;
    outline: none;
    border: solid #1782f9;
    border-width: 2px 2px 0 0; }
  .Feedback .slick-prev {
    left: 350px;
    transform: rotate(-135deg); }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .Feedback .slick-prev {
        left: 20px; } }
    @media only screen and (max-width: 991px) {
      .Feedback .slick-prev {
        left: 10px; } }
  .Feedback .slick-next {
    right: 40px;
    transform: rotate(45deg); }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .Feedback .slick-next {
        right: 20px; } }
    @media only screen and (max-width: 991px) {
      .Feedback .slick-next {
        right: 10px; } }
  .Feedback blockquote {
    padding: 0;
    margin-bottom: 0;
    border: none;
    font-size: inherit; }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .Feedback blockquote {
        margin-bottom: 40px; } }
    .Feedback blockquote:before, .Feedback blockquote:after {
      display: block;
      text-align: center;
      color: #d9d9d9;
      font-size: 7.6923076em;
      line-height: .4em;
      margin: 40px 0 20px;
      font-family: serif; }
    .Feedback blockquote:before {
      content: "\201C"; }
    .Feedback blockquote:after {
      content: "\201D";
      margin-top: 60px; }
    .Feedback blockquote p {
      padding: 0 2.666666em; }

.CaseStudy {
  background: #fafafb;
  padding: 0px 0px 0 310px;
  position: relative;
  margin-bottom: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  min-height: 360px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out; }
  @media only screen and (max-width: 767px) {
    .CaseStudy {
      min-height: 1px;
      padding-left: 0px;
      padding-top: 10px; } }

.CaseStudy-logo {
  background: #fff;
  text-align: center;
  line-height: 260px;
  border-radius: 100%;
  position: absolute;
  top: 50px;
  left: 30px;
  padding: 0 30px; }
  @media only screen and (max-width: 767px) {
    .CaseStudy-logo {
      width: 150px;
      height: 150px;
      line-height: 150px;
      position: relative;
      transform: translateY(0%);
      top: auto;
      left: auto;
      margin: 20px auto 0;
      padding: 0 10px; } }

.CaseStudy-content {
  padding: 70px 20px 10px 10px;
  font-size: 16px; }
  @media only screen and (max-width: 767px) {
    .CaseStudy-content {
      padding-top: 20px; } }
  .CaseStudy-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0 60px; }
    @media only screen and (max-width: 767px) {
      .CaseStudy-content h3 {
        margin-bottom: 20px; } }

.CaseStudy-text.open p {
  display: block !important; }
.CaseStudy-text p:not(:first-child) {
  display: none; }

.CaseStudy-date {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 16px;
  color: #c2c2c2; }
  @media only screen and (max-width: 767px) {
    .CaseStudy-date {
      right: 15px; } }

.Team h3 {
  margin: 40px 0; }

.Team-item {
  display: inline-block;
  vertical-align: top;
  width: 24.4%;
  text-align: center;
  padding-bottom: 45px; }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .Team-item {
      width: 32.8%; } }
  @media only screen and (max-width: 767px) {
    .Team-item {
      width: 48.8%; } }
  @media only screen and (max-width: 736px) and (orientation: landscape) {
    .Team-item {
      width: 48.8%; } }
  @media only screen and (max-width: 480px) {
    .Team-item {
      width: 100%; } }
  .Team-item figure {
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 100%;
    display: inline-block; }
  .Team-item h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0; }
  .Team-item p {
    font-size: 14px;
    line-height: 1.3em;
    margin: 0;
    padding: 0 10px; }

.you {
  display: block;
  height: 160px;
  line-height: 160px;
  text-decoration: none !important;
  font-weight: 600;
  text-transform: uppercase;
  background: #e3e3e3;
  color: #67c9fd; }
  .you:hover {
    background: #d6d6d6; }

.InTheNews-item {
  background: #fafafb;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1); }
  .InTheNews-item figure {
    height: 145px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      .InTheNews-item figure {
        height: 180px; } }
    @media only screen and (max-width: 736px) and (orientation: landscape) {
      .InTheNews-item figure {
        display: none; } }

.InTheNews-logo {
  text-align: center;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background: #2c3d45; }

.InTheNews-link {
  display: block;
  position: relative;
  text-decoration: none !important;
  height: 130px;
  padding: 20px;
  background: url(https://cdn2.hubspot.net/hubfs/2752254/Documaster-Jan2017/Images/arrow.svg) no-repeat 98% 6px/8px 8px; }
  .InTheNews-link:hover h4 {
    text-decoration: underline; }
  .InTheNews-link.pdf {
    background-image: url(https://cdn2.hubspot.net/hubfs/2752254/Documaster-Jan2017/Images/pdf.svg);
    background-size: 14px; }
  .InTheNews-link.norwegian:after {
    content: "in Norwegian";
    font-size: 12px;
    text-decoration: none;
    padding: 0 5px 2px 5px;
    border-radius: 2px;
    background-color: rgba(167, 177, 190, 0.19);
    color: #666;
    margin-top: 4px;
    display: block;
    float: left;
    line-height: initial; }
  .InTheNews-link h4 {
    color: #1782f9;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    line-height: 1.3;
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis; }
  @media only screen and (max-width: 767px) {
    .InTheNews-link {
      height: auto; } }
  @media only screen and (max-width: 736px) and (orientation: landscape) {
    .InTheNews-link {
      height: auto; } }

.InTheNews-date {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #c2c2c2 !important;
  font-size: 11px; }

.PromoItem {
  padding: 60px 0; }
  @media only screen and (max-width: 767px) {
    .PromoItem {
      padding: 0 0 40px; } }
  .PromoItem h2, .PromoItem .Team h3, .Team .PromoItem h3 {
    font-size: 2.666666em;
    margin-top: 1.25em; }
    @media only screen and (max-width: 991px) {
      .PromoItem h2, .PromoItem .Team h3, .Team .PromoItem h3 {
        font-size: 2em;
        margin: 20px 0;
        line-height: 1.375em; } }
    @media only screen and (max-width: 480px) {
      .PromoItem h2, .PromoItem .Team h3, .Team .PromoItem h3 {
        font-size: 1.75em; } }
  .PromoItem p {
    line-height: 1.7em; }
    @media only screen and (max-width: 480px) {
      .PromoItem p {
        line-height: 1.6em; } }
  .PromoItem .container {
    min-height: 25em; }
    @media only screen and (max-width: 767px) {
      .PromoItem .container {
        padding: 0 15px; } }

.PromoItem:first-child {
  margin-top: -30px; }

.PromoItem--highlighted {
  background: #fafafb; }
  .PromoItem--highlighted .PromoItem-content {
    float: right; }
  .PromoItem--highlighted .PromoItem-image {
    float: left; }

.PromoItem-content {
  float: left;
  width: 50%; }
  .PromoItem-content li {
    line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    .PromoItem-content {
      float: none;
      width: 100%; } }

.PromoItem-image {
  float: right;
  width: 40%;
  text-align: center; }
  .PromoItem-image img {
    max-width: 100%; }
  @media only screen and (max-width: 767px) {
    .PromoItem-image {
      float: none;
      width: 100%;
      text-align: center;
      padding: 20px 100px 0 !important; } }

.Slogan {
  background: #334C58;
  text-align: center;
  color: #67c9fd;
  padding: 26px 0; }
  .Slogan p {
    margin: 0;
    padding: 0 150px;
    line-height: 1.583333em;
    font-size: 1.5em; }
    @media only screen and (max-width: 991px) {
      .Slogan p {
        padding: 0;
        font-size: 1.125em; } }

@media only screen and (max-width: 767px) {
  .h-scroll {
    width: 41.66667%;
    padding-right: 0;
    float: left; }
    .h-scroll + div {
      width: 58.33333%;
      float: left; } }
@media only screen and (max-width: 480px) {
  .h-scroll {
    overflow: auto;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
    width: auto;
    float: none; }
    .h-scroll + div {
      width: auto;
      float: none; } }

.Addons {
  padding-right: 30px; }
  .Addons a {
    display: block;
    font-size: 16px;
    color: #929292;
    text-decoration: none !important;
    padding: 10px 16px; }
    .Addons a:hover {
      color: #595959;
      background: #fafafb; }
    .Addons a.active {
      background: #1782f9;
      color: #fff;
      border-radius: 3px;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); }
      @media only screen and (max-width: 480px) {
        .Addons a.active {
          box-shadow: none; } }
    @media only screen and (max-width: 480px) {
      .Addons a {
        color: #1782f9;
        float: left;
        margin: 0 7px;
        border-radius: 3px;
        padding: 14px 20px;
        background: #fafafb; } }
  @media only screen and (max-width: 480px) {
    .Addons {
      width: 1780px;
      padding: 0;
      float: left; } }

.Shareholders {
  font-size: 16px;
  text-align: center;
  padding-bottom: 30px; }
  .Shareholders h2, .Shareholders .Team h3, .Team .Shareholders h3 {
    margin: 70px 0; }
  .Shareholders a {
    margin: 0 auto 40px auto;
    display: block;
    width: 50%;
    padding: 30px; }
    .Shareholders a:hover {
      background-color: #eeeeee; }
    .Shareholders a > img {
      width: 100%;
      max-height: 180px; }
    @media only screen and (max-width: 991px) {
      .Shareholders a {
        width: 100%;
        max-width: 60%;
        height: auto; }
        .Shareholders a[href="http://norselab.com/"] {
          width: 60%; } }
    @media only screen and (max-width: 767px) {
      .Shareholders a {
        max-width: 80%; }
        .Shareholders a[href="http://norselab.com/"] {
          width: 70%; } }
    @media only screen and (max-width: 480px) {
      .Shareholders a {
        max-width: 100%; }
        .Shareholders a[href="http://norselab.com/"] {
          width: 100%; } }

.TeamGallery-wrap {
  position: relative;
  overflow: hidden; }
  .TeamGallery-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 40px;
    box-shadow: 0 -20px 50px rgba(0, 0, 0, 0.8); }
    @media only screen and (max-width: 991px) {
      .TeamGallery-wrap:after {
        display: none; } }

.TeamGallery-toggle {
  border-color: #fff;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 1; }
  .TeamGallery-toggle.open {
    transform: rotate(135deg);
    bottom: 10px; }
  @media only screen and (max-width: 991px) {
    .TeamGallery-toggle {
      display: none; } }

.TeamGallery {
  position: relative;
  padding-top: 30px;
  height: 350px;
  overflow: hidden; }
  @media only screen and (max-width: 991px) {
    .TeamGallery {
      height: auto !important; } }
  .TeamGallery.open {
    height: auto; }
  .TeamGallery .slick-dots {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0; }
    .TeamGallery .slick-dots li {
      display: inline-block;
      margin: 0 6px; }
      .TeamGallery .slick-dots li.slick-active button {
        background: #1782f9; }
      .TeamGallery .slick-dots li button {
        padding: 0;
        border: none;
        text-indent: -9999px;
        overflow: hidden;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #a2cdfd;
        outline: none; }

.TeamSlide img {
  width: 100%; }

.Offices {
  border-bottom: solid 1px #e3e3e3;
  margin-bottom: -1px;
  text-align: center;
  font-size: 15px; }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .Offices {
      font-size: 13px; } }
  @media only screen and (max-width: 991px) {
    .Offices .container {
      padding: 0; } }

.OfficesTabs {
  text-align: center;
  border-bottom: none; }
  .OfficesTabs li {
    width: 25%;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 480px) {
      .OfficesTabs li {
        width: 50%;
        border-right: 1px solid #fafafb;
        border-bottom: 1px solid #fafafb; } }
    .OfficesTabs li.active a {
      background: #1782f9 !important;
      color: #fff !important;
      text-decoration: none; }
    .OfficesTabs li a {
      border: none !important;
      border-radius: 0;
      padding: 0;
      color: #595959;
      height: 150px;
      margin: 0;
      text-decoration: none; }
      .OfficesTabs li a:hover {
        color: inherit; }
      .OfficesTabs li a h5 {
        font-weight: 700;
        padding: 22px;
        margin: 0;
        font-size: 16px; }
        @media only screen and (max-width: 767px) {
          .OfficesTabs li a h5 {
            padding: 0;
            padding-bottom: 10px; } }
      @media only screen and (max-width: 991px) {
        .OfficesTabs li a {
          height: auto;
          padding: 10px; } }

.OfficesTabs-item {
  padding: 0; }

.ContactsMap {
  height: 400px;
  pointer-events: none; }
  .ContactsMap iframe {
    width: 100% !important;
    height: 100% !important; }

.accordion {
  border: solid 1px #c2c2c2;
  border-width: 1px 0;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  margin-bottom: -1px;
  text-decoration: none !important;
  color: inherit;
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition-delay: 0.2s; }
  @media only screen and (max-width: 991px) {
    .accordion {
      padding: 20px;
      margin-left: -15px;
      margin-right: -15px; } }
  .accordion:hover {
    background: #fafafb;
    cursor: pointer; }
    .accordion:hover .ScrollDown, .accordion:hover .TeamGallery-toggle {
      visibility: visible;
      opacity: 1;
      z-index: 1;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out; }
  .accordion.open .Step-image img {
    width: 80%; }
    @media only screen and (max-width: 767px) {
      .accordion.open .Step-image img {
        width: 100%; } }
    @media only screen and (max-width: 1280px) and (orientation: landscape) {
      .accordion.open .Step-image img {
        width: 80%; } }
  .accordion.open .accordion-text {
    height: 100%;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition-delay: 0.4s; }
  .accordion.open .ScrollDown, .accordion.open .TeamGallery-toggle {
    transform: rotate(135deg);
    top: 70px;
    z-index: 1;
    opacity: 1; }
    @media only screen and (max-width: 767px) {
      .accordion.open .ScrollDown, .accordion.open .TeamGallery-toggle {
        top: 45px; } }
    @media only screen and (max-width: 480px) {
      .accordion.open .ScrollDown, .accordion.open .TeamGallery-toggle {
        top: 95px; } }
    @media only screen and (max-width: 480px) and (orientation: landscape) {
      .accordion.open .ScrollDown, .accordion.open .TeamGallery-toggle {
        top: 55px; } }
  .accordion .ScrollDown, .accordion .TeamGallery-toggle {
    position: absolute;
    left: auto;
    right: 40px;
    top: 60px;
    border-color: #1782f9 !important;
    border-width: 0 0 2px 2px;
    margin: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition-delay: 0.2s;
    opacity: 0; }
    @media only screen and (max-width: 1280px) and (orientation: landscape) {
      .accordion .ScrollDown, .accordion .TeamGallery-toggle {
        display: block;
        z-index: 1;
        opacity: 1; } }
    @media only screen and (max-width: 991px) {
      .accordion .ScrollDown, .accordion .TeamGallery-toggle {
        display: block;
        width: 15px;
        height: 15px;
        opacity: 1;
        z-index: 1; } }
    @media only screen and (max-width: 767px) {
      .accordion .ScrollDown, .accordion .TeamGallery-toggle {
        top: 35px;
        right: 20px; } }
    @media only screen and (max-width: 1024px) and (orientation: landscape) {
      .accordion .ScrollDown, .accordion .TeamGallery-toggle {
        display: block; } }
    @media only screen and (max-width: 480px) {
      .accordion .ScrollDown, .accordion .TeamGallery-toggle {
        top: 85px; } }
    @media only screen and (max-width: 480px) and (orientation: landscape) {
      .accordion .ScrollDown, .accordion .TeamGallery-toggle {
        top: 45px; } }

.Step-image {
  float: left;
  width: 260px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition-delay: 0.2s; }
  @media only screen and (max-width: 767px) {
    .Step-image {
      width: 50%;
      margin: auto;
      float: none;
      text-align: center; } }
  @media only screen and (max-width: 1280px) and (orientation: landscape) {
    .Step-image {
      float: left;
      width: 30%; } }
  .Step-image img {
    width: 60%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition-delay: 0.2s;
    transition-timing-function: cubic-bezier(0.76, -0.06, 0.17, 1); }
    @media only screen and (max-width: 767px) {
      .Step-image img {
        width: 70%; } }
    @media only screen and (max-width: 1280px) and (orientation: landscape) {
      .Step-image img {
        text-align: left;
        width: 45%; } }

.accordion-content {
  overflow: hidden; }
  @media only screen and (max-width: 480px) {
    .accordion-content {
      clear: left; } }
  @media only screen and (max-width: 480px) and (orientation: landscape) {
    .accordion-content {
      clear: none; } }

.accordion-text {
  padding: 0 30px;
  opacity: 0;
  height: 0px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out; }
  @media only screen and (max-width: 767px) {
    .accordion-text {
      padding: 0 26px 0; } }

.accordion-title {
  font-size: 22px;
  margin: 0;
  padding: 40px 0 30px; }
  @media only screen and (max-width: 767px) {
    .accordion-title {
      padding: 20px 0; } }

.Step--4.open .Step-image img {
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .Step--4.open .Step-image img {
      width: 62%; } }
  @media only screen and (max-width: 1280px) and (orientation: landscape) {
    .Step--4.open .Step-image img {
      width: 52%; } }
.Step--4 .Step-image img {
  width: 40%;
  margin-left: 25px; }
  @media only screen and (max-width: 767px) {
    .Step--4 .Step-image img {
      width: 42%;
      margin-left: 0; } }
  @media only screen and (max-width: 1280px) and (orientation: landscape) {
    .Step--4 .Step-image img {
      width: 32%;
      margin-left: 15px; } }

.Features {
  position: relative;
  margin: 50px 0px 0px 0px;
  padding-bottom: 30px; }
  .Features:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -1px;
    background: #67c9fd; }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .Features:before {
        left: 20px;
        width: 1px; } }
  .Features:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #67c9fd;
    margin: 0 0 -10px -10px; }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .Features:after {
        left: 10px;
        margin-left: 0; } }
  .Features .Features-item:nth-child(even) {
    padding-left: 60%;
    padding-right: 0; }
    .Features .Features-item:nth-child(even):before {
      right: auto;
      left: 50%; }

.Features-item {
  position: relative;
  padding-right: 60%;
  padding-bottom: 30px; }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .Features-item {
      padding-right: 10px !important;
      padding-left: 60px !important; } }
  .Features-item:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50px;
    height: 1px;
    width: 9999px;
    background: #e3e3e3; }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .Features-item:before {
        right: auto !important;
        left: 10px !important;
        top: 32px !important; } }
  .Features-item figure {
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -50px;
    width: 100px;
    background: #fff; }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .Features-item figure {
        width: 60px;
        height: 60px;
        left: -11px;
        margin-left: 0; } }
  .Features-item h4 {
    margin: 0;
    padding: 7px 0 33px;
    font-size: 1.2777777em; }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .Features-item h4 {
        padding: 0 0 20px; } }
  .Features-item p {
    margin-bottom: 1.4em; }

.Features-bigImage {
  position: absolute;
  right: 50%;
  top: 0;
  margin-right: 10%; }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .Features-bigImage {
      position: relative;
      right: 0;
      margin: 0;
      text-align: center; } }
  .Features-bigImage img {
    max-width: none; }
    @media only screen and (max-width: 1024px) and (orientation: landscape) {
      .Features-bigImage img {
        max-width: 100%; } }

.Features-bigImage--right {
  right: auto;
  margin-right: 0;
  left: 50%;
  margin-left: 10%;
  top: 0; }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .Features-bigImage--right {
      position: relative;
      right: 0;
      left: 0;
      margin: 0; } }

.Features-item--HasImage {
  min-height: 490px; }
  @media only screen and (max-width: 1024px) and (orientation: landscape) {
    .Features-item--HasImage {
      min-height: 380px; } }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .Features-item--HasImage {
      min-height: 1px; } }

.Features-item--Search {
  min-height: 700px; }
  @media only screen and (max-width: 1024px) and (orientation: landscape) {
    .Features-item--Search {
      min-height: 600px; } }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .Features-item--Search {
      min-height: 1px; } }
  .Features-item--Search .Features-bigImage {
    top: 200px; }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .Features-item--Search .Features-bigImage {
        top: 0; } }
  .Features-item--Search .Features-bigImage--right {
    top: 0; }

.ThankYou {
  text-align: center;
  background-color: #fff;
  height: inherit; }
  .ThankYou .container {
    color: #334C58; }
    .ThankYou .container figure {
      margin: 50px auto 80px;
      width: 16.777777em; }
      @media only screen and (max-width: 991px) {
        .ThankYou .container figure {
          margin: 30px auto 40px;
          width: 12.5em; } }
      @media only screen and (max-width: 1024px) and (orientation: landscape) {
        .ThankYou .container figure {
          margin: 10px auto 30px; } }
    .ThankYou .container h1 {
      font-size: 2.888888em;
      padding: 0; }
      .ThankYou .container h1:after {
        background-color: #334C58;
        margin: 40px auto; }
        @media only screen and (max-width: 991px) {
          .ThankYou .container h1:after {
            margin: 20px auto; } }
      @media only screen and (max-width: 991px) {
        .ThankYou .container h1 {
          font-size: 2.25em; } }
    .ThankYou .container p {
      padding: 0px 0 60px;
      margin: 0;
      line-height: 1.6em;
      font-weight: 500; }
      @media only screen and (max-width: 991px) {
        .ThankYou .container p {
          padding: 0px 0 30px;
          font-size: 1.125em; } }
      .ThankYou .container p.main-text {
        color: #595959;
        padding: 0;
        margin: 50px 0 100px; }
        @media only screen and (max-width: 991px) {
          .ThankYou .container p.main-text {
            margin: 30px 0 50px;
            font-size: 1em; } }
    .ThankYou .container .btn {
      padding: 12px 35px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 20px;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out; }

.Careers > .container {
  max-width: 1376px !important; }
  .Careers > .container nav.open-positions {
    max-width: 275px;
    margin-top: 60px;
    font-size: 0.833333em;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 15px;
    animation: fade-in 1.5s alternate; }
    .Careers > .container nav.open-positions ul {
      padding: 0; }
      .Careers > .container nav.open-positions ul li {
        list-style-type: none;
        line-height: 1.4em;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1024px) and (orientation: landscape) {
          .Careers > .container nav.open-positions ul li {
            margin-bottom: 15px; } }
        .Careers > .container nav.open-positions ul li a {
          text-decoration: none; }
          .Careers > .container nav.open-positions ul li a:visited {
            color: #0451a6; }
        .Careers > .container nav.open-positions ul li > .location {
          display: block;
          font-size: 0.8125em;
          color: #929292; }
          .Careers > .container nav.open-positions ul li > .location::before {
            content: "";
            width: 10px;
            height: 13px;
            display: inline-block;
            margin-right: 5px;
            vertical-align: middle;
            margin-top: -2px;
            background: url(https://cdn2.hubspot.net/hubfs/2752254/Documaster-Jan2017/Images/location.svg) 0 0 no-repeat; }
        .Careers > .container nav.open-positions ul li:last-child {
          margin-bottom: 0; }
    .Careers > .container nav.open-positions.affix-top, .Careers > .container nav.open-positions.affix-bottom {
      position: absolute; }
      .Careers > .container nav.open-positions.affix-top ul, .Careers > .container nav.open-positions.affix-bottom ul {
        margin: 0; }
      @media only screen and (min-width: 320px) and (max-width: 1023px) {
        .Careers > .container nav.open-positions.affix-top, .Careers > .container nav.open-positions.affix-bottom {
          position: static; } }
    .Careers > .container nav.open-positions.affix {
      top: 70px; }
      .Careers > .container nav.open-positions.affix ul {
        margin: 0; }
      @media only screen and (max-width: 1024px) and (orientation: landscape) {
        .Careers > .container nav.open-positions.affix {
          top: 30px; } }
      @media only screen and (min-width: 320px) and (max-width: 1023px) {
        .Careers > .container nav.open-positions.affix {
          position: static; } }
    @media only screen and (min-width: 992px) {
      .Careers > .container nav.open-positions {
        width: 11%; } }
    @media only screen and (min-width: 1200px) {
      .Careers > .container nav.open-positions {
        width: 16%; } }
    @media only screen and (min-width: 1400px) {
      .Careers > .container nav.open-positions {
        width: 20%; } }
    @media only screen and (max-width: 1024px) and (orientation: landscape) {
      .Careers > .container nav.open-positions {
        left: 0;
        padding: 5px;
        font-size: 0.777777em; } }
    @media only screen and (min-width: 320px) and (max-width: 1023px) {
      .Careers > .container nav.open-positions {
        position: static;
        width: 100%;
        max-width: 992px;
        margin: 50px auto 0;
        padding: 0 0 30px;
        border-top: none;
        font-size: 1em; } }
  .Careers > .container h2.open-positions, .Careers > .container .Team h3.open-positions, .Team .Careers > .container h3.open-positions {
    font-size: 1.222222em;
    font-weight: 700;
    margin: 100px 0 20px;
    color: inherit;
    font-family: inherit; }
  .Careers > .container article.team-epic {
    padding-bottom: 0;
    margin-bottom: -60px; }
    .Careers > .container article.team-epic figure {
      position: relative;
      z-index: -1;
      margin-left: 1px; }
      @media only screen and (min-width: 992px) {
        .Careers > .container article.team-epic figure {
          width: 116%;
          margin-top: -3em; } }
      @media only screen and (min-width: 1200px) {
        .Careers > .container article.team-epic figure {
          width: 129%;
          margin-top: -3em; } }
      @media only screen and (min-width: 1400px) {
        .Careers > .container article.team-epic figure {
          width: 171%;
          margin-top: -5em; } }
      @media only screen and (min-width: 320px) and (max-width: 1023px) {
        .Careers > .container article.team-epic figure {
          width: 185%;
          margin-top: -6em; } }
  .Careers > .container .accordion {
    padding: 0;
    transition-delay: 0.1s; }
    .Careers > .container .accordion.open .ScrollDown, .Careers > .container .accordion.open .TeamGallery-toggle {
      top: 40px;
      transition-duration: 0.15s;
      opacity: 0.5; }
    .Careers > .container .accordion.open .accordion-body {
      opacity: 1;
      height: 100%;
      cursor: default; }
    .Careers > .container .accordion .ScrollDown, .Careers > .container .accordion .TeamGallery-toggle {
      right: 30px;
      top: 32px;
      opacity: 1;
      transition-duration: 0.15s; }
    .Careers > .container .accordion .accordion-content {
      padding: 20px 60px 20px 30px;
      margin-bottom: -1px;
      display: table;
      width: 100%; }
      .Careers > .container .accordion .accordion-content .accordion-title {
        font-size: 1.222222em;
        width: 60%;
        padding: 0;
        line-height: 1.4em;
        color: #1782f9;
        display: table-cell;
        vertical-align: middle; }
        @media only screen and (max-width: 991px) {
          .Careers > .container .accordion .accordion-content .accordion-title {
            width: 100%;
            display: table-row; } }
      .Careers > .container .accordion .accordion-content .accordion-text {
        padding: 0;
        opacity: 1;
        height: auto;
        font-size: 0.888888em;
        color: #929292;
        transition: none;
        display: table-cell;
        vertical-align: middle; }
        .Careers > .container .accordion .accordion-content .accordion-text > .location {
          display: block; }
          @media only screen and (max-width: 991px) {
            .Careers > .container .accordion .accordion-content .accordion-text > .location {
              display: inline-block; } }
        @media only screen and (max-width: 991px) {
          .Careers > .container .accordion .accordion-content .accordion-text {
            width: 100%;
            display: table-row; } }
    .Careers > .container .accordion .accordion-body {
      opacity: 0;
      height: 0;
      border-top: 1px solid #c2c2c2;
      background-color: #f3f5f9;
      font-size: 0.888888em;
      position: relative;
      top: 1px;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out; }
      .Careers > .container .accordion .accordion-body article {
        padding: 30px;
        -webkit-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.3) inset;
        box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.3) inset; }
        .Careers > .container .accordion .accordion-body article > h4 {
          font-weight: 700;
          font-size: 1em;
          cursor: text;
          display: inline-block; }
        .Careers > .container .accordion .accordion-body article > p {
          cursor: text; }
          .Careers > .container .accordion .accordion-body article > p > em.reverse {
            unicode-bidi: bidi-override;
            direction: rtl; }
          .Careers > .container .accordion .accordion-body article > p > em .empty {
            display: none; }
          .Careers > .container .accordion .accordion-body article > p > em .at:before {
            content: "\0040"; }
        .Careers > .container .accordion .accordion-body article hr {
          border-top-color: #e3e3e3; }
  @media only screen and (min-width: 992px) {
    .Careers > .container {
      width: 100%; } }
  @media only screen and (min-width: 1200px) {
    .Careers > .container {
      width: 100%; } }

.Landing .container {
  max-width: 100% !important;
  width: 1280px; }
  .Landing .container .PromoItem h2, .Landing .container .PromoItem .Team h3, .Team .Landing .container .PromoItem h3, .Landing .container .Content h2, .Landing .container .Content .Team h3, .Team .Landing .container .Content h3 {
    line-height: 1.2;
    font-size: 2em;
    margin-bottom: 1.25em; }
  .Landing .container .PromoItem h3, .Landing .container .Content h3 {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 1.111em;
    font-weight: 600; }
  .Landing .container .PromoItem p, .Landing .container .Content p {
    line-height: 1.42em;
    margin-bottom: 30px; }
  .Landing .container .PromoItem em, .Landing .container .Content em {
    font-weight: 200;
    color: #8a8a8a; }
  .Landing .container .PromoItem img, .Landing .container .Content img {
    width: 100%;
    max-width: 100%; }
  .Landing .container .PromoItem .cta_button, .Landing .container .Content .cta_button {
    text-decoration: none;
    color: #2c3c45;
    background-color: #67c8fc;
    border-color: #67c8fc;
    font-size: .8888em;
    font-family: "museo-sans", sans-serif;
    text-transform: uppercase;
    font-weight: 500; }
    .Landing .container .PromoItem .cta_button:hover, .Landing .container .Content .cta_button:hover {
      color: #334c58;
      background-color: #35b6fb;
      border-color: #2bb2fb; }
  .Landing .container .PromoItem:first-child, .Landing .container .Content:first-child {
    margin-top: 0; }
  .Landing .container .PromoItem .PromoItem-content, .Landing .container .Content .PromoItem-content {
    width: 56%; }
    @media only screen and (max-width: 991px) {
      .Landing .container .PromoItem .PromoItem-content, .Landing .container .Content .PromoItem-content {
        width: 100%;
        float: none; } }
  .Landing .container .PromoItem .PromoItem-image, .Landing .container .Content .PromoItem-image {
    width: 40%;
    margin-top: 3.25em; }
    @media only screen and (max-width: 991px) {
      .Landing .container .PromoItem .PromoItem-image, .Landing .container .Content .PromoItem-image {
        width: 60%;
        margin: 0 auto; } }
    @media only screen and (max-width: 767px) {
      .Landing .container .PromoItem .PromoItem-image, .Landing .container .Content .PromoItem-image {
        width: 100%; } }
  @media only screen and (max-width: 991px) {
    .Landing .container .PromoItem .PromoItem-image, .Landing .container .Content .PromoItem-image {
      display: none; } }
  @media only screen and (max-width: 1280px) and (orientation: landscape) {
    .Landing .container {
      padding-left: 30px;
      padding-right: 30px; } }

.Blog {
  background-color: #f3f5f9;
  margin-top: 80px; }
  @media only screen and (max-width: 991px) {
    .Blog {
      margin-top: 60px; } }
  .Blog .Content {
    position: relative;
    max-width: 960px;
    padding-top: 60px;
    min-height: 640px; }
    .Blog .Content .Posts, .Blog .Content .Article, .Blog .Content .Comments {
      max-width: 660px;
      width: 70%; }
      @media only screen and (max-width: 767px) {
        .Blog .Content .Posts, .Blog .Content .Article, .Blog .Content .Comments {
          max-width: 100%;
          width: 100%; } }
      .Blog .Content .Posts .post, .Blog .Content .Article .post, .Blog .Content .Comments .post {
        overflow: hidden;
        background-color: #fff; }
        .Blog .Content .Posts .post.list, .Blog .Content .Article .post.list, .Blog .Content .Comments .post.list {
          margin-top: 20px;
          padding: 20px;
          border-radius: 3px;
          background-color: #fff;
          border: 1px solid rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.05); }
          .Blog .Content .Posts .post.list:first-of-type, .Blog .Content .Article .post.list:first-of-type, .Blog .Content .Comments .post.list:first-of-type {
            margin-top: 0; }
          .Blog .Content .Posts .post.list:last-child, .Blog .Content .Article .post.list:last-child, .Blog .Content .Comments .post.list:last-child {
            margin-bottom: 0; }
          .Blog .Content .Posts .post.list .post-title, .Blog .Content .Article .post.list .post-title, .Blog .Content .Comments .post.list .post-title {
            font-size: 1.77777em;
            margin-top: 0;
            margin-bottom: 10px; }
          .Blog .Content .Posts .post.list .author-data, .Blog .Content .Article .post.list .author-data, .Blog .Content .Comments .post.list .author-data {
            margin-bottom: 10px;
            padding-bottom: 5px;
            border-bottom: 1px solid #e3e3e3; }
          .Blog .Content .Posts .post.list .post-content .promo-image, .Blog .Content .Article .post.list .post-content .promo-image, .Blog .Content .Comments .post.list .post-content .promo-image {
            max-height: 260px; }
          .Blog .Content .Posts .post.list .read-more, .Blog .Content .Article .post.list .read-more, .Blog .Content .Comments .post.list .read-more {
            font-size: 0.722em;
            color: #929292;
            text-decoration: none;
            display: inline-block; }
            .Blog .Content .Posts .post.list .read-more:hover, .Blog .Content .Article .post.list .read-more:hover, .Blog .Content .Comments .post.list .read-more:hover {
              text-decoration: underline; }
            @media only screen and (max-width: 767px) {
              .Blog .Content .Posts .post.list .read-more, .Blog .Content .Article .post.list .read-more, .Blog .Content .Comments .post.list .read-more {
                width: 100%;
                text-align: center;
                background-color: #f0f0f0;
                margin-bottom: 20px;
                padding: 5px 0;
                color: inherit; } }
          .Blog .Content .Posts .post.list .topics-wrapper, .Blog .Content .Article .post.list .topics-wrapper, .Blog .Content .Comments .post.list .topics-wrapper {
            margin-top: 15px; }
            .Blog .Content .Posts .post.list .topics-wrapper .topic-list-listing-view, .Blog .Content .Article .post.list .topics-wrapper .topic-list-listing-view, .Blog .Content .Comments .post.list .topics-wrapper .topic-list-listing-view {
              width: 80%; }
              @media only screen and (max-width: 480px) {
                .Blog .Content .Posts .post.list .topics-wrapper .topic-list-listing-view, .Blog .Content .Article .post.list .topics-wrapper .topic-list-listing-view, .Blog .Content .Comments .post.list .topics-wrapper .topic-list-listing-view {
                  width: 100%; } }
          @media only screen and (max-width: 767px) {
            .Blog .Content .Posts .post.list, .Blog .Content .Article .post.list, .Blog .Content .Comments .post.list {
              margin-top: 12px;
              padding: 12px; } }
        .Blog .Content .Posts .post .author-data, .Blog .Content .Article .post .author-data, .Blog .Content .Comments .post .author-data {
          margin-bottom: 30px;
          padding-bottom: 0; }
        .Blog .Content .Posts .post .post-content .promo-image, .Blog .Content .Article .post .post-content .promo-image, .Blog .Content .Comments .post .post-content .promo-image {
          margin-bottom: 30px;
          overflow: hidden; }
        .Blog .Content .Posts .post .post-content p, .Blog .Content .Article .post .post-content p, .Blog .Content .Comments .post .post-content p {
          line-height: 1.6; }
          .Blog .Content .Posts .post .post-content p:last-of-type, .Blog .Content .Article .post .post-content p:last-of-type, .Blog .Content .Comments .post .post-content p:last-of-type {
            margin-bottom: 1.6666em; }
        .Blog .Content .Posts .post .PromoItem-form, .Blog .Content .Article .post .PromoItem-form, .Blog .Content .Comments .post .PromoItem-form {
          width: 99%;
          margin: auto; }
        .Blog .Content .Posts .post .topics-wrapper, .Blog .Content .Article .post .topics-wrapper, .Blog .Content .Comments .post .topics-wrapper {
          margin-top: 60px; }
          .Blog .Content .Posts .post .topics-wrapper .topic-list-listing-view, .Blog .Content .Article .post .topics-wrapper .topic-list-listing-view, .Blog .Content .Comments .post .topics-wrapper .topic-list-listing-view {
            width: 100%; }
        .Blog .Content .Posts .post .social-share, .Blog .Content .Article .post .social-share, .Blog .Content .Comments .post .social-share {
          padding-top: 10px; }
          .Blog .Content .Posts .post .social-share ul, .Blog .Content .Article .post .social-share ul, .Blog .Content .Comments .post .social-share ul {
            margin: 0;
            padding: 0; }
            .Blog .Content .Posts .post .social-share ul li, .Blog .Content .Article .post .social-share ul li, .Blog .Content .Comments .post .social-share ul li {
              list-style-type: none;
              display: inline;
              line-height: 20px;
              vertical-align: top;
              margin-right: 10px; }
        .Blog .Content .Posts .post + .hs-author-profile, .Blog .Content .Article .post + .hs-author-profile, .Blog .Content .Comments .post + .hs-author-profile {
          margin-top: 20px; }
      .Blog .Content .Posts .author-data, .Blog .Content .Article .author-data, .Blog .Content .Comments .author-data {
        font-size: 0.722em;
        color: #929292; }
        .Blog .Content .Posts .author-data .author-link, .Blog .Content .Article .author-data .author-link, .Blog .Content .Comments .author-data .author-link {
          padding-right: 5px;
          display: inline-block; }
          .Blog .Content .Posts .author-data .author-link span, .Blog .Content .Article .author-data .author-link span, .Blog .Content .Comments .author-data .author-link span {
            display: inline-block;
            width: 2.6em;
            height: 2.6em;
            border-radius: 50%;
            overflow: hidden;
            vertical-align: middle;
            margin-right: 10px;
            background-color: #f3f5f9;
            color: #f3f5f9; }
      .Blog .Content .Posts .post-title, .Blog .Content .Article .post-title, .Blog .Content .Comments .post-title {
        color: #202020;
        font-weight: 900;
        line-height: 1.2;
        margin: 0 0 10px; }
        .Blog .Content .Posts .post-title.simple, .Blog .Content .Article .post-title.simple, .Blog .Content .Comments .post-title.simple {
          margin: 0;
          font-size: 1.538em; }
        .Blog .Content .Posts .post-title a, .Blog .Content .Article .post-title a, .Blog .Content .Comments .post-title a {
          color: #202020;
          -webkit-text-decoration-color: transparent;
          -moz-text-decoration-color: transparent;
          text-decoration-color: transparent; }
          .Blog .Content .Posts .post-title a:hover, .Blog .Content .Article .post-title a:hover, .Blog .Content .Comments .post-title a:hover {
            color: #323232;
            -webkit-text-decoration-color: #000;
            -moz-text-decoration-color: #000;
            text-decoration-color: #000; }
      .Blog .Content .Posts .topics-wrapper, .Blog .Content .Article .topics-wrapper, .Blog .Content .Comments .topics-wrapper {
        font-size: .7222em;
        color: #595959; }
        .Blog .Content .Posts .topics-wrapper a, .Blog .Content .Article .topics-wrapper a, .Blog .Content .Comments .topics-wrapper a {
          display: inline-block;
          text-decoration: none; }
          .Blog .Content .Posts .topics-wrapper a:hover, .Blog .Content .Article .topics-wrapper a:hover, .Blog .Content .Comments .topics-wrapper a:hover {
            text-decoration: underline; }
        .Blog .Content .Posts .topics-wrapper .topic-list-listing-view, .Blog .Content .Article .topics-wrapper .topic-list-listing-view, .Blog .Content .Comments .topics-wrapper .topic-list-listing-view {
          display: inline-block;
          margin-bottom: -5px; }
          .Blog .Content .Posts .topics-wrapper .topic-list-listing-view > .topic-link, .Blog .Content .Article .topics-wrapper .topic-list-listing-view > .topic-link, .Blog .Content .Comments .topics-wrapper .topic-list-listing-view > .topic-link {
            padding: 0 7px;
            background-color: #f0f0f0;
            margin-bottom: 5px;
            margin-right: 2px;
            border-radius: 1px; }
          @media only screen and (max-width: 480px) {
            .Blog .Content .Posts .topics-wrapper .topic-list-listing-view, .Blog .Content .Article .topics-wrapper .topic-list-listing-view, .Blog .Content .Comments .topics-wrapper .topic-list-listing-view {
              width: 100%; } }
          .Blog .Content .Posts .topics-wrapper .topic-list-listing-view + .comments-listings, .Blog .Content .Article .topics-wrapper .topic-list-listing-view + .comments-listings, .Blog .Content .Comments .topics-wrapper .topic-list-listing-view + .comments-listings {
            width: 19%; }
        .Blog .Content .Posts .topics-wrapper .comments-listings, .Blog .Content .Article .topics-wrapper .comments-listings, .Blog .Content .Comments .topics-wrapper .comments-listings {
          display: inline-block;
          width: 100%;
          vertical-align: top;
          text-align: right;
          white-space: nowrap; }
          @media only screen and (max-width: 480px) {
            .Blog .Content .Posts .topics-wrapper .comments-listings, .Blog .Content .Article .topics-wrapper .comments-listings, .Blog .Content .Comments .topics-wrapper .comments-listings {
              width: 100%;
              text-align: left;
              margin-top: 20px; } }
        .Blog .Content .Posts .topics-wrapper + .social-share, .Blog .Content .Article .topics-wrapper + .social-share, .Blog .Content .Comments .topics-wrapper + .social-share {
          margin-top: 10px; }
      .Blog .Content .Posts .blog-pagination, .Blog .Content .Article .blog-pagination, .Blog .Content .Comments .blog-pagination {
        font-size: .6666em;
        text-transform: uppercase; }
        .Blog .Content .Posts .blog-pagination > a, .Blog .Content .Article .blog-pagination > a, .Blog .Content .Comments .blog-pagination > a {
          width: 50%;
          text-align: center;
          display: block;
          padding: 15px;
          text-decoration: none; }
          .Blog .Content .Posts .blog-pagination > a:first-child, .Blog .Content .Article .blog-pagination > a:first-child, .Blog .Content .Comments .blog-pagination > a:first-child {
            border-right: 1px solid #e3e3e3; }
          .Blog .Content .Posts .blog-pagination > a:hover, .Blog .Content .Article .blog-pagination > a:hover, .Blog .Content .Comments .blog-pagination > a:hover {
            background-color: #e3e3e3; }
      .Blog .Content .Posts .hs-author-profile, .Blog .Content .Article .hs-author-profile, .Blog .Content .Comments .hs-author-profile {
        margin-bottom: 10px;
        background-color: #ececec;
        padding: 20px;
        border-radius: 3px;
        border: 1px solid #eaeaea; }
        .Blog .Content .Posts .hs-author-profile .hs-author-avatar, .Blog .Content .Article .hs-author-profile .hs-author-avatar, .Blog .Content .Comments .hs-author-profile .hs-author-avatar {
          width: 6em;
          height: 6em;
          border-radius: 50%;
          overflow: hidden;
          margin-right: 40px;
          float: left;
          margin-bottom: 20px;
          background-color: #f3f5f9; }
          @media only screen and (max-width: 767px) {
            .Blog .Content .Posts .hs-author-profile .hs-author-avatar, .Blog .Content .Article .hs-author-profile .hs-author-avatar, .Blog .Content .Comments .hs-author-profile .hs-author-avatar {
              float: none;
              margin: 0 auto 10px; } }
          .Blog .Content .Posts .hs-author-profile .hs-author-avatar img, .Blog .Content .Article .hs-author-profile .hs-author-avatar img, .Blog .Content .Comments .hs-author-profile .hs-author-avatar img {
            width: 100%; }
        .Blog .Content .Posts .hs-author-profile .hs-author-name, .Blog .Content .Article .hs-author-profile .hs-author-name, .Blog .Content .Comments .hs-author-profile .hs-author-name {
          color: #595959;
          font-weight: 500;
          font-size: 1.555em;
          margin: 0;
          display: inline-block;
          vertical-align: top; }
        .Blog .Content .Posts .hs-author-profile h3.hs-author-name, .Blog .Content .Article .hs-author-profile h3.hs-author-name, .Blog .Content .Comments .hs-author-profile h3.hs-author-name {
          font-size: 1em;
          vertical-align: middle; }
          @media only screen and (max-width: 767px) {
            .Blog .Content .Posts .hs-author-profile h3.hs-author-name, .Blog .Content .Article .hs-author-profile h3.hs-author-name, .Blog .Content .Comments .hs-author-profile h3.hs-author-name {
              text-align: center;
              width: 100%; } }
        .Blog .Content .Posts .hs-author-profile .hs-author-bio, .Blog .Content .Article .hs-author-profile .hs-author-bio, .Blog .Content .Comments .hs-author-profile .hs-author-bio {
          font-size: .7222em;
          margin-top: 20px; }
          @media only screen and (max-width: 767px) {
            .Blog .Content .Posts .hs-author-profile .hs-author-bio, .Blog .Content .Article .hs-author-profile .hs-author-bio, .Blog .Content .Comments .hs-author-profile .hs-author-bio {
              text-align: center; } }
        .Blog .Content .Posts .hs-author-profile .social-share, .Blog .Content .Article .hs-author-profile .social-share, .Blog .Content .Comments .hs-author-profile .social-share {
          font-size: .7222em; }
          .Blog .Content .Posts .hs-author-profile .social-share .hs-author-social-label, .Blog .Content .Article .hs-author-profile .social-share .hs-author-social-label, .Blog .Content .Comments .hs-author-profile .social-share .hs-author-social-label {
            display: inline-block;
            vertical-align: middle; }
          .Blog .Content .Posts .hs-author-profile .social-share .hs-author-social-links, .Blog .Content .Article .hs-author-profile .social-share .hs-author-social-links, .Blog .Content .Comments .hs-author-profile .social-share .hs-author-social-links {
            display: inline-block;
            margin-left: 10px;
            vertical-align: middle; }
            .Blog .Content .Posts .hs-author-profile .social-share .hs-author-social-links .hs-author-social-link, .Blog .Content .Article .hs-author-profile .social-share .hs-author-social-links .hs-author-social-link, .Blog .Content .Comments .hs-author-profile .social-share .hs-author-social-links .hs-author-social-link {
              width: 24px;
              height: 24px;
              border-width: 0;
              border: 0;
              line-height: 24px;
              background-size: 24px 24px;
              background-repeat: no-repeat;
              display: inline-block;
              vertical-align: middle;
              margin-right: 8px; }
              .Blog .Content .Posts .hs-author-profile .social-share .hs-author-social-links .hs-author-social-link.hs-social-facebook, .Blog .Content .Article .hs-author-profile .social-share .hs-author-social-links .hs-author-social-link.hs-social-facebook, .Blog .Content .Comments .hs-author-profile .social-share .hs-author-social-links .hs-author-social-link.hs-social-facebook {
                background-image: url(https://cdn2.hubspot.net/hubfs/2752254/Documaster-Jan2017/Images/facebook.svg); }
              .Blog .Content .Posts .hs-author-profile .social-share .hs-author-social-links .hs-author-social-link.hs-social-linkedin, .Blog .Content .Article .hs-author-profile .social-share .hs-author-social-links .hs-author-social-link.hs-social-linkedin, .Blog .Content .Comments .hs-author-profile .social-share .hs-author-social-links .hs-author-social-link.hs-social-linkedin {
                background-image: url(https://cdn2.hubspot.net/hubfs/2752254/Documaster-Jan2017/Images/linkedin.svg); }
              .Blog .Content .Posts .hs-author-profile .social-share .hs-author-social-links .hs-author-social-link.hs-social-twitter, .Blog .Content .Article .hs-author-profile .social-share .hs-author-social-links .hs-author-social-link.hs-social-twitter, .Blog .Content .Comments .hs-author-profile .social-share .hs-author-social-links .hs-author-social-link.hs-social-twitter {
                background-image: url(https://cdn2.hubspot.net/hubfs/2752254/Documaster-Jan2017/Images/twitter.svg); }
              .Blog .Content .Posts .hs-author-profile .social-share .hs-author-social-links .hs-author-social-link.hs-social-google-plus, .Blog .Content .Article .hs-author-profile .social-share .hs-author-social-links .hs-author-social-link.hs-social-google-plus, .Blog .Content .Comments .hs-author-profile .social-share .hs-author-social-links .hs-author-social-link.hs-social-google-plus {
                background-image: url(https://cdn2.hubspot.net/hubfs/2752254/Documaster-Jan2017/Images/google.svg); }
              .Blog .Content .Posts .hs-author-profile .social-share .hs-author-social-links .hs-author-social-link.hs-social-website, .Blog .Content .Article .hs-author-profile .social-share .hs-author-social-links .hs-author-social-link.hs-social-website, .Blog .Content .Comments .hs-author-profile .social-share .hs-author-social-links .hs-author-social-link.hs-social-website {
                width: auto; }
      .Blog .Content .Posts .hs-author-listing-header, .Blog .Content .Article .hs-author-listing-header, .Blog .Content .Comments .hs-author-listing-header {
        font-size: .7222em;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 25px; }
      .Blog .Content .Posts .post-listing-simple .author-data, .Blog .Content .Article .post-listing-simple .author-data, .Blog .Content .Comments .post-listing-simple .author-data {
        border-bottom: 1px solid #E3E3E3;
        margin-bottom: 15px;
        padding-bottom: 10px; }
        .Blog .Content .Posts .post-listing-simple .author-data:first-child, .Blog .Content .Article .post-listing-simple .author-data:first-child, .Blog .Content .Comments .post-listing-simple .author-data:first-child {
          margin-top: 10px; }
    .Blog .Content .Sidebar {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 30%;
      max-width: 300px;
      padding: 60px 15px 100px 20px;
      font-size: 13px;
      background-color: #f3f5f9;
      overflow-y: auto; }
      .Blog .Content .Sidebar .section {
        margin-bottom: 50px; }
        .Blog .Content .Sidebar .section .sidebar-title {
          font-size: 1.2307em;
          font-weight: 600; }
          .Blog .Content .Sidebar .section .sidebar-title::after {
            content: "";
            display: block;
            width: 20%;
            border: 1px solid #e3e3e3;
            margin-top: 12px; }
        .Blog .Content .Sidebar .section p {
          line-height: 1.5;
          margin-bottom: 1em; }
        .Blog .Content .Sidebar .section ul {
          margin: 0;
          padding-left: 20px; }
          .Blog .Content .Sidebar .section ul li {
            line-height: 1.46;
            margin-bottom: 12px; }
        .Blog .Content .Sidebar .section.recent-posts .sidebar-title, .Blog .Content .Sidebar .section.topics .sidebar-title {
          font-size: 1em;
          font-weight: 400;
          color: #333; }
        .Blog .Content .Sidebar .section.recent-posts li, .Blog .Content .Sidebar .section.topics li {
          list-style-type: none; }
        .Blog .Content .Sidebar .section.recent-posts ul {
          padding-left: 0; }
        .Blog .Content .Sidebar .section.recent-posts a {
          color: inherit;
          text-decoration: none; }
          .Blog .Content .Sidebar .section.recent-posts a:hover {
            text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        .Blog .Content .Sidebar {
          display: none; } }
    .Blog .Content .Comments {
      width: 95%;
      max-width: 700px;
      margin: 40px auto 0; }
      .Blog .Content .Comments .accordion {
        padding: 0;
        transition-delay: 0.1s;
        margin-left: 0;
        margin-right: 0; }
        .Blog .Content .Comments .accordion.open .ScrollDown, .Blog .Content .Comments .accordion.open .TeamGallery-toggle {
          top: 28px;
          transition-duration: 0.15s;
          opacity: 0.5; }
        .Blog .Content .Comments .accordion.open .accordion-body {
          opacity: 1;
          height: 100%;
          cursor: default;
          padding-bottom: 30px; }
        .Blog .Content .Comments .accordion.open:hover {
          background-color: #fff; }
        .Blog .Content .Comments .accordion .ScrollDown, .Blog .Content .Comments .accordion .TeamGallery-toggle {
          right: 20px;
          top: 18px;
          opacity: 1;
          transition-duration: 0.15s;
          z-index: 1; }
        .Blog .Content .Comments .accordion .accordion-content {
          padding: 20px 50px 20px 20px;
          margin-bottom: -1px;
          display: table;
          width: 100%; }
          .Blog .Content .Comments .accordion .accordion-content .accordion-title {
            font-size: 1em;
            padding: 0;
            line-height: 1.4em;
            color: #1782f9;
            display: table-cell;
            vertical-align: middle; }
            @media only screen and (max-width: 991px) {
              .Blog .Content .Comments .accordion .accordion-content .accordion-title {
                width: 100%;
                display: table-row; } }
        .Blog .Content .Comments .accordion .accordion-body {
          opacity: 0;
          height: 0;
          border-top: 1px solid #c2c2c2;
          background-color: #f3f5f9;
          font-size: 0.888888em;
          position: relative;
          top: 1px;
          padding: 0 15px;
          transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out; }
      .Blog .Content .Comments .blog-comments .new-comments {
        font-size: .875em; }
        .Blog .Content .Comments .blog-comments .new-comments .comment.depth-0 {
          margin-bottom: 1em;
          padding-top: 3em;
          margin-top: 1em;
          border: none; }
          .Blog .Content .Comments .blog-comments .new-comments .comment.depth-0:first-child {
            padding-top: 2em; }
        .Blog .Content .Comments .blog-comments .new-comments .comment .comment-from h4 {
          font-size: 1em;
          margin: 0; }
        .Blog .Content .Comments .blog-comments .new-comments .comment .comment-date {
          font-size: .8571em;
          color: rgba(145, 145, 145, 0.7);
          margin-left: 8px; }
        .Blog .Content .Comments .blog-comments .new-comments .comment .comment-body p {
          margin-bottom: 0;
          line-height: 1.6; }
        .Blog .Content .Comments .blog-comments .new-comments .comment .comment-reply-to {
          padding: 0;
          color: rgba(145, 145, 145, 0.7);
          font-size: .7857em;
          background: none;
          text-transform: uppercase;
          font-weight: 600; }
          .Blog .Content .Comments .blog-comments .new-comments .comment .comment-reply-to > em {
            text-transform: none;
            font-weight: 400;
            font-size: 1.1818em; }
        .Blog .Content .Comments .blog-comments .new-comments .hs-comment-message {
          margin-top: 30px !important; }
          .Blog .Content .Comments .blog-comments .new-comments .hs-comment-message.hs-common-confirm-message {
            border-color: #c0e4c9 !important;
            border-radius: 0 !important;
            background-color: #c8f0d2 !important;
            color: #507158 !important; }
          .Blog .Content .Comments .blog-comments .new-comments .hs-comment-message.hs-common-error-message {
            border-color: #e4c0d3 !important;
            border-radius: 0 !important;
            background-color: #f0c8c8 !important;
            color: #715050 !important; }
        .Blog .Content .Comments .blog-comments .new-comments .hs-form {
          font-size: 1.045em;
          border-top: 2px solid #ECECEC;
          padding-top: 20px; }
      @media only screen and (max-width: 767px) {
        .Blog .Content .Comments {
          width: 100%; } }
  .Blog.Blog--article {
    background-color: #fff; }
    .Blog.Blog--article .Article {
      width: 95%;
      max-width: 700px;
      margin: auto; }
  @media only screen and (max-width: 767px) {
    .Blog {
      margin-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .Blog .container {
      padding-left: 8px;
      padding-right: 8px; } }




/* End of the main CSS */

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