﻿/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  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: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #666;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3ec8ed;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #13a5cc;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.img-rounded {
  border-radius: 2px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.65;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -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: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #C8C8C8;
}
.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,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 40px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 22px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 13px;
}
.lead {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #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;
  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: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 26px;
}
dt,
dd {
  line-height: 1.65;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 972px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 20px;
  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.65;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.65;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 972px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.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: 20px;
  padding-right: 20px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 972px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 11px;
  padding-bottom: 11px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 11px;
  line-height: 1.65;
  vertical-align: top;
  border-top: 1px solid #c8c8c8;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #c8c8c8;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #c8c8c8;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #c8c8c8;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #c8c8c8;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #c8c8c8;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 24px;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.65;
  color: #FF2896;
}
.form-control {
  display: block;
  width: 100%;
  height: 54px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.65;
  color: #FF2896;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #FF2896;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 40, 150, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 40, 150, 0.6);
}
.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: 54px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 20px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 26px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 42px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 40px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 2px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 46px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 67.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  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: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.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: 31px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@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: 33px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
@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: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.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;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.65;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 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 > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.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 > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  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 > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  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 > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #3ec8ed;
  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: #13a5cc;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.65;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.65;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 972px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 2px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #FF2896;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 2px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3ec8ed;
}
.nav .nav-divider {
  height: 1px;
  margin: 12px 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.65;
  border: 1px solid transparent;
  border-radius: 2px 2px 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-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.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 {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-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;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 26px;
  border: 1px solid transparent;
}
@media (min-width: 972px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 972px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 972px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 100%;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 972px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 972px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 972px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 8px 20px;
  font-size: 20px;
  line-height: 26px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 972px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 972px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 4px -20px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
}
@media (max-width: 971px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 26px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 972px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -2px;
  margin-bottom: -2px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 971px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 972px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -2px;
  margin-bottom: -2px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 972px) {
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 972px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #666;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #666;
}
@media (max-width: 971px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #666;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #202020;
  border-color: #202020;
}
.navbar-inverse .navbar-brand {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: transparent;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #0e0e0e;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}
@media (max-width: 971px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #202020;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #202020;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 0 0;
  margin-bottom: 26px;
  list-style: none;
  background-color: transparent;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
a.list-group-item,
button.list-group-item {
  color: #666;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #666;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 2px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7090;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.65;
}
.modal-body {
  position: relative;
  padding: 30px 15px;
}
.modal-footer {
  padding: 30px 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 972px) {
  .modal-lg {
    width: 900px;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer: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,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !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: 971px) {
  .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: 971px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 971px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 971px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 972px) 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: 972px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 972px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 972px) 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: 971px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 972px) 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;
  }
}
.btn {
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 15px;
  font-size: 15px;
  line-height: 1.65;
  border-radius: 2px;
}
.btn-default {
  color: #fff;
  background-color: #3ec8ed;
  border-color: #3ec8ed;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #15b7e3;
  border-color: #0f7f9d;
}
.btn-default:hover {
  color: #fff;
  background-color: #15b7e3;
  border-color: #14b0da;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #15b7e3;
  border-color: #14b0da;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #129dc2;
  border-color: #0f7f9d;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #3ec8ed;
  border-color: #3ec8ed;
}
.btn-default .badge {
  color: #3ec8ed;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #FF2896;
  border-color: #FF2896;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #f4007d;
  border-color: #a70056;
}
.btn-primary:hover {
  color: #fff;
  background-color: #f4007d;
  border-color: #ea0078;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #f4007d;
  border-color: #ea0078;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #d0006b;
  border-color: #a70056;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #FF2896;
  border-color: #FF2896;
}
.btn-primary .badge {
  color: #FF2896;
  background-color: #fff;
}
.btn-01 {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-01:focus,
.btn-01.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-01:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-01:active,
.btn-01.active,
.open > .dropdown-toggle.btn-01 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-01:active:hover,
.btn-01.active:hover,
.open > .dropdown-toggle.btn-01:hover,
.btn-01:active:focus,
.btn-01.active:focus,
.open > .dropdown-toggle.btn-01:focus,
.btn-01:active.focus,
.btn-01.active.focus,
.open > .dropdown-toggle.btn-01.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-01:active,
.btn-01.active,
.open > .dropdown-toggle.btn-01 {
  background-image: none;
}
.btn-01.disabled:hover,
.btn-01[disabled]:hover,
fieldset[disabled] .btn-01:hover,
.btn-01.disabled:focus,
.btn-01[disabled]:focus,
fieldset[disabled] .btn-01:focus,
.btn-01.disabled.focus,
.btn-01[disabled].focus,
fieldset[disabled] .btn-01.focus {
  background-color: transparent;
  border-color: #fff;
}
.btn-01 .badge {
  color: transparent;
  background-color: #fff;
}
.btn-01-alt {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-01-alt:focus,
.btn-01-alt.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-01-alt:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-01-alt:active,
.btn-01-alt.active,
.open > .dropdown-toggle.btn-01-alt {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-01-alt:active:hover,
.btn-01-alt.active:hover,
.open > .dropdown-toggle.btn-01-alt:hover,
.btn-01-alt:active:focus,
.btn-01-alt.active:focus,
.open > .dropdown-toggle.btn-01-alt:focus,
.btn-01-alt:active.focus,
.btn-01-alt.active.focus,
.open > .dropdown-toggle.btn-01-alt.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-01-alt:active,
.btn-01-alt.active,
.open > .dropdown-toggle.btn-01-alt {
  background-image: none;
}
.btn-01-alt.disabled:hover,
.btn-01-alt[disabled]:hover,
fieldset[disabled] .btn-01-alt:hover,
.btn-01-alt.disabled:focus,
.btn-01-alt[disabled]:focus,
fieldset[disabled] .btn-01-alt:focus,
.btn-01-alt.disabled.focus,
.btn-01-alt[disabled].focus,
fieldset[disabled] .btn-01-alt.focus {
  background-color: transparent;
  border-color: #fff;
}
.btn-01-alt .badge {
  color: transparent;
  background-color: #fff;
}
.btn-01-alt:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-02 {
  color: #fff;
  background-color: #3ec8ed;
  border-color: #fff;
}
.btn-02:focus,
.btn-02.focus {
  color: #fff;
  background-color: #15b7e3;
  border-color: #bfbfbf;
}
.btn-02:hover {
  color: #fff;
  background-color: #15b7e3;
  border-color: #e0e0e0;
}
.btn-02:active,
.btn-02.active,
.open > .dropdown-toggle.btn-02 {
  color: #fff;
  background-color: #15b7e3;
  border-color: #e0e0e0;
}
.btn-02:active:hover,
.btn-02.active:hover,
.open > .dropdown-toggle.btn-02:hover,
.btn-02:active:focus,
.btn-02.active:focus,
.open > .dropdown-toggle.btn-02:focus,
.btn-02:active.focus,
.btn-02.active.focus,
.open > .dropdown-toggle.btn-02.focus {
  color: #fff;
  background-color: #129dc2;
  border-color: #bfbfbf;
}
.btn-02:active,
.btn-02.active,
.open > .dropdown-toggle.btn-02 {
  background-image: none;
}
.btn-02.disabled:hover,
.btn-02[disabled]:hover,
fieldset[disabled] .btn-02:hover,
.btn-02.disabled:focus,
.btn-02[disabled]:focus,
fieldset[disabled] .btn-02:focus,
.btn-02.disabled.focus,
.btn-02[disabled].focus,
fieldset[disabled] .btn-02.focus {
  background-color: #3ec8ed;
  border-color: #fff;
}
.btn-02 .badge {
  color: #3ec8ed;
  background-color: #fff;
}
.btn-02-alt {
  color: #3ec8ed;
  background-color: transparent;
  border-color: #3ec8ed;
}
.btn-02-alt:focus,
.btn-02-alt.focus {
  color: #3ec8ed;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0f7f9d;
}
.btn-02-alt:hover {
  color: #3ec8ed;
  background-color: rgba(0, 0, 0, 0);
  border-color: #14b0da;
}
.btn-02-alt:active,
.btn-02-alt.active,
.open > .dropdown-toggle.btn-02-alt {
  color: #3ec8ed;
  background-color: rgba(0, 0, 0, 0);
  border-color: #14b0da;
}
.btn-02-alt:active:hover,
.btn-02-alt.active:hover,
.open > .dropdown-toggle.btn-02-alt:hover,
.btn-02-alt:active:focus,
.btn-02-alt.active:focus,
.open > .dropdown-toggle.btn-02-alt:focus,
.btn-02-alt:active.focus,
.btn-02-alt.active.focus,
.open > .dropdown-toggle.btn-02-alt.focus {
  color: #3ec8ed;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0f7f9d;
}
.btn-02-alt:active,
.btn-02-alt.active,
.open > .dropdown-toggle.btn-02-alt {
  background-image: none;
}
.btn-02-alt.disabled:hover,
.btn-02-alt[disabled]:hover,
fieldset[disabled] .btn-02-alt:hover,
.btn-02-alt.disabled:focus,
.btn-02-alt[disabled]:focus,
fieldset[disabled] .btn-02-alt:focus,
.btn-02-alt.disabled.focus,
.btn-02-alt[disabled].focus,
fieldset[disabled] .btn-02-alt.focus {
  background-color: transparent;
  border-color: #3ec8ed;
}
.btn-02-alt .badge {
  color: transparent;
  background-color: #3ec8ed;
}
.btn-02-alt:hover {
  color: #fff;
  background-color: #3ec8ed;
  border-color: #3ec8ed;
}
.btn-02-alt:hover:focus,
.btn-02-alt:hover.focus {
  color: #fff;
  background-color: #15b7e3;
  border-color: #0f7f9d;
}
.btn-02-alt:hover:hover {
  color: #fff;
  background-color: #15b7e3;
  border-color: #14b0da;
}
.btn-02-alt:hover:active,
.btn-02-alt:hover.active,
.open > .dropdown-toggle.btn-02-alt:hover {
  color: #fff;
  background-color: #15b7e3;
  border-color: #14b0da;
}
.btn-02-alt:hover:active:hover,
.btn-02-alt:hover.active:hover,
.open > .dropdown-toggle.btn-02-alt:hover:hover,
.btn-02-alt:hover:active:focus,
.btn-02-alt:hover.active:focus,
.open > .dropdown-toggle.btn-02-alt:hover:focus,
.btn-02-alt:hover:active.focus,
.btn-02-alt:hover.active.focus,
.open > .dropdown-toggle.btn-02-alt:hover.focus {
  color: #fff;
  background-color: #129dc2;
  border-color: #0f7f9d;
}
.btn-02-alt:hover:active,
.btn-02-alt:hover.active,
.open > .dropdown-toggle.btn-02-alt:hover {
  background-image: none;
}
.btn-02-alt:hover.disabled:hover,
.btn-02-alt:hover[disabled]:hover,
fieldset[disabled] .btn-02-alt:hover:hover,
.btn-02-alt:hover.disabled:focus,
.btn-02-alt:hover[disabled]:focus,
fieldset[disabled] .btn-02-alt:hover:focus,
.btn-02-alt:hover.disabled.focus,
.btn-02-alt:hover[disabled].focus,
fieldset[disabled] .btn-02-alt:hover.focus {
  background-color: #3ec8ed;
  border-color: #3ec8ed;
}
.btn-02-alt:hover .badge {
  color: #3ec8ed;
  background-color: #fff;
}
.btn-03 {
  color: #fff;
  background-color: #ff920b;
  border-color: #fff;
}
.btn-03:focus,
.btn-03.focus {
  color: #fff;
  background-color: #d77700;
  border-color: #bfbfbf;
}
.btn-03:hover {
  color: #fff;
  background-color: #d77700;
  border-color: #e0e0e0;
}
.btn-03:active,
.btn-03.active,
.open > .dropdown-toggle.btn-03 {
  color: #fff;
  background-color: #d77700;
  border-color: #e0e0e0;
}
.btn-03:active:hover,
.btn-03.active:hover,
.open > .dropdown-toggle.btn-03:hover,
.btn-03:active:focus,
.btn-03.active:focus,
.open > .dropdown-toggle.btn-03:focus,
.btn-03:active.focus,
.btn-03.active.focus,
.open > .dropdown-toggle.btn-03.focus {
  color: #fff;
  background-color: #b36300;
  border-color: #bfbfbf;
}
.btn-03:active,
.btn-03.active,
.open > .dropdown-toggle.btn-03 {
  background-image: none;
}
.btn-03.disabled:hover,
.btn-03[disabled]:hover,
fieldset[disabled] .btn-03:hover,
.btn-03.disabled:focus,
.btn-03[disabled]:focus,
fieldset[disabled] .btn-03:focus,
.btn-03.disabled.focus,
.btn-03[disabled].focus,
fieldset[disabled] .btn-03.focus {
  background-color: #ff920b;
  border-color: #fff;
}
.btn-03 .badge {
  color: #ff920b;
  background-color: #fff;
}
.btn-03-alt {
  color: #ff920b;
  background-color: transparent;
  border-color: #ff920b;
}
.btn-03-alt:focus,
.btn-03-alt.focus {
  color: #ff920b;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8b4d00;
}
.btn-03-alt:hover {
  color: #ff920b;
  background-color: rgba(0, 0, 0, 0);
  border-color: #cd7100;
}
.btn-03-alt:active,
.btn-03-alt.active,
.open > .dropdown-toggle.btn-03-alt {
  color: #ff920b;
  background-color: rgba(0, 0, 0, 0);
  border-color: #cd7100;
}
.btn-03-alt:active:hover,
.btn-03-alt.active:hover,
.open > .dropdown-toggle.btn-03-alt:hover,
.btn-03-alt:active:focus,
.btn-03-alt.active:focus,
.open > .dropdown-toggle.btn-03-alt:focus,
.btn-03-alt:active.focus,
.btn-03-alt.active.focus,
.open > .dropdown-toggle.btn-03-alt.focus {
  color: #ff920b;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8b4d00;
}
.btn-03-alt:active,
.btn-03-alt.active,
.open > .dropdown-toggle.btn-03-alt {
  background-image: none;
}
.btn-03-alt.disabled:hover,
.btn-03-alt[disabled]:hover,
fieldset[disabled] .btn-03-alt:hover,
.btn-03-alt.disabled:focus,
.btn-03-alt[disabled]:focus,
fieldset[disabled] .btn-03-alt:focus,
.btn-03-alt.disabled.focus,
.btn-03-alt[disabled].focus,
fieldset[disabled] .btn-03-alt.focus {
  background-color: transparent;
  border-color: #ff920b;
}
.btn-03-alt .badge {
  color: transparent;
  background-color: #ff920b;
}
.btn-03-alt:hover {
  color: #fff;
  background-color: #ff920b;
  border-color: #ff920b;
}
.btn-03-alt:hover:focus,
.btn-03-alt:hover.focus {
  color: #fff;
  background-color: #d77700;
  border-color: #8b4d00;
}
.btn-03-alt:hover:hover {
  color: #fff;
  background-color: #d77700;
  border-color: #cd7100;
}
.btn-03-alt:hover:active,
.btn-03-alt:hover.active,
.open > .dropdown-toggle.btn-03-alt:hover {
  color: #fff;
  background-color: #d77700;
  border-color: #cd7100;
}
.btn-03-alt:hover:active:hover,
.btn-03-alt:hover.active:hover,
.open > .dropdown-toggle.btn-03-alt:hover:hover,
.btn-03-alt:hover:active:focus,
.btn-03-alt:hover.active:focus,
.open > .dropdown-toggle.btn-03-alt:hover:focus,
.btn-03-alt:hover:active.focus,
.btn-03-alt:hover.active.focus,
.open > .dropdown-toggle.btn-03-alt:hover.focus {
  color: #fff;
  background-color: #b36300;
  border-color: #8b4d00;
}
.btn-03-alt:hover:active,
.btn-03-alt:hover.active,
.open > .dropdown-toggle.btn-03-alt:hover {
  background-image: none;
}
.btn-03-alt:hover.disabled:hover,
.btn-03-alt:hover[disabled]:hover,
fieldset[disabled] .btn-03-alt:hover:hover,
.btn-03-alt:hover.disabled:focus,
.btn-03-alt:hover[disabled]:focus,
fieldset[disabled] .btn-03-alt:hover:focus,
.btn-03-alt:hover.disabled.focus,
.btn-03-alt:hover[disabled].focus,
fieldset[disabled] .btn-03-alt:hover.focus {
  background-color: #ff920b;
  border-color: #ff920b;
}
.btn-03-alt:hover .badge {
  color: #ff920b;
  background-color: #fff;
}
.btn-04 {
  color: #fff;
  background-color: #202020;
  border-color: #fff;
}
.btn-04:focus,
.btn-04.focus {
  color: #fff;
  background-color: #060606;
  border-color: #bfbfbf;
}
.btn-04:hover {
  color: #fff;
  background-color: #060606;
  border-color: #e0e0e0;
}
.btn-04:active,
.btn-04.active,
.open > .dropdown-toggle.btn-04 {
  color: #fff;
  background-color: #060606;
  border-color: #e0e0e0;
}
.btn-04:active:hover,
.btn-04.active:hover,
.open > .dropdown-toggle.btn-04:hover,
.btn-04:active:focus,
.btn-04.active:focus,
.open > .dropdown-toggle.btn-04:focus,
.btn-04:active.focus,
.btn-04.active.focus,
.open > .dropdown-toggle.btn-04.focus {
  color: #fff;
  background-color: #000000;
  border-color: #bfbfbf;
}
.btn-04:active,
.btn-04.active,
.open > .dropdown-toggle.btn-04 {
  background-image: none;
}
.btn-04.disabled:hover,
.btn-04[disabled]:hover,
fieldset[disabled] .btn-04:hover,
.btn-04.disabled:focus,
.btn-04[disabled]:focus,
fieldset[disabled] .btn-04:focus,
.btn-04.disabled.focus,
.btn-04[disabled].focus,
fieldset[disabled] .btn-04.focus {
  background-color: #202020;
  border-color: #fff;
}
.btn-04 .badge {
  color: #202020;
  background-color: #fff;
}
.btn-04-alt {
  color: #202020;
  background-color: transparent;
  border-color: #777;
}
.btn-04-alt:focus,
.btn-04-alt.focus {
  color: #202020;
  background-color: rgba(0, 0, 0, 0);
  border-color: #373737;
}
.btn-04-alt:hover {
  color: #202020;
  background-color: rgba(0, 0, 0, 0);
  border-color: #585858;
}
.btn-04-alt:active,
.btn-04-alt.active,
.open > .dropdown-toggle.btn-04-alt {
  color: #202020;
  background-color: rgba(0, 0, 0, 0);
  border-color: #585858;
}
.btn-04-alt:active:hover,
.btn-04-alt.active:hover,
.open > .dropdown-toggle.btn-04-alt:hover,
.btn-04-alt:active:focus,
.btn-04-alt.active:focus,
.open > .dropdown-toggle.btn-04-alt:focus,
.btn-04-alt:active.focus,
.btn-04-alt.active.focus,
.open > .dropdown-toggle.btn-04-alt.focus {
  color: #202020;
  background-color: rgba(0, 0, 0, 0);
  border-color: #373737;
}
.btn-04-alt:active,
.btn-04-alt.active,
.open > .dropdown-toggle.btn-04-alt {
  background-image: none;
}
.btn-04-alt.disabled:hover,
.btn-04-alt[disabled]:hover,
fieldset[disabled] .btn-04-alt:hover,
.btn-04-alt.disabled:focus,
.btn-04-alt[disabled]:focus,
fieldset[disabled] .btn-04-alt:focus,
.btn-04-alt.disabled.focus,
.btn-04-alt[disabled].focus,
fieldset[disabled] .btn-04-alt.focus {
  background-color: transparent;
  border-color: #777;
}
.btn-04-alt .badge {
  color: transparent;
  background-color: #202020;
}
.btn-04-alt:hover {
  color: #fff;
  background-color: #202020;
  border-color: #202020;
}
.btn-04-alt:hover:focus,
.btn-04-alt:hover.focus {
  color: #fff;
  background-color: #060606;
  border-color: #000000;
}
.btn-04-alt:hover:hover {
  color: #fff;
  background-color: #060606;
  border-color: #010101;
}
.btn-04-alt:hover:active,
.btn-04-alt:hover.active,
.open > .dropdown-toggle.btn-04-alt:hover {
  color: #fff;
  background-color: #060606;
  border-color: #010101;
}
.btn-04-alt:hover:active:hover,
.btn-04-alt:hover.active:hover,
.open > .dropdown-toggle.btn-04-alt:hover:hover,
.btn-04-alt:hover:active:focus,
.btn-04-alt:hover.active:focus,
.open > .dropdown-toggle.btn-04-alt:hover:focus,
.btn-04-alt:hover:active.focus,
.btn-04-alt:hover.active.focus,
.open > .dropdown-toggle.btn-04-alt:hover.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-04-alt:hover:active,
.btn-04-alt:hover.active,
.open > .dropdown-toggle.btn-04-alt:hover {
  background-image: none;
}
.btn-04-alt:hover.disabled:hover,
.btn-04-alt:hover[disabled]:hover,
fieldset[disabled] .btn-04-alt:hover:hover,
.btn-04-alt:hover.disabled:focus,
.btn-04-alt:hover[disabled]:focus,
fieldset[disabled] .btn-04-alt:hover:focus,
.btn-04-alt:hover.disabled.focus,
.btn-04-alt:hover[disabled].focus,
fieldset[disabled] .btn-04-alt:hover.focus {
  background-color: #202020;
  border-color: #202020;
}
.btn-04-alt:hover .badge {
  color: #202020;
  background-color: #fff;
}
.btn-05 {
  color: #fff;
  background-color: #591b25;
  border-color: #fff;
}
.btn-05:focus,
.btn-05.focus {
  color: #fff;
  background-color: #320f15;
  border-color: #bfbfbf;
}
.btn-05:hover {
  color: #fff;
  background-color: #320f15;
  border-color: #e0e0e0;
}
.btn-05:active,
.btn-05.active,
.open > .dropdown-toggle.btn-05 {
  color: #fff;
  background-color: #320f15;
  border-color: #e0e0e0;
}
.btn-05:active:hover,
.btn-05.active:hover,
.open > .dropdown-toggle.btn-05:hover,
.btn-05:active:focus,
.btn-05.active:focus,
.open > .dropdown-toggle.btn-05:focus,
.btn-05:active.focus,
.btn-05.active.focus,
.open > .dropdown-toggle.btn-05.focus {
  color: #fff;
  background-color: #160709;
  border-color: #bfbfbf;
}
.btn-05:active,
.btn-05.active,
.open > .dropdown-toggle.btn-05 {
  background-image: none;
}
.btn-05.disabled:hover,
.btn-05[disabled]:hover,
fieldset[disabled] .btn-05:hover,
.btn-05.disabled:focus,
.btn-05[disabled]:focus,
fieldset[disabled] .btn-05:focus,
.btn-05.disabled.focus,
.btn-05[disabled].focus,
fieldset[disabled] .btn-05.focus {
  background-color: #591b25;
  border-color: #fff;
}
.btn-05 .badge {
  color: #591b25;
  background-color: #fff;
}
.btn-05-alt {
  color: #591b25;
  background-color: transparent;
  border-color: #591b25;
}
.btn-05-alt:focus,
.btn-05-alt.focus {
  color: #591b25;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-05-alt:hover {
  color: #591b25;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2a0d11;
}
.btn-05-alt:active,
.btn-05-alt.active,
.open > .dropdown-toggle.btn-05-alt {
  color: #591b25;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2a0d11;
}
.btn-05-alt:active:hover,
.btn-05-alt.active:hover,
.open > .dropdown-toggle.btn-05-alt:hover,
.btn-05-alt:active:focus,
.btn-05-alt.active:focus,
.open > .dropdown-toggle.btn-05-alt:focus,
.btn-05-alt:active.focus,
.btn-05-alt.active.focus,
.open > .dropdown-toggle.btn-05-alt.focus {
  color: #591b25;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-05-alt:active,
.btn-05-alt.active,
.open > .dropdown-toggle.btn-05-alt {
  background-image: none;
}
.btn-05-alt.disabled:hover,
.btn-05-alt[disabled]:hover,
fieldset[disabled] .btn-05-alt:hover,
.btn-05-alt.disabled:focus,
.btn-05-alt[disabled]:focus,
fieldset[disabled] .btn-05-alt:focus,
.btn-05-alt.disabled.focus,
.btn-05-alt[disabled].focus,
fieldset[disabled] .btn-05-alt.focus {
  background-color: transparent;
  border-color: #591b25;
}
.btn-05-alt .badge {
  color: transparent;
  background-color: #591b25;
}
.btn-05-alt:hover {
  color: #fff;
  background-color: #591b25;
  border-color: #591b25;
}
.btn-05-alt:hover:focus,
.btn-05-alt:hover.focus {
  color: #fff;
  background-color: #320f15;
  border-color: #000000;
}
.btn-05-alt:hover:hover {
  color: #fff;
  background-color: #320f15;
  border-color: #2a0d11;
}
.btn-05-alt:hover:active,
.btn-05-alt:hover.active,
.open > .dropdown-toggle.btn-05-alt:hover {
  color: #fff;
  background-color: #320f15;
  border-color: #2a0d11;
}
.btn-05-alt:hover:active:hover,
.btn-05-alt:hover.active:hover,
.open > .dropdown-toggle.btn-05-alt:hover:hover,
.btn-05-alt:hover:active:focus,
.btn-05-alt:hover.active:focus,
.open > .dropdown-toggle.btn-05-alt:hover:focus,
.btn-05-alt:hover:active.focus,
.btn-05-alt:hover.active.focus,
.open > .dropdown-toggle.btn-05-alt:hover.focus {
  color: #fff;
  background-color: #160709;
  border-color: #000000;
}
.btn-05-alt:hover:active,
.btn-05-alt:hover.active,
.open > .dropdown-toggle.btn-05-alt:hover {
  background-image: none;
}
.btn-05-alt:hover.disabled:hover,
.btn-05-alt:hover[disabled]:hover,
fieldset[disabled] .btn-05-alt:hover:hover,
.btn-05-alt:hover.disabled:focus,
.btn-05-alt:hover[disabled]:focus,
fieldset[disabled] .btn-05-alt:hover:focus,
.btn-05-alt:hover.disabled.focus,
.btn-05-alt:hover[disabled].focus,
fieldset[disabled] .btn-05-alt:hover.focus {
  background-color: #591b25;
  border-color: #591b25;
}
.btn-05-alt:hover .badge {
  color: #591b25;
  background-color: #fff;
}
.btn-06 {
  color: #fff;
  background-color: #001c58;
  border-color: #fff;
}
.btn-06:focus,
.btn-06.focus {
  color: #fff;
  background-color: #000c25;
  border-color: #bfbfbf;
}
.btn-06:hover {
  color: #fff;
  background-color: #000c25;
  border-color: #e0e0e0;
}
.btn-06:active,
.btn-06.active,
.open > .dropdown-toggle.btn-06 {
  color: #fff;
  background-color: #000c25;
  border-color: #e0e0e0;
}
.btn-06:active:hover,
.btn-06.active:hover,
.open > .dropdown-toggle.btn-06:hover,
.btn-06:active:focus,
.btn-06.active:focus,
.open > .dropdown-toggle.btn-06:focus,
.btn-06:active.focus,
.btn-06.active.focus,
.open > .dropdown-toggle.btn-06.focus {
  color: #fff;
  background-color: #000001;
  border-color: #bfbfbf;
}
.btn-06:active,
.btn-06.active,
.open > .dropdown-toggle.btn-06 {
  background-image: none;
}
.btn-06.disabled:hover,
.btn-06[disabled]:hover,
fieldset[disabled] .btn-06:hover,
.btn-06.disabled:focus,
.btn-06[disabled]:focus,
fieldset[disabled] .btn-06:focus,
.btn-06.disabled.focus,
.btn-06[disabled].focus,
fieldset[disabled] .btn-06.focus {
  background-color: #001c58;
  border-color: #fff;
}
.btn-06 .badge {
  color: #001c58;
  background-color: #fff;
}
.btn-06-alt {
  color: #001c58;
  background-color: transparent;
  border-color: #001c58;
}
.btn-06-alt:focus,
.btn-06-alt.focus {
  color: #001c58;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-06-alt:hover {
  color: #001c58;
  background-color: rgba(0, 0, 0, 0);
  border-color: #00091b;
}
.btn-06-alt:active,
.btn-06-alt.active,
.open > .dropdown-toggle.btn-06-alt {
  color: #001c58;
  background-color: rgba(0, 0, 0, 0);
  border-color: #00091b;
}
.btn-06-alt:active:hover,
.btn-06-alt.active:hover,
.open > .dropdown-toggle.btn-06-alt:hover,
.btn-06-alt:active:focus,
.btn-06-alt.active:focus,
.open > .dropdown-toggle.btn-06-alt:focus,
.btn-06-alt:active.focus,
.btn-06-alt.active.focus,
.open > .dropdown-toggle.btn-06-alt.focus {
  color: #001c58;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-06-alt:active,
.btn-06-alt.active,
.open > .dropdown-toggle.btn-06-alt {
  background-image: none;
}
.btn-06-alt.disabled:hover,
.btn-06-alt[disabled]:hover,
fieldset[disabled] .btn-06-alt:hover,
.btn-06-alt.disabled:focus,
.btn-06-alt[disabled]:focus,
fieldset[disabled] .btn-06-alt:focus,
.btn-06-alt.disabled.focus,
.btn-06-alt[disabled].focus,
fieldset[disabled] .btn-06-alt.focus {
  background-color: transparent;
  border-color: #001c58;
}
.btn-06-alt .badge {
  color: transparent;
  background-color: #001c58;
}
.btn-06-alt:hover {
  color: #fff;
  background-color: #001c58;
  border-color: #001c58;
}
.btn-06-alt:hover:focus,
.btn-06-alt:hover.focus {
  color: #fff;
  background-color: #000c25;
  border-color: #000000;
}
.btn-06-alt:hover:hover {
  color: #fff;
  background-color: #000c25;
  border-color: #00091b;
}
.btn-06-alt:hover:active,
.btn-06-alt:hover.active,
.open > .dropdown-toggle.btn-06-alt:hover {
  color: #fff;
  background-color: #000c25;
  border-color: #00091b;
}
.btn-06-alt:hover:active:hover,
.btn-06-alt:hover.active:hover,
.open > .dropdown-toggle.btn-06-alt:hover:hover,
.btn-06-alt:hover:active:focus,
.btn-06-alt:hover.active:focus,
.open > .dropdown-toggle.btn-06-alt:hover:focus,
.btn-06-alt:hover:active.focus,
.btn-06-alt:hover.active.focus,
.open > .dropdown-toggle.btn-06-alt:hover.focus {
  color: #fff;
  background-color: #000001;
  border-color: #000000;
}
.btn-06-alt:hover:active,
.btn-06-alt:hover.active,
.open > .dropdown-toggle.btn-06-alt:hover {
  background-image: none;
}
.btn-06-alt:hover.disabled:hover,
.btn-06-alt:hover[disabled]:hover,
fieldset[disabled] .btn-06-alt:hover:hover,
.btn-06-alt:hover.disabled:focus,
.btn-06-alt:hover[disabled]:focus,
fieldset[disabled] .btn-06-alt:hover:focus,
.btn-06-alt:hover.disabled.focus,
.btn-06-alt:hover[disabled].focus,
fieldset[disabled] .btn-06-alt:hover.focus {
  background-color: #001c58;
  border-color: #001c58;
}
.btn-06-alt:hover .badge {
  color: #001c58;
  background-color: #fff;
}
.btn-07 {
  color: #fff;
  background-color: #f26d76;
  border-color: #fff;
}
.btn-07:focus,
.btn-07.focus {
  color: #fff;
  background-color: #ee3e4a;
  border-color: #bfbfbf;
}
.btn-07:hover {
  color: #fff;
  background-color: #ee3e4a;
  border-color: #e0e0e0;
}
.btn-07:active,
.btn-07.active,
.open > .dropdown-toggle.btn-07 {
  color: #fff;
  background-color: #ee3e4a;
  border-color: #e0e0e0;
}
.btn-07:active:hover,
.btn-07.active:hover,
.open > .dropdown-toggle.btn-07:hover,
.btn-07:active:focus,
.btn-07.active:focus,
.open > .dropdown-toggle.btn-07:focus,
.btn-07:active.focus,
.btn-07.active.focus,
.open > .dropdown-toggle.btn-07.focus {
  color: #fff;
  background-color: #eb1d2b;
  border-color: #bfbfbf;
}
.btn-07:active,
.btn-07.active,
.open > .dropdown-toggle.btn-07 {
  background-image: none;
}
.btn-07.disabled:hover,
.btn-07[disabled]:hover,
fieldset[disabled] .btn-07:hover,
.btn-07.disabled:focus,
.btn-07[disabled]:focus,
fieldset[disabled] .btn-07:focus,
.btn-07.disabled.focus,
.btn-07[disabled].focus,
fieldset[disabled] .btn-07.focus {
  background-color: #f26d76;
  border-color: #fff;
}
.btn-07 .badge {
  color: #f26d76;
  background-color: #fff;
}
.btn-08 {
  color: #fff;
  background-color: #202020;
  border-color: #fff;
}
.btn-08:focus,
.btn-08.focus {
  color: #fff;
  background-color: #060606;
  border-color: #bfbfbf;
}
.btn-08:hover {
  color: #fff;
  background-color: #060606;
  border-color: #e0e0e0;
}
.btn-08:active,
.btn-08.active,
.open > .dropdown-toggle.btn-08 {
  color: #fff;
  background-color: #060606;
  border-color: #e0e0e0;
}
.btn-08:active:hover,
.btn-08.active:hover,
.open > .dropdown-toggle.btn-08:hover,
.btn-08:active:focus,
.btn-08.active:focus,
.open > .dropdown-toggle.btn-08:focus,
.btn-08:active.focus,
.btn-08.active.focus,
.open > .dropdown-toggle.btn-08.focus {
  color: #fff;
  background-color: #000000;
  border-color: #bfbfbf;
}
.btn-08:active,
.btn-08.active,
.open > .dropdown-toggle.btn-08 {
  background-image: none;
}
.btn-08.disabled:hover,
.btn-08[disabled]:hover,
fieldset[disabled] .btn-08:hover,
.btn-08.disabled:focus,
.btn-08[disabled]:focus,
fieldset[disabled] .btn-08:focus,
.btn-08.disabled.focus,
.btn-08[disabled].focus,
fieldset[disabled] .btn-08.focus {
  background-color: #202020;
  border-color: #fff;
}
.btn-08 .badge {
  color: #202020;
  background-color: #fff;
}
.btn-08-alt {
  color: #FF2896;
  background-color: transparent;
  border-color: #FF2896;
}
.btn-08-alt:focus,
.btn-08-alt.focus {
  color: #FF2896;
  background-color: rgba(0, 0, 0, 0);
  border-color: #a70056;
}
.btn-08-alt:hover {
  color: #FF2896;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ea0078;
}
.btn-08-alt:active,
.btn-08-alt.active,
.open > .dropdown-toggle.btn-08-alt {
  color: #FF2896;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ea0078;
}
.btn-08-alt:active:hover,
.btn-08-alt.active:hover,
.open > .dropdown-toggle.btn-08-alt:hover,
.btn-08-alt:active:focus,
.btn-08-alt.active:focus,
.open > .dropdown-toggle.btn-08-alt:focus,
.btn-08-alt:active.focus,
.btn-08-alt.active.focus,
.open > .dropdown-toggle.btn-08-alt.focus {
  color: #FF2896;
  background-color: rgba(0, 0, 0, 0);
  border-color: #a70056;
}
.btn-08-alt:active,
.btn-08-alt.active,
.open > .dropdown-toggle.btn-08-alt {
  background-image: none;
}
.btn-08-alt.disabled:hover,
.btn-08-alt[disabled]:hover,
fieldset[disabled] .btn-08-alt:hover,
.btn-08-alt.disabled:focus,
.btn-08-alt[disabled]:focus,
fieldset[disabled] .btn-08-alt:focus,
.btn-08-alt.disabled.focus,
.btn-08-alt[disabled].focus,
fieldset[disabled] .btn-08-alt.focus {
  background-color: transparent;
  border-color: #FF2896;
}
.btn-08-alt .badge {
  color: transparent;
  background-color: #FF2896;
}
.btn-08-alt:hover {
  color: #fff;
  background-color: #FF2896;
  border-color: #FF2896;
}
.btn-08-alt:hover:focus,
.btn-08-alt:hover.focus {
  color: #fff;
  background-color: #f4007d;
  border-color: #a70056;
}
.btn-08-alt:hover:hover {
  color: #fff;
  background-color: #f4007d;
  border-color: #ea0078;
}
.btn-08-alt:hover:active,
.btn-08-alt:hover.active,
.open > .dropdown-toggle.btn-08-alt:hover {
  color: #fff;
  background-color: #f4007d;
  border-color: #ea0078;
}
.btn-08-alt:hover:active:hover,
.btn-08-alt:hover.active:hover,
.open > .dropdown-toggle.btn-08-alt:hover:hover,
.btn-08-alt:hover:active:focus,
.btn-08-alt:hover.active:focus,
.open > .dropdown-toggle.btn-08-alt:hover:focus,
.btn-08-alt:hover:active.focus,
.btn-08-alt:hover.active.focus,
.open > .dropdown-toggle.btn-08-alt:hover.focus {
  color: #fff;
  background-color: #d0006b;
  border-color: #a70056;
}
.btn-08-alt:hover:active,
.btn-08-alt:hover.active,
.open > .dropdown-toggle.btn-08-alt:hover {
  background-image: none;
}
.btn-08-alt:hover.disabled:hover,
.btn-08-alt:hover[disabled]:hover,
fieldset[disabled] .btn-08-alt:hover:hover,
.btn-08-alt:hover.disabled:focus,
.btn-08-alt:hover[disabled]:focus,
fieldset[disabled] .btn-08-alt:hover:focus,
.btn-08-alt:hover.disabled.focus,
.btn-08-alt:hover[disabled].focus,
fieldset[disabled] .btn-08-alt:hover.focus {
  background-color: #FF2896;
  border-color: #FF2896;
}
.btn-08-alt:hover .badge {
  color: #FF2896;
  background-color: #fff;
}
.btn-09-alt {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.btn-09-alt:focus,
.btn-09-alt.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-09-alt:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-09-alt:active,
.btn-09-alt.active,
.open > .dropdown-toggle.btn-09-alt {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-09-alt:active:hover,
.btn-09-alt.active:hover,
.open > .dropdown-toggle.btn-09-alt:hover,
.btn-09-alt:active:focus,
.btn-09-alt.active:focus,
.open > .dropdown-toggle.btn-09-alt:focus,
.btn-09-alt:active.focus,
.btn-09-alt.active.focus,
.open > .dropdown-toggle.btn-09-alt.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-09-alt:active,
.btn-09-alt.active,
.open > .dropdown-toggle.btn-09-alt {
  background-image: none;
}
.btn-09-alt.disabled:hover,
.btn-09-alt[disabled]:hover,
fieldset[disabled] .btn-09-alt:hover,
.btn-09-alt.disabled:focus,
.btn-09-alt[disabled]:focus,
fieldset[disabled] .btn-09-alt:focus,
.btn-09-alt.disabled.focus,
.btn-09-alt[disabled].focus,
fieldset[disabled] .btn-09-alt.focus {
  background-color: transparent;
  border-color: #000;
}
.btn-09-alt .badge {
  color: transparent;
  background-color: #000;
}
.btn-10 {
  color: #fff;
  background-color: #3FC3A3;
  border-color: #fff;
}
.btn-10:focus,
.btn-10.focus {
  color: #fff;
  background-color: #319e83;
  border-color: #bfbfbf;
}
.btn-10:hover {
  color: #fff;
  background-color: #319e83;
  border-color: #e0e0e0;
}
.btn-10:active,
.btn-10.active,
.open > .dropdown-toggle.btn-10 {
  color: #fff;
  background-color: #319e83;
  border-color: #e0e0e0;
}
.btn-10:active:hover,
.btn-10.active:hover,
.open > .dropdown-toggle.btn-10:hover,
.btn-10:active:focus,
.btn-10.active:focus,
.open > .dropdown-toggle.btn-10:focus,
.btn-10:active.focus,
.btn-10.active.focus,
.open > .dropdown-toggle.btn-10.focus {
  color: #fff;
  background-color: #29836d;
  border-color: #bfbfbf;
}
.btn-10:active,
.btn-10.active,
.open > .dropdown-toggle.btn-10 {
  background-image: none;
}
.btn-10.disabled:hover,
.btn-10[disabled]:hover,
fieldset[disabled] .btn-10:hover,
.btn-10.disabled:focus,
.btn-10[disabled]:focus,
fieldset[disabled] .btn-10:focus,
.btn-10.disabled.focus,
.btn-10[disabled].focus,
fieldset[disabled] .btn-10.focus {
  background-color: #3FC3A3;
  border-color: #fff;
}
.btn-10 .badge {
  color: #3FC3A3;
  background-color: #fff;
}
.btn-11 {
  color: #fff;
  background-color: #FF0000;
  border-color: #fff;
}
.btn-11:focus,
.btn-11.focus {
  color: #fff;
  background-color: #cc0000;
  border-color: #bfbfbf;
}
.btn-11:hover {
  color: #fff;
  background-color: #cc0000;
  border-color: #e0e0e0;
}
.btn-11:active,
.btn-11.active,
.open > .dropdown-toggle.btn-11 {
  color: #fff;
  background-color: #cc0000;
  border-color: #e0e0e0;
}
.btn-11:active:hover,
.btn-11.active:hover,
.open > .dropdown-toggle.btn-11:hover,
.btn-11:active:focus,
.btn-11.active:focus,
.open > .dropdown-toggle.btn-11:focus,
.btn-11:active.focus,
.btn-11.active.focus,
.open > .dropdown-toggle.btn-11.focus {
  color: #fff;
  background-color: #a80000;
  border-color: #bfbfbf;
}
.btn-11:active,
.btn-11.active,
.open > .dropdown-toggle.btn-11 {
  background-image: none;
}
.btn-11.disabled:hover,
.btn-11[disabled]:hover,
fieldset[disabled] .btn-11:hover,
.btn-11.disabled:focus,
.btn-11[disabled]:focus,
fieldset[disabled] .btn-11:focus,
.btn-11.disabled.focus,
.btn-11[disabled].focus,
fieldset[disabled] .btn-11.focus {
  background-color: #FF0000;
  border-color: #fff;
}
.btn-11 .badge {
  color: #FF0000;
  background-color: #fff;
}
.btn-12 {
  color: #fff;
  background-color: #B479FF;
  border-color: #fff;
}
.btn-12:focus,
.btn-12.focus {
  color: #fff;
  background-color: #9746ff;
  border-color: #bfbfbf;
}
.btn-12:hover {
  color: #fff;
  background-color: #9746ff;
  border-color: #e0e0e0;
}
.btn-12:active,
.btn-12.active,
.open > .dropdown-toggle.btn-12 {
  color: #fff;
  background-color: #9746ff;
  border-color: #e0e0e0;
}
.btn-12:active:hover,
.btn-12.active:hover,
.open > .dropdown-toggle.btn-12:hover,
.btn-12:active:focus,
.btn-12.active:focus,
.open > .dropdown-toggle.btn-12:focus,
.btn-12:active.focus,
.btn-12.active.focus,
.open > .dropdown-toggle.btn-12.focus {
  color: #fff;
  background-color: #8322ff;
  border-color: #bfbfbf;
}
.btn-12:active,
.btn-12.active,
.open > .dropdown-toggle.btn-12 {
  background-image: none;
}
.btn-12.disabled:hover,
.btn-12[disabled]:hover,
fieldset[disabled] .btn-12:hover,
.btn-12.disabled:focus,
.btn-12[disabled]:focus,
fieldset[disabled] .btn-12:focus,
.btn-12.disabled.focus,
.btn-12[disabled].focus,
fieldset[disabled] .btn-12.focus {
  background-color: #B479FF;
  border-color: #fff;
}
.btn-12 .badge {
  color: #B479FF;
  background-color: #fff;
}
.btn-13 {
  color: #fff;
  background-color: #FF2896;
  border-color: #fff;
}
.btn-13:focus,
.btn-13.focus {
  color: #fff;
  background-color: #f4007d;
  border-color: #bfbfbf;
}
.btn-13:hover {
  color: #fff;
  background-color: #f4007d;
  border-color: #e0e0e0;
}
.btn-13:active,
.btn-13.active,
.open > .dropdown-toggle.btn-13 {
  color: #fff;
  background-color: #f4007d;
  border-color: #e0e0e0;
}
.btn-13:active:hover,
.btn-13.active:hover,
.open > .dropdown-toggle.btn-13:hover,
.btn-13:active:focus,
.btn-13.active:focus,
.open > .dropdown-toggle.btn-13:focus,
.btn-13:active.focus,
.btn-13.active.focus,
.open > .dropdown-toggle.btn-13.focus {
  color: #fff;
  background-color: #d0006b;
  border-color: #bfbfbf;
}
.btn-13:active,
.btn-13.active,
.open > .dropdown-toggle.btn-13 {
  background-image: none;
}
.btn-13.disabled:hover,
.btn-13[disabled]:hover,
fieldset[disabled] .btn-13:hover,
.btn-13.disabled:focus,
.btn-13[disabled]:focus,
fieldset[disabled] .btn-13:focus,
.btn-13.disabled.focus,
.btn-13[disabled].focus,
fieldset[disabled] .btn-13.focus {
  background-color: #FF2896;
  border-color: #fff;
}
.btn-13 .badge {
  color: #FF2896;
  background-color: #fff;
}
.btn-xs,
.btn-group-xs > .btn {
  min-width: 0;
  padding: 11px 13px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 16px 32px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.btn-subscribe {
  font-size: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (max-width: 971px) {
  .btn-subscribe {
    min-width: 0;
  }
}
.btn-tag {
  text-transform: uppercase;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.65;
  border-radius: 3px;
  color: #fff;
  background-color: #3ec8ed;
  border-color: #3ec8ed;
  min-width: 0;
}
.btn-tag:focus,
.btn-tag.focus {
  color: #fff;
  background-color: #15b7e3;
  border-color: #0f7f9d;
}
.btn-tag:hover {
  color: #fff;
  background-color: #15b7e3;
  border-color: #14b0da;
}
.btn-tag:active,
.btn-tag.active,
.open > .dropdown-toggle.btn-tag {
  color: #fff;
  background-color: #15b7e3;
  border-color: #14b0da;
}
.btn-tag:active:hover,
.btn-tag.active:hover,
.open > .dropdown-toggle.btn-tag:hover,
.btn-tag:active:focus,
.btn-tag.active:focus,
.open > .dropdown-toggle.btn-tag:focus,
.btn-tag:active.focus,
.btn-tag.active.focus,
.open > .dropdown-toggle.btn-tag.focus {
  color: #fff;
  background-color: #129dc2;
  border-color: #0f7f9d;
}
.btn-tag:active,
.btn-tag.active,
.open > .dropdown-toggle.btn-tag {
  background-image: none;
}
.btn-tag.disabled:hover,
.btn-tag[disabled]:hover,
fieldset[disabled] .btn-tag:hover,
.btn-tag.disabled:focus,
.btn-tag[disabled]:focus,
fieldset[disabled] .btn-tag:focus,
.btn-tag.disabled.focus,
.btn-tag[disabled].focus,
fieldset[disabled] .btn-tag.focus {
  background-color: #3ec8ed;
  border-color: #3ec8ed;
}
.btn-tag .badge {
  color: #3ec8ed;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .btn-tag {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.65;
    border-radius: 2px;
  }
}
.btn-carousel {
  border-color: #fff;
  color: #fff;
}
.btn-carousel:hover {
  color: #fff;
}
.inlined {
  position: relative;
}
.inlined:hover:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.btn-inlined {
  position: relative;
}
.btn-inlined:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
.btn-inlined:hover:after {
  display: none;
}
.btn-inlined:hover {
  color: #fff !important;
}
.btn-inlined span {
  position: relative;
  z-index: 10;
}
.form {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .form {
    margin-top: 80px;
  }
}
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FF2896;
}
.with-bg-image .form-control:focus {
  border-color: #3ec8ed;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(62, 200, 237, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(62, 200, 237, 0.6);
}
.with-bg-image .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3ec8ed;
}
.select-control {
  position: relative;
}
.select-control:after {
  content: "\edcb";
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  color: #C8C8C8;
}
.select-control.active:after {
  color: #FF2896;
}
.form-control-inverse {
  border-color: #999;
}
.form-control-inverse:focus {
  border-color: #3ec8ed;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(62, 200, 237, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(62, 200, 237, 0.6);
}
.form-control-inverse:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3ec8ed;
}
.form-btn {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .form-btn {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
select::-ms-expand {
  display: none !important;
}
select:focus::-ms-value {
  background-color: transparent;
  color: #FF2896;
}
select option:disabled {
  background: #fff;
}
.heading-form + .hubspot-form {
  text-align: center;
}
@media (min-width: 768px) {
  .heading-form + .hubspot-form {
    margin-top: -25px;
  }
}
.hs-form-field {
  margin-bottom: 20px;
}
.hs-form-field:not(.hs-fieldtype-checkbox):not(.hs-fieldtype-radio):not(.hs-fieldtype-select) > label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.hs-form-field.hs-fieldtype-checkbox,
.hs-form-field.hs-fieldtype-radio,
.hs-form-field.hs-fieldtype-select {
  text-align: left;
}
.hs-form-field.hs-fieldtype-checkbox > label,
.hs-form-field.hs-fieldtype-radio > label,
.hs-form-field.hs-fieldtype-select > label {
  color: #666;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
.hs-form-field.hs-fieldtype-checkbox > label span,
.hs-form-field.hs-fieldtype-radio > label span,
.hs-form-field.hs-fieldtype-select > label span {
  font-weight: bold;
}
@media (max-width: 767px) {
  .hs-form-field.hs-fieldtype-checkbox > label,
  .hs-form-field.hs-fieldtype-radio > label,
  .hs-form-field.hs-fieldtype-select > label {
    display: block;
    line-height: 1.2em;
  }
  .hs-form-field.hs-fieldtype-checkbox > label span,
  .hs-form-field.hs-fieldtype-radio > label span,
  .hs-form-field.hs-fieldtype-select > label span {
    padding-left: 0;
  }
}
.hs-form-field.hs-fieldtype-checkbox legend,
.hs-form-field.hs-fieldtype-radio legend,
.hs-form-field.hs-fieldtype-select legend,
.hs-form-field.hs-fieldtype-checkbox .input,
.hs-form-field.hs-fieldtype-radio .input,
.hs-form-field.hs-fieldtype-select .input {
  padding-left: 10px;
}
.hs-form-field textarea {
  min-height: 120px;
}
.hs-richtext {
  margin-bottom: 30px;
}
.hs-input:not([type='checkbox']):not([type='radio']) {
  display: block;
  width: 100%;
  height: 54px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.65;
  color: #FF2896;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100% !important;
}
.hs-input:not([type='checkbox']):not([type='radio']):focus {
  border-color: #FF2896;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 40, 150, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 40, 150, 0.6);
}
.hs-input:not([type='checkbox']):not([type='radio'])::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.hs-input:not([type='checkbox']):not([type='radio']):-ms-input-placeholder {
  color: #999;
}
.hs-input:not([type='checkbox']):not([type='radio'])::-webkit-input-placeholder {
  color: #999;
}
.hs-input:not([type='checkbox']):not([type='radio'])::-ms-expand {
  border: 0;
  background-color: transparent;
}
.hs-input:not([type='checkbox']):not([type='radio'])[disabled],
.hs-input:not([type='checkbox']):not([type='radio'])[readonly],
fieldset[disabled] .hs-input:not([type='checkbox']):not([type='radio']) {
  background-color: #eeeeee;
  opacity: 1;
}
.hs-input:not([type='checkbox']):not([type='radio'])[disabled],
fieldset[disabled] .hs-input:not([type='checkbox']):not([type='radio']) {
  cursor: not-allowed;
}
textarea.hs-input:not([type='checkbox']):not([type='radio']) {
  height: auto;
}
.hs-input:not([type='checkbox']):not([type='radio']):focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FF2896;
}
.with-bg-image .hs-input:not([type='checkbox']):not([type='radio']):focus {
  border-color: #3ec8ed;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(62, 200, 237, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(62, 200, 237, 0.6);
}
.with-bg-image .hs-input:not([type='checkbox']):not([type='radio']):focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3ec8ed;
}
.with-bg-image .hs-input:not([type='checkbox']):not([type='radio']) {
  color: #3ec8ed;
}
.hs-button {
  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;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 15px;
  font-size: 15px;
  line-height: 1.65;
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
  background-color: #FF2896;
  border-color: #FF2896;
  padding: 10px 16px;
  padding: 16px 32px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 2px;
  display: block;
  width: 100%;
  font-size: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.hs-button:focus,
.hs-button:active:focus,
.hs-button.active:focus,
.hs-button.focus,
.hs-button:active.focus,
.hs-button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.hs-button:hover,
.hs-button:focus,
.hs-button.focus {
  color: #333;
  text-decoration: none;
}
.hs-button:active,
.hs-button.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);
}
.hs-button.disabled,
.hs-button[disabled],
fieldset[disabled] .hs-button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.hs-button.disabled,
fieldset[disabled] a.hs-button {
  pointer-events: none;
}
.hs-button:focus,
.hs-button.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.hs-button:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.hs-button:active,
.hs-button.active,
.open > .dropdown-toggle.hs-button {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.hs-button:active:hover,
.hs-button.active:hover,
.open > .dropdown-toggle.hs-button:hover,
.hs-button:active:focus,
.hs-button.active:focus,
.open > .dropdown-toggle.hs-button:focus,
.hs-button:active.focus,
.hs-button.active.focus,
.open > .dropdown-toggle.hs-button.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.hs-button:active,
.hs-button.active,
.open > .dropdown-toggle.hs-button {
  background-image: none;
}
.hs-button.disabled:hover,
.hs-button[disabled]:hover,
fieldset[disabled] .hs-button:hover,
.hs-button.disabled:focus,
.hs-button[disabled]:focus,
fieldset[disabled] .hs-button:focus,
.hs-button.disabled.focus,
.hs-button[disabled].focus,
fieldset[disabled] .hs-button.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.hs-button .badge {
  color: #337ab7;
  background-color: #fff;
}
.hs-button:focus,
.hs-button.focus {
  color: #fff;
  background-color: #f4007d;
  border-color: #a70056;
}
.hs-button:hover {
  color: #fff;
  background-color: #f4007d;
  border-color: #ea0078;
}
.hs-button:active,
.hs-button.active,
.open > .dropdown-toggle.hs-button {
  color: #fff;
  background-color: #f4007d;
  border-color: #ea0078;
}
.hs-button:active:hover,
.hs-button.active:hover,
.open > .dropdown-toggle.hs-button:hover,
.hs-button:active:focus,
.hs-button.active:focus,
.open > .dropdown-toggle.hs-button:focus,
.hs-button:active.focus,
.hs-button.active.focus,
.open > .dropdown-toggle.hs-button.focus {
  color: #fff;
  background-color: #d0006b;
  border-color: #a70056;
}
.hs-button:active,
.hs-button.active,
.open > .dropdown-toggle.hs-button {
  background-image: none;
}
.hs-button.disabled:hover,
.hs-button[disabled]:hover,
fieldset[disabled] .hs-button:hover,
.hs-button.disabled:focus,
.hs-button[disabled]:focus,
fieldset[disabled] .hs-button:focus,
.hs-button.disabled.focus,
.hs-button[disabled].focus,
fieldset[disabled] .hs-button.focus {
  background-color: #FF2896;
  border-color: #FF2896;
}
.hs-button .badge {
  color: #FF2896;
  background-color: #fff;
}
.hs-form .hs-form-booleancheckbox {
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .hs-form .hs-form-booleancheckbox input[type="checkbox"] {
    height: 20px;
    width: 20px;
    position: relative;
    top: 3px;
  }
}
.hs-form legend {
  font-size: 14px;
  margin-bottom: 5px;
  border-bottom: none;
}
.hs-form label span {
  font-size: 16px;
  padding-left: 10px;
  font-weight: 400;
}
.with-bg-image .hs-form label span {
  font-size: 20px;
}
.hs-form ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hs-form fieldset {
  max-width: 100% !important;
}
.hs-error-msgs {
  padding-left: 0;
  list-style: none;
  text-align: left;
}
.hs-error-msgs label {
  font-weight: normal;
  font-size: 16px !important;
}
.with-bg-image .hs-button {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  color: #fff;
  background-color: #3ec8ed;
  border-color: #3ec8ed;
  font-size: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.with-bg-image .hs-button:focus,
.with-bg-image .hs-button.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.with-bg-image .hs-button:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.with-bg-image .hs-button:active,
.with-bg-image .hs-button.active,
.open > .dropdown-toggle.with-bg-image .hs-button {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.with-bg-image .hs-button:active:hover,
.with-bg-image .hs-button.active:hover,
.open > .dropdown-toggle.with-bg-image .hs-button:hover,
.with-bg-image .hs-button:active:focus,
.with-bg-image .hs-button.active:focus,
.open > .dropdown-toggle.with-bg-image .hs-button:focus,
.with-bg-image .hs-button:active.focus,
.with-bg-image .hs-button.active.focus,
.open > .dropdown-toggle.with-bg-image .hs-button.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.with-bg-image .hs-button:active,
.with-bg-image .hs-button.active,
.open > .dropdown-toggle.with-bg-image .hs-button {
  background-image: none;
}
.with-bg-image .hs-button.disabled:hover,
.with-bg-image .hs-button[disabled]:hover,
fieldset[disabled] .with-bg-image .hs-button:hover,
.with-bg-image .hs-button.disabled:focus,
.with-bg-image .hs-button[disabled]:focus,
fieldset[disabled] .with-bg-image .hs-button:focus,
.with-bg-image .hs-button.disabled.focus,
.with-bg-image .hs-button[disabled].focus,
fieldset[disabled] .with-bg-image .hs-button.focus {
  background-color: #fff;
  border-color: #ccc;
}
.with-bg-image .hs-button .badge {
  color: #fff;
  background-color: #333;
}
.with-bg-image .hs-button:focus,
.with-bg-image .hs-button.focus {
  color: #fff;
  background-color: #15b7e3;
  border-color: #0f7f9d;
}
.with-bg-image .hs-button:hover {
  color: #fff;
  background-color: #15b7e3;
  border-color: #14b0da;
}
.with-bg-image .hs-button:active,
.with-bg-image .hs-button.active,
.open > .dropdown-toggle.with-bg-image .hs-button {
  color: #fff;
  background-color: #15b7e3;
  border-color: #14b0da;
}
.with-bg-image .hs-button:active:hover,
.with-bg-image .hs-button.active:hover,
.open > .dropdown-toggle.with-bg-image .hs-button:hover,
.with-bg-image .hs-button:active:focus,
.with-bg-image .hs-button.active:focus,
.open > .dropdown-toggle.with-bg-image .hs-button:focus,
.with-bg-image .hs-button:active.focus,
.with-bg-image .hs-button.active.focus,
.open > .dropdown-toggle.with-bg-image .hs-button.focus {
  color: #fff;
  background-color: #129dc2;
  border-color: #0f7f9d;
}
.with-bg-image .hs-button:active,
.with-bg-image .hs-button.active,
.open > .dropdown-toggle.with-bg-image .hs-button {
  background-image: none;
}
.with-bg-image .hs-button.disabled:hover,
.with-bg-image .hs-button[disabled]:hover,
fieldset[disabled] .with-bg-image .hs-button:hover,
.with-bg-image .hs-button.disabled:focus,
.with-bg-image .hs-button[disabled]:focus,
fieldset[disabled] .with-bg-image .hs-button:focus,
.with-bg-image .hs-button.disabled.focus,
.with-bg-image .hs-button[disabled].focus,
fieldset[disabled] .with-bg-image .hs-button.focus {
  background-color: #3ec8ed;
  border-color: #3ec8ed;
}
.with-bg-image .hs-button .badge {
  color: #3ec8ed;
  background-color: #fff;
}
.hs_submit {
  margin-top: 30px;
}
.form-columns-2 + .hs_submit {
  margin-top: 10px;
}
.submitted-message {
  text-align: center;
}
@media (min-width: 768px) {
  .submitted-message {
    font-size: 18px;
    margin-bottom: 55px;
  }
}
.hubspot-form .input {
  margin-right: 0 !important;
}
.hs_job_role > div,
.hs_job_function > div {
  position: relative;
}
.hs_job_role > div select,
.hs_job_function > div select {
  z-index: 1000;
  position: relative;
}
.hs_job_role > div select option[disabled],
.hs_job_function > div select option[disabled],
.hs_job_role > div select option[disabled="disabled"],
.hs_job_function > div select option[disabled="disabled"] {
  color: #000;
}
.hs_job_role > div:after,
.hs_job_function > div:after {
  content: "\edcb";
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  color: #C8C8C8;
  z-index: 1;
}
.section-subscribe .subscribe-container .hbspt-form {
  position: relative;
  margin-top: 35px;
}
.section-subscribe .subscribe-container .hs-form-field {
  margin-bottom: 0;
}
.section-subscribe .subscribe-container .hs_submit {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.section-subscribe .subscribe-container .hs-error-msgs {
  margin-bottom: 0;
}
.section-subscribe .subscribe-container .hs-button {
  color: #fff;
  background-color: #3ec8ed;
  border-color: #3ec8ed;
}
.section-subscribe .subscribe-container .hs-button:focus,
.section-subscribe .subscribe-container .hs-button.focus {
  color: #fff;
  background-color: #15b7e3;
  border-color: #0f7f9d;
}
.section-subscribe .subscribe-container .hs-button:hover {
  color: #fff;
  background-color: #15b7e3;
  border-color: #14b0da;
}
.section-subscribe .subscribe-container .hs-button:active,
.section-subscribe .subscribe-container .hs-button.active,
.open > .dropdown-toggle.section-subscribe .subscribe-container .hs-button {
  color: #fff;
  background-color: #15b7e3;
  border-color: #14b0da;
}
.section-subscribe .subscribe-container .hs-button:active:hover,
.section-subscribe .subscribe-container .hs-button.active:hover,
.open > .dropdown-toggle.section-subscribe .subscribe-container .hs-button:hover,
.section-subscribe .subscribe-container .hs-button:active:focus,
.section-subscribe .subscribe-container .hs-button.active:focus,
.open > .dropdown-toggle.section-subscribe .subscribe-container .hs-button:focus,
.section-subscribe .subscribe-container .hs-button:active.focus,
.section-subscribe .subscribe-container .hs-button.active.focus,
.open > .dropdown-toggle.section-subscribe .subscribe-container .hs-button.focus {
  color: #fff;
  background-color: #129dc2;
  border-color: #0f7f9d;
}
.section-subscribe .subscribe-container .hs-button:active,
.section-subscribe .subscribe-container .hs-button.active,
.open > .dropdown-toggle.section-subscribe .subscribe-container .hs-button {
  background-image: none;
}
.section-subscribe .subscribe-container .hs-button.disabled:hover,
.section-subscribe .subscribe-container .hs-button[disabled]:hover,
fieldset[disabled] .section-subscribe .subscribe-container .hs-button:hover,
.section-subscribe .subscribe-container .hs-button.disabled:focus,
.section-subscribe .subscribe-container .hs-button[disabled]:focus,
fieldset[disabled] .section-subscribe .subscribe-container .hs-button:focus,
.section-subscribe .subscribe-container .hs-button.disabled.focus,
.section-subscribe .subscribe-container .hs-button[disabled].focus,
fieldset[disabled] .section-subscribe .subscribe-container .hs-button.focus {
  background-color: #3ec8ed;
  border-color: #3ec8ed;
}
.section-subscribe .subscribe-container .hs-button .badge {
  color: #3ec8ed;
  background-color: #fff;
}
.section-subscribe .subscribe-container .hs-input {
  color: #3ec8ed;
}
.section-subscribe .subscribe-container .hs-input:focus {
  border-color: #3ec8ed;
}
.section-subscribe .subscribe-container .hs-input:focus {
  border-color: #3ec8ed;
  color: #3ec8ed;
}
.legal-consent-container a {
  color: #FF2896;
}
.legal-consent-container a:hover,
.legal-consent-container a:active {
  color: #f4007d;
}
.with-bg-image .legal-consent-container {
  font-size: 16px;
}
.with-bg-image .legal-consent-container a {
  color: #3ec8ed;
}
.with-bg-image .legal-consent-container a:hover,
.with-bg-image .legal-consent-container a:active {
  color: #15b7e3;
}
.section-subscribe .legal-consent-container p {
  margin: 10px auto 0;
  font-size: 16px;
}
.section-subscribe .legal-consent-container p a {
  color: #3ec8ed;
}
.section-subscribe .legal-consent-container p a:hover,
.section-subscribe .legal-consent-container p a:active {
  color: #15b7e3;
}
.playlist-form {
  position: relative;
}
.playlist-form .hs_submit.hs-submit {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.hs-form-checkbox label span {
  cursor: pointer;
  position: relative;
  display: block;
  padding-left: 28px;
}
.hs-form-checkbox label span:before {
  text-align: center;
  font-size: 11px;
  content: '';
  position: absolute;
  border-radius: 2px;
  top: 2px;
  left: 0;
  border: 1px solid #c8c8c8;
  color: #FF2896;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.hs-form-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.hs-form-checkbox input[type=checkbox]:checked + span:before {
  border-color: #FF2896;
  content: "\ed78";
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hs-form-checkbox input[type=checkbox][disabled] + span {
  cursor: not-allowed;
  opacity: 0.8;
}
.hs-form-radio label span {
  cursor: pointer;
  position: relative;
  display: block;
  padding-left: 28px;
}
.hs-form-radio label span:before {
  text-align: center;
  font-size: 11px;
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 2px;
  left: 0;
  border: 1px solid #c8c8c8;
  color: #FF2896;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.hs-form-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
.hs-form-radio input[type=radio]:checked + span:before {
  border: 4px solid #FF2896;
}
.hs-form-radio input[type=radio][disabled] + span {
  cursor: not-allowed;
  opacity: 0.8;
}
.well {
  padding: 25px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 972px) {
  .well {
    margin-bottom: 40px;
  }
}
.well > *:last-child {
  margin-bottom: 0;
}
.well-stories {
  text-align: center;
  font-size: 15px;
  color: #111;
  background: #fff;
}
.well-stories.well-insight {
  color: #666;
  font-weight: 400;
}
.carousel .item {
  max-width: 100%;
  margin: 0;
}
.img-carousel {
  min-width: 100%;
  min-height: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.img-carousel img,
.img-carousel source {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 50% 0;
}
.carousel-home {
  margin-top: -50px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
}
.carousel-home .btn {
  margin: 0 8px 5px 8px;
  min-width: 0;
  text-shadow: none;
}
.carousel-home video {
  min-width: 100%;
  min-height: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.heading-carousel {
  font-size: 24px;
  text-transform: uppercase;
  margin: 20px 0 5px 0;
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .heading-carousel {
    font-size: 40px;
    margin: 0 0 3px;
  }
  .heading-carousel:before {
    width: 60px;
    height: 0;
    border-bottom: 4px solid #fff;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
  .heading-carousel:after {
    width: 60px;
    height: 0;
    border-bottom: 4px solid #fff;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
  }
}
.bg-carousel {
  text-align: center;
  color: #fff;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.bg-carousel:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
}
.bg-carousel > div {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.bg-carousel > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 20px 60px 20px;
  z-index: 100;
  position: relative;
  font-weight: 400;
  height: 100vh;
}
@media (min-width: 768px) {
  .bg-carousel > div > div {
    font-size: 22px;
  }
}
.bg-carousel > div > div p {
  margin-bottom: 25px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .bg-carousel > div > div p {
    margin-bottom: 33px;
  }
}
.bg-carousel > div > div p:last-child {
  margin-bottom: 0;
}
.bg-carousel-01 {
  background-image: url("../img/images/Home/digital-workplace-wiggle.jpg");
  background-size: contain;
}
.carousel-down {
  color: #fff;
  font-size: 26px;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 90px;
  z-index: 7000;
  animation: carousel-arrow 1s linear infinite;
  cursor: pointer;
}
@media (min-width: 768px) {
  .carousel-down {
    bottom: 45px;
  }
}
.carousel-down:hover {
  color: #3ec8ed;
}
@media (max-width: 767px) {
  @keyframes carousel-arrow {
    0% {
      bottom: 90px;
    }
    50% {
      bottom: 70px;
    }
    100% {
      bottom: 90px;
    }
  }
}
@media (min-width: 768px) {
  @keyframes carousel-arrow {
    0% {
      bottom: 45px;
    }
    50% {
      bottom: 25px;
    }
    100% {
      bottom: 45px;
    }
  }
}
.carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control.left {
  background: none;
}
.carousel-control.right {
  background: none;
}
.carousel-control:hover,
.carousel-control:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control .icon-arrow-left3,
.carousel-control .icon-arrow-right3 {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 5;
  display: inline-block;
  font-size: 36px;
}
.carousel-control .icon-arrow-left3 {
  left: 10px;
  display: none;
}
@media (min-width: 768px) {
  .carousel-control .icon-arrow-left3 {
    left: 35px;
    display: block;
  }
}
.carousel-control .icon-arrow-right3 {
  right: 10px;
  display: none;
}
@media (min-width: 768px) {
  .carousel-control .icon-arrow-right3 {
    right: 35px;
    display: block;
  }
}
.carousel-full {
  margin-left: -20px;
  margin-right: -20px;
}
.carousel-full .image {
  margin: 0;
}
.carousel-full .carousel-inner > .item {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.table-responsive {
  border: 0;
}
.table-features {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
  text-align: center;
  text-transform: uppercase;
}
.table-features > thead > tr > th,
.table-features > tbody > tr > th,
.table-features > tfoot > tr > th,
.table-features > thead > tr > td,
.table-features > tbody > tr > td,
.table-features > tfoot > tr > td {
  line-height: 1.65;
  vertical-align: top;
  padding: 0 12px;
  white-space: nowrap;
  vertical-align: middle;
}
@media (min-width: 768px) {
}
.table-features > thead > tr > th:first-child,
.table-features > tbody > tr > th:first-child,
.table-features > tfoot > tr > th:first-child,
.table-features > thead > tr > td:first-child,
.table-features > tbody > tr > td:first-child,
.table-features > tfoot > tr > td:first-child {
  padding-left: 0;
}
.table-features > thead > tr > th:last-child,
.table-features > tbody > tr > th:last-child,
.table-features > tfoot > tr > th:last-child,
.table-features > thead > tr > td:last-child,
.table-features > tbody > tr > td:last-child,
.table-features > tfoot > tr > td:last-child {
  padding-right: 0;
}
.table-features > thead > tr > th .btn,
.table-features > tbody > tr > th .btn,
.table-features > tfoot > tr > th .btn,
.table-features > thead > tr > td .btn,
.table-features > tbody > tr > td .btn,
.table-features > tfoot > tr > td .btn {
  margin-top: 24px;
}
.table-features > thead > tr > th > span,
.table-features > tbody > tr > th > span,
.table-features > tfoot > tr > th > span,
.table-features > thead > tr > td > span,
.table-features > tbody > tr > td > span,
.table-features > tfoot > tr > td > span {
  border: 1px solid #c8c8c8;
  display: block;
  padding: 7px;
  margin-top: -1px;
}
.table-features > thead > tr > th > span span,
.table-features > tbody > tr > th > span span,
.table-features > tfoot > tr > th > span span,
.table-features > thead > tr > td > span span,
.table-features > tbody > tr > td > span span,
.table-features > tfoot > tr > td > span span {
  color: #FF2896;
  font-size: 24px;
  position: relative;
  display: block;
}
.table-features > thead > tr > th > span.td-rating,
.table-features > tbody > tr > th > span.td-rating,
.table-features > tfoot > tr > th > span.td-rating,
.table-features > thead > tr > td > span.td-rating,
.table-features > tbody > tr > td > span.td-rating,
.table-features > tfoot > tr > td > span.td-rating {
  white-space: nowrap;
  padding-bottom: 3px;
}
.table-features > thead > tr > th > span.td-rating span,
.table-features > tbody > tr > th > span.td-rating span,
.table-features > tfoot > tr > th > span.td-rating span,
.table-features > thead > tr > td > span.td-rating span,
.table-features > tbody > tr > td > span.td-rating span,
.table-features > tfoot > tr > td > span.td-rating span {
  display: inline-block;
}
.table-features > thead > tr > th {
  text-align: center;
  color: #112a3f;
  vertical-align: center;
}
@media (min-width: 768px) {
  .table-features > thead > tr > th {
    font-size: 24px;
  }
}
.table-features > thead > tr > th small {
  display: block;
  color: #666;
  font-weight: 400;
  font-size: 14px;
}
.table-features > thead > tr > th > span {
  margin-top: 0;
}
.table-feature-list {
  border: 1px solid #eceef2;
  width: 100%;
  font-weight: 400;
}
@media (min-width: 768px) {
  .table-feature-list {
    text-align: center;
  }
}
.table-feature-list > thead > tr > th,
.table-feature-list > tbody > tr > th,
.table-feature-list > tfoot > tr > th,
.table-feature-list > thead > tr > td,
.table-feature-list > tbody > tr > td,
.table-feature-list > tfoot > tr > td {
  border: 1px solid #eceef2;
  padding: 10px;
  vertical-align: top;
}
.table-feature-list > thead > tr > th,
.table-feature-list > tbody > tr > th,
.table-feature-list > tfoot > tr > th {
  text-align: center;
  text-transform: uppercase;
  color: #112a3f;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
}
@media (min-width: 972px) {
  .table-feature-list > thead > tr > th.th-status,
  .table-feature-list > tbody > tr > th.th-status,
  .table-feature-list > tfoot > tr > th.th-status {
    width: 180px;
  }
}
@media (min-width: 972px) {
  .table-feature-list > thead > tr > th.th-name,
  .table-feature-list > tbody > tr > th.th-name,
  .table-feature-list > tfoot > tr > th.th-name {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .table-feature-list {
    display: block;
    border: 0;
  }
  .table-feature-list thead,
  .table-feature-list tbody,
  .table-feature-list th,
  .table-feature-list td,
  .table-feature-list tr {
    display: block;
  }
  .table-feature-list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-feature-list tr {
    margin-bottom: 20px;
  }
  .table-feature-list td {
    position: relative;
    padding-left: 110px !important;
    border-bottom: 0 !important;
  }
  .table-feature-list td:last-child {
    border: 1px solid #eceef2 !important;
  }
  .table-feature-list td:before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 120px;
    white-space: nowrap;
  }
  .table-feature-list td:nth-of-type(1):before {
    content: "Reference:";
  }
  .table-feature-list td:nth-of-type(2):before {
    content: "Name:";
  }
  .table-feature-list td:nth-of-type(3):before {
    content: "Release:";
  }
  .table-feature-list td:nth-of-type(4):before {
    content: "Type:";
  }
  .table-feature-list td:nth-of-type(5):before {
    content: "Status:";
  }
  .table-feature-list td:nth-of-type(6):before {
    content: "Description:";
  }
}
.status-shipped,
.status-in-design,
.status-ready-to-develop,
.status-under-consideration,
.status-ready-to-ship {
  display: block;
  width: 100%;
  height: 3px;
  position: relative;
}
@media (min-width: 768px) {
  .status-shipped,
  .status-in-design,
  .status-ready-to-develop,
  .status-under-consideration,
  .status-ready-to-ship {
    margin-bottom: -5px;
  }
}
.status-shipped {
  background: #8cc152;
}
.status-in-design {
  background: #8a78b6;
}
.status-ready-to-develop {
  background: #f56d57;
}
.status-ready-to-ship {
  background: #ffce54;
}
.status-under-consideration {
  background: #3bafda;
}
.table-pricing-wrap {
  position: relative;
}
.table-pricing {
  min-width: 100%;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
}
.table-pricing tr {
  border-bottom: 1px solid #c8c8c8;
}
.table-pricing th {
  font-weight: normal;
}
.table-pricing th a {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  display: inline-block;
}
.table-pricing th a span {
  padding: 5px;
  margin: -5px 0;
}
.table-pricing th a:hover,
.table-pricing th a:focus {
  text-decoration: none;
}
.table-pricing th img + a {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  margin-left: 5px;
}
.table-pricing small {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.table-pricing tbody td:first-child {
  width: 550px;
}
.table-pricing tbody th,
.table-pricing tbody td {
  padding-top: 10px;
  padding-bottom: 15px;
  vertical-align: top;
  height: 70px;
}
.table-pricing thead th,
.table-pricing thead td {
  padding-top: 70px;
  padding-bottom: 15px;
  vertical-align: bottom;
  font-weight: 500;
  color: #3ec8ed;
}
.table-pricing thead small {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
.table-pricing thead:first-child th,
.table-pricing thead:first-child td {
  padding-top: 40px;
}
.table-pricing .th-hub,
.table-pricing .th-engage {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.table-pricing .th-hub img,
.table-pricing .th-engage img {
  margin: auto;
}
@media (min-width: 768px) {
  .table-pricing .th-hub,
  .table-pricing .th-engage {
    width: 20% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.table-pricing .td-hub {
  padding-left: 10px;
  padding-right: 10px;
  width: 20%;
  text-align: center;
}
@media (min-width: 768px) {
  .table-pricing .td-hub {
    margin-bottom: -5px;
    width: 25% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.table-pricing .th-hub {
  vertical-align: top !important;
}
.table-pricing .icon-hub,
.table-pricing .icon-engage {
  color: #3ec8ed;
  font-size: 50px;
  display: inline-block;
}
.table-pricing img {
  height: auto;
}
.table-pricing .td-tag {
  width: 50%;
  text-align: center;
  padding-top: 20px;
  font-family: 'Roboto Condensed', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.table-pricing.table-roadmap tbody th,
.table-pricing.table-roadmap body th,
.table-pricing.table-roadmap tbody td,
.table-pricing.table-roadmap body td {
  height: 92px;
}
@media only screen and (max-width: 767px) {
  .table-pricing .tag {
    font-size: 14px;
    white-space: nowrap;
  }
}
.table-pricing .tag {
  color: white;
  padding: 5px 8px;
  border-radius: 2px;
}
.table-pricing a {
  text-decoration: none;
}
.icon-included,
.icon-additional-fee {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #3FC3A3;
  display: inline-block;
  vertical-align: middle;
}
.icon-included {
  background: #3FC3A3;
}
.legend-pricing {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
}
.legend-pricing li {
  display: inline-block;
  margin-right: 40px;
}
.legend-pricing li:last-child {
  margin-right: 0;
}
.legend-pricing .icon-included,
.legend-pricing .icon-additional-fee {
  margin-right: 10px;
}
@media (min-width: 1320px) {
  .legend-pricing {
    position: absolute;
    right: 107%;
    top: 110px;
    white-space: nowrap;
    transform-origin: 100% 0;
    transform: rotate(-90deg);
  }
}
@media (min-width: 768px) {
  .modal-features .item-features {
    font-size: 13px;
  }
}
.modal-features .item-features a {
  color: #999;
  display: block;
}
.modal-features .item-features a:hover {
  color: #3ec8ed;
  text-decoration: none;
}
@media (max-height: 800px) {
  .modal-features .item-features {
    margin-bottom: 20px !important;
  }
}
.modal-features .heading-features {
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 0;
}
.modal-features .heading-features span {
  display: block;
  font-size: 30px;
  margin-bottom: 7px;
}
@media (max-height: 800px) {
  .modal-features .heading-features {
    font-size: 15px;
  }
  .modal-features .heading-features span {
    font-size: 26px;
  }
}
.modal-features .modal-dialog {
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: table;
  height: 100%;
  width: 100%;
}
@media (max-height: 800px) {
  .modal-features .modal-dialog {
    padding-top: 75px;
  }
}
.modal-features .modal-content {
  background: transparent;
  color: #999;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: table-cell;
  vertical-align: top;
}
@media (min-width: 768px) {
  .modal-features .modal-content {
    padding: 0 30px;
    vertical-align: middle;
  }
}
@media (max-height: 800px) {
  .modal-features .modal-content {
    vertical-align: top;
  }
}
.modal-features .modal-body {
  background: #202020;
  width: auto;
  max-width: 1470px;
}
@media (min-width: 768px) {
  .modal-features .modal-body {
    padding: 40px 100px;
  }
}
@media (max-height: 800px) {
  .modal-features .modal-body {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.modal-features .modal-body .close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #999;
  opacity: 1;
  font-size: 38px;
  z-index: 9999;
  text-shadow: none;
}
@media (min-width: 768px) {
  .modal-features .modal-body .close {
    top: 25px;
    right: 30px;
  }
}
@media (max-height: 800px) {
  .modal-features .modal-body .close {
    top: 5px;
  }
}
@media (max-width: 767px) {
  .slide-in {
    z-index: 10000;
  }
}
.slide-in.modal {
  background: rgba(0, 0, 0, 0.6);
  -ms-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.8s ease-in-out;
  display: block !important;
  max-width: 100%;
}
.slide-in.modal.in {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.8s ease-in-out;
}
.lt-ie9 .slide-in.modal.in {
  position: absolute;
  top: -150%;
}
.slide-in .modal-dialog {
  margin: 60px 0 0;
}
@media (min-width: 972px) {
  .slide-in .modal-dialog {
    margin: 110px auto 0;
  }
  .mobile .slide-in .modal-dialog {
    margin-top: 110px;
  }
}
@media (min-width: 1200px) and (min-height: 750px) {
  .slide-in .modal-dialog {
    margin: 180px auto 0;
  }
  .mobile .slide-in .modal-dialog {
    margin-top: 110px;
  }
}
@media (max-width: 767px) {
  .slide-in .modal-dialog {
    margin: 0;
  }
}
.slide-in .modal-dialog .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 30px;
  z-index: 15;
  outline: none;
}
.slide-in .modal-dialog .close:hover {
  color: #fff;
}
.slide-in .modal-content {
  position: relative;
  background-color: #212121;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  color: #fff;
  width: 100%;
  box-shadow: none;
  border-radius: 5px;
}
@media (min-width: 1200px) and (min-height: 801px) {
  .slide-in .modal-content .modal-body {
    padding-top: 60px;
  }
}
@media (min-width: 767px) {
  .slide-in .modal-content {
    border: 1px solid rgba(170, 170, 170, 0.3);
  }
}
.slide-in.search .modal-content {
  padding: 20px;
  min-height: 500px;
}
@media (min-width: 768px) {
  .slide-in.search .modal-content {
    width: 80%;
    margin: 0 auto;
  }
}
.slide-in.search .modal-content .modal-body {
  padding: 0;
}
.slide-in.search .modal-content .results-wrapper {
  margin-top: 20px;
}
.slide-in.search .modal-content .results-wrapper:before,
.slide-in.search .modal-content .results-wrapper:after {
  content: "";
  width: 100%;
  height: 11px;
  position: absolute;
  display: block;
  z-index: 1;
}
.slide-in.search .modal-content .results-wrapper:before {
  background: linear-gradient(#212121, rgba(33, 33, 33, 0));
}
.slide-in.search .modal-content .results-wrapper:after {
  background: linear-gradient(rgba(33, 33, 33, 0), #212121);
  bottom: 0;
}
.slide-in.search .modal-content .simplebar {
  height: 420px;
  margin-top: 20px;
}
.slide-in.search .modal-content .simplebar .simplebar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  width: 3px;
  right: 8px;
}
.slide-in.search .modal-content .simplebar .simplebar-track .simplebar-scrollbar {
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  right: -2px;
}
.slide-in.search .modal-content .simplebar .simplebar-scroll-content {
  margin-right: 20px;
  padding: 10px 20px 0 5px;
  width: 100% !important;
}
.firefox .slide-in.search .modal-content .simplebar .simplebar-scroll-content {
  width: calc(100% + 18px) !important;
  padding-right: 30px;
  height: 100% !important;
}
.slide-in.search .modal-content input {
  background: #3A3A3A;
  width: calc(100% - 40px);
  border-radius: 3px;
  border: none;
  font-size: 16px;
  padding: 5px 15px;
  color: #fff;
  outline: none;
}
.slide-in.search .modal-content input::-webkit-input-placeholder {
  color: #fff;
}
.slide-in.search .modal-content input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.slide-in.search .modal-content input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.slide-in.search .modal-content input:-ms-input-placeholder {
  color: #fff;
}
.slide-in.search .modal-content input:placeholder-shown {
  color: #fff;
}
.slide-in.search .modal-content img {
  color: #212121;
  margin-bottom: 15px;
}
.slide-in.search .modal-content .media-list li {
  border-bottom: 1px solid #3A3A3A;
  padding-right: 40px;
}
.slide-in.search .modal-content .media-list a {
  color: #fff;
  display: table;
  table-layout: fixed;
}
.slide-in.search .modal-content .media-list a .media-heading {
  font-size: 14px;
  max-height: 38px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.slide-in.search .modal-content .media-list a .search-description {
  color: #AEADAD;
  line-height: 18px;
  font-size: 13px;
  max-height: 54px;
}
.slide-in.search .modal-content .media-list a:hover {
  text-decoration: none;
}
.slide-in.search .modal-content .media-list a:hover .media-heading {
  text-decoration: underline;
}
.slide-in.search .modal-content .media-list .no-results {
  text-align: center;
  font-size: 18px;
  border: none;
  padding: 0;
}
.slide-in.search .modal-content .btn {
  text-align: center;
}
@media (min-width: 972px) and (max-height: 750px) {
  .slide-in.search .modal-content {
    min-height: calc(100vh - 180px);
  }
  .slide-in.search .modal-content .simplebar {
    height: calc(100vh - 285px);
  }
}
@media (min-width: 972px) {
  .slide-in.search .modal-dialog {
    max-width: 700px;
  }
  .slide-in.search .modal-content input {
    height: 44px;
  }
  .slide-in.search .modal-content .close {
    margin-top: 12px;
  }
}
@media (max-width: 971px) {
  .slide-in.search .modal-content {
    min-height: calc(100vh - 140px);
  }
  .slide-in.search .modal-content .modal-body {
    padding: 0;
  }
  .slide-in.search .modal-content input {
    width: calc(100% - 40px);
    font-size: 12px;
    padding: 5px 15px;
    margin-top: -5px;
  }
  .slide-in.search .modal-content .close {
    margin-top: 5px;
  }
  .slide-in.search .modal-content .simplebar {
    height: calc(100vh - 165px);
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .slide-in.search .modal-content {
    min-height: calc(100vh - 80px);
  }
  .slide-in.search .modal-content .simplebar {
    min-height: calc(100vh - 215px);
  }
  .slide-in.search .modal-content .simplebar ul {
    padding-top: 7px;
  }
  .slide-in.search .modal-content .media-list a .media-heading {
    height: auto;
    max-height: 56px;
  }
}
@media (max-width: 971px) {
  body.fixed {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
  }
  body.fixed .nav-up {
    top: 0 !important;
  }
}
.head {
  background: #000;
  color: #999;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 7500;
}
@media (min-width: 972px) {
  .head.head-alt {
    background: transparent;
  }
  .head.head-alt .navbar-inverse {
    background: transparent;
  }
  .head.head-alt.solid {
    background: #202020;
  }
}
.nav-up {
  top: -50px;
}
@media (min-width: 972px) {
  .nav-up {
    top: -75px;
  }
}
.navbar {
  border: 0;
  margin: 0;
  min-height: auto;
}
.navbar .container-fluid:before,
.navbar .container-fluid:after {
  content: " ";
  display: table;
}
.navbar .container-fluid:after {
  clear: both;
}
.navbar .container-fluid:before,
.navbar .container-fluid:after {
  content: " ";
  display: table;
}
.navbar .container-fluid:after {
  clear: both;
}
@media (min-width: 972px) {
  .navbar .navbar-nav {
    padding: 17px 0;
  }
}
.navbar .navbar-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
}
@media (min-width: 972px) {
  .navbar .navbar-nav > li {
    border-bottom: 0;
  }
}
@media (max-width: 971px) {
  .navbar .navbar-nav > li.search {
    display: none;
  }
}
.navbar .navbar-nav > li.search > a {
  font-size: 20px;
}
@media (min-width: 972px) {
  .navbar .navbar-nav > li.search > a {
    line-height: 24px;
  }
}
@media (min-width: 972px) {
  .navbar .navbar-nav > li.with-button {
    margin: 0 5px 0 10px;
  }
}
@media (min-width: 972px) {
  .navbar .navbar-nav > li.with-button {
    margin: 0 20px;
  }
}
.navbar .navbar-nav > li > a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 2px 2px 3px #222;
}
@media (min-width: 972px) and (max-width: 1989px) {
  .navbar .navbar-nav > li > a {
    padding-left: 11px;
    padding-right: 11px;
  }
}
@media (min-width: 1105px) {
  .navbar .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navbar .navbar-nav > li > a span {
  margin-left: 5px;
}
.navbar .navbar-nav > li > a span.icon-search {
  font-size: 20px;
  margin-left: 0;
  vertical-align: middle;
}
.navbar .navbar-nav > li > a.link-btn {
  color: #3ec8ed;
  text-shadow: none;
}
.navbar .navbar-nav > li > a.link-btn:hover {
  color: #1192b4;
}
@media (min-width: 972px) {
  .navbar .navbar-nav > li > a.link-btn {
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    padding: 7px 15px;
    font-size: 15px;
    line-height: 1.65;
    border-radius: 2px;
    color: #fff;
    background-color: #3ec8ed;
    border-color: #fff;
  }
  .navbar .navbar-nav > li > a.link-btn:focus,
  .navbar .navbar-nav > li > a.link-btn.focus {
    color: #fff;
    background-color: #15b7e3;
    border-color: #bfbfbf;
  }
  .navbar .navbar-nav > li > a.link-btn:hover {
    color: #fff;
    background-color: #15b7e3;
    border-color: #e0e0e0;
  }
  .navbar .navbar-nav > li > a.link-btn:active,
  .navbar .navbar-nav > li > a.link-btn.active,
  .open > .dropdown-toggle.navbar .navbar-nav > li > a.link-btn {
    color: #fff;
    background-color: #15b7e3;
    border-color: #e0e0e0;
  }
  .navbar .navbar-nav > li > a.link-btn:active:hover,
  .navbar .navbar-nav > li > a.link-btn.active:hover,
  .open > .dropdown-toggle.navbar .navbar-nav > li > a.link-btn:hover,
  .navbar .navbar-nav > li > a.link-btn:active:focus,
  .navbar .navbar-nav > li > a.link-btn.active:focus,
  .open > .dropdown-toggle.navbar .navbar-nav > li > a.link-btn:focus,
  .navbar .navbar-nav > li > a.link-btn:active.focus,
  .navbar .navbar-nav > li > a.link-btn.active.focus,
  .open > .dropdown-toggle.navbar .navbar-nav > li > a.link-btn.focus {
    color: #fff;
    background-color: #129dc2;
    border-color: #bfbfbf;
  }
  .navbar .navbar-nav > li > a.link-btn:active,
  .navbar .navbar-nav > li > a.link-btn.active,
  .open > .dropdown-toggle.navbar .navbar-nav > li > a.link-btn {
    background-image: none;
  }
  .navbar .navbar-nav > li > a.link-btn.disabled:hover,
  .navbar .navbar-nav > li > a.link-btn[disabled]:hover,
  fieldset[disabled] .navbar .navbar-nav > li > a.link-btn:hover,
  .navbar .navbar-nav > li > a.link-btn.disabled:focus,
  .navbar .navbar-nav > li > a.link-btn[disabled]:focus,
  fieldset[disabled] .navbar .navbar-nav > li > a.link-btn:focus,
  .navbar .navbar-nav > li > a.link-btn.disabled.focus,
  .navbar .navbar-nav > li > a.link-btn[disabled].focus,
  fieldset[disabled] .navbar .navbar-nav > li > a.link-btn.focus {
    background-color: #3ec8ed;
    border-color: #fff;
  }
  .navbar .navbar-nav > li > a.link-btn .badge {
    color: #3ec8ed;
    background-color: #fff;
  }
}
@media (max-width: 971px) {
  .navbar-collapse {
    position: fixed;
    width: 100%;
    left: 0;
    top: 50px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: #202020;
    z-index: 9999;
    max-height: calc(100% - 50px);
    overflow: auto;
  }
}
@media (min-width: 972px) {
  .navbar-nav > li.dropdown:hover > a {
    color: #fff;
  }
  .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navbar-nav > li.dropdown:hover > .dropdown-menu > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.navbar-nav > li > .dropdown-menu {
  background: none;
  border: 0;
  padding: 0;
}
@media (min-width: 972px) {
  .navbar-nav > li > .dropdown-menu {
    width: 310px;
    padding-top: 17px;
  }
}
.navbar-nav > li > .dropdown-menu li > a {
  color: #fff;
  white-space: normal;
  padding: 15px 15px 15px 80px !important;
  position: relative;
  background: rgba(32, 32, 32, 0.95);
}
.navbar-nav > li > .dropdown-menu li > a:hover {
  background: rgba(35, 35, 35, 0.9);
}
.navbar-nav > li > .dropdown-menu li > a > strong {
  font-weight: bold;
  text-transform: uppercase;
}
.navbar-nav > li > .dropdown-menu li > a span {
  line-height: 1.4;
}
.navbar-nav > li > .dropdown-menu li > a > .icon-nav {
  display: none;
}
@media (min-width: 972px) {
  .navbar-nav > li > .dropdown-menu li > a > .icon-nav {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 28px;
    display: block;
  }
}
.navbar-nav > li > .dropdown-menu li > a > .icon-nav-arrow {
  display: none;
}
@media (min-width: 972px) {
  .navbar-nav > li > .dropdown-menu li > a > .icon-nav-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    margin-top: -8px;
  }
}
.navbar-nav > li > .dropdown-menu li > a > .hidden-xs {
  display: none !important;
}
@media (min-width: 972px) {
  .navbar-nav > li > .dropdown-menu li > a > .hidden-xs {
    display: block !important;
  }
}
@media (min-width: 972px) {
  .navbar-nav > li > .dropdown-menu li.dropdown > a {
    padding-right: 40px !important;
  }
  .navbar-nav > li > .dropdown-menu li .dropdown-menu {
    left: 100%;
    top: 0;
    border: 0;
    width: 100%;
    background: transparent;
  }
  .navbar-nav > li > .dropdown-menu li .dropdown-menu > li > a {
    padding: 15px 15px 15px 80px !important;
    color: #999;
  }
}
@media (min-width: 972px) and (min-width: 972px) {
  .navbar-nav > li > .dropdown-menu li .dropdown-menu > li > a > .icon-nav {
    top: 9px;
  }
}
@media (min-width: 972px) {
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-features > a .icon-nav,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-features > a .icon-nav-arrow,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-features > a strong {
    color: #3EC8ED;
  }
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-platform > a .icon-nav,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-intranet-basics > a .icon-nav,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-platform > a .icon-nav-arrow,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-intranet-basics > a .icon-nav-arrow,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-platform > a strong,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-intranet-basics > a strong {
    color: #FF2896;
  }
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-capabilities > a .icon-nav,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-capabilities > a .icon-nav-arrow,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-capabilities > a strong {
    color: #3FC3A3;
  }
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-pricing > a .icon-nav,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-pricing > a .icon-nav-arrow,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-pricing > a strong {
    color: #FCDA0E;
  }
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-blog > a .icon-nav,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-blog > a .icon-nav-arrow,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-blog > a strong {
    color: #df1a67;
  }
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-news > a .icon-nav,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-news > a .icon-nav-arrow,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-news > a strong {
    color: #3ec8ed;
  }
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-case-study > a .icon-nav,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-case-study > a .icon-nav-arrow,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-case-study > a strong {
    color: #FF2896;
  }
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-guides > a .icon-nav,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-guides > a .icon-nav-arrow,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-guides > a strong {
    color: #B479FF;
  }
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-events > a .icon-nav,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-events > a .icon-nav-arrow,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-events > a strong {
    color: #3FC3A3;
  }
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-webinar > a .icon-nav,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-webinar > a .icon-nav-arrow,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-webinar > a strong {
    color: #f00;
  }
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-about > a .icon-nav,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-about > a .icon-nav-arrow,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-about > a strong {
    color: #3EC8ED;
  }
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-faqs > a .icon-nav,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-faqs > a .icon-nav-arrow,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-faqs > a strong {
    color: #3FC3A3;
  }
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-success > a .icon-nav,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-success > a .icon-nav-arrow,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-success > a strong {
    color: #B479FF;
  }
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-integrations > a .icon-nav,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-integrations > a .icon-nav-arrow,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-integrations > a strong {
    color: #3FC3A3;
  }
}
@media (max-width: 971px) {
  .navbar-nav > li .dropdown-menu {
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    font-size: 15px;
    position: relative;
  }
  .navbar-nav > li .dropdown-menu .visible-xs {
    display: inline-block !important;
  }
  .navbar-nav > li .dropdown-menu li > a {
    line-height: 1.4;
    color: inherit;
    white-space: normal;
    padding: 10px 15px 10px 30px !important;
  }
  .navbar-nav > li.active > .dropdown-menu {
    position: relative;
    width: 100%;
    float: none;
    display: block;
  }
  .navbar-nav > li.active > .dropdown-menu a:hover,
  .navbar-nav > li.active > .dropdown-menu a:focus,
  .navbar-nav > li.active > .dropdown-menu a:active {
    color: #fff;
    background: transparent;
  }
}
.navbar-nav .dropdown-menu li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.navbar-nav .dropdown-menu li > ul.active {
  display: block;
}
@media (min-width: 972px) {
  .navbar-nav .dropdown-menu li > ul {
    display: none;
  }
}
.navbar-nav .dropdown-menu li > ul > li > a {
  padding: 5px 15px 5px 60px !important;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.navbar-nav .dropdown-menu li > ul > li > a:hover {
  text-decoration: none;
  color: #fff;
}
.navbar-header {
  position: relative;
}
.navbar-brand {
  float: none;
  text-align: center;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  height: auto;
}
.navbar-brand img {
  display: inline-block;
}
@media (min-width: 972px) {
  .navbar-brand {
    padding: 15px 40px;
    margin-right: -40px;
  }
}
@media (min-width: 972px) {
  .img-logo {
    width: auto;
    height: 45px;
  }
}
.navbar-toggle {
  margin: 0;
  padding: 0 20px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  border: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-wrap {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}
.navbar-nav-secondary {
  margin: 0 auto;
  padding: 0 10px;
  list-style: none;
  text-align: center;
  white-space: nowrap;
  display: table;
  width: 100%;
  max-width: 1800px;
}
@media (min-width: 768px) {
  .navbar-nav-secondary {
    padding: 0 20px;
  }
}
.navbar-nav-secondary li {
  display: table-cell;
}
.navbar-nav-secondary li:nth-child(1) {
  width: 12.5%;
}
.navbar-nav-secondary li:nth-child(2) {
  width: 11.5%;
}
.navbar-nav-secondary li:nth-child(3) {
  width: 11.5%;
}
.navbar-nav-secondary li:nth-child(4) {
  width: 10.5%;
}
.navbar-nav-secondary li:nth-child(5) {
  width: 13%;
}
.navbar-nav-secondary li:nth-child(6) {
  width: 10%;
}
.navbar-nav-secondary li:nth-child(7) {
  width: 12.25%;
}
.navbar-nav-secondary li:nth-child(8) {
  width: 12.25%;
}
.navbar-nav-secondary li:nth-child(9) {
  width: 8.5%;
}
.navbar-nav-secondary li a {
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  padding: 18px 12px 10px 12px;
}
@media (min-width: 768px) {
  .navbar-nav-secondary li a {
    padding: 18px 12px 13px 12px;
  }
}
.navbar-nav-secondary li a:hover {
  color: #fff;
}
.navbar-nav-secondary li.active a {
  color: #fff;
}
.navbar-nav-secondary span {
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 2px;
}
@media (min-width: 972px) {
  .navbar-nav-secondary span {
    font-size: 26px;
    margin-bottom: 4px;
  }
}
.section-subscribe {
  background: #202020;
  color: #999;
  text-align: center;
  font-size: 18px;
}
.section-subscribe .container {
  padding-top: 60px;
  padding-bottom: 30px;
}
.heading-subscribe {
  margin: 55px 0 10px 0;
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}
.input-group-subscribe {
  margin-top: 35px;
}
.input-group-subscribe .form-control {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-popular-pages {
  background: #292929;
  text-align: center;
  padding-bottom: 37px;
  padding-bottom: 60px;
  background-color: #202020;
}
.section-popular-pages a {
  color: #fff;
}
.link-popular-pages {
  display: inline-block;
  color: #fff;
  font-size: 22px;
}
.link-popular-pages:hover,
.link-popular-pages:active,
.link-popular-pages:focus,
.link-popular-pages:visited {
  text-decoration: none;
}
.link-popular-pages:after {
  display: inline-block;
  color: #3ec8ed;
  font-size: 16px;
  margin-left: 15px;
  content: "\ed6d";
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.link-popular-pages.collapsed:after {
  content: "\ed6c";
}
.heading-popular {
  display: block;
  margin: 40px 0 15px 0;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
.list-popular {
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .list-popular {
    margin-bottom: 0;
  }
}
.list-popular a {
  display: block;
  padding: 5px;
  color: #999;
}
.list-popular a:hover {
  color: #fff;
  text-decoration: none;
}
.list-popular.list-popular-alt:before,
.list-popular.list-popular-alt:after {
  content: " ";
  display: table;
}
.list-popular.list-popular-alt:after {
  clear: both;
}
.list-popular.list-popular-alt:before,
.list-popular.list-popular-alt:after {
  content: " ";
  display: table;
}
.list-popular.list-popular-alt:after {
  clear: both;
}
@media (min-width: 1200px) {
  .list-popular.list-popular-alt li {
    width: 50%;
    float: left;
  }
}
.section-partners {
  background: #202020;
  text-align: center;
}
.featured-partner {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .featured-partner {
    margin-bottom: 30px;
  }
}
.featured-partner:after {
  content: " ";
  display: block;
  margin: 20px auto 0 auto;
  width: 70px;
  height: 0;
  border-bottom: 2px solid #FFD700;
}
.list-partners {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .list-partners {
    display: table;
    width: 100%;
  }
}
.list-partners li {
  margin-bottom: 30px;
}
.list-partners li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .list-partners li {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0 16px;
  }
  .list-partners li:first-child {
    padding-left: 0;
  }
  .list-partners li:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .img-partners-microsoft {
    width: 190px;
    height: auto;
  }
  .img-partners-office {
    width: 139px;
    height: auto;
  }
  .img-partners-azure {
    width: 190px;
    height: auto;
  }
  .img-partners-sharepoint {
    width: 160px;
    height: auto;
  }
  .img-partners-yammer {
    width: 120px;
    height: auto;
  }
  .img-partners-onedrive {
    width: 155px;
    height: auto;
  }
  .img-partners-skype {
    width: 85px;
    height: auto;
  }
}
.foot {
  background: #292929;
  color: #999;
  font-size: 12px;
  padding: 25px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .foot {
    padding: 15px 0;
  }
}
.foot a {
  color: #999;
}
.nav-foot {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-left: -10px;
  margin: 0 0 15px 0;
}
.nav-foot > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.nav-foot > li {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .nav-foot {
    float: left;
    text-align: left;
    margin: 0;
  }
}
@media (min-width: 1100px) {
  .nav-foot {
    margin-right: -110px;
  }
  .nav-foot li:first-child {
    padding-left: 0;
  }
}
.nav-foot a:hover {
  color: #fff;
}
.nav-social {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-left: -10px;
  margin: 0;
  font-size: 24px;
}
.nav-social > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.nav-social > li {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .nav-social {
    float: right;
    text-align: right;
    margin-left: -140px;
  }
  .nav-social li:last-child {
    padding-right: 0;
  }
}
.nav-social a {
  text-decoration: none;
}
.nav-social a:hover {
  color: #fff;
}
.nav-social span {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .row-foot {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .row-foot > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
.logo-foot {
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .logo-foot {
    margin: 0 0 3px 0;
  }
}
.copyright {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .copyright {
    margin: 0;
  }
}
.team-item-image {
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #21b9ed;
  bottom: -1px;
  height: 0;
  padding-bottom: 111%;
}
.team-item-image img {
  width: 100%;
}
.team-item-image a {
  color: #666;
  text-decoration: none;
}
.team-item-image:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.team-item:hover .team-item-detail {
  opacity: 1;
  z-index: 2;
}
.team-item:hover .team-item-image:after {
  background: rgba(255, 255, 255, 0.91);
  z-index: 1;
}
.team-item-detail {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 20px 23px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.team-item-detail .ellipsis {
  height: 95px;
}
.team-item-descr {
  color: #666;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.team-item-name {
  margin-top: 5px;
  font-size: 17px;
}
.team-item .team-social-links {
  font-size: 14px;
}
.team-item .team-social-links a {
  display: inline-block;
  padding: 3px 7px;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.team-item .team-social-links a:hover {
  color: rgba(0, 0, 0, 0.75);
}
.heading-team-item {
  font-size: 26px;
  font-weight: 400;
}
/*
.dropdown.filter-collapse {
    text-align: center;
    margin-bottom: 30px;

    @media (min-width:@screen-sm-min) {
        button {
            display: none;
        }
    }

    .dropdown-menu {
        width: 350px;
        left: 50%;
        margin-top: 20px;
        margin-left: -175px;
        border-radius: 2px;
        background: @light-blue;
        padding: 2px;
        border: 1px solid @light-blue;

        @media (max-width: @screen-xs-max) {
            width: 300px;
            margin-left: -150px;
        }

        &.open {
            display: block;
        }

        &:before {
            content: " ";
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 15px solid @light-blue;
            position: absolute;
            left: 50%;
            margin-left: -15px;
            top: -15px;
        }

        > li {
            border-top: 1px solid darken(@light-blue, 10%);
            text-align: center;

            &:first-child:hover a:after,
            &.active:first-child a:after {
                content: " ";
                border-left: 16px solid transparent;
                border-right: 16px solid transparent;
                border-bottom: 16px solid darken(@light-blue, 10%);
                position: absolute;
                left: 50%;
                margin-left: -16px;
                top: -12px;
                z-index: 2;
            }

            > a {
                color: #fff;
                padding: 10px;
                text-transform: uppercase;

                .menu-icon {
                    display: none;
                }

                &:hover, &:focus {
                    background-color: darken(@light-blue, 10%);
                }
            }

            &:first-child {
                border-top: none;
            }

            &.active {
                a {
                    background-color: darken(@light-blue, 10%);
                }
            }
        }
    }

    @media (min-width:@screen-sm-min) {
        .dropdown-menu {
            display: block;
            position: relative;
            left: 0;
            width: 100%;
            background: transparent;
            border: none;
            box-shadow: none;
            margin: 0;
            font-size: 18px;
            font-weight: 400;
            text-align: center;

            &:before {
                display: none;
            }

            > li {
                border: none;
                display: inline-block;

                &.active a {
                    color: @global-gray-font-color;
                    cursor: default;

                    .menu-icon {
                        background: @light-blue;
                    }

                    &:hover {
                        color: @global-gray-font-color;
                    }
                }

                > a {
                    font-size: 16px;
                    text-transform: uppercase;
                    margin: 0 18px 5px;
                    color: @global-gray-font-color;
                    background: none;
                    min-width: 100px;

                    @media(max-width:@screen-md-max) {
                        margin: 0 5px 5px;
                    }

                    .menu-icon {
                        display: block;
                       
                        color: #fff;
                        font-size: 20px;
                        border-radius: 50%;
                        height: 50px;
                        width: 50px;
                        line-height: 54px;
                        margin: 0 auto 10px;
                        -webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);
                        -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
                        -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
                        -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
                        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);

                        &.news {
                            background: @color-news;
                        }

                        &.event {
                            background: @color-events;
                        }

                        &.guide {
                            background: @color-guides;
                        }

                        &.blog {
                            background: @color-blog;
                        }

                        &.webinar {
                            background: @color-webinar;
                        }

                        &.case-study {
                            background: @color-case-study;
                        }
                    }

                    &:hover,
                    &:active,
                    &:focus {
                        background: none;
                        color: @global-gray-font-color;

                        .menu-icon {
                            background: darken(@light-blue,15%);

                            &.news {
                                background: darken(@color-news,15%);
                            }

                            &.event {
                                background: darken(@color-events,15%);
                            }

                            &.guide {
                                background: darken(@color-guides,15%);
                            }

                            &.blog {
                                background: darken(@color-blog,15%);
                            }

                            &.webinar {
                                background: darken(@color-webinar,15%);
                            }

                            &.case-study {
                                background: darken(@color-case-study,15%);
                            }
                        }
                    }

                    &:after {
                        display: none;
                    }
                }
            }
        }
    }
}
*/
.bs-pager {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: right;
  font-weight: 400;
}
.bs-pager:before,
.bs-pager:after {
  content: " ";
  display: table;
}
.bs-pager:after {
  clear: both;
}
.bs-pager:before,
.bs-pager:after {
  content: " ";
  display: table;
}
.bs-pager:after {
  clear: both;
}
@media (min-width: 768px) {
  .bs-pager {
    margin-top: -30px;
    margin-bottom: 25px;
  }
}
.bs-pager li {
  display: inline-block;
}
.bs-pager li.breadcrumb {
  margin: 0;
  float: left;
  font-size: 16px;
  color: #3ec8ed;
  display: none;
}
@media (min-width: 768px) {
  .bs-pager li.breadcrumb {
    display: block;
  }
}
.bs-pager li.breadcrumb .breadcrumb-str {
  display: block;
  word-break: normal;
}
.bs-pager li.breadcrumb .icon-arrow-right3 {
  font-size: 12px;
  color: #3ec8ed;
}
.bs-pager li a {
  padding: 4px;
  color: #3ec8ed;
}
.bs-pager li a:hover,
.bs-pager li a:active,
.bs-pager li a:focus {
  text-decoration: none;
}
.post-prev {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  padding-bottom: 15px;
  background: #f5f5f5;
  font-weight: 400;
}
@media (min-width: 768px) {
  .post-prev {
    margin-bottom: 40px;
  }
}
.post-prev-img {
  display: block;
  position: relative;
}
.post-prev-img a {
  -webkit-transition: opacity 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: opacity 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: opacity 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
  display: block;
  position: relative;
}
.post-prev-img a:hover {
  opacity: 0.85;
  text-decoration: none !important;
}
.post-prev-img a.video:after {
  content: "\ed8e";
  width: 70px;
  height: 70px;
  position: absolute;
  font-family: 'icon';
  color: #fff;
  border: 3px solid rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 29px;
  line-height: 65px;
  padding-left: 4px;
  background: rgba(0, 0, 0, 0.4);
}
.post-prev-img > span {
  height: 0;
  display: block;
  padding-bottom: 56%;
  margin-bottom: 25px;
}
.post-prev-img .type-icon {
  background: #3ec8ed;
  width: 50px;
  height: 50px;
  line-heighT: 50px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.post-prev-img .type-icon.news {
  background: #3ec8ed;
}
.post-prev-img .type-icon.event {
  background: #3FC3A3;
}
.post-prev-img .type-icon.guide {
  background: #B479FF;
}
.post-prev-img .type-icon.blog {
  background: #df1a67;
}
.post-prev-title {
  padding: 0 15px;
  color: #666;
  font-weight: 400;
  font-size: 20px;
  margin-top: 0;
  line-height: 1.2;
}
.post-prev-title span {
  display: block;
  margin: -24px auto 3px auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  background: #3ec8ed;
  position: relative;
}
.post-prev-title span.news {
  background: #3ec8ed;
}
.post-prev-title span.event {
  background: #3FC3A3;
}
.post-prev-title span.guide {
  background: #B479FF;
}
.post-prev-title span.blog {
  background: #df1a67;
}
.post-prev-title a {
  text-decoration: none;
  color: inherit;
}
.post-prev-title a {
  color: #666;
  text-decoration: none;
  -webkit-transition: opacity 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: opacity 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: opacity 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: opacity 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: opacity 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.post-prev-title a:hover {
  color: #999;
}
.post-prev-info {
  color: #666;
  margin-bottom: 10px;
  font-size: 13px;
  text-decoration: none;
  padding: 0 15px;
}
.post-prev-text {
  color: #666;
  font-size: 15px;
  line-height: 1.75;
  padding: 0 15px;
  margin-bottom: 13px;
}
.post-prev-large div:not(.insight-results) .post-prev-img .type-icon {
  width: 70px;
  height: 70px;
  line-height: 62px;
  font-size: 25px;
}
.post-prev-large .post-prev-title {
  color: #666;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 13px;
}
.post-prev-large .post-prev-text {
  line-height: 1.5em;
}
.post-prev-large .btn {
  margin-bottom: 30px;
}
.search-wrapper {
  margin: 0 auto 30px auto;
  position: relative;
}
@media (min-width: 972px) {
  .search-wrapper {
    max-width: 440px;
  }
}
.insights-filters {
  position: absolute;
  z-index: 999;
  top: 4px;
  left: 5px;
  max-width: 50%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .insights-filters {
    max-width: calc(100% - 180px);
  }
}
.insights-filters__wrapper {
  max-width: 8000px;
  white-space: nowrap;
  float: right;
}
.insights-filters.overflowing:after {
  content: '';
  display: block;
  background: linear-gradient(to right, #f4f4f4 10%, rgba(244, 244, 244, 0) 100%);
  width: 78px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.insights-filters .btn {
  margin: 0 3px;
  color: transparent;
  -webkit-transition: background-color 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: background-color 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: background-color 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: background-color 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: background-color 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  text-transform: uppercase;
  background-color: transparent;
  padding-right: 28px;
  position: relative;
  color: #fff;
  height: 45px;
}
.insights-filters .btn [class^="icon-"] {
  position: absolute;
  top: 14px;
  right: 10px;
}
@media (max-width: 767px) {
  .insights-filters .btn {
    font-size: 12px;
  }
  .insights-filters .btn [class^="icon-"] {
    top: 16px;
    right: 12px;
  }
}
.insights-filters .btn:first-child {
  margin-left: 0;
}
.insights-filters .btn:last-child {
  margin-right: 0;
}
.insights-filters .st {
  background-color: #3ec8ed;
}
.insights-filters .st:hover {
  background-color: darkn(#3ec8ed, 10%);
}
.insights-filters .blog {
  background-color: #df1a67;
}
.insights-filters .blog:hover {
  background-color: #b11552;
}
.insights-filters .news {
  background: #3ec8ed;
}
.insights-filters .news:hover {
  background-color: #15b7e3;
}
.insights-filters .guides {
  background-color: #B479FF;
}
.insights-filters .guides:hover {
  background-color: #9746ff;
}
.insights-filters .event {
  background-color: #3FC3A3;
}
.insights-filters .event:hover {
  background-color: #319e83;
}
.insights-filters .webinar {
  background: #f00;
}
.insights-filters .webinar:hover {
  background-color: #cc0000;
}
.insights-filters .casestudy {
  background: #FF2896;
}
.insights-filters .casestudy:hover {
  background-color: #f4007d;
}
.insights-filters + .insight-search {
  text-align: left;
}
.insight-search {
  background: #f4f4f4;
  border: none;
  text-align: center;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
@media (max-width: 767px) {
  .insight-search {
    font-size: 14px;
  }
}
.insight-search:focus {
  box-shadow: none;
}
.blog-item-data {
  margin: 0 0 20px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #666;
  font-weight: 400;
  padding: 0;
  list-style: none;
}
.blog-item-data li {
  display: inline-block;
  padding-right: 10px;
}
.blog-item-data li a {
  color: #666;
}
.blog-item-data li a:hover {
  color: #3ec8ed;
}
.blog-item-data li [class^="icon-"] {
  padding-right: 5px;
}
.blog-item-data li.block {
  display: block;
}
.blog-item-body {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .blog-item-body {
    margin-bottom: 80px;
    font-size: 17px;
  }
}
.blog-item-body h1 {
  margin-top: 0;
  font-size: 26px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .blog-item-body h1 {
    font-size: 41px;
  }
}
.blog-item-body img {
  max-width: 100%;
  margin: auto;
  height: auto !important;
  display: block;
}
.blog-item-body .blog-item-image {
  margin-bottom: 25px;
}
.blog-item-body .blog-item-image img {
  margin: 0;
}
.blog-item-body p,
.blog-item-body ul,
.blog-item-body ol,
.blog-item-body h1,
.blog-item-body h2,
.blog-item-body h3,
.blog-item-body h4,
.blog-item-body h5,
.blog-item-body h6 {
  margin-bottom: 20px;
}
.insight-forms {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
}
.insight-forms h4 {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 400;
  color: #FF2896;
}
.insight-forms .hs-input {
  background: #fff;
}
.insight-forms .hubspot-form {
  margin-top: 0;
}
.latest-blog-posts {
  background-color: #f5f5f5;
  padding: 20px;
  margin: 0 0 20px;
  color: #666;
}
.latest-blog-posts > h5 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 400;
}
.latest-blog-posts .media-list {
  margin: 0;
}
.latest-blog-posts .media-left {
  padding-right: 15px;
}
.latest-blog-posts .media-body h5 {
  font-size: 16px;
}
.latest-blog-posts .media-body h5 a {
  color: #666;
}
.latest-blog-posts .media-body h5 a:hover {
  color: #3ec8ed;
  text-decoration: none;
}
.latest-blog-posts .media-body p {
  margin: 0;
  font-size: 11px;
  letter-spacing: 1px;
  color: #666;
}
.latest-blog-posts .media-body__date,
.latest-blog-posts .media-body__author {
  display: inline-block;
  word-break: normal;
}
.latest-blog-posts .media-body .media-heading {
  font-weight: 400;
}
.twitter-posts {
  overflow-x: scroll;
}
.twitter-posts .icon-twitter {
  font-size: 24px;
  color: #666;
}
.author-name {
  color: #202020;
}
.author-name:hover {
  color: #5a5a5a;
}
.people-rollup {
  text-align: center;
}
.people-rollup__item {
  background: #fff;
  padding: 15px;
  margin-top: 15px;
}
.people-rollup__item .img-wrapper {
  margin: -15px -15px 0 -15px;
}
.people-rollup__item h4 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 26px;
}
.people-rollup__item p {
  font-size: 14px;
}
.people-rollup__item .list-social a {
  background: #FF2896;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 50%;
  display: block;
}
.people-rollup__item .list-social a:hover {
  background: #da0070;
  color: #fff;
}
.media-left {
  padding-right: 10px;
}
.media-list-posts {
  font-size: 13px;
  margin-bottom: 40px;
}
.media-list-posts.archive {
  text-align: center;
}
.media-list-posts.archive li {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .media-list-posts.archive li {
    margin-bottom: 40px;
  }
}
.media-list-posts.archive .insight-body {
  background: #f5f5f5;
  padding: 10px 10px 20px 10px;
}
.media-list-posts.archive .insight-icon {
  color: #fff;
  font-size: 50px;
  width: calc(100% + 20px);
  height: 150px;
  display: block;
  line-height: 150px;
  margin: -10px -10px 10px;
}
.media-list-posts.archive .insight-icon.with-icon-circle-07 {
  background: #df1a67;
}
.media-list-posts.archive .insight-icon.with-icon-circle-06 {
  background: #3ec8ed;
}
.media-list-posts.archive .insight-icon.with-icon-circle-04 {
  background: #3FC3A3;
}
.media-list-posts.archive .insight-icon.with-icon-circle-02 {
  background: #B479FF;
}
.media-list-posts.archive .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  color: #666;
  display: block;
  margin-bottom: 13px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.media-list-posts.archive .title:hover {
  color: #3ec8ed;
}
.media-list-posts.archive .title:hover .badge {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .media-list-posts.archive .title {
    max-height: 55px;
  }
  .media-list-posts.archive .title .badge {
    float: right;
    margin: 0 0 0 10px;
  }
}
.media-list-posts.archive .badge {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.media-list-posts.archive .description {
  margin-bottom: 10px;
  display: block;
}
.media-author {
  margin-bottom: 30px;
  padding: 30px;
  background: #F5F5F5;
  color: #666;
}
.media-author h2 {
  font-weight: 500;
  margin: 0 0 35px 0;
  font-size: 26px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .media-author h2 {
    font-size: 34px;
  }
}
.media-author h2 small {
  display: block;
  font-size: 16px;
  margin-top: 3px;
  color: inherit;
}
.media-author h2 a {
  text-decoration: none;
  color: inherit;
}
.media-author .media-left {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .media-author {
    text-align: center;
  }
  .media-author .media-left {
    width: 100%;
    float: left;
    text-align: center;
    padding-right: 0;
  }
  .media-author .media-left a {
    display: inline-block;
    margin: 0 auto;
  }
}
.media-author-bio {
  max-height: 100px;
  margin-bottom: 10px;
  font-size: 14px;
}
.media-author .list-social {
  text-align: center;
  margin-top: 5px;
}
.media-author .list-social li {
  font-size: 24px;
}
.media-author .list-social a {
  color: #3ec8ed;
}
.media-author .list-social a:hover {
  color: #15b7e3;
}
.list-social {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin: 0;
}
.list-social li {
  display: inline-block;
  font-size: 18px;
  padding-left: 3px;
  padding-right: 3px;
}
.list-social a {
  color: #333333;
}
.list-social a:hover {
  color: #3ec8ed;
  text-decoration: none;
}
.list-tags {
  margin: 0 -4px 20px 0;
  overflow: hidden;
  padding: 0;
  list-style: none;
}
.list-tags:before,
.list-tags:after {
  content: " ";
  display: table;
}
.list-tags:after {
  clear: both;
}
.list-tags:before,
.list-tags:after {
  content: " ";
  display: table;
}
.list-tags:after {
  clear: both;
}
.list-tags li {
  margin: 0 4px 4px 0;
  float: left;
}
.label-photo {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #3ec8ed;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  padding: 7px 15px;
}
.item-contact {
  text-align: center;
  margin-bottom: 35px;
}
.item-contact p {
  margin-bottom: 3px;
}
.item-contact .image-contact {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.item-contact .image-contact img {
  -webkit-transition: opacity 0.45s;
  -moz-transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  -ms-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
.item-contact .image-contact:hover img {
  opacity: 0.85;
}
@media (min-width: 768px) {
  .row-blocks-alt {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-blocks-alt > * {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .row-blocks-alt .col-sm-6:nth-child(odd):last-child {
    margin-left: 25%;
  }
}
.list-metadata {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 15px;
  max-width: 100%;
  width: 100%;
}
.list-metadata li {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 20px;
  max-width: 100%;
  white-space: nowrap;
  margin-bottom: 3px;
  line-height: 20px;
}
.list-metadata span {
  margin-right: 3px;
}
.list-metadata span.icon-envelop2 {
  position: relative;
  top: 2px;
}
.item-contact-alt {
  text-align: center;
  color: #3ec8ed;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .item-contact-alt {
    margin-bottom: 33px;
  }
}
.item-contact-alt p {
  margin-bottom: 10px;
  line-height: 1.4em;
}
.item-contact-alt *:last-child {
  margin-bottom: 0;
}
.item-contact-alt .image-contact-alt img {
  -webkit-transition: opacity 0.45s;
  -moz-transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  -ms-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
.item-contact-alt .image-contact-alt:hover img {
  opacity: 0.85;
}
.image-contact-alt,
.map-contact {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .image-contact-alt,
  .map-contact {
    margin-bottom: 23px !important;
  }
}
.item-contact-full {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .item-contact-full {
    max-width: 600px;
  }
}
.map-contact iframe {
  width: 100%;
  height: 400px;
}
.heading-location {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 768px) {
  .heading-location {
    font-size: 80px;
  }
}
.img-contact-google,
.img-contact-bing {
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.img-contact-google {
  vertical-align: -13px;
}
/*------------------------------------------------------
    Pricing
    --------------------------------------------------*/
.tab-pane {
  -webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.tpl-minimal-tabs.pricing {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border: none;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .tpl-minimal-tabs.pricing {
    margin-bottom: 40px;
  }
}
.tpl-minimal-tabs.pricing > li {
  padding: 0 40px;
  background: none !important;
  float: none;
  display: inline-block;
}
.tpl-minimal-tabs.pricing > li a {
  border: 0;
  color: #bebebe;
  font-weight: bold;
  padding: 0;
}
.tpl-minimal-tabs.pricing > li a:hover {
  background: none;
}
.tpl-minimal-tabs.pricing > li.active a,
.tpl-minimal-tabs.pricing > li.active a:hover a:focus,
.tpl-minimal-tabs.pricing > li.active a:active {
  color: #3ec8ed;
  cursor: default;
  border: 0;
  background: none;
}
.icon-pricing {
  display: block;
  font-size: 100px;
  margin: 0 auto 10px auto;
}
.pricing {
  font-size: 18px;
  margin-top: 20px;
}
.pricing-menu {
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
}
.pricing-menu li {
  position: relative;
  display: inline-block;
  padding: 0 50px;
}
.pricing-menu li a {
  text-decoration: none;
  color: #bebebe;
  cursor: pointer;
  display: inline-block;
}
.pricing-menu li.active a {
  color: #3ec8ed;
}
.pricing-menu span {
  font-size: 38px;
  vertical-align: -7px;
  margin-right: 5px;
}
.pricing-item {
  margin: 0 0 30px;
  position: relative;
  text-align: center;
}
.pricing-item-inner {
  border: 1px solid #eaeaea;
  vertical-align: middle;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.pricing-item-inner:hover {
  border-color: #aaa;
}
.main .pricing-item-inner {
  border-color: #aaa;
}
.pricing-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 20px 30px 20px;
  text-align: center;
  overflow: hidden;
}
.pricing-title {
  position: relative;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
.pr-list {
  margin: 0 -20px 30px;
  padding: 0;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pr-list li {
  padding: 12px 20px;
  list-style: none;
  border-bottom: 1px solid #f1f1f1;
}
.pr-list li:first-child {
  border-top: 1px solid #f1f1f1;
}
.pr-list li sup {
  top: 0;
}
.pricing-num {
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}
.pricing-num sup {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: -20px;
  left: -3px;
  margin-left: -7px;
}
.pr-button {
  margin: 30px -20px 0;
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
}
@media (min-width: 768px) and (max-width: 971px) {
  .pr-button .btn {
    min-width: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }
}
.pr-per {
  color: #999;
  font-size: 12px;
}
.toggle > dt {
  margin-bottom: 10px;
  font-weight: 400;
}
.toggle > dt > a {
  display: block;
  position: relative;
  color: #666;
  text-decoration: none;
  padding: 14px 20px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.toggle > dt > a:hover {
  text-decoration: none;
  border-color: #ddd;
  background-color: #fcfcfc;
  color: #444;
}
.toggle > dt > a.active {
  color: #000;
  border-color: #ddd;
  background-color: #fcfcfc;
}
.toggle > dt > a:after {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\edca";
  width: 15px;
  height: 15px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #999;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.toggle > dt > a.active:after,
.toggle > dt > a.active:hover:after {
  content: "\edc2";
  color: #111;
}
.toggle > dt > a:hover:after {
  color: #444;
}
.toggle > dd {
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}
.bg-06 {
  background: #000;
  color: #fff;
}
.arrow-methodology {
  display: block;
  top: 0;
  left: 50%;
  position: absolute;
}
@media (max-width: 767px) {
  .arrow-methodology {
    border: 4px solid #e72464;
    border-radius: 12px;
    height: 100%;
    width: 120px;
    margin-left: -2px;
  }
  .arrow-methodology:before,
  .arrow-methodology:after {
    content: " ";
    display: block;
    width: 21px;
    height: 23px;
    margin-left: -10px;
    left: 50%;
    position: absolute;
  }
  .arrow-methodology:before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.11 23.46'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23e72464;}%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow-left%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M1.5,14.32l15.12,8.73a3,3,0,0,0,4.49-2.59V3A3,3,0,0,0,16.62.41L1.5,9.14A3,3,0,0,0,1.5,14.32Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    top: 0;
    margin-top: -13px;
  }
  .arrow-methodology:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.11 23.46'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23e72464;}%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow-right%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M19.61,9.14,4.49.41A3,3,0,0,0,0,3V20.46a3,3,0,0,0,4.49,2.59l15.12-8.73A3,3,0,0,0,19.61,9.14Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    bottom: 0;
    margin-bottom: -13px;
  }
}
@media (min-width: 768px) {
  .arrow-methodology {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.11 23.46'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23e72464;}%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow-left%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M1.5,14.32l15.12,8.73a3,3,0,0,0,4.49-2.59V3A3,3,0,0,0,16.62.41L1.5,9.14A3,3,0,0,0,1.5,14.32Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    width: 21px;
    height: 23px;
    margin-left: -10px;
  }
}
.row-methodology {
  position: relative;
}
@media (max-width: 767px) {
  .row-methodology {
    padding: 40px 0;
  }
}
.item-methodology {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.275;
  margin: 0 auto 54px auto;
  width: 172px;
  position: relative;
}
.item-methodology.last {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .item-methodology {
    width: auto;
    margin-top: 80px;
    margin-bottom: 0;
  }
  .item-methodology.first:before {
    content: " ";
    display: block;
    border-left: 4px solid #e72464;
    border-top: 4px solid #e72464;
    border-radius: 12px 0 0 0;
    bottom: 100%;
    left: 50%;
    height: 70px;
    width: 400px;
    position: absolute;
  }
  .item-methodology.last:before {
    content: " ";
    display: block;
    border-right: 4px solid #e72464;
    border-top: 4px solid #e72464;
    border-radius: 0 12px 0 0;
    bottom: 100%;
    right: 50%;
    height: 70px;
    width: 400px;
    position: absolute;
  }
}
.icon-methodology {
  margin: 0 auto 20px auto;
  width: 154px;
  position: relative;
}
@media (min-width: 768px) {
  .icon-methodology {
    margin-bottom: 15px;
  }
  .icon-methodology:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 70px;
    height: 0;
    border-top: 4px solid #e72464;
    margin-top: -2px;
  }
  .icon-methodology:before {
    content: " ";
    display: block;
    left: 100%;
    top: 50%;
    margin-top: -12px;
    margin-left: 17px;
    position: absolute;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.11 23.46'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23e72464;}%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow-right%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M19.61,9.14,4.49.41A3,3,0,0,0,0,3V20.46a3,3,0,0,0,4.49,2.59l15.12-8.73A3,3,0,0,0,19.61,9.14Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    width: 21px;
    height: 23px;
  }
  .last .icon-methodology:after,
  .last .icon-methodology:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .icon-methodology:before {
    content: " ";
    display: block;
    left: 100%;
    bottom: 10px;
    position: absolute;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.46 21.11'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23e72464;}%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow-top%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M9.14,1.5.41,16.62A3,3,0,0,0,3,21.11H20.46a3,3,0,0,0,2.59-4.49L14.32,1.5A3,3,0,0,0,9.14,1.5Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    width: 23px;
    height: 21px;
    margin-left: 28px;
  }
}
.icon-methodology span {
  display: block;
  margin: 0 auto;
  width: 154px;
  height: 154px;
  border-radius: 50%;
  text-align: center;
  line-height: 146px;
  border: 4px solid #e72464;
  font-size: 70px;
  background: #000;
}
.info-methodology {
  margin: 0 auto;
  border: 4px solid #e72464;
  border-radius: 8px;
  padding: 15px 10px;
  background: #000;
  position: relative;
}
@media (min-width: 768px) {
  .info-methodology {
    border: none;
    width: auto;
    padding: 0;
  }
  .info-methodology p {
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  .info-methodology:after {
    content: " ";
    display: block;
    left: 50%;
    top: 100%;
    position: absolute;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.46 21.11'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23e72464;}%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow-bottom%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M14.32,19.61,23.05,4.49A3,3,0,0,0,20.46,0H3A3,3,0,0,0,.41,4.49L9.14,19.61A3,3,0,0,0,14.32,19.61Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    width: 23px;
    height: 21px;
    margin-left: -11px;
    margin-top: 22px;
  }
  .last .info-methodology:after {
    display: none;
  }
}
.info-methodology > *:last-child {
  margin-bottom: 0;
}
.heading-methodology {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 8px 0;
}
@media (min-width: 768px) {
  .heading-methodology {
    margin-bottom: 20px;
  }
}
.btn-methodology {
  color: #fff;
  background-color: #e72464;
  border-color: #e72464;
  min-width: unset;
  padding-left: 5px;
  padding-right: 5px;
}
.btn-methodology:focus,
.btn-methodology.focus {
  color: #fff;
  background-color: #c3154e;
  border-color: #7e0e33;
}
.btn-methodology:hover {
  color: #fff;
  background-color: #c3154e;
  border-color: #b9144b;
}
.btn-methodology:active,
.btn-methodology.active,
.open > .dropdown-toggle.btn-methodology {
  color: #fff;
  background-color: #c3154e;
  border-color: #b9144b;
}
.btn-methodology:active:hover,
.btn-methodology.active:hover,
.open > .dropdown-toggle.btn-methodology:hover,
.btn-methodology:active:focus,
.btn-methodology.active:focus,
.open > .dropdown-toggle.btn-methodology:focus,
.btn-methodology:active.focus,
.btn-methodology.active.focus,
.open > .dropdown-toggle.btn-methodology.focus {
  color: #fff;
  background-color: #a21241;
  border-color: #7e0e33;
}
.btn-methodology:active,
.btn-methodology.active,
.open > .dropdown-toggle.btn-methodology {
  background-image: none;
}
.btn-methodology.disabled:hover,
.btn-methodology[disabled]:hover,
fieldset[disabled] .btn-methodology:hover,
.btn-methodology.disabled:focus,
.btn-methodology[disabled]:focus,
fieldset[disabled] .btn-methodology:focus,
.btn-methodology.disabled.focus,
.btn-methodology[disabled].focus,
fieldset[disabled] .btn-methodology.focus {
  background-color: #e72464;
  border-color: #e72464;
}
.btn-methodology .badge {
  color: #e72464;
  background-color: #fff;
}
@media (min-width: 768px) {
  .btn-methodology {
    color: #fff;
    background-color: transparent;
    border-color: #e72464;
    display: block;
  }
  .btn-methodology:focus,
  .btn-methodology.focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #7e0e33;
  }
  .btn-methodology:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #b9144b;
  }
  .btn-methodology:active,
  .btn-methodology.active,
  .open > .dropdown-toggle.btn-methodology {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #b9144b;
  }
  .btn-methodology:active:hover,
  .btn-methodology.active:hover,
  .open > .dropdown-toggle.btn-methodology:hover,
  .btn-methodology:active:focus,
  .btn-methodology.active:focus,
  .open > .dropdown-toggle.btn-methodology:focus,
  .btn-methodology:active.focus,
  .btn-methodology.active.focus,
  .open > .dropdown-toggle.btn-methodology.focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #7e0e33;
  }
  .btn-methodology:active,
  .btn-methodology.active,
  .open > .dropdown-toggle.btn-methodology {
    background-image: none;
  }
  .btn-methodology.disabled:hover,
  .btn-methodology[disabled]:hover,
  fieldset[disabled] .btn-methodology:hover,
  .btn-methodology.disabled:focus,
  .btn-methodology[disabled]:focus,
  fieldset[disabled] .btn-methodology:focus,
  .btn-methodology.disabled.focus,
  .btn-methodology[disabled].focus,
  fieldset[disabled] .btn-methodology.focus {
    background-color: transparent;
    border-color: #e72464;
  }
  .btn-methodology .badge {
    color: transparent;
    background-color: #fff;
  }
  .btn-methodology:hover {
    background: #e72464;
    border-color: #e72464;
  }
}
@media (max-width: 767px) {
  .btn-methodology {
    width: 130px;
  }
}
.heading-stories .news {
  background: #3ec8ed;
}
.heading-stories .event {
  background: #3FC3A3;
}
.heading-stories .guide {
  background: #B479FF;
}
.heading-stories .blog {
  background: #df1a67;
}
.heading-stories .webinar {
  background: #f00;
}
.heading-stories .casestudy {
  background: #FF2896;
}
/*Cookies*/
body div#hs-eu-cookie-confirmation.can-use-gradients {
  background-color: #202020;
  background-image: none;
}
body div#hs-eu-cookie-confirmation {
  padding: 5px 0;
  position: fixed !important;
  top: auto !important;
  bottom: 0 !important;
}
body div#hs-eu-cookie-confirmation > div {
  display: flex;
  align-items: center;
}
@media (max-width: 971px) {
  body div#hs-eu-cookie-confirmation > div {
    flex-wrap: wrap;
  }
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  flex-grow: 1;
  margin: 0 !important;
  line-height: 20px !important;
  color: #eee;
  padding: 12px 18px;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area {
  flex-shrink: 0;
  margin-right: 70px;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a:first-child {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  display: inline-block !important;
  text-align: center !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  white-space: nowrap !important;
  margin: 2px 5px !important;
  user-select: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  padding: 8px 15px !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  border-radius: 2px !important;
  background-color: #3ec8ed !important;
  border-color: #fff !important;
  color: #fff !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a:first-child:hover,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a:first-child:active,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a:first-child:focus {
  background-color: #15b7e3 !important;
  border-bottom-color: #e0e0e0;
  text-decoration: none !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a:nth-child(2) {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  display: inline-block !important;
  text-align: center !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  white-space: nowrap !important;
  margin: 2px 5px !important;
  user-select: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  padding: 8px 15px !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  border-radius: 2px !important;
  color: #fff !important;
  border-color: #fff !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a:nth-child(2):hover,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a:nth-child(2):active,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a:nth-child(2):focus {
  text-decoration: none !important;
}
@media (max-width: 971px) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area {
    margin: 10px auto 0;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a {
    font-size: 13px !important;
    padding: 6px 12px !important;
  }
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
  color: #3ec8ed !important;
}
@keyframes colorchange {
  0% {
    background: #21b9ed;
  }
  28% {
    background: #21b9ed;
  }
  33% {
    background: #ff2896;
  }
  61% {
    background: #ff2896;
  }
  66% {
    background: #a1ab28;
  }
  95% {
    background: #a1ab28;
  }
  100% {
    background: #21b9ed;
  }
}
@-webkit-keyframes colorchange {
  0% {
    background: #21b9ed;
  }
  28% {
    background: #21b9ed;
  }
  33% {
    background: #ff2896;
  }
  61% {
    background: #ff2896;
  }
  66% {
    background: #a1ab28;
  }
  95% {
    background: #a1ab28;
  }
  100% {
    background: #21b9ed;
  }
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes colorchange {
  0% {
    background: #FF2896;
  }
  28% {
    background: #FF2896;
  }
  33% {
    background: #3ec8ed;
  }
  61% {
    background: #3ec8ed;
  }
  66% {
    background: #112a3f;
  }
  95% {
    background: #112a3f;
  }
  100% {
    background: #FFD700;
  }
}
@-webkit-keyframes colorchange {
  0% {
    background: #3ec8ed;
  }
  28% {
    background: #3ec8ed;
  }
  33% {
    background: #FF2896;
  }
  61% {
    background: #FF2896;
  }
  66% {
    background: #112a3f;
  }
  95% {
    background: #112a3f;
  }
  100% {
    background: #3ec8ed;
  }
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.loading {
  display: inline-block;
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  righT: 0;
}
.mask {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  text-align: center;
}
.mask .loading {
  width: 80px;
  height: 80px;
  transform: translate3d(-40px, -40px, 0);
  -webkit-animation: colorchange 2s infinite;
  animation: colorchange 2s infinite;
  border-radius: 50%;
}
.ie9 .mask .loading {
  transform: translateX(-40px) translateY(-40px);
}
.mask .loading__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
.ie9 .mask .loading__wrapper {
  transform: translateX(-50%) translateY(-50%);
}
.spin-mask {
  float: left;
  width: 100%;
  height: 300px;
  background-size: 60px 60px;
  position: relative;
}
.spin-mask .loading {
  width: 80px;
  height: 80px;
  transform: translate3d(-40px, -40px, 0);
  -webkit-animation: colorchange 2s infinite;
  animation: colorchange 2s infinite;
  border-radius: 50%;
}
.ie9 .spin-mask .loading {
  transform: translateX(-40px) translateY(-40px);
}
.spin-mask .loading__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
.ie9 .spin-mask .loading__wrapper {
  transform: translateX(-50%) translateY(-50%);
}
body {
  font-weight: 400;
  padding-top: 50px;
}
@media (min-width: 972px) {
  body {
    padding-top: 75px;
  }
}
body.with-features {
  padding-top: 127px;
}
@media (min-width: 972px) {
  body.with-features {
    padding-top: 160px;
  }
}
.img-responsive-full {
  width: 100%;
  height: auto;
}
.ellipsis {
  overflow: hidden;
  -ms-word-break: break-word;
  word-break: break-word;
}
h5 {
  font-weight: normal;
}
.lead {
  line-height: 1.65;
}
@media (min-width: 768px) {
  .lead {
    font-size: 20px;
  }
}
.align-center {
  text-align: center;
}
.text-sm {
  font-size: 16px;
}
.no-btm {
  margin-bottom: 0 !important;
}
.bg-01 {
  background: #F5F5F5;
}
.bg-02 {
  background: #3ec8ed;
}
.bg-03 {
  background: #112a3f;
}
.bg-04 {
  background: #FF2896;
}
.bg-05 {
  background: #FFD700;
  color: #112a3f;
}
.bg-02,
.bg-03,
.bg-04 {
  color: #fff;
}
.bg-08 {
  background: #B479FF;
}
.bg-08 a:not(.success-video__button) {
  color: #FFD700;
}
.bg-08 a:not(.success-video__button):hover {
  color: #e6c200;
}
.bg-09 {
  background: #FCDA0E;
}
.bg-10 {
  background: #3FC3A3;
}
.with-bg-image {
  text-align: center;
  color: #fff;
  background: #222222;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: cover;
}
.with-bg-image:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
}
.with-bg-image > div {
  display: table;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}
.with-bg-image > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 150px 20px;
  z-index: 100;
  position: relative;
  font-weight: 400;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .with-bg-image > div > div {
    height: 720px;
    font-size: 22px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.with-bg-image > div > div p {
  margin-bottom: 25px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .with-bg-image > div > div p {
    margin-bottom: 33px;
  }
}
.with-bg-image > div > div p:last-child {
  margin-bottom: 0;
}
.with-bg-image > div > div .btn {
  text-shadow: none;
}
.with-bg-image.with-bg-image-spacex {
  color: #666;
}
.with-bg-image.with-bg-image-spacex:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.with-bg-image.with-bg-image-spacex > div > div {
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .with-bg-image.with-bg-image-spacex > div > div {
    padding-top: 100px;
    padding-bottom: 50px;
    vertical-align: top;
    height: 100vh;
  }
}
.with-bg-image.with-bg-image-whitepaper > div > div {
  padding-top: 0;
  padding-bottom: 0;
}
.with-bg-image.with-bg-image-alt {
  background-size: cover;
}
.with-bg-image.with-bg-image-alt:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.with-bg-image.with-bg-image-alt > div > div {
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .with-bg-image.with-bg-image-alt > div > div {
    padding: 130px 40px 70px 40px;
    vertical-align: top;
    height: 100vh;
  }
}
.with-bg-image.with-bg-image-primark {
  color: #00aedb;
}
.with-bg-image.with-bg-image-location:after {
  background: rgba(34, 34, 34, 0.3);
}
.with-bg-image.with-bg-image-location > div {
  height: 360px;
  max-height: 50vw;
}
@media (min-width: 768px) {
  .with-bg-image.with-bg-image-location > div {
    height: 560px;
    max-height: 100vh;
  }
}
.with-bg-image.with-bg-image-location > div > * {
  display: table-cell;
  vertical-align: middle;
}
.with-bg-image.with-bg-image-unite-19:after {
  background: rgba(0, 0, 0, 0.3);
}
.with-bg-image.with-bg-image-unite-19 > div > div {
  padding: 30px 20px;
}
.with-bg-image.with-bg-image-unite-19 > div > div.bg-inner-alt {
  height: calc(100vh - 50px);
  vertical-align: middle;
  padding-bottom: 140px !important;
}
@media (min-width: 768px) {
  .with-bg-image.with-bg-image-unite-19 > div > div {
    padding: 150px 40px 70px 40px;
    vertical-align: top;
    height: 100vh;
  }
  .with-bg-image.with-bg-image-unite-19 > div > div.bg-inner-alt {
    padding-top: 70px;
    height: 100vh;
  }
}
.bg-image-01 {
  background-image: url("../img/images/Features/Communications/digital-workplace-customer-success-comms.jpg");
  background-size: cover;
}
.bg-image-02 {
  background-image: url("../img/o-TOTTENHAM-HOTSPUR-facebook.png");
  background-size: cover;
}
.bg-image-03 {
  background-image: url("../img/d493dd72e693df196d9dc792f7c68d0c43a47bd8.png");
  background-size: cover;
}
.bg-image-04 {
  background-image: url("../img/iStock_76157015_XXXLARGE.png");
  background-size: cover;
}
.bg-image-05 {
  background-image: url("../img/images/Thank-You/spacex-unily-intranet.jpg");
  background-size: cover;
}
.bg-image-06 {
  background-image: url("../img/images/Thank-You/digital-workplace-adoption-whitepaper.jpg");
  background-size: cover;
}
.bg-image-07 {
  background-image: url("https://www.unily.com/media/25105/spurs.jpg");
  background-size: cover;
}
.bg-image-08 {
  background-image: url("../img/iStock-508417728.png");
  background-size: cover;
}
.bg-image-09 {
  background-image: url("../img/images/Services/intranet-user-adoption.jpg");
  background-size: cover;
}
.with-bg-video {
  text-align: center;
  color: #fff;
  background: #202020;
  position: relative;
}
.with-bg-video .container-sm {
  z-index: 10;
  position: relative;
}
.with-bg-video-modal {
  height: 440px;
}
.with-bg-video-modal:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
@media (min-width: 768px) {
  .with-bg-video-modal {
    height: 720px;
  }
}
.link-bg-video {
  border: none;
  outline: none;
  opacity: 0.8;
  font-size: 130px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: opacity 0.2s linear;
  padding: 0;
  z-index: 20;
}
.link-bg-video:hover,
.link-bg-video:focus,
.link-bg-video:active {
  opacity: 1;
  text-decoration: none;
  color: #fff;
}
.bg-video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg-video.with-overlay:after {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: " ";
}
@media (min-width: 768px) {
  .full-height {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 972px) {
  .top-section {
    margin-top: -75px;
  }
}
.top-section-down {
  display: none;
}
@media (min-width: 768px) {
  .top-section-down {
    bottom: 25px;
    color: #fff;
    font-size: 26px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 45px;
    z-index: 7000;
    display: block;
    animation: section-arrow 1s linear infinite;
    cursor: pointer;
  }
}
.top-section-down:hover {
  color: #3ec8ed;
}
@media (min-width: 768px) {
  @keyframes section-arrow {
    0% {
      bottom: 45px;
    }
    50% {
      bottom: 25px;
    }
    100% {
      bottom: 45px;
    }
  }
}
.logo-top-section {
  margin: 30px 0 0 0;
  font: 0/0 a;
}
@media (min-width: 768px) {
  .logo-top-section {
    margin-top: 50px;
  }
}
.video {
  position: relative;
}
.video-screenshot {
  font: 0/0 a;
  position: relative;
}
.video-screenshot:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.link-play {
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  top: 50%;
  left: 50%;
  font-size: 80px;
  line-height: 1em;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .link-play {
    font-size: 200px;
  }
}
.link-play:hover,
.link-play:active,
.link-play:focus {
  text-decoration: none;
  color: #fff;
  outline: none;
}
.video-hendrix {
  background: #222222;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  background-size: cover;
  height: 440px;
}
.video-hendrix:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
@media (min-width: 768px) {
  .video-hendrix {
    height: 720px;
    background-position: center center;
  }
}
.video-banner {
  position: relative;
}
.video-banner:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
.video-banner video {
  width: 100%;
  display: inherit;
}
.container {
  width: 100%;
  max-width: 1470px;
}
.container-main {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .container-main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.container-main.container-main-alt {
  font-weight: normal;
  color: #000000;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .container-main.container-main-alt {
    padding-top: 110px;
    padding-bottom: 110px;
    font-size: 18px;
  }
  .top-section .container-main.container-main-alt {
    padding-top: 140px;
  }
}
@media (min-width: 768px) {
  .container-main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .container-main.lg-btm {
    padding-bottom: 100px;
  }
}
.container-main.no-btm {
  padding-bottom: 0;
}
.container-main.no-top {
  padding-top: 0;
}
.container-sm {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.container-sm-alt {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.container-md {
  max-width: 1200px;
}
.container-xl {
  max-width: 1680px;
}
.container-insights {
  max-width: 1260px;
}
.intro {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: 0 auto 30px auto;
}
@media (min-width: 768px) {
  .intro {
    font-size: 18px;
    margin-bottom: 55px;
  }
}
.intro:last-child {
  margin-bottom: 0;
}
.intro p {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .intro p.intro-buttons {
    margin-top: 55px;
  }
}
.intro > *:last-child {
  margin-bottom: 0;
}
.with-bg-image .intro {
  margin-bottom: 0;
}
.top-section.with-bg-image .intro {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .top-section.with-bg-image .intro {
    margin-bottom: 55px;
  }
}
.intro .btn {
  margin: 0 8px 5px 8px;
}
@media (min-width: 768px) {
  .intro + .row-clients {
    margin-top: 95px;
  }
}
.intro + .hubspot-form {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .intro + .hubspot-form {
    margin-top: 55px;
  }
}
.bg-02 .intro a {
  font-weight: bold;
  color: #fff;
}
.intro-alt {
  font-weight: normal;
  color: #000000;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .intro-alt {
    margin-bottom: 85px;
  }
}
.intro-alt:last-child {
  margin-bottom: 0;
}
.bg-03 .intro-alt,
.bg-06 .intro-alt,
.bg-08 .intro-alt {
  color: #ffffff;
}
.bg-03 .intro-alt a,
.bg-06 .intro-alt a,
.bg-08 .intro-alt a {
  color: #ffffff;
  text-decoration: underline;
}
.image {
  font: 0/0 a;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .image {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.image-stories {
  margin: -25px !important;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: inline-block;
}
.img-responsive-full {
  display: inline-block;
  width: 100%;
  height: auto;
}
.img-features {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.col-landing-image {
  margin-top: 50px;
}
@media (min-width: 972px) {
  .col-landing-image {
    margin-top: 0;
    padding-right: 80px;
  }
}
.logo-microsoft {
  margin-bottom: 15px;
}
.list-inline {
  margin-left: -10px;
}
.list-inline > li {
  padding-left: 10px;
  padding-right: 10px;
}
.list-logos {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
  max-width: 960px;
}
@media (min-width: 768px) {
  .list-logos {
    margin-top: 35px;
  }
}
.list-logos li {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .list-logos li {
    margin-left: 25px;
    margin-right: 25px;
    display: inline-block;
  }
}
.heading-main {
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  color: #666;
  max-width: 600px;
  margin: 0 auto 25px auto;
}
@media (min-width: 768px) {
  .heading-main {
    font-size: 34px;
    margin-bottom: 60px;
  }
  .heading-main + .intro {
    margin-top: -35px;
  }
}
.heading-main:after {
  content: " ";
  display: block;
  margin: 20px auto 0 auto;
  width: 70px;
  height: 0;
  border-bottom: 2px solid #777;
}
@media (min-width: 768px) {
  .heading-main:after {
    margin-top: 30px;
  }
}
.heading-main span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  color: #3ec8ed;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .heading-main span {
    font-size: 56px;
  }
}
.heading-main.heading-main-alt span {
  color: #FF2896;
}
.heading-main img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.bg-02 .heading-main,
.bg-03 .heading-main,
.bg-04 .heading-main,
.with-bg-image .heading-main {
  color: #fff;
}
.bg-02 .heading-main:after,
.bg-03 .heading-main:after,
.bg-04 .heading-main:after,
.with-bg-image .heading-main:after {
  border-bottom-color: #fff;
}
.bg-02 .heading-main span,
.bg-03 .heading-main span,
.bg-04 .heading-main span,
.with-bg-image .heading-main span {
  color: #fff;
}
.with-bg-image .heading-main span {
  color: #3ec8ed;
}
.with-bg-image-spacex .heading-main {
  color: #666;
}
.with-bg-image-spacex .heading-main:after {
  border-bottom-color: #777;
}
.with-bg-image-spacex .heading-main span {
  color: #666;
}
.bg-05 .heading-main {
  color: #112a3f;
}
.bg-05 .heading-main:after {
  border-bottom-color: #112a3f;
}
.bg-05 .heading-main span {
  color: #112a3f;
}
.with-bg-image-primark .heading-main:after {
  border-bottom-color: #00aedb;
}
.with-bg-image-unite-19 .heading-main strong {
  font-family: 'Roboto Condensed', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.with-bg-image-unite-19 .heading-main:after {
  border-bottom-color: transparent;
}
.heading-main-lg {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  color: #000000;
  line-height: 1.1;
  max-width: 705px;
  margin: 0 auto 25px auto;
}
.heading-main-lg strong {
  font-family: 'Roboto Condensed', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .heading-main-lg {
    font-size: 46px;
  }
}
.bg-03 .heading-main-lg,
.bg-06 .heading-main-lg,
.bg-08 .heading-main-lg,
.with-bg-video .heading-main-lg {
  color: #ffffff;
}
.heading-secondary {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
@media (min-width: 768px) {
  .heading-secondary {
    font-size: 40px;
  }
}
.heading-block {
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 25px;
  font-size: 26px;
}
@media (min-width: 768px) {
  .heading-block {
    font-size: 34px;
  }
}
.heading-modal {
  margin: 0 0 50px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
}
@media (min-width: 768px) {
  .heading-modal {
    font-size: 24px;
  }
}
.heading-modal span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 44px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .heading-modal span {
    font-size: 46px;
  }
}
@media (max-height: 800px) {
  .heading-modal {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .heading-modal span {
    font-size: 34px;
  }
}
.heading-thank-you {
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  color: #fff;
  max-width: 600px;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  .heading-thank-you {
    font-size: 34px;
    margin-bottom: 80px;
  }
}
.heading-thank-you span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .heading-thank-you span {
    font-size: 56px;
  }
}
.heading-stories {
  color: #666;
  font-weight: 400;
  font-size: 20px;
  margin-top: 0;
}
.heading-stories span {
  display: block;
  margin: -24px auto 3px auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  background: #3ec8ed;
  position: relative;
}
.heading-stories a {
  text-decoration: none;
  color: inherit;
}
.heading-form {
  color: #FF2896;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 30px 0;
}
@media (min-width: 768px) {
  .heading-form {
    font-size: 26px;
    margin-bottom: 60px;
    margin-top: -5px;
  }
}
.heading-item {
  font-size: 26px;
  margin: 0 0 10px 0;
  text-align: center;
  font-weight: 500;
}
.heading-item span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  margin-bottom: 10px;
}
.heading-item a {
  color: inherit;
  display: block;
  position: relative;
}
.heading-item a:hover {
  text-decoration: none;
}
.heading-item-image {
  font: 0/0 a;
  height: 40px;
}
@media (min-width: 768px) {
  .heading-item-image {
    height: 44px;
  }
}
.heading-item-image img {
  max-height: 100%;
  width: auto;
}
.heading-about {
  text-transform: uppercase;
  font-size: 26px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .heading-about {
    font-size: 34px;
  }
}
.heading-about span {
  display: block;
  font-size: 60px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #fff;
  color: #112a3f;
  line-height: 160px;
  margin: 0 auto 15px auto;
}
.heading-stats {
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .heading-stats {
    font-size: 40px;
  }
}
.heading-features {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: 500;
}
.heading-features span {
  display: block;
  font-size: 34px;
  margin-bottom: 7px;
}
.heading-features a {
  color: inherit;
  display: block;
  position: relative;
}
.heading-features a:hover,
.heading-features a:focus,
.heading-features a:active {
  text-decoration: none;
}
.heading-communications {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: 20px;
}
.heading-contact {
  font-size: 18px;
  font-weight: 500;
}
.item {
  text-align: center;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  .item {
    max-width: 330px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.item.item-stats {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .item.item-stats {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .item.item-about {
    font-size: 18px;
    max-width: 300px;
    margin-top: 40px;
    margin-bottom: 35px;
  }
}
.item.item-features {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .item.item-features {
    margin-bottom: 80px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .item.item-communications {
    max-width: 300px;
  }
}
.row-clients {
  background: #fff;
  text-align: center;
  margin: 0;
}
.row-clients > div {
  padding: 25px;
}
.row-clients > div.col-screenshot {
  padding-bottom: 0;
}
.row-clients p {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .row-clients p {
    margin-bottom: 35px;
  }
}
.row-clients p:last-child {
  margin-bottom: 0;
}
.row-clients-hershey {
  color: #591B25;
}
.row-clients-hershey .col-screenshot {
  background: #591B25;
}
.row-clients-wiggle {
  color: #ff920b;
}
.row-clients-wiggle .col-screenshot {
  background: #ff920b;
}
.row-clients-tottenham {
  color: #001c58;
}
.row-clients-tottenham .col-screenshot {
  background: #001c58;
}
.item-client {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: table;
}
.item-client > div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.col-block {
  padding-top: 30px;
  padding-bottom: 20px;
}
.col-block:before,
.col-block:after {
  content: " ";
  display: table;
}
.col-block:after {
  clear: both;
}
.col-block:before,
.col-block:after {
  content: " ";
  display: table;
}
.col-block:after {
  clear: both;
}
@media (min-width: 972px) {
  .col-block {
    padding: 80px;
  }
}
.col-block-bg {
  background-size: cover;
  background-position: center;
  min-height: 600px;
}
@media (min-width: 768px) {
  .item-block {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.item-diy {
  border-radius: 50%;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: justify;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .item-diy {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 768px) {
  .item-diy {
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .item-diy-alt {
    margin-bottom: 0;
  }
}
.heading-diy {
  font-size: 30px;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-family: 'Roboto Condensed', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .heading-diy {
    font-size: 26px;
  }
}
.list-success {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto Condensed', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #ffffff;
}
.list-success span {
  display: inline-block;
  padding: 4px 15px;
}
.list-success li {
  margin-bottom: 25px;
}
.list-success li:last-child {
  margin-bottom: 0;
}
.row-success-team .col-sm-4 {
  font-size: 16px;
  line-height: calc(19/16);
  margin-bottom: 40px;
}
.row-success-team .col-sm-4 strong {
  font-size: 18px;
}
@media (min-width: 768px) {
  .row-success-team .col-sm-4 {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.item-success {
  max-width: 228px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .item-success {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.heading-success {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto Condensed', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .heading-success {
    font-size: 34px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .heading-success span {
    font-size: 70px;
  }
}
.link-reload {
  color: inherit;
  font-size: 30px;
  display: inline-block;
}
@media (min-width: 768px) {
  .link-reload {
    margin-top: 40px;
  }
}
.link-reload:hover {
  color: inherit;
  text-decoration: none;
}
.success-video {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.success-video--alt {
  background: #222222;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: cover;
}
@media (max-width: 767px) {
  .success-video--alt {
    height: 440px;
  }
}
.success-video--alt:before {
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: " ";
  display: block;
  position: absolute;
}
.success-video--alt video {
  width: 100%;
  display: inherit;
}
.success-video__button {
  border: none;
  outline: none;
  opacity: 0.8;
  font-size: 120px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: opacity 0.2s linear;
  z-index: 10;
}
@media (min-width: 768px) {
  .success-video__button {
    font-size: 150px;
  }
}
.success-video__button:hover,
.success-video__button:active {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.success-video__button:focus {
  text-decoration: none;
  color: #fff;
}
.img-unily-success {
  height: auto;
  vertical-align: -5px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .img-unily-success {
    width: 165px;
  }
}
@media (min-width: 768px) {
  .img-unily-success {
    vertical-align: -9px;
    margin-right: 5px;
  }
}
.icon-dollar3:before {
  content: "\e904";
}
.icon-grow2:before {
  content: "\e905";
}
.icon-phone32:before {
  content: "\e906";
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
  height: 77px !important;
}
@media (min-width: 972px) {
  .jspContainer {
    height: 85px !important;
  }
}
.jspPane {
  position: absolute;
  transition: all 0.2s linear;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
  display: none;
}
.jspTrack {
  background: #dde;
  position: relative;
  display: none;
}
.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #000;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  height: 77px;
  width: 40px;
  float: none;
  color: #999;
  font-size: 30px;
}
.jspArrow:hover {
  color: #fff;
}
.jspArrow:before {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
  left: 0;
}
@media (min-width: 972px) {
  .jspArrow {
    height: 100px;
  }
}
.jspArrowLeft {
  left: 0;
  border-right: 1px solid #202020;
}
.jspArrowLeft:before {
  content: "\edce";
}
.jspArrowRight {
  right: 0;
  border-left: 1px solid #202020;
}
.jspArrowRight:before {
  content: "\edc6";
}
.jspArrow.jspDisabled {
  cursor: default;
  display: none;
}
/* 
.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	//width: 16px;
	//float: left;
	//height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}
*/
.logo-rollup {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 20px -20px;
  justify-content: space-between;
}
.logo-rollup__item {
  justify-content: center;
  display: flex;
  margin: 60px 20px;
  flex-basis: calc(20% - 40px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .logo-rollup__item {
    flex-basis: calc(33% - 40px);
  }
  .logo-rollup__item:last-child {
    display: none;
  }
}
@media (min-width: 1025px) {
  .logo-rollup__item {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .logo-rollup__item {
    flex-basis: calc(100% - 40px);
    margin: 10px 20px;
  }
}
.logo-rollup__item img {
  max-height: 80px;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .logo-rollup__item img {
    max-width: 190px;
  }
}
.testimonial-slider {
  height: 0;
  padding-bottom: 40%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .testimonial-slider {
    height: auto;
    padding-bottom: 0;
  }
}
.testimonial-slider__bg {
  border-radius: 50%;
  opacity: 0.8;
  width: 100%;
  height: 170%;
  position: absolute;
  top: -35%;
  left: -52%;
}
@media (min-width: 768px) and (max-width: 1150px) {
  .testimonial-slider__bg {
    left: -46%;
  }
}
@media (max-width: 767px) {
  .testimonial-slider__bg {
    border-radius: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
  }
}
.testimonial-slider__text {
  left: 120px;
  top: 12%;
  position: absolute;
  color: #fff;
  text-align: left;
  width: 26%;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .testimonial-slider__text {
    font-size: 3vw;
  }
}
@media (min-width: 972px) {
  .testimonial-slider__text {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .testimonial-slider__text {
    width: 33%;
    top: 15%;
    left: 90px;
  }
}
@media (min-width: 1151px) and (max-width: 1300px) {
  .testimonial-slider__text {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .testimonial-slider__text {
    position: relative;
    font-size: 30px;
    line-height: 38px;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 50px 35px;
    text-align: left;
  }
}
.testimonial-slider__text span {
  margin-top: 25px;
  display: block;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .testimonial-slider__text span {
    font-size: 2vw;
  }
}
@media (min-width: 972px) {
  .testimonial-slider__text span {
    font-size: 22px;
  }
}
.testimonial-slider__quotes {
  width: 70px;
  height: auto;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .testimonial-slider__quotes {
    width: 7vw;
  }
}
@media (min-width: 972px) {
  .testimonial-slider__quotes {
    width: 70px;
  }
}
.testimonial-slider .item {
  overflow: hidden;
}
@media (max-width: 767px) {
  .testimonial-slider .item {
    min-height: 500px;
  }
}
.testimonial-slider .item > img {
  width: 100%;
}
@media (max-width: 767px) {
  .testimonial-slider .item > img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .testimonial-slider .item:nth-child(even) .testimonial-slider__bg {
    left: auto;
    right: -52%;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .testimonial-slider .item:nth-child(even) .testimonial-slider__bg {
    right: -46%;
  }
}
@media (min-width: 768px) {
  .testimonial-slider .item:nth-child(even) .testimonial-slider__text {
    left: auto;
    right: 120px;
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .testimonial-slider .item:nth-child(even) .testimonial-slider__text {
    right: 90px;
  }
}
@media (min-width: 768px) {
  .testimonial-slider .item:nth-child(even) .testimonial-slider__quotes {
    margin-left: auto;
  }
}
.testimonial-slider .carousel-indicators {
  margin-bottom: 40px;
}
.testimonial-slider .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-width: 2px;
}
.testimonial-slider .carousel-indicators li.active {
  width: 16px;
  height: 16px;
  margin: 0;
}
.capability-blocks {
  color: #fff;
}
.capability-blocks .row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .capability-blocks .row {
    min-height: 590px;
    flex-direction: row;
  }
}
.capability-blocks__img {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .capability-blocks__img {
    align-self: center;
    padding-right: 60px;
  }
}
.capability-blocks__img--bg {
  background-size: cover;
  background-position: center center;
  align-self: stretch;
}
@media (max-width: 767px) {
  .capability-blocks__img--bg {
    height: 440px;
  }
}
.capability-blocks__img.no-btm {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .capability-blocks__img.no-btm {
    margin-top: auto;
  }
}
.capability-blocks__img img {
  margin: 0 auto;
  width: auto;
  display: block;
  max-height: 550px;
}
.capability-blocks__img img.img-capability-sm {
  width: 265px;
}
.capability-blocks__img.right-aligned {
  padding-right: 0;
}
.capability-blocks__img.right-aligned img {
  margin-right: 0;
}
.capability-blocks__img.left-aligned {
  padding-left: 0;
}
.capability-blocks__img.left-aligned img {
  margin-left: 0;
}
.capability-blocks__text {
  font-weight: 400;
}
@media (min-width: 768px) {
  .capability-blocks__text {
    padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.capability-blocks__text a:not(.btn) {
  color: inherit;
  text-decoration: underline;
}
.capability-blocks__heading {
  font-family: 'Roboto Condensed', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
}
@media (min-width: 768px) {
  .capability-blocks__heading {
    font-size: 40px;
  }
}
.capability-blocks .btn {
  margin: 23px 0 20px 0;
}
.capability-blocks .btn:active {
  background: rgba(0, 0, 0, 0.05);
  box-shadow: none;
}
@media (min-width: 768px) {
  .capability-blocks--reverse .row {
    flex-direction: row-reverse;
  }
  .capability-blocks--reverse .capability-blocks__text {
    text-align: right;
    padding-right: 60px;
    padding-left: 20px;
  }
  .capability-blocks--reverse .capability-blocks__img {
    padding-left: 60px;
    padding-right: 20px;
  }
  .capability-blocks--reverse .capability-blocks__img.left-aligned {
    padding-left: 0;
  }
  .capability-blocks--reverse .capability-blocks__img.left-aligned img {
    margin-left: 0;
  }
}
.capability-blocks--light {
  color: #000;
}
.simplebar {
  overflow: scroll;
  overflow-x: hidden;
}
.with-bg-image > div > div.hbspt-form {
  height: auto;
}
.blog-item-body .blog-item-data p.mb-0 {
  margin-bottom: 0;
}
.heading-main.no-after:after {
  display: none;
}
.insight-results > div .col-sm-6:nth-child(2n+1) {
  clear: both;
}
.mfp-ready {
  z-index: 10000;
}
.icon-play4:before {
  margin-left: 4px;
}
.full-height-video {
  max-height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-section.video {
    margin-top: 0 !important;
  }
}
.well.well-stories p.image-stories a.video:after {
  content: "\ed8e";
  width: 70px;
  height: 70px;
  position: absolute;
  font-family: icon;
  color: #fff;
  border: 3px solid rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 29px;
  line-height: 65px;
  padding-left: 4px;
  background: rgba(0, 0, 0, 0.4);
}
.insight-results .post-prev {
  height: auto !important;
}
.mh {
  min-height: 210px;
}
.mh .post-prev-text {
  height: 66px;
}
.simplebar,
[data-simplebar-direction] {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.simplebar .simplebar-scroll-content,
[data-simplebar-direction] .simplebar-scroll-content {
  overflow-y: scroll;
  overflow-x: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -ms-overflow-style: none;
}
.simplebar-scroll-content::-webkit-scrollbar {
  display: none;
}
.simplebar-track {
  z-index: 99;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: 10px;
}
.simplebar-track .simplebar-scrollbar {
  position: absolute;
  right: 2px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  min-height: 10px;
  width: 7px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: #6c6e71;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
.simplebar-track:hover .simplebar-scrollbar {
  /* When hovered, remove all transitions from drag handle */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 0 linear;
  -moz-transition: opacity 0 linear;
  -o-transition: opacity 0 linear;
  -ms-transition: opacity 0 linear;
  transition: opacity 0 linear;
}
.simplebar-track .simplebar-scrollbar.visible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
}
.insight-forms select.hs-input,
.hub-form select.hs-input,
.get-started-form select.hs-input {
  color: #999;
}
/*.insight-forms select.hs-input.input-selected,
.hub-form select.hs-input.input-selected,
.get-started-form select.hs-input.input-selected{
	color:	#999;
}*/
.insight-forms select.hs-input:focus {
  color: #FF2896;
}
.loading-spin {
  float: left;
  width: 100%;
  height: 300px;
  background: url('/img/logos/throbber.gif') no-repeat center center;
  background-size: 60px 60px;
}
.no-bg-image > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 60px 20px;
  z-index: 100;
  position: relative;
}
.video-wrap {
  width: 100%;
}
.video-wrap video {
  width: 100%;
}
.hs-input {
  color: #999;
}
@media (min-width: 1105px) {
  .navbar .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 972px) {
  .navbar .navbar-nav > li.with-button {
    margin: 0 15px;
  }
}
@media (min-width: 972px) {
  .nav-dropdown-intranet-basics .icon-nav,
  .navbar-nav > li > .dropdown-menu > li.nav-dropdown-intranet-basics strong {
    color: #FF2896;
  }
}
.bg-06 {
  background: #000;
  color: #fff;
}
.bg-06 .heading-main,
.bg-06 .heading-main span {
  color: #fff;
}
.bg-07 {
  background: #f5f5f5;
  color: #112a3f;
}
.bg-07 .heading-main,
.bg-07 .heading-main span {
  color: #112a3f;
}
.feature-row {
  padding: 60px 0;
  background: #f5f5f5;
}
.feature-row:nth-child(even) {
  background: #fff;
}
.feature-row .txt {
  float: left;
  width: 45%;
  padding-right: 60px;
  color: #000;
}
.feature-row .txt h1 {
  text-transform: uppercase;
  margin-bottom: 2px;
}
.feature-row .txt .btn {
  color: #000;
  border: 1px solid #000;
  margin-top: 15px;
}
.feature-row .img {
  float: right;
  width: 55%;
}
.feature-row:nth-child(even) .txt {
  float: right;
  text-align: right;
  padding-right: 0;
  padding-left: 60px;
}
.feature-row:last-of-type {
  border-bottom: none;
}
@media (max-width: 767px) {
  .feature-row {
    padding: 30px 0;
  }
  .feature-row .txt {
    width: 100%;
    padding: 0 0 20px;
  }
  .feature-row .txt h1 {
    font-size: 30px;
  }
  .feature-row .img {
    width: 100%;
  }
  .feature-row:nth-child(even) .txt {
    padding: 0 0 20px;
    text-align: left;
  }
}
.bg-06 .heading-main:after {
  border-color: #fff;
}
.bg-06 .image img {
  width: 100%;
}
@media (min-width: 768px) {
  .container-main.container-full {
    padding-left: 0;
    padding-right: 0;
  }
}
.heading-modal a {
  color: #999;
}
.heading-modal a:hover {
  color: #3ec8ed;
  text-decoration: none;
}
.heading-modal a .toggle > dt.basic > a:after {
  display: none;
}
.cap-col:nth-child(4) {
  clear: both;
}
.post-prev-img a {
  height: 0;
  padding-bottom: 56.34%;
}
.loading-spinner {
  float: left;
  width: 100%;
  height: 100px;
  background: url('/img/logos/throbber.gif') no-repeat center center;
  background-size: 60px 60px;
}
.loading-spinner-wrapper.fadeIn {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.customer-success {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
.customer-success h4 {
  font-size: 30px;
  margin-top: 5px;
}
.customer-success [class^=icon-] {
  font-size: 54px;
}
.customer-success__content {
  min-height: 230px;
  margin-bottom: 20px;
}
.customer-success .btn {
  color: #f4007d;
  border-color: #f4007d;
}
.client-updates .well-stories {
  background: #f5f5f5;
}
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 56.55%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-carousel.invert {
  text-shadow: none;
  color: #112a3f;
}
.bg-carousel.invert:after {
  background: rgba(245, 245, 245, 0.8);
}
.bg-carousel.invert .heading-carousel:before,
.bg-carousel.invert .heading-carousel:after {
  display: none;
}
.bg-carousel.invert .heading-carousel {
  text-transform: none;
  margin-bottom: 30px;
}
.bg-carousel.invert p {
  font-size: 15px;
  line-height: 1.5em;
}
.bg-carousel.invert > div > div {
  padding: 105px 20px 60px 20px;
}
@media (max-width: 767px) {
  .bg-carousel.invert > div > div {
    padding-top: 80px;
  }
  .bg-carousel.invert p {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.arrow-methodology {
  display: block;
  top: 0;
  left: 50%;
  position: absolute;
}
@media (max-width: 767px) {
  .arrow-methodology {
    border: 4px solid #e72464;
    border-radius: 12px;
    height: 100%;
    width: 120px;
    margin-left: -2px;
  }
  .arrow-methodology:after,
  .arrow-methodology:before {
    content: " ";
    display: block;
    width: 21px;
    height: 23px;
    margin-left: -10px;
    left: 50%;
    position: absolute;
  }
  .arrow-methodology:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.11 23.46'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23e72464;}%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow-left%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M1.5,14.32l15.12,8.73a3,3,0,0,0,4.49-2.59V3A3,3,0,0,0,16.62.41L1.5,9.14A3,3,0,0,0,1.5,14.32Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    top: 0;
    margin-top: -13px;
  }
  .arrow-methodology:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.11 23.46'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23e72464;}%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow-right%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M19.61,9.14,4.49.41A3,3,0,0,0,0,3V20.46a3,3,0,0,0,4.49,2.59l15.12-8.73A3,3,0,0,0,19.61,9.14Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    bottom: 0;
    margin-bottom: -13px;
  }
}
@media (min-width: 768px) {
  .arrow-methodology {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.11 23.46'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23e72464;}%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow-left%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M1.5,14.32l15.12,8.73a3,3,0,0,0,4.49-2.59V3A3,3,0,0,0,16.62.41L1.5,9.14A3,3,0,0,0,1.5,14.32Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 21px;
    height: 23px;
    margin-left: -10px;
  }
}
.row-methodology {
  position: relative;
}
@media (max-width: 767px) {
  .row-methodology {
    padding: 40px 0;
  }
}
.item-methodology {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 54px auto;
  max-width: 172px;
  position: relative;
}
.item-methodology.last {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .item-methodology {
    width: auto;
    margin-top: 80px;
    margin-bottom: 0;
  }
  .item-methodology.first:before {
    content: " ";
    display: block;
    border-left: 4px solid #e72464;
    border-top: 4px solid #e72464;
    border-radius: 12px 0 0 0;
    bottom: 100%;
    left: 50%;
    height: 70px;
    width: 400px;
    position: absolute;
  }
  .item-methodology.last:before {
    content: " ";
    display: block;
    border-right: 4px solid #e72464;
    border-top: 4px solid #e72464;
    border-radius: 0 12px 0 0;
    bottom: 100%;
    right: 50%;
    height: 70px;
    width: 400px;
    position: absolute;
  }
}
.icon-methodology {
  margin: 0 auto 20px auto;
  width: 154px;
  position: relative;
}
@media (min-width: 768px) {
  .icon-methodology {
    margin-bottom: 15px;
  }
  .icon-methodology:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 70px;
    height: 0;
    border-top: 4px solid #e72464;
    margin-top: -2px;
  }
  .icon-methodology:before {
    content: " ";
    display: block;
    left: 100%;
    top: 50%;
    margin-top: -12px;
    margin-left: 17px;
    position: absolute;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.11 23.46'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23e72464;}%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow-right%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M19.61,9.14,4.49.41A3,3,0,0,0,0,3V20.46a3,3,0,0,0,4.49,2.59l15.12-8.73A3,3,0,0,0,19.61,9.14Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 21px;
    height: 23px;
  }
  .last .icon-methodology:after,
  .last .icon-methodology:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .icon-methodology:before {
    content: " ";
    display: block;
    left: 100%;
    bottom: 10px;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.46 21.11'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23e72464;}%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow-top%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M9.14,1.5.41,16.62A3,3,0,0,0,3,21.11H20.46a3,3,0,0,0,2.59-4.49L14.32,1.5A3,3,0,0,0,9.14,1.5Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 23px;
    height: 21px;
    margin-left: 28px;
  }
}
.icon-methodology span {
  display: block;
  margin: 0 auto;
  width: 154px;
  height: 154px;
  border-radius: 50%;
  text-align: center;
  line-height: 146px;
  border: 4px solid #e72464;
  font-size: 70px;
  background: #112a3f;
}
.info-methodology {
  margin: 0 auto;
  border: 4px solid #e72464;
  border-radius: 8px;
  padding: 15px 10px;
  background: #112a3f;
  position: relative;
}
@media (min-width: 768px) {
  .info-methodology {
    border: none;
    width: auto;
    padding: 0;
  }
  .info-methodology p {
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  .info-methodology:after {
    content: " ";
    display: block;
    left: 50%;
    top: 100%;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.46 21.11'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23e72464;}%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow-bottom%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M14.32,19.61,23.05,4.49A3,3,0,0,0,20.46,0H3A3,3,0,0,0,.41,4.49L9.14,19.61A3,3,0,0,0,14.32,19.61Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 23px;
    height: 21px;
    margin-left: -11px;
    margin-top: 22px;
  }
  .last .info-methodology:after {
    display: none;
  }
}
.info-methodology > :last-child {
  margin-bottom: 0;
}
.heading-methodology {
  text-transform: uppercase;
  font-size: 26px;
  margin: 0 0 8px 0;
}
@media (min-width: 768px) {
  .heading-methodology {
    margin-bottom: 20px;
  }
}
.btn-methodology {
  color: #fff;
  background-color: #e72464;
  border-color: #e72464;
  min-width: unset;
  padding-left: 5px;
  padding-right: 5px;
}
.btn-methodology.focus,
.btn-methodology:focus {
  color: #fff;
  background-color: #c3154e;
  border-color: #7e0e33;
}
.btn-methodology:hover {
  color: #fff;
  background-color: #c3154e;
  border-color: #b9144b;
}
.btn-methodology.active,
.btn-methodology:active,
.open > .dropdown-toggle.btn-methodology {
  color: #fff;
  background-color: #c3154e;
  border-color: #b9144b;
}
.btn-methodology.active.focus,
.btn-methodology.active:focus,
.btn-methodology.active:hover,
.btn-methodology:active.focus,
.btn-methodology:active:focus,
.btn-methodology:active:hover,
.open > .dropdown-toggle.btn-methodology.focus,
.open > .dropdown-toggle.btn-methodology:focus,
.open > .dropdown-toggle.btn-methodology:hover {
  color: #fff;
  background-color: #a21241;
  border-color: #7e0e33;
}
@media (max-width: 767px) {
  .btn-methodology {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .row-methodology {
    display: flex;
  }
  .row-methodology .col-sm-3 {
    display: flex;
  }
  .item-methodology {
    display: flex;
    flex-direction: column;
  }
  .info-methodology {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .info-methodology p {
    flex-grow: 1;
  }
}
.submitted-message-color {
  color: #FF2896;
}
.insights__article .submitted-message,
.insights__side .submitted-message {
  color: #FF2896;
}
.insight-forms .submitted-message {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 400;
  color: #FF2896;
  text-align: left;
  line-height: 1.2em;
}
body {
  -webkit-font-smoothing: antialiased;
}
.capability-modal {
  background: rgba(245, 245, 245, 0.8);
}
.capability-modal .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.capability-video {
  position: relative;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: -150px;
  margin-top: 20px;
}
.capability-video__button {
  border: none;
  outline: none;
  opacity: 0.8;
  font-size: 130px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  padding: 0;
}
.capability-video__button:hover,
.capability-video__button:active {
  opacity: 1;
}
@media (min-width: 1351px) {
  .capability-video__modal {
    max-width: 1250px;
    width: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .capability-video__modal {
    max-width: 1000px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .capability-video__modal {
    max-width: 900px;
    width: auto;
  }
}
.capability-video__modal .btn {
  border-color: #112a3f;
  color: #112a3f;
}
.capability-video__modal .btn:hover,
.capability-video__modal .btn:active {
  color: #fff;
  background: #112a3f;
}
.capability-video__modal__text {
  max-width: 900px;
  margin: 0 auto 30px;
}
.capability-video__modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  width: 40px;
  height: 40px;
}
.capability-video__modal .embed-responsive {
  margin-bottom: 30px;
}
.capability-video__modal .modal-content {
  padding: 60px 50px 70px;
}
@media (max-width: 991px) {
  .capability-video__modal .modal-content {
    padding: 40px 30px 50px;
  }
  .capability-video__modal .close {
    top: 0px;
    right: 0;
  }
}
.capability-video + section {
  padding-top: 150px;
}
.carousel-home video.visible-xs {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
#mobileSlider video {
  display: block !important;
}
@media (max-width: 676px) {
  .row-clients .btn {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .row-clients .col-screenshot {
    padding: 25px 60px;
  }
  .row-clients .item-client {
    padding-top: 20px;
  }
}
.item-block .btn {
  margin: 23px 0 20px 0;
}
a:focus,
button:focus,
.btn:focus,
.btn:focus:active {
  outline: none;
}
/*updated homepage slider styles*/
.carousel-home .carousel-inner {
  height: 100%;
  overflow: hidden;
}
.carousel-home .item {
  overflow: hidden;
}
.btn-carousel {
  position: relative;
  z-index: 1;
}
.btn-carousel:focus {
  border-color: #fff;
  color: #fff;
  outline: none;
}
.btn-carousel:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
.btn-carousel:active:after,
.btn-carousel:hover:after {
  background: rgba(0, 0, 0, 0.3);
}
.btn-carousel span {
  position: relative;
  z-index: 2;
}
.hendirx-slide h3 {
  font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 75px;
  font-weight: 700;
  margin-bottom: -5px;
}
.hendrix-slide p {
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hendirx-slide h3 {
    font-size: 50px;
    margin-bottom: -5px;
  }
  .hendirx-slide.bg-carousel > div > div p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.hendirx-slide:after {
  display: none;
}
.carousel-home {
  text-shadow: none;
}
.container-no-padding {
  padding: 0;
}
.getting-started-video-intro p {
  padding-top: 33px;
}
.getting-started-video-intro .btn {
  border-color: #fff;
}
.link-down {
  display: none;
}
@media (min-width: 1200px) {
  .insights__article {
    padding-right: 50px;
  }
}
.insights__article {
  color: #666;
  font-weight: 400;
}
.insights__article .lead {
  font-weight: 400;
}
.insights__article .hubspot-form {
  margin-bottom: 35px;
}
.insights__side {
  font-weight: 400;
}
.insights__heading {
  font-size: 26px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .insights__heading {
    font-size: 40px;
    line-height: calc(48/40);
  }
}
.insights__heading--side {
  color: #666;
  font-size: 24px;
  line-height: calc(26/24);
  font-weight: bold;
}
.insights__heading--side-alt {
  color: #FF2896;
}
.insights__heading--list {
  font-size: 18px;
  line-height: calc(22/18);
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}
.insights__heading--list a {
  color: #666;
}
.insights__heading--items {
  font-size: 24px;
  line-height: calc(26/24);
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}
.insights__heading--items a {
  color: #666;
}
.insights__heading--item {
  font-size: 20px;
  line-height: calc(24/20);
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}
.insights__heading--item a {
  color: #666;
}
.insights__metadata {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.71428571;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
}
.insights__metadata--item {
  font-size: 16px;
}
.insights__metadata li {
  margin-right: 30px;
  color: #666;
}
@media (min-width: 768px) {
  .insights__metadata li {
    display: inline;
  }
}
.insights__metadata li:last-child {
  margin-right: 0;
}
.insights__metadata--list,
.insights__metadata--item {
  display: block;
}
.insights__metadata--list li,
.insights__metadata--item li {
  display: block;
}
.insights__media {
  font: 0/0 a;
  margin-bottom: 40px;
  position: relative;
}
.insights__media--list {
  margin-bottom: 10px !important;
}
.insights__media--item {
  position: relative;
}
.insights__media--item a {
  position: relative;
  display: block;
  transition: opacity 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.insights__media--item a:hover {
  opacity: 0.85;
}
.insights__media--item .video:after {
  content: "\ed8e";
  width: 70px;
  height: 70px;
  position: absolute;
  font-family: 'icon';
  color: #fff;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 29px;
  line-height: 65px;
  padding-left: 4px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.insights__body h2,
.insights__body h3,
.insights__body h4 {
  font-weight: bold;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .insights__body h2,
  .insights__body h3,
  .insights__body h4 {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
.insights__body h2 {
  font-size: 23px;
}
@media (min-width: 768px) {
  .insights__body h2 {
    font-size: 32px;
  }
}
.insights__body h3 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .insights__body h3 {
    font-size: 24px;
  }
}
.insights__body h4 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .insights__body h4 {
    font-size: 20px;
  }
}
.insights__body ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.insights__body ul li {
  padding-left: 44px;
  position: relative;
  margin-bottom: 10px;
}
.insights__body ul li:before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  top: 7px;
  left: 15px;
}
.insights__body table {
  width: 100%;
  line-height: 1.4;
}
.insights__body th {
  font-weight: 500;
  color: #66C6E8;
}
.insights__body th,
.insights__body td {
  border-bottom: 1px solid #C8C8C8;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.insights__body th:last-child,
.insights__body td:last-child {
  padding-right: 0;
}
.insights__body th small,
.insights__body td small {
  display: block;
  font-size: 14px;
  line-height: calc(18/14);
}
.insights__body td {
  height: 75px;
}
.insights__list {
  font-weight: 400;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  line-height: calc(20/14);
}
.insights__list > li {
  border-bottom: 1px solid #C8C8C8;
  padding-top: 10px;
  padding-bottom: 25px;
}
.insights__list > li:first-child {
  padding-top: 0;
}
.insights__list > li:last-child {
  border-bottom: 0;
}
.insights__list p {
  margin-bottom: 5px;
}
.insights__item {
  background: #F5F5F5;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .insights__item {
    margin-bottom: 40px;
  }
}
.insights__item--well {
  background-color: #FFF;
}
.insights__info {
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .insights__info {
    height: 240px;
  }
}
.insights__text {
  height: 73px;
  overflow: hidden;
}
.insights__content {
  height: 80px;
}
.insights__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  line-height: 50px !important;
  text-align: center;
  font-size: 28px;
  top: 20px;
  left: 20px;
  position: absolute;
  display: block;
}
.insights__icon--news {
  background: #3ec8ed;
}
.insights__icon--events {
  background: #3FC3A3;
}
.insights__icon--webinars {
  background: #FF0000;
}
.insights__icon--guides {
  background: #B479FF;
}
.insights__icon--case-studies {
  background: #FF2896;
}
@media (min-width: 768px) {
  .insights__filters--news {
    color: #3ec8ed !important;
  }
  .insights__filters--events {
    color: #3FC3A3 !important;
  }
  .insights__filters--webinars {
    color: #FF0000 !important;
  }
  .insights__filters--guides {
    color: #B479FF !important;
  }
  .insights__filters--case-studies {
    color: #FF2896 !important;
  }
}
.insights__social {
  display: none;
}
@media (min-width: 1270px) {
  .insights__social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    font-size: 25px;
    top: 0;
    bottom: 0;
    left: -35px;
    text-align: center;
  }
  .insights__social li {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .insights__social a {
    color: #666;
  }
  .insights__social a:hover,
  .insights__social a:active {
    color: #3ec8ed;
    text-decoration: none;
  }
  .insights__social a:visited {
    color: #666;
  }
}
@media (min-width: 1400px) {
  .insights__social {
    left: -105px;
    font-size: 30px;
  }
}
* + .insights__heading--side {
  margin-top: 40px;
}
@media (min-width: 768px) {
  * + .insights__heading--side {
    margin-top: 70px;
  }
}
.dropdown.filter-collapse {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .dropdown.filter-collapse button {
    display: none;
  }
}
.dropdown.filter-collapse .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #c8c8c8;
  border-top: 0;
}
.dropdown.filter-collapse .dropdown-menu.open {
  display: block;
}
.dropdown.filter-collapse .dropdown-menu > li {
  border-top: 1px solid #c8c8c8;
}
.dropdown.filter-collapse .dropdown-menu > li > a {
  padding: 10px;
  color: inherit;
  font-size: 18px;
}
.dropdown.filter-collapse .dropdown-menu > li > a .menu-icon {
  display: none;
}
.dropdown.filter-collapse .dropdown-menu > li:first-child {
  border-top: none;
}
.dropdown.filter-collapse .dropdown-menu > li.active a {
  background-color: #15b7e3;
}
@media (min-width: 768px) {
  .dropdown.filter-collapse .dropdown-menu {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0;
    font-weight: 400;
    text-align: center;
  }
  .dropdown.filter-collapse .dropdown-menu:before {
    display: none;
  }
  .dropdown.filter-collapse .dropdown-menu > li {
    border: none;
    display: inline-block;
  }
  .dropdown.filter-collapse .dropdown-menu > li > a {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 18px 5px;
    background: none;
    min-width: 122px;
    font-weight: bold;
    font-family: 'Roboto Condensed', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .dropdown.filter-collapse .dropdown-menu > li > a .menu-icon {
    display: block;
    color: #fff;
    font-size: 26px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 54px;
    margin: 0 auto 5px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  }
  .dropdown.filter-collapse .dropdown-menu > li > a .menu-icon.news {
    background: #3ec8ed;
  }
  .dropdown.filter-collapse .dropdown-menu > li > a .menu-icon.event {
    background: #3FC3A3;
  }
  .dropdown.filter-collapse .dropdown-menu > li > a .menu-icon.guide {
    background: #B479FF;
  }
  .dropdown.filter-collapse .dropdown-menu > li > a .menu-icon.webinar {
    background: #f00;
  }
  .dropdown.filter-collapse .dropdown-menu > li > a .menu-icon.case-study {
    background: #FF2896;
  }
  .dropdown.filter-collapse .dropdown-menu > li > a:hover,
  .dropdown.filter-collapse .dropdown-menu > li > a:active,
  .dropdown.filter-collapse .dropdown-menu > li > a:focus {
    background: none;
  }
  .dropdown.filter-collapse .dropdown-menu > li > a:after {
    display: none;
  }
  .dropdown.filter-collapse .dropdown-menu > li > a:hover.insights__filters--news {
    color: #15b7e3 !important;
  }
  .dropdown.filter-collapse .dropdown-menu > li > a:hover.insights__filters--events {
    color: #319e83 !important;
  }
  .dropdown.filter-collapse .dropdown-menu > li > a:hover.insights__filters--guides {
    color: #9746ff !important;
  }
  .dropdown.filter-collapse .dropdown-menu > li > a:hover.insights__filters--webinars {
    color: #cc0000 !important;
  }
  .dropdown.filter-collapse .dropdown-menu > li > a:hover.insights__filters--case-studies {
    color: #f4007d !important;
  }
  .dropdown.filter-collapse .dropdown-menu > li > a:hover .menu-icon.news {
    background: #15b7e3;
  }
  .dropdown.filter-collapse .dropdown-menu > li > a:hover .menu-icon.event {
    background: #319e83;
  }
  .dropdown.filter-collapse .dropdown-menu > li > a:hover .menu-icon.guide {
    background: #9746ff;
  }
  .dropdown.filter-collapse .dropdown-menu > li > a:hover .menu-icon.webinar {
    background: #cc0000;
  }
  .dropdown.filter-collapse .dropdown-menu > li > a:hover .menu-icon.case-study {
    background: #f4007d;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .dropdown.filter-collapse .dropdown-menu > li > a {
    margin: 0 5px 5px;
  }
}
.insights__filters--button {
  display: none;
}
@media (max-width: 767px) {
  .insights__filters--button {
    text-align: left;
    display: block;
    width: 100%;
    height: 54px;
    padding: 6px 12px;
    color: inherit;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: none;
    background: transparent;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    position: relative;
    font-weight: 400;
    line-height: 42px;
  }
  .insights__filters--button:hover,
  .insights__filters--button:focus {
    color: inherit;
    text-decoration: none;
  }
  .insights__filters--button span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 52px;
    width: 32px;
  }
}
@media (min-width: 768px) {
  .img-unite-19 {
    width: 315px;
    height: auto;
  }
}
.item-unite-19 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .item-unite-19 {
    margin-top: 0;
    margin-bottom: 75px;
  }
}
.item-unite-19 p {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.item-unite-19-lg p {
  max-width: 100%;
}
@media (min-width: 768px) {
  .row-unite-19 > div .item-unite-19-lg:first-child {
    padding-right: 30px;
  }
  .row-unite-19 > div .item-unite-19-lg:last-child {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .item-unite-19-alt {
    margin-bottom: 0;
  }
}
.heading-unite-19 {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto Condensed', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .heading-unite-19 {
    font-size: 30px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .heading-unite-19 span {
    font-size: 44px;
  }
}
.item-unite-19-speaker {
  font-size: 16px;
  line-height: calc(19/16);
}
.item-unite-19-speaker strong {
  font-size: 18px;
}
@media (min-width: 768px) {
  .item-unite-19-speaker {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.item-unite-19-speaker .list-social li {
  font-size: 24px;
}
.item-unite-19-speaker .list-social a {
  color: #3ec8ed;
}
.item-unite-19-speaker .list-social a:hover {
  color: #13a5cc;
}
@media (min-width: 768px) {
  .item-unite-19-speaker-alt {
    margin-bottom: 60px;
  }
}
.list-unite-19-agenda {
  margin-left: 25px;
  padding-left: 0;
  list-style: none;
  margin-bottom: 50px;
  position: relative;
  font-size: 16px;
}
@media (min-width: 768px) {
  .list-unite-19-agenda {
    left: 50%;
    width: 50%;
    margin-bottom: 100px;
    margin-left: 0;
  }
}
.list-unite-19-agenda li {
  padding-bottom: 30px;
  padding-left: 50px;
  position: relative;
}
.list-unite-19-agenda li:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .list-unite-19-agenda li {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .list-unite-19-agenda li:nth-child(even) {
    right: 100%;
    padding-left: 0;
    padding-right: 50px;
    text-align: right;
  }
}
.list-unite-19-agenda small {
  font-size: 14px;
  display: block;
  line-height: calc(18/14);
  margin-top: 12px;
}
.unite-19-agenda-time {
  display: block;
}
@media (min-width: 768px) {
  .unite-19-agenda-time {
    position: absolute;
    right: 100%;
    width: 100%;
    text-align: right;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .list-unite-19-agenda li:nth-child(even) .unite-19-agenda-time {
    left: 100%;
    right: auto;
    padding-left: 50px;
    text-align: left;
  }
}
.unite-19-agenda-bullet:after {
  content: " ";
  position: absolute;
  left: -1px;
  top: 2px;
  border-left: 2px solid #000;
  height: 100%;
  transition: height 0.3s ease-in-out;
}
.unite-19-agenda-bullet:before {
  content: " ";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #000;
  top: 2px;
  left: -9px;
}
@media (min-width: 768px) {
  .list-unite-19-agenda li:nth-child(even) .unite-19-agenda-bullet:after {
    left: auto;
    right: -1px;
  }
  .list-unite-19-agenda li:nth-child(even) .unite-19-agenda-bullet:before {
    left: auto;
    right: -9px;
  }
}
.list-unite-19-agenda li:last-child .unite-19-agenda-bullet:after {
  display: none;
}
.unite-19-agenda-image {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  left: -30px;
  top: -20px;
}
@media (min-width: 768px) {
  .list-unite-19-agenda li:nth-child(even) .unite-19-agenda-image {
    left: auto;
    right: -30px;
  }
}
.heading-unite-19-agenda {
  font-size: 18px;
  text-align: center;
  font-family: 'Roboto Condensed', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .heading-unite-19-agenda {
    margin-bottom: 50px;
  }
}
/*
.hidden-scroll {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;

  &.show-scroll {
    opacity: 1;
    transition: opacity 0.3s ease-in-out; 

    .unite-19-agenda-bullet {
      &:after {
        height: 100%;
        transition: height 0.3s ease-in-out; 
      }
    }
  }
}
*/
.inspire {
  background: linear-gradient(to right, #B479FF 0%, #FF2896 100%);
}
.deep-dive {
  background: linear-gradient(to right, #3EC8ED 0%, #112A3F 100%);
}
.tk-house-slant {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: house-slant;
}
.agenda-tags {
  display: block;
  margin: 20px 0 -6px;
}
.agenda-tag {
  display: block;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid #000;
  padding: 0px 6px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .list-unite-19-agenda li:nth-child(even) .agenda-tag {
    float: right;
    margin-left: 12px;
    margin-right: 0;
  }
}