.navbar {
  display: none;
}
.table td,
.table th {
  background-color: #fff !important;
}
.btn > .caret,
.dropup > .btn > .caret {
  border-top-color: #000 !important;
}
.label {
  border: 1px solid #000;
}
.table {
  border-collapse: collapse !important;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #ddd !important;
}

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

img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100% \9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .img-responsive[src$=".svg"] {
    width: 100%;
  }
}
.img-rounded {
  border-radius: 2px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  width: 100% \9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .img-thumbnail[src$=".svg"] {
    width: 100%;
  }
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f3f3f3;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-line-through {
  text-decoration: line-through;
}
.text-muted {
  color: #8f9ea2;
}
.text-primary {
  color: #023e8a;
}
a.text-primary:hover {
  color: #023e8a;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #023e8a;
}
a.bg-primary:hover {
  background-color: #125a91;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f3f3f3;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e5e7e7;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #e5e7e7;
}
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.42857143;
  color: #8f9ea2;
}
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 #e5e7e7;
  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";
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #6b7475;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.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: 0;
}
.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: 0;
  }
  .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: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
  .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 {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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.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.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.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.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.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .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: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #6b7475;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #8f9ea2;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #8f9ea2;
  background-color: #fff;
  background-image: none;
  border: 3px solid #e5e7e7;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: all border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s ease-out;
  -moz-transition: all border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s ease-out;
  -o-transition: all border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s ease-out;
  transition: all border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s ease-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: rgba(143, 158, 162, 0.8);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgba(143, 158, 162, 0.8);
}
.form-control::-webkit-input-placeholder {
  color: rgba(143, 158, 162, 0.8);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f3f3f3;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 2px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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;
  -moz-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 {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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;
  -moz-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 {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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;
  -moz-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;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #137885;
}
@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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.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);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #023e8a;
  border-color: #1468a8;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #13609b;
  border-color: #0e4672;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #023e8a;
  border-color: #1468a8;
}
.btn-primary .badge {
  color: #023e8a;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #7ab91a;
  border-color: #6ba317;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #629515;
  border-color: #486d0f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #7ab91a;
  border-color: #6ba317;
}
.btn-success .badge {
  color: #7ab91a;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #023e8a;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-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: #0f4c7b;
  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: #e5e7e7;
  text-decoration: none;
}
.btn-jumbo {
  padding: 12px 19.2px;
  font-size: 21.6px;
  line-height: 1.33;
  border-radius: 2px;
  padding-bottom: 9px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 2px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-transition: all height 0.35s ease ease-out;
  -moz-transition: all height 0.35s ease ease-out;
  -o-transition: all height 0.35s ease ease-out;
  transition: all height 0.35s ease ease-out;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regulard41d.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.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 {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  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: 46px;
  line-height: 46px;
}
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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #8f9ea2;
  text-align: center;
  background-color: #e5e7e7;
  border: 3px solid #e5e7e7;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  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 {
  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: #f3f3f3;
}
.nav > li.disabled > a {
  color: #e5e7e7;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #e5e7e7;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f3f3f3;
  border-color: #023e8a;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 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.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f3f3f3 #f3f3f3 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #8f9ea2;
  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: #023e8a;
}
.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: 60px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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: 768px) {
  .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;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 20px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 60px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 10px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .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: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-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: 13px;
  margin-bottom: 13px;
}
@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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-btn.btn-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-xs {
  margin-top: 19px;
  margin-bottom: 19px;
}
.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #031315;
  border-color: #000;
}
.navbar-default .navbar-brand {
  color: #f3f3f3;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #dadada;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #f3f3f3;
}
.navbar-default .navbar-nav > li > a {
  color: #f3f3f3;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #5faeec;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #5faeec;
  background-color: transparent;
}
.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: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #093b42;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #000;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #5faeec;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #f3f3f3;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #5faeec;
    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: #5faeec;
    background-color: transparent;
  }
  .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: #f3f3f3;
}
.navbar-default .navbar-link:hover {
  color: #5faeec;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #e5e7e7;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #e5e7e7;
}
.navbar-inverse .navbar-nav > li > a {
  color: #e5e7e7;
}
.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: #080808;
}
.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: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #e5e7e7;
  }
  .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: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #e5e7e7;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #023e8a;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0f4c7b;
  background-color: #f3f3f3;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #023e8a;
  border-color: #023e8a;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #e5e7e7;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #023e8a;
}
.thumbnail .caption {
  padding: 9px;
  color: #031315;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #023e8a;
  border-color: #023e8a;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #add6f5;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #6b7475;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #023e8a;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #023e8a;
  border-color: #023e8a;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #023e8a;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #023e8a;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  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: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-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);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.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);
  -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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  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;
}
@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);
    -moz-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: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.clearfix:before,
.clearfix: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,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.standard ul:before,
.standard ul:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after,
.standard ul:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
#page {
  opacity: 0;
}
#spiner {
  position: fixed;
  top: 150px;
  width: 100%;
  left: 50%;
  margin-left: -20px;
}
body {
  padding-top: 45px;
}
@media (min-width: 768px) {
  body {
    padding-top: 60px;
  }
}
.navbar-brand {
  padding: 9px 15px 0;
  max-width: 225px;
}
.login {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .login {
    float: right;
  }
}
.nav.news-menu > li > a {
  margin-left: -15px;
  padding: 3px 15px;
}
.nav.news-menu > li > a small {
  font-weight: bold;
  color: #031315;
}
.nav.news-menu > li > a p {
  color: #125a91;
}
.navbar-default {
  border: 0;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 100;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 1199px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-default .container {
    width: 100%;
  }
  .navbar-default .navbar-nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }
  .navbar-default .login {
    margin-top: 16px;
  }
  .navbar-default .login .btn-success {
    font-size: 12px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .navbar-default.navbar {
    min-height: 45px;
  }
  .navbar-brand {
    max-width: 153px;
    max-height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-toggle {
    margin: 6px 15px 0;
  }
  .login {
    text-align: center;
  }
}
.subnav-holder {
  background-color: white;
  position: relative;
  z-index: 1020;
  box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.05);
}
.subnav-holder #subnav-container {
  position: fixed;
  width: 100%;
  top: 85px;
  z-index: 1030;
  text-align: center;
  height: 50px;
  margin: 0;
}
.subnav-holder #subnav-container li {
  float: left;
}
.subnav-holder #subnav-container li > a {
  padding: 10px 12px;
  background-color: #f3f3f3;
  color: #8f9ea2;
}
@media (max-width: 767px) {
  .subnav-holder #subnav-container li > a {
    padding: 10px 6px;
  }
}
.subnav-holder #subnav-container li > a:hover {
  color: #023e8a;
}
.subnav-holder #subnav-container li.active > a {
  background-color: #8f9ea2;
  color: white;
}
.subnav-holder .rs-nav {
  text-align: center;
  font-size: 14px;
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 16px;
  border: 6px solid rgba(28, 43, 51, 0.09);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .subnav-holder {
    min-height: 0px;
    padding: 0;
  }
  .subnav-holder #subnav-container {
    top: 50px;
  }
}
footer.entry-meta {
  position: absolute;
}
.dark .page-header {
  margin-top: 0;
}
.dark .page-header h3 {
  color: #f3f3f3;
  text-transform: none;
}
.dark .page-header h1 {
  color: #023e8a;
  font-size: 36px;
}
@font-face {
  font-family: "cmlcty";
  src: url("fonts/cmlcty_38d471dba83d463c7b7084eec730e46f.eot");
  src: url("fonts/cmlcty_38d471dba83d463c7b7084eec730e46fd41d.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/cmlcty_38d471dba83d463c7b7084eec730e46f.woff") format("woff"),
    url("fonts/cmlcty_38d471dba83d463c7b7084eec730e46f.ttf") format("truetype"),
    url("fonts/cmlcty_38d471dba83d463c7b7084eec730e46f.svg#cmlcty")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "cmlcty";
    src: url("fonts/cmlcty_38d471dba83d463c7b7084eec730e46f.svg#cmlcty")
      format("svg");
  }
}
[class*="icon-cumulocity"] {
  display: inline-block;
  font-family: "cmlcty";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
[class*="icon-cumulocity"].orange {
  color: #ffae2c;
}
[class*="icon-cumulocity"].blue {
  color: #023e8a;
}
[class*="icon-cumulocity"].green {
  color: #7ab91a;
}
[class*="icon-cumulocity"].gray {
  color: #e5e7e7;
}
.icon-cumulocity-badge-ok:before {
  content: "\f100";
}
.icon-cumulocity-bubble-info:before {
  content: "\f101";
}
.icon-cumulocity-certificate:before {
  content: "\f102";
}
.icon-cumulocity-chart:before {
  content: "\f103";
}
.icon-cumulocity-chat:before {
  content: "\f104";
}
.icon-cumulocity-check:before {
  content: "\f105";
}
.icon-cumulocity-connect-alt:before {
  content: "\f106";
}
.icon-cumulocity-connect:before {
  content: "\f107";
}
.icon-cumulocity-cumulocity:before {
  content: "\f108";
}
.icon-cumulocity-earth:before {
  content: "\f109";
}
.icon-cumulocity-even-more:before {
  content: "\f10a";
}
.icon-cumulocity-extend:before {
  content: "\f10b";
}
.icon-cumulocity-facebook:before {
  content: "\f10c";
}
.icon-cumulocity-googleplus:before {
  content: "\f10d";
}
.icon-cumulocity-linkedin:before {
  content: "\f10e";
}
.icon-cumulocity-manage:before {
  content: "\f10f";
}
.icon-cumulocity-power:before {
  content: "\f110";
}
.icon-cumulocity-support:before {
  content: "\f111";
}
.icon-cumulocity-twitter:before {
  content: "\f112";
}
.icon-cumulocity-xing:before {
  content: "\f113";
}
.icon-cumulocity-youtube:before {
  content: "\f114";
}
.page-section {
  position: relative;
  z-index: 50;
  padding: 0;
}
.page-block:last-child {
  padding-bottom: 0;
}
.page-block {
  background-color: white;
  width: 100%;
  padding-bottom: 30px;
  box-sizing: content-box !important;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
}
.page-block.skrollable-after {
  z-index: 99;
  animation: animationFrames ease-out 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames ease-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}
.section.blue {
  background-color: #023e8a;
  color: white;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
}
.section.blue a:not(.btn) {
  color: white;
  text-decoration: underline;
}
.section.green {
  background-color: #7ab91a;
  color: white;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
}
.section.green-light {
  background-color: #9ee83c;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
}
.section.yellow {
  background-color: #ffe031;
  color: white;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
}
.section.orange {
  background-color: #ffae2c;
  color: white;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
}
.section.gray {
  background-color: #f3f3f3;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
}
.section.gray-light {
  background-color: #f8f8f8;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.section.dark {
  background-color: #031315;
  padding: 40px 0;
}
.section.bg-image {
  padding-bottom: 60px;
  position: relative;
  min-height: 60vh;
  background-size: cover;
  background-position: center;
}
.section.bg-image .content {
  color: white;
}
@media (min-width: 768px) {
  .section.bg-image .content {
    position: absolute;
    bottom: 30px;
  }
}
.section {
  font-size: 14px;
  text-align: center;
  padding: 60px 0;
}
.section.backimage {
  background-size: 0;
}
@media screen and (min-width: 768px) {
  .section {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .section {
    font-size: 16px;
  }
  .section.backimage {
    background-repeat: no-repeat;
    background-size: auto;
  }
  .section.backimage.right-bottom {
    background-position: right bottom;
  }
  .section.backimage.left-bottom {
    background-position: left bottom;
  }
  .section.backimage.left-top {
    background-position: left top;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section.backimage {
    background-size: 750px;
  }
}
@media screen and (max-width: 767px) {
  .section .large-icon {
    font-size: 13em;
    padding-top: 36px;
    line-height: 0.5;
  }
}
.section .row {
  position: relative;
}
.section .section-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 3em;
  font-weight: 100;
  text-transform: uppercase;
  width: 98.95%;
}
.section .large-icon {
  text-align: center;
  font-size: 17.5em;
  line-height: 0.5;
}
.section .large-icon [class*="icon-cumulocity"] {
  line-height: 0.6;
}
.vertical-aligner {
  height: 100%;
}
.col-sm-6 .vertical-aligner {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .col-sm-6 .vertical-aligner {
    width: 100%;
  }
}
.vertical-aligner h3 {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .vertical-aligner {
    position: absolute;
    width: 64%;
  }
  .vertical-aligner h3 {
    text-align: left;
  }
}
.vertical-aligner:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.vertical-aligner .feature-content {
  display: inline-block;
  vertical-align: middle;
  width: 98.95%;
}
.format-aside {
  padding: 30px 0;
}
.format-aside hr {
  margin-top: 120px;
  margin-bottom: 60px;
  border: 0;
  border-top: 1px solid #d9d9d9;
  width: 30%;
}
.format-aside .row {
  position: relative;
}
.format-aside .col-sm-6 {
  position: static;
}
.format-aside h3 {
  font-weight: 100;
  text-transform: uppercase;
}
.format-aside .text-blue h3 {
  color: #023e8a;
}
.format-aside .text-orange h3 {
  color: #ffae2c;
}
.format-aside .text-green h3 {
  color: #7ab91a;
}
.format-aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.format-aside ul li {
  padding-left: 20px;
}
.format-aside ul li:before {
  font-family: "cmlcty";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: "\f105";
  margin-left: -20px;
  margin-right: 6px;
  color: #023e8a;
}
.format-link {
  font-size: 8px;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .format-link {
    font-size: 10px;
  }
}
.format-link h1 {
  font-size: 4.4em;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.format-link p {
  font-size: 14px;
}
.format-link .target-url {
  text-align: center;
  margin-top: 10px;
}
.format-link .btn.btn-success {
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 60px 11px;
  font-weight: 100;
  border-radius: 4px;
}
.site-footer {
  position: relative;
  z-index: 130;
  background-color: white;
}
.site-footer .footer-menu {
  padding-top: 24px;
  background-color: #031315;
  color: #a4c8cd;
}
.site-footer .footer-brand {
  display: inline-block;
  margin-bottom: 15px;
}
.site-footer .footer-brand + p {
  color: rgba(164, 200, 205, 0.5);
}
.site-footer .widget-title {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 12px;
}
.site-footer .menu {
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
}
.site-footer .menu a {
  color: rgba(164, 200, 205, 0.5);
  font-weight: 100;
}
.site-footer .menu a:hover {
  color: #a4c8cd;
  text-decoration: underline;
}
.site-footer .social-widget {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-footer .social-widget {
    text-align: right;
  }
}
.site-footer .social,
.site-footer .memberships {
  margin: 0;
  padding: 0;
  max-height: 55px;
  list-style: none;
  font-size: 3.8em;
  display: inline-block;
}
.site-footer .social li,
.site-footer .memberships li {
  float: left;
}
.site-footer .social li a,
.site-footer .memberships li a {
  color: #a4c8cd;
}
.site-footer .social li a:hover,
.site-footer .memberships li a:hover {
  text-decoration: none;
  color: white;
}
.site-footer .memberships li {
  max-width: 25%;
}
.legal-info {
  color: #8f9ea2;
  text-align: center;
}
.legal-info .menu a {
  font-size: 12px;
  color: #8f9ea2;
}
.legal-info .menu a:hover {
  color: black;
  text-decoration: underline;
}
.legal-info ul {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
}
.legal-info ul li {
  float: left;
  padding: 8px 6px;
}
.legal-info ul li:after {
  content: "|";
  margin-left: 8px;
}
.legal-info ul li:last-child:after {
  content: "";
}
@media screen and (max-width: 767px) {
  .widget_nav_menu,
  .widgets-footer {
    text-align: center;
  }
}
.footer-support-btn {
  width: auto;
  display: inline-block;
  height: 45px;
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 20px;
  z-index: 9998;
  background-color: #023e8a;
  color: white;
  line-height: 30px;
  border-radius: 23px;
  text-align: center;
  font-size: 16px;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .footer-support-btn {
    padding: 10px 20px 10px 15px;
  }
}
.footer-support-btn:hover,
.footer-support-btn:focus {
  background-color: #1468a8;
  text-decoration: none;
  color: white;
  outline: none;
}
.element-animation {
  animation: animationFrames ease-out 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames ease-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}
@keyframes animationFrames {
  0% {
    bottom: 0px;
  }
  5% {
    bottom: 10px;
  }
  50% {
    bottom: -10px;
  }
  100% {
    bottom: 0px;
  }
}
@-moz-keyframes animationFrames {
  0% {
    bottom: 0px;
  }
  5% {
    bottom: 10px;
  }
  50% {
    bottom: -10px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes animationFrames {
  0% {
    bottom: 0px;
  }
  5% {
    bottom: 10px;
  }
  50% {
    bottom: -10px;
  }
  100% {
    bottom: 0px;
  }
}
@-o-keyframes animationFrames {
  0% {
    bottom: 0px;
  }
  5% {
    bottom: 10px;
  }
  50% {
    bottom: -10px;
  }
  100% {
    bottom: 0px;
  }
}
@-ms-keyframes animationFrames {
  0% {
    bottom: 0px;
  }
  5% {
    bottom: 10px;
  }
  50% {
    bottom: -10px;
  }
  100% {
    bottom: 0px;
  }
}
.skrollable {
  position: fixed;
  width: 100%;
  z-index: 100;
}
.skrollr-mobile .skrollable {
  position: absolute;
  position: static\9;
}
.skrollable .skrollable {
  position: absolute;
  position: static\9;
}
.skrollable .skrollable .skrollable,
.container.standard .skrollable {
  position: static;
}
.iosSlider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .iosSlider {
    min-height: 460px;
  }
}
@media screen and (min-width: 768px) {
  .iosSlider {
    min-height: 85vh;
  }
}
.iosSlider .top-tagline {
  position: absolute;
  width: 100%;
  top: 13vh;
}
@media (max-width: 767px) {
  .iosSlider .top-tagline {
    text-align: center;
    top: 30px;
  }
}
.slider {
  width: 100%;
  height: 100%;
}
.slider .slide {
  float: left;
  width: 100%;
  height: 100%;
  top: 0;
  padding-top: 60px;
}
#main-carousel > .iosSlider {
  background-color: black;
}
#main-carousel > .iosSlider .bg {
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
#main-carousel > .iosSlider .slider-nav {
  position: absolute;
  bottom: 20px;
  height: auto;
  top: auto;
  width: 100%;
  text-align: center;
  z-index: 10;
}
#main-carousel > .iosSlider .slider-nav > .container {
  display: flex;
  justify-content: space-between;
}
#main-carousel > .iosSlider .slider-nav .item {
  flex: 1 0 auto;
  padding: 0 15px;
}
#main-carousel > .iosSlider .slider-nav .item:first-child {
  padding-left: 0;
}
#main-carousel > .iosSlider .slider-nav .item:last-child {
  padding-right: 0;
}
#main-carousel > .iosSlider .slider-nav .item .item-inner {
  position: relative;
}
#main-carousel > .iosSlider .slider-nav .item .img-holder {
  position: absolute;
  width: 150%;
  height: 90px;
  display: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 3px solid white;
  bottom: 100%;
  margin-bottom: 10px;
  margin-left: -25%;
  align-items: center;
}
#main-carousel > .iosSlider .slider-nav .item .img-holder::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  left: 0;
  top: 0;
}
#main-carousel > .iosSlider .slider-nav .item .img-holder:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: white transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 3px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#main-carousel > .iosSlider .slider-nav .item .img-holder p {
  position: relative;
  z-index: 10;
  width: 100%;
}
#main-carousel > .iosSlider .slider-nav .item .btn-strip {
  height: 6px;
  margin: 14px 0;
  background-color: white;
}
#main-carousel > .iosSlider .slider-nav .item:hover .img-holder {
  display: flex;
}
#main-carousel > .iosSlider .slider-nav .item.selected .btn-strip {
  background-color: #023e8a;
}
#main-carousel .container {
  padding-top: 40px;
  color: white;
  position: relative;
  height: 100%;
}
#main-carousel .container p {
  font-size: 20px;
  line-height: 1.3;
}
#main-carousel .container hr {
  border-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1199px) {
  #main-carousel .container {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  #main-carousel .container {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #main-carousel .container {
    font-size: 9px;
    margin-top: 0;
  }
  #main-carousel .container h1 {
    font-size: 3em;
  }
  #main-carousel .container h2 {
    font-size: 2.5em;
  }
  #main-carousel .container p {
    font-size: 14px;
  }
  #main-carousel .container hr {
    margin: 12px 0;
    border-color: rgba(255, 255, 255, 0.5);
  }
}
#main-carousel .container .featured-use-case {
  margin-top: 11vh;
}
#main-carousel .container .featured-use-case > .row {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #main-carousel .container .featured-use-case {
    margin-top: 40px;
    text-align: center;
  }
  #main-carousel .container .featured-use-case > .row {
    margin-top: 0;
  }
  #main-carousel .container .featured-use-case > .row p {
    display: none;
  }
}
#main-carousel h1 {
  text-shadow: -2px 2px 1px rgba(0, 0, 0, 0.2);
  font-size: 3em;
  font-weight: 100;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-top: 5px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  #main-carousel h1 {
    font-size: 3em;
  }
}
#main-carousel h2 {
  text-shadow: -2px 2px 1px rgba(0, 0, 0, 0.2);
  margin-top: 0;
  font-weight: 100;
}
#main-carousel h3,
#main-carousel p {
  margin-top: 0;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}
#main-carousel .text1 {
  margin-top: 200px;
  opacity: 0;
}
#main-carousel .text2 {
  margin-left: 30px;
  opacity: 0;
}
#main-carousel .text3 {
  margin-left: -100px;
  opacity: 0;
  padding-top: 18px;
}
#main-carousel .logo {
  opacity: 0;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  #main-carousel .logo {
    max-width: 140px;
    margin: 10px auto 14px;
  }
}
#main-carousel p {
  color: white;
  font-weight: 100;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.text-block {
  position: relative;
}
.slider-nav {
  position: relative;
  top: -30px;
  height: 20px;
  text-align: center;
}
.iosSliderButtons {
  bottom: 10px;
  right: 10px;
  display: inline-block;
  height: 16px;
}
.iosSliderButtons .button {
  float: left;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
  margin: 0 6px 0 0;
  opacity: 1;
}
.iosSliderButtons .button.selected {
  background-color: #023e8a;
}
.newsbar {
  background-color: #f3f3f3;
  height: 85px;
  position: relative;
  z-index: 110;
}
.newsbar .darkbar {
  background-color: #031315;
  width: 41.66666666666667%;
  height: 85px;
  position: absolute;
}
.newsbar .newsnavbar {
  color: #a4c8cd;
  text-align: right;
  background-color: #031315;
}
.newsbar .newsnavbar p {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: text-top;
  padding-right: 10px;
}
.newsbar .newsnavbar .news-nav {
  display: inline-block;
  width: 40px;
  height: 85px;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
.newsbar .newsnavbar .news-nav .next,
.newsbar .newsnavbar .news-nav .prev {
  position: absolute;
  width: 16px;
  height: 43px;
  top: 50%;
  margin-top: -22px;
}
@media (max-width: 767px) {
  .newsbar .newsnavbar .news-nav .next,
  .newsbar .newsnavbar .news-nav .prev {
    display: none;
  }
}
.newsbar .newsnavbar .news-nav .next:hover:after,
.newsbar .newsnavbar .news-nav .prev:hover:after,
.newsbar .newsnavbar .news-nav .next:hover:before,
.newsbar .newsnavbar .news-nav .prev:hover:before,
.newsbar .newsnavbar .news-nav .next:hover:before,
.newsbar .newsnavbar .news-nav .prev:hover:before,
.newsbar .newsnavbar .news-nav .next:hover:after,
.newsbar .newsnavbar .news-nav .prev:hover:after {
  background-color: rgba(164, 200, 205, 0.8);
}
.newsbar .newsnavbar .news-nav .next {
  right: 0;
}
.newsbar .newsnavbar .news-nav .prev {
  left: 0;
}
.newsbar .newsnavbar .news-nav .next::after,
.newsbar .newsnavbar .news-nav .next::before,
.newsbar .newsnavbar .news-nav .prev::before,
.newsbar .newsnavbar .news-nav .prev::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 3px;
  background: #a4c8cd;
}
.newsbar .newsnavbar .news-nav .next::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-top: -5px;
}
.newsbar .newsnavbar .news-nav .next::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  margin-top: 5px;
}
.newsbar .newsnavbar .news-nav .prev::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  margin-top: -5px;
}
.newsbar .newsnavbar .news-nav .prev::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-top: 5px;
}
.newsbar .newsslider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 85px;
}
.newsbar .newsslider ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.newsbar .newsslider ul li {
  float: left;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  background-color: #f3f3f3;
}
.newsbar .newsslider ul li p {
  color: #023e8a;
}
.newsbar .newsslider ul li h4 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .newsbar {
    height: auto;
  }
  .newsbar .darkbar {
    height: 16px;
    width: 100%;
  }
  .newsbar .news-nav {
    display: none !important;
  }
  .newsbar .newsnavbar {
    text-align: center;
    padding-top: 2px;
  }
  .newsbar .newsnavbar p {
    display: block;
    width: auto;
    font-size: 10px;
    margin-bottom: 0;
  }
}
.subscribe-newsletter {
  background-color: white;
  padding: 20px;
  border: 3px solid #023e8a;
  margin-bottom: 20px;
  position: relative;
}
.subscribe-newsletter .mktoForm label,
.subscribe-newsletter .mktoForm fieldset legend {
  font-size: 11px;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin: 0;
}
.subscribe-newsletter .mktoForm label strong,
.subscribe-newsletter .mktoForm fieldset legend strong {
  font-weight: 400;
  text-transform: none;
  color: inherit;
  letter-spacing: 0;
}
.subscribe-newsletter .col-sm-6,
.subscribe-newsletter .col-sm-12 {
  min-height: 0;
}
@media (min-width: 768px) {
  .subscribe-newsletter .col-sm-6 {
    width: 100%;
  }
}
.subscribe-newsletter .optin-popover {
  cursor: pointer;
}
.subscribe-newsletter .optin-popover label {
  cursor: pointer;
  color: #023e8a;
}
.subscribe-newsletter .optin-popover:hover label {
  text-decoration: underline;
}
.subscribe-newsletter h3 {
  margin-top: 0;
  color: #333;
  text-transform: none !important;
}
.subscribe-newsletter.thankyou form {
  display: none;
}
.standard {
  text-align: center;
  padding-top: 40px;
}
.standard ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}
.standard ul li {
  float: left;
  width: 33.33333333333333%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .standard ul li {
    float: none;
    width: 100%;
  }
}
.standard ul li [class*="icon-cumulocity"] {
  font-size: 140px;
}
.home.page .standard {
  padding-top: 25px;
}
.caps {
  text-transform: uppercase;
}
.spaced {
  letter-spacing: 0.2em;
}
.thin {
  font-weight: 100;
  letter-spacing: -0.03em;
}
.light {
  color: #8f9ea2;
}
.page-block {
  z-index: 110;
  position: relative;
}
.page-block.gray {
  background-color: #e5e7e7;
  margin-top: 40px;
  padding: 45px 0 60px;
  border-top: 1px solid #d9d9d9;
}
.gray-white {
  background-color: #f8f8f8;
  border-top: 1px solid #d9d9d9;
}
.picture-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 335px;
}
.picture-header h1 {
  text-transform: uppercase;
}
.picture-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.white,
.text-white {
  color: white;
}
.text-blue {
  color: #5faeec;
}
.strip.blue {
  background-color: #023e8a;
  color: white;
}
.strip.blue a {
  color: white;
}
.center {
  text-align: center;
}
.darker {
  background-color: #031315;
}
.btn {
  text-transform: uppercase;
  border: 0;
}
.btn-default {
  box-shadow: inset 1px 1px 0 #e5e5e5, inset -1px -1px 0 #e5e5e5;
}
.btn-lg {
  padding-bottom: 7px;
}
.btn-xs {
  padding: 3px 5px 0;
}
.btn-link:hover {
  text-decoration: none;
}
.entry-meta {
  color: #e5e7e7;
}
.entry-meta a {
  color: #e5e7e7;
}
.page-header {
  border-bottom: 0;
  text-align: center;
}
.page-header h1 {
  font-weight: 100;
  font-size: 48px;
}
.page-template-default {
  background-color: #e5e7e7;
}
@media (min-width: 768px) {
  .page-template-default .format-standard {
    margin-top: 60px;
  }
}
.page-template-default h1,
.page-template-default h3 {
  color: #023e8a;
  font-weight: 100;
  letter-spacing: -0.03em;
}
.page-template-default .entry-content {
  padding: 40px 80px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.page-template-default .entry-content.news {
  margin-bottom: 14px;
}
.page-template-default .entry-content.news > h3 button {
  margin-left: -34px;
  font-size: 14px;
  padding-right: 10px;
  opacity: 0;
  vertical-align: middle;
}
.page-template-default .entry-content.news > h3 button.copied {
  position: relative;
  opacity: 1 !important;
}
.page-template-default .entry-content.news > h3 button.copied:before {
  content: "Copied!";
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 12px;
  position: absolute;
  bottom: -20px;
  border-radius: 3px;
  padding: 5px 3px 3px;
  left: 50%;
  margin-left: -28px;
}
.page-template-default .entry-content.news > h3 button.copied:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  bottom: -1px;
  left: 50%;
  margin-left: -10px;
}
.page-template-default .entry-content.news > h3:hover button {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .page-template-default .entry-content {
    padding: 20px;
  }
}
.page-template-default .entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100% \9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-template-default .entry-content img[src$=".svg"] {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-template-default .entry-content img[src$=".svg"] {
    width: 100%;
  }
}
iframe#twitter-widget-0 {
  min-height: 900px;
}
a:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
ul.bullets {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
  text-align: left;
}
ul.bullets li {
  margin-bottom: 10px;
  padding-left: 1.5em;
}
.section.blue ul.bullets li {
  padding-left: 50px;
}
@media (min-width: 768px) {
  ul.bullets li {
    padding-left: 20px;
  }
  .section.blue ul.bullets li {
    padding-left: 50px;
  }
}
ul.bullets li:before {
  font-family: "cmlcty";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: "\f105";
  margin-left: -1.5em;
  width: 1.5em;
  color: #023e8a;
}
.section.blue:not(.laptop-section) ul.bullets li:before {
  color: white;
  content: "\f100";
  font-size: 310%;
  line-height: 16px;
  transform: translateY(14px);
  margin-left: -50px;
  width: 1em;
}
.section.blue ul.bullets li:before {
  color: white;
}
ul.bullets.white li:before {
  color: white;
}
ul.bullets.white a {
  color: white;
  text-decoration: underline;
}
ul.bullets.white a:hover {
  color: rgba(255, 255, 255, 0.3);
}
.panel.blue {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #023e8a;
  color: white;
}
.section-subtitle {
  text-align: center;
  color: #8f9ea2;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.to-the-top.navbar-toggle {
  width: 47px;
  background-color: rgba(23, 118, 191, 0.5);
  color: white;
  position: fixed;
  padding: 9px 16px;
  display: block;
  opacity: 0;
  bottom: 20px;
  right: 7%;
  margin: 0;
  z-index: 1030;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all all 0.4s ease ease-out;
  -moz-transition: all all 0.4s ease ease-out;
  -o-transition: all all 0.4s ease ease-out;
  transition: all all 0.4s ease ease-out;
}
.to-the-top.navbar-toggle:hover {
  background-color: #031315;
  text-decoration: none;
}
h5 {
  font-weight: bold;
}
.text-large {
  font-size: 16px;
}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.row-flex .col3 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .row-flex .col3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    width: 46%;
    margin: 0 15px;
  }
}
@media (min-width: 992px) {
  .row-flex .col3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.333333%;
    flex: 0 0 30.333333%;
    width: 30.3333333%;
    margin: 0 15px;
  }
}
.btn-jumbo {
  padding: 13px 25px 9px;
  border-radius: 25px;
  font-weight: bold;
}
.btn-jumbo.reverse {
  color: white;
  border: 2px solid white;
}
.btn-round {
  border-radius: 16px;
  padding: 7px 20px 5px;
}
.multiply {
  mix-blend-mode: multiply;
}
.img-preloader {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.img-preloader img {
  opacity: 0;
}
.home-success {
  position: relative;
  padding-top: 40px;
  font-size: 20px;
}
.home-success .bar-darker {
  position: absolute;
  width: 100%;
  height: 36%;
  top: 4em;
  background: #031315;
}
.home-success .text-block,
.home-success .text-block2 {
  margin-top: 3em;
  color: #a4c8cd;
}
.home-success .text-block h1,
.home-success .text-block2 h1,
.home-success .text-block h2,
.home-success .text-block2 h2,
.home-success .text-block h3,
.home-success .text-block2 h3 {
  text-align: center;
  font-weight: 100;
  margin: 0.3em 0;
}
.home-success .text-block h2,
.home-success .text-block2 h2 {
  font-size: 1.5em;
}
.home-success .text-block h3,
.home-success .text-block2 h3 {
  font-size: 1.2em;
}
.home-success .text-block h1,
.home-success .text-block2 h1 {
  font-weight: 900;
  font-size: 2.6em;
  margin: 0;
}
.home-success .text-block h3 + p,
.home-success .text-block2 h3 + p {
  text-align: center;
  margin: 1.2em 0 2.4em 0;
}
.home-success .text-block p,
.home-success .text-block2 p {
  font-size: 14px;
}
.home-success .text-block p + h2,
.home-success .text-block2 p + h2 {
  text-align: left;
}
.home-success .text-block2 {
  margin-top: 0;
  position: static !important;
}
.home-success .text-block2 h1,
.home-success .text-block2 h2,
.home-success .text-block2 h3 {
  text-align: left;
  color: #7ab91a;
}
.home-success .text-block2 p {
  color: #031315;
}
.home-success .cta {
  position: static !important;
  text-align: center;
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .home-success .text-block h1 {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 991px) {
  .home-success {
    font-size: 14px;
  }
  .home-success .bar-darker {
    height: 33%;
  }
  .home-success .text-block {
    margin-top: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .home-success {
    color: #a4c8cd;
  }
  .home-success .bar-darker {
    height: 100%;
  }
}
.home-cta {
  position: relative;
  padding-top: 40px;
  z-index: 120;
  background-color: white;
  font-size: 20px;
}
.home-cta .bar-blue {
  position: absolute;
  width: 100%;
  height: 20%;
  margin-top: 2em;
  background-color: #023e8a;
}
.home-cta .text-block {
  margin-top: 3em;
}
.home-cta .text-block h1 {
  font-size: 2em;
  margin-bottom: 1em;
  font-weight: 100;
  text-transform: uppercase;
}
.home-cta .text-block p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .home-cta {
    font-size: 14px;
  }
  .home-cta .bar-blue {
    height: 10%;
  }
  .home-cta .text-block {
    text-align: center;
    margin-top: 0;
  }
  .home-cta .text-block h1 {
    color: #023e8a;
  }
}
.pricing h3,
#pricing-faqs h3 {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 20px;
}
.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 0;
  width: 100%;
}
.pricing-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) {
  .pricing-item {
    flex: 1 1;
  }
}
.pricing-pack .pricing-item {
  margin: 0.5em;
  border-radius: 2px 2px 1px 1px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
  .pricing-pack .pricing-item {
    margin: 0.5em;
  }
}
.pricing-pack .pricing-deco {
  position: relative;
  padding: 1em 0 9em;
  border-radius: 2px 2px 0 0;
  background: #023e8a;
}
.pricing-pack .pricing-deco .color1 {
  background: #023e8a, #3b9de7;
}
.pricing-pack .pricing-deco .color2 {
  background: #023e8a, #96caf2;
}
.pricing-pack .pricing-deco .color3 {
  background: #023e8a, #fff;
}
.pricing-details {
  position: relative;
  margin-top: -55px;
}
.pricing label {
  color: #023e8a;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 12px;
}
.pricing-icon {
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transition: all transform 0.5s ease ease-out;
  -moz-transition: all transform 0.5s ease ease-out;
  -o-transition: all transform 0.5s ease ease-out;
  transition: all transform 0.5s ease ease-out;
}
.pricing-pack .pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}
.pricing-pack .pricing-title {
  margin: -16px 0 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.4em;
}
.pricing-pack .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.pricing-pack .pricing-item:hover .deco-layer-1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.pricing-pack .pricing-item:hover .pricing-icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.pricing-pack .pricing-item:hover .deco-layer-2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}
.pricing-pack .icon {
  font-size: 2.5em;
}
.pricing .pricing-cta {
  margin: auto 0 0 0;
  padding: 20px 3em;
}
.pricing .pricing-cta .btn {
  width: 100%;
}
#pricing-faqs {
  padding: 60px 0 20px;
  background-color: #f8f8f8;
}
#pricing-faqs h1 {
  color: #8f9ea2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
}
#pricing-faqs .container {
  margin-bottom: 40px;
}
#pricing-faqs .sidebar-offcanvas {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  #pricing-faqs .sidebar-offcanvas {
    margin-left: 15px;
  }
}
#pricing-faqs .col-sm-9.col-xs-12 {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #pricing-faqs .col-sm-9.col-xs-12 {
    padding-left: 15px;
  }
}
#pricing-faqs .nav-stacked {
  position: relative;
  z-index: 110;
}
#pricing-faqs .nav-stacked li:not(.active) > a {
  color: #8f9ea2;
}
#pricing-faqs .nav-stacked li:not(.active) > a:hover {
  background-color: transparent;
  color: #023e8a;
}
#pricing-faqs .nav-stacked li.active > a {
  position: relative;
  background-color: #023e8a;
  color: white;
}
#pricing-faqs .nav-stacked li.active > a:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0px;
  height: 0px;
  border-width: 20px 0 20px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #023e8a;
  content: "";
}
#pricing-faqs .tab-content {
  position: relative;
}
#pricing-faqs .tab-content [data-toggle="offcanvas"] {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 10px 10px 30px;
  background-color: #f3f3f3;
  color: #8f9ea2;
}
#pricing-faqs .tab-content [data-toggle="offcanvas"]:hover {
  background-color: #e5e7e7;
  text-decoration: none;
}
#pricing-faqs .tab-content [data-toggle="offcanvas"]:hover:after {
  border-color: transparent transparent transparent #e5e7e7;
}
#pricing-faqs .tab-content [data-toggle="offcanvas"]:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0px;
  height: 0px;
  border-width: 20px 0 20px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #f3f3f3;
  content: "";
}
#pricing-faqs .tab-content .tab-pane {
  padding: 60px 240px 90px 90px;
}
@media screen and (max-width: 991px) {
  #pricing-faqs .tab-content .tab-pane {
    padding: 50px;
  }
}
#pricing-faqs .tab-content .tab-pane.active {
  background-color: white;
}
#pricing-faqs .tab-content .tab-pane h3 {
  margin-bottom: 40px;
  color: #023e8a;
}
#pricing-faqs .tab-content .tab-pane p,
#pricing-faqs .tab-content .tab-pane ul,
#pricing-faqs .tab-content .tab-pane ol {
  font-size: 16px;
}
#pricing-faqs .tab-content .tab-pane ul li,
#pricing-faqs .tab-content .tab-pane ol li {
  margin-bottom: 14px;
}
@media screen and (min-width: 48rem) {
  .c-button {
    white-space: normal;
  }
}
.hide_on_mobile {
  display: none;
}
.hide_on_desktop {
  display: inline-block;
}
@media screen and (min-width: 30rem) {
  .hide_on_mobile {
    display: inline-block;
  }
  .hide_on_desktop {
    display: none;
  }
}
.pricing-table {
  position: relative;
  display: -webkit-flex;
  display: flex;
  display: table;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 0;
  margin: 0 auto 40px;
  width: 100%;
  border-bottom: none;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.pricing-table td {
  padding: 2rem;
  border-left: 1px solid #ebebeb;
  color: #5b5e6d;
  text-align: center;
  line-height: 1.5;
}
.pricing-table tr {
  border-bottom: 1px solid #ebebeb;
}
.pricing-table td:first-child {
  border-left: none;
  text-align: left;
}
.pricing-table td.price {
  vertical-align: top;
}
.pricing-table td p:last-child {
  margin-bottom: 0;
}
.pricing-table td.v--valign-top {
  vertical-align: top;
}
.pricing-table td .c-button {
  margin: auto;
  max-width: 240px;
  width: 100%;
}
.pricing-table td .c-tooltip {
  display: inline-block;
  padding: 2px;
  height: 20px;
  vertical-align: top;
}
.pricing-table td .c-tooltip svg {
  fill: #3f46ad;
}
.pricing-table tr {
  cursor: auto;
}
.pricing-table tr:hover td {
  color: #5b5e6d;
}
.pricing-table tr.v--bottom-padding td {
  padding-top: 0;
  padding-bottom: 2rem;
}
.pricing-table tr.feat-separator {
  background-color: rgba(235, 235, 235, 0.4);
}
.pricing-table tr.feat-separator td {
  border-left: none;
  color: #323648;
}
.pricing-table tr.feat-separator td {
  font-weight: 700;
}
.pricing-table h3 {
  margin-top: 1.5rem;
  letter-spacing: normal;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 64rem) {
  .pricing-table h3 {
    font-size: 1.5rem;
  }
}
.pricing-table h3 {
  margin-bottom: 1rem;
  letter-spacing: normal;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.2;
}
.pricing-table h3.v--price {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
hr {
  margin: 0;
}
.check_icon {
  width: 25px;
  height: 25px;
  color: #023e8a;
}
html,
body {
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
  }
  .row-offcanvas-right.active {
    right: 50%;
  }
  .row-offcanvas-left.active {
    left: 50%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
  }
}
#contact-form {
  padding-top: 90px;
  padding-bottom: 70px;
  font-size: 16px;
}
#contact-form h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
}
#contact-form h4 {
  color: #7ab91a;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 100;
}
#contact-form ul {
  margin: 0;
  padding: 0 0 0 24px;
  list-style: none;
}
#contact-form ul li {
  padding-left: 0;
  margin-bottom: 14px;
}
#contact-form ul li:before {
  font-family: "cmlcty";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: "\f105";
  margin-left: -24px;
  margin-right: 8px;
  color: #7ab91a;
}
#contact-form ul:after:before,
#contact-form ul:after:after {
  content: " ";
  display: table;
}
#contact-form ul:after:after {
  clear: both;
}
#contact-form ul:after:before,
#contact-form ul:after:after {
  content: " ";
  display: table;
}
#contact-form ul:after:after {
  clear: both;
}
.modal .modal-dialog.connecting {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.modal .modal-content {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal .modal-header {
  background-color: #7ab91a;
  color: white;
  padding: 30px 40px 20px;
}
.modal .modal-header h4 {
  text-transform: uppercase;
}
.modal .modal-body {
  padding: 20px 40px;
}
.modal .modal-body .form-group {
  margin-bottom: 5px;
}
.modal .modal-body .form-group.checkbox.has-error label {
  border-bottom: 1px solid #a94442;
}
.modal .modal-footer {
  margin-top: 0;
  padding: 20px 40px;
}
.sending {
  width: 100%;
  text-align: center;
  left: 0;
  display: none;
  padding: 20px;
}
.sending .spiner {
  display: inline-block;
  margin: 20px 0 60px -40px;
}
.sending h3 {
  color: #023e8a;
}
[name="signupForm"] .has-feedback {
  padding: 10px 50px;
}
[name="signupForm"] .has-feedback .form-control-feedback {
  display: none;
  top: 0;
  right: -30px;
}
[name="signupForm"] .has-feedback .input-group-addon {
  background-color: #f3f3f3;
  border-left: 0;
  color: #031315;
}
[name="signupForm"] .has-feedback .error {
  opacity: 0;
  color: #d9534f;
}
[name="signupForm"] .has-feedback.has-success {
  background-color: #dff0d8;
}
[name="signupForm"]
  .has-feedback.has-success
  .form-control-feedback.success-icon {
  display: block;
}
[name="signupForm"] .has-feedback.has-error {
  background-color: #f2dede;
}
[name="signupForm"] .has-feedback.has-error .error {
  opacity: 1;
  text-align: center;
}
[name="signupForm"] .input-addon {
  position: absolute;
  left: 0;
  padding: 11px 23px;
  font-size: 18px;
  display: none;
  color: rgba(143, 158, 162, 0.8);
}
[name="signupForm"] .text_width {
  position: absolute;
  visibility: hidden;
  height: auto;
  width: auto;
  font-size: 18px;
}
form label {
  font-size: 9px;
  font-weight: 900;
  color: #023e8a;
  text-transform: uppercase;
  opacity: 0;
}
form .checkbox label,
form .radio label {
  opacity: 1;
  color: inherit;
  text-transform: none;
  font-size: 14px !important;
}
form input {
  color: #031315;
}
body.page-template-page-case-studies-php {
  background-color: #e5e7e7;
  height: auto !important;
}
body.page-template-page-case-studies-php .page-header h1 {
  color: #023e8a;
}
#case-studies {
  background-color: #f3f3f3;
  padding-bottom: 40px;
}
.case-study {
  padding: 40px;
  background-color: white;
}
.case-study iframe {
  display: block;
  width: 100%;
}
.case-study .indicator {
  text-align: center;
  position: absolute;
  height: 100%;
  top: 0;
  width: 8.333333333333332%;
  font-size: 2em;
}
.case-study .indicator:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.case-study .indicator .glyphicon {
  display: inline-block;
  vertical-align: middle;
}
.case-study .case-study-btn {
  display: block;
  color: #8f9ea2;
  position: relative;
}
.case-study .case-study-btn .col-sm-1 {
  position: static;
}
.case-study .case-study-btn:hover {
  color: #023e8a;
}
.case-study .case-study-btn h3 {
  line-height: 1.3;
  font-size: 22px;
  text-transform: uppercase;
}
.case-study h4 {
  color: #8f9ea2;
  line-height: 1.4;
  margin-top: 30px;
  font-size: 15px;
}
.case-study .list {
  list-style: none;
  padding: 0;
  margin: 40px 0 80px;
  text-align: center;
}
.case-study .list li {
  padding: 40px 10px 2px;
  text-transform: uppercase;
  position: relative;
  color: white;
}
@media (max-width: 991px) {
  .case-study .list li {
    padding-bottom: 10px;
  }
}
.case-study .list li:after {
  position: absolute;
  width: 100%;
  left: 50%;
  margin-left: -85px;
  top: 100%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 85px 0 85px;
  border-color: transparent;
  content: "";
  z-index: 100;
}
@media (min-width: 1199px) {
  .case-study .list li:after {
    margin-left: -120px;
    border-width: 20px 120px 0 120px;
  }
}
.case-study .list li:nth-child(odd) {
  background-color: #7fbff0;
}
.case-study .list li:nth-child(odd):after {
  border-top-color: #7fbff0;
}
.case-study .list li:nth-child(even) {
  background-color: #2491e5;
}
.case-study .list li:nth-child(even):after {
  border-top-color: #2491e5;
}
.case-study .list li:first-child:before {
  position: absolute;
  width: 100%;
  left: 50%;
  margin-left: -120px;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 120px 0 120px;
  border-color: white transparent transparent transparent;
  content: "";
  z-index: 100;
}
.case-study hr {
  border-color: #d9d9d9;
  margin: 30px 0;
}
.case-study .video-holder,
.case-study img {
  margin: 30px 0 20px;
}
.case-study .case-study-btn img {
  margin: 0;
}
.case-study .description h3 {
  color: #023e8a;
  text-transform: uppercase;
  text-align: center;
}
.case-study .description h3 + p {
  text-align: center;
}
.row-btn {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
}
.row-btn div:nth-child(1) {
  background-color: rgba(23, 118, 191, 0.5);
  color: white;
}
.row-btn h3,
.row-btn h4 {
  padding: 16px 30px 10px;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .row-btn h3,
  .row-btn h4 {
    text-align: center;
  }
}
.row-btn .btn {
  position: absolute;
  right: 15px;
  top: 0;
  border-radius: 0;
  height: 100%;
  width: 25%;
}
@media (max-width: 767px) {
  .row-btn .btn {
    position: static;
    display: block;
    width: 100%;
  }
}
.row-btn .btn span {
  display: inline-block;
  vertical-align: middle;
}
.row-btn .btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -0.25em;
}
.row-btn.green div:nth-child(1) {
  background-color: rgba(122, 185, 26, 0.5);
}
.row-btn.green .btn {
  background-color: #7ab91a;
}
#services {
  padding: 80px 0;
  color: white;
  background-color: #7ab91a;
}
#services h2 {
  font-weight: 100;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#services h2 + .row p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 100;
}
@media (max-width: 767px) {
  #services h2 + .row p {
    margin-top: 10px;
    text-align: center;
  }
}
#services h2 + .row .col-sm-12 {
  margin-top: 30px;
  text-align: center;
}
.large-symbol {
  display: block;
  height: 0;
  padding-bottom: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 12em;
  line-height: 1;
}
.large-symbol span {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .large-symbol {
    padding-bottom: 60%;
  }
}
#testimonials {
  padding-top: 40px;
  border-top: 1px solid #d9d9d9;
}
#testimonials .img-responsive {
  margin: 0 auto;
}
#testimonials h3 {
  text-align: center;
  color: #023e8a;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#testimonials .popover {
  position: relative;
  display: block;
  max-width: none;
  border-radius: 8px;
  margin-bottom: 30px;
  border: 0;
  background-color: rgba(3, 19, 21, 0.6);
  color: white;
}
#testimonials .popover.right > .arrow {
  border: 0;
  margin-top: 0;
}
#testimonials .popover.right > .arrow:after {
  border-right-color: rgba(3, 19, 21, 0.6);
}
#testimonials .popover.left > .arrow {
  border: 0;
  margin-top: 0;
}
#testimonials .popover.left > .arrow:after {
  border-left-color: rgba(3, 19, 21, 0.6);
}
#testimonials .popover.left,
#testimonials .popover.right {
  margin-left: 0;
}
#testimonials .popover p {
  margin: 0;
  font-size: 16px;
}
#testimonials .popover .popover-content {
  color: white;
}
#partners-page {
  margin-top: 0;
}
#partners-page .page-header {
  margin-bottom: 0;
}
#partners-logos {
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 1px solid #d9d9d9;
}
#partners-logos h3 {
  color: #023e8a;
  text-transform: uppercase;
}
#partners-logos .col-sm-3 {
  text-align: center;
}
.strip {
  padding: 40px;
}
#join-partners {
  padding: 0 0 40px 0;
}
.clear-btn {
  border-radius: 50%;
  border: 0;
  overflow: hidden;
  background: none;
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
  width: auto;
  display: inline-block;
  background-color: white;
  max-width: 267px;
}
.clear-btn img {
  max-height: 100%;
  border: 2px solid rgba(143, 158, 162, 0.2);
  width: auto;
  vertical-align: middle;
  display: inline-block;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.clear-btn:hover img,
.clear-btn.active img {
  border-color: #023e8a;
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.popover {
  max-width: 310px;
  padding: 15px;
}
.popover-title {
  background-color: transparent;
  color: #023e8a;
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 14px;
  border-bottom: 0;
}
.popover-content {
  border-top: 0;
  color: #6b7475;
  font-size: 12px;
  max-height: 310px;
  overflow-y: auto;
}
#join-partners.partners {
  position: relative;
}
.page-header h3 {
  font-size: 24px;
  color: #023e8a;
  text-transform: uppercase;
}
.advantages {
  margin-top: 40px;
}
.advantages h2 {
  font-weight: 100;
  color: #6b7475;
  text-transform: uppercase;
}
.advantages .circle-border {
  width: 120px;
  height: 120px;
  line-height: 112px;
  margin: 30px auto 20px;
  text-align: center;
  border-radius: 50%;
  border: 4px solid #023e8a;
}
.advantages .circle-border [class*="icon-cumulocity"] {
  text-align: center;
  font-size: 100px;
  vertical-align: middle;
  color: #031315;
}
.advantages .circle-border + h4 {
  text-transform: uppercase;
}
.advantages > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.advantages > ul > li {
  margin-bottom: 30px;
}
.advantages > ul > li h4 {
  color: #7ab91a;
  text-transform: uppercase;
  text-align: center;
}
.advantages > ul > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.advantages > ul > li ul li {
  padding-left: 20px;
  margin-bottom: 5px;
}
.advantages > ul > li ul li:before {
  font-family: "cmlcty";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: "\f105";
  margin-left: -20px;
  margin-right: 6px;
  color: #7ab91a;
}
.featured {
  padding: 70px 0;
  background-color: #031315;
  color: white;
}
.featured p {
  font-weight: 100;
}
.featured h3,
.featured h4,
.featured h5 {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .featured h3,
  .featured h4,
  .featured h5 {
    text-align: center;
  }
}
.featured h4 {
  color: #023e8a;
}
.featured h3 {
  color: white;
}
.featured h5 {
  color: #a4c8cd;
}
.featured .partner-logo {
  border-radius: 50%;
  max-width: 267px;
  background-color: white;
  margin: 0 auto;
}
.featured .partner-logo img {
  margin: 0 auto;
}
.filters-bar {
  padding-bottom: 30px;
}
.filters-bar .control-label {
  line-height: 2;
}
.filters-bar .form-control {
  text-transform: uppercase;
}
.popover.bottom {
  margin-top: -50px;
}
#examples {
  background-color: #f8f8f8;
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
}
#examples + #success-story {
  padding-top: 0;
  overflow: visible;
  border-top: 40px solid #f8f8f8;
}
#examples + #success-story .bar-darker {
  top: 0;
  height: 63%;
}
#examples + #success-story .container {
  margin-top: -40px;
}
@media (max-width: 991px) {
  #examples + #success-story .container {
    margin-top: -25px;
  }
}
#examples .container > h3 {
  text-align: center;
  color: #8f9ea2;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#examples .example {
  background-color: white;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#examples .example h3 {
  text-transform: uppercase;
  text-align: center;
  padding: 0 30px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  #examples .example h3 {
    font-size: 18px;
  }
}
#examples .content {
  padding: 0 30px 30px;
}
#examples .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#examples .content ul li {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
#examples .content ul li:before,
#examples .content ul li:after {
  content: " ";
  display: table;
}
#examples .content ul li:after {
  clear: both;
}
#examples .content ul li:before,
#examples .content ul li:after {
  content: " ";
  display: table;
}
#examples .content ul li:after {
  clear: both;
}
#examples .content ul li > .icon {
  font-size: 44px;
  display: block;
}
#examples .content ul li label {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  display: block;
  color: #8f9ea2;
  font-weight: 300;
}
#examples .content ul li p {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  #examples .content ul li p {
    font-size: 16px;
  }
}
#developer-center {
  padding-top: 45px;
  background-color: #f8f8f8;
}
#developer-center #certified-devices {
  font-weight: 100;
}
#developer-center #certified-devices .lead {
  font-size: 18px;
}
#developer-center .card {
  padding: 15px;
}
#developer-center .rightnav h3 {
  margin-top: 30px;
  text-transform: uppercase;
}
#developer-center .rightnav h3 a {
  color: #8f9ea2;
}
#developer-center .rightnav .panel h3,
#developer-center .rightnav .panel h4,
#developer-center .rightnav .panel p,
#developer-center .rightnav .panel .list-group-item {
  padding-left: 30px;
  padding-right: 30px;
}
#developer-center .rightnav .panel .list-group {
  border-top: 1px solid #dddddd;
  margin-top: 18px;
}
#developer-center .rightnav .panel.help-center {
  border: 0;
  padding: 12px;
  border: 3px solid #023e8a;
  text-align: center;
}
#developer-center .rightnav .panel.help-center > i.icon-cumulocity-support {
  font-size: 56px;
  line-height: 0.5;
  color: #a4c8cd;
}
#developer-center .rightnav .panel.help-center h3 {
  margin-top: 0;
  color: #023e8a;
  font-size: 18px;
  padding: 0;
}
#developer-center .rightnav .panel.help-center p {
  padding-right: 0;
  padding-left: 0;
}
#developer-center .rightnav .panel.help-center h4 {
  padding-left: 0;
  padding-right: 0;
}
#developer-center .rightnav .panel.help-center.m2m-com {
  margin-bottom: 20px;
}
#developer-center .rightnav .panel.help-center.m2m-com a {
  background-color: #7fbff0;
}
#developer-center .rightnav .panel.help-center.m2m-com a:hover {
  background-color: #156eb1;
}
@media (min-width: 768px) {
  .device-list,
  .platform-list {
    padding-right: 45px !important;
  }
}
.device-list ul {
  padding: 0;
  list-style: none;
}
.device-list .pic {
  text-align: center;
}
.device-list .pic img {
  display: inline-block;
  margin-top: 14px;
  max-height: 150px;
}
.device-list .device-info {
  padding: 0 20px 20px;
}
.device-list .device-info h3 {
  font-size: 17px;
  font-weight: bold;
}
.device-list a.panel {
  display: block;
  color: #031315;
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  .device-list a.panel {
    min-height: 340px;
  }
}
.device-list a.panel:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 -6px 0 #023e8a;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 -6px 0 #023e8a;
  text-decoration: none;
}
.device-list a.panel:hover h3 {
  color: #023e8a;
}
.device-list .devices {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px;
}
.device-list .devices .panel {
  flex: 1 1 100%;
  margin: 15px;
}
@media (min-width: 768px) {
  .device-list .devices .panel {
    flex: 0 0 43%;
  }
}
@media (min-width: 991px) {
  .device-list .devices .panel {
    flex: 0 0 28%;
  }
}
a.section.panel,
a.panel.help-center {
  text-align: center;
  display: block;
  min-height: 200px;
  text-transform: uppercase;
  color: #031315;
  padding: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 3px solid #52a8ea;
}
a.section.panel h4,
a.panel.help-center h4 {
  font-size: 16px;
}
a.section.panel i,
a.panel.help-center i,
a.section.panel .glyphicon,
a.panel.help-center .glyphicon {
  font-size: 66px;
  padding-bottom: 0;
  padding-top: 10px;
  color: #023e8a;
}
a.section.panel i,
a.panel.help-center i {
  font-size: 96px;
  margin: -10px 0 -21px;
}
a.section.panel:hover,
a.panel.help-center:hover {
  text-decoration: none;
}
a.section.panel:hover h4,
a.panel.help-center:hover h4 {
  color: #023e8a;
}
a.section.panel p,
a.panel.help-center p {
  text-transform: none;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
.docs-list {
  padding-top: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.docs-link {
  text-align: center;
  color: white;
  flex: 0 0 45%;
  opacity: 0.8;
}
.docs-link h5 {
  padding: 0 10px;
  font-weight: 100;
}
@media (min-width: 768px) {
  .docs-link {
    flex: 0 0 15%;
  }
}
.docs-link:hover,
.docs-link:focus {
  text-decoration: none;
  opacity: 1;
  color: white;
}
.docs-link .glyphicon {
  border-radius: 50%;
  font-size: 2.6em;
  border: 3px solid white;
  padding: 0.4em;
}
.cert-device {
  text-align: center;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  text-transform: uppercase;
  color: #031315;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: all all 0.5s ease ease-out;
  -moz-transition: all all 0.5s ease ease-out;
  -o-transition: all all 0.5s ease ease-out;
  transition: all all 0.5s ease ease-out;
}
.cert-device p {
  font-weight: 300;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
  font-size: 12px;
}
.cert-device p.centered {
  top: 50%;
  margin-top: -6px;
  font-weight: bold;
  font-size: 18px;
}
.cert-device:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 -6px 0 #023e8a;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 -6px 0 #023e8a;
  text-decoration: none;
}
@media (max-width: 991px) {
  .cert-device {
    margin-bottom: 46px;
  }
  .cert-device p {
    bottom: auto;
    top: 100%;
    margin-top: 5px;
  }
}
.about.subnav-holder {
  min-height: 90px;
  padding: 20px 0;
  background-color: #f8f8f8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.about.subnav-holder #subnav-container {
  position: static;
}
.about.subnav-holder #subnav-container.affix {
  position: fixed;
}
#about {
  padding: 30px 0 84px;
  min-height: 486px;
  background-color: #f8f8f8;
}
#about .section-title {
  text-align: center;
  margin-bottom: 20px;
}
#mission {
  font-size: 14px;
  padding: 80px 0;
  text-align: center;
}
#mission h1,
#mission h3 {
  color: white;
}
#mission [class*="icon-cumulocity"] {
  font-size: 120px;
}
#team {
  padding: 80px 0;
  text-align: center;
  background-color: white;
}
#team .section-title {
  color: #8f9ea2;
  font-size: 3em;
}
#team .page-block {
  background-color: transparent;
}
#team .row + .row {
  margin-top: 30px;
}
.team-member {
  margin-bottom: 60px;
  padding: 0 20px;
}
.team-member img {
  margin: 0 auto;
}
.team-member [class*="icon-cumulocity"] {
  font-size: 40px;
}
.team-member a {
  color: #031315;
}
.team-member a:hover {
  text-decoration: none;
  color: #023e8a;
}
#careers {
  padding: 0 0 80px;
  text-align: center;
  color: #031315;
  font-size: 14px;
  background-color: #e5e7e7;
  -webkit-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.15);
}
#careers .image {
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  color: white;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
}
#careers .image .section-title {
  color: white;
  font-size: 3em;
}
#careers .openings {
  margin-top: 20px;
}
#careers .openings hr {
  border-top-color: rgba(143, 158, 162, 0.1);
}
#careers .openings .opening {
  text-align: left;
  border: 0;
  padding: 0;
  position: relative;
}
#careers .openings .opening .opening-btn {
  display: block;
  position: relative;
  padding: 12px 40px;
  color: white;
  background-color: rgba(23, 118, 191, 0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all all 0.2s ease ease-out;
  -moz-transition: all all 0.2s ease ease-out;
  -o-transition: all all 0.2s ease ease-out;
  transition: all all 0.2s ease ease-out;
}
#careers .openings .opening .opening-btn:hover {
  color: white;
}
#careers .openings .opening .opening-btn p {
  margin: 10px 0;
}
#careers .openings .opening .opening-btn .indicator {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-align: center;
  background-color: #023e8a;
  color: white;
}
#careers .openings .opening .opening-btn .indicator::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
#careers .openings .opening .opening-btn .indicator .glyphicon {
  vertical-align: middle;
}
#careers .openings .opening .opening-btn.collapsed {
  color: #031315;
  background-color: transparent;
}
#careers .openings .opening .opening-btn.collapsed:hover {
  color: #023e8a;
}
#careers .openings .opening .opening-btn.collapsed p {
  color: #8f9ea2;
}
#careers .openings .description {
  text-align: left;
  padding: 40px 16.666666666666664% 30px 40px;
}
@media (max-width: 991px) {
  #careers .openings .description {
    padding: 40px 40px 30px 40px;
  }
}
#careers .openings .description h4 {
  margin: 30px 0 14px;
}
#careers .openings .description ul {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
}
.googlemap-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .googlemap-canvas {
    display: none;
  }
}
#contacts {
  position: relative;
}
#contacts .entry {
  padding: 80px 30px;
  background-color: white;
}
#services-top {
  padding-top: 0;
}
@media (min-width: 768px) {
  #services-top {
    padding: 40px 0;
  }
}
#services-top .large-icon {
  line-height: 0.8;
}
#services-top .bullets li {
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 18px;
}
#services-top .section-subtitle {
  color: white;
}
.container-circle {
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 14px;
  position: relative;
  color: #023e8a;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  border: 2px dotted white;
}
.container-circle.blue {
  background-color: #023e8a;
}
.container-circle .inner-flex {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.container-circle .inner-content {
  position: absolute;
  height: 90%;
  width: 90%;
  top: 0;
  border-radius: 50%;
  background-color: white;
  margin: 5% 5% 5% 5%;
}
.container-circle .inner-content:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -9px;
}
.container-circle .inner-content p {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  margin: 0;
  font-size: 1em;
}
.services {
  padding: 40px 0;
}
.services * {
  -webkit-transition: none;
  transition: none;
  -webkit-transition: all none ease-out;
  -moz-transition: all none ease-out;
  -o-transition: all none ease-out;
  transition: all none ease-out;
}
.steps {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: all none ease-out;
  -moz-transition: all none ease-out;
  -o-transition: all none ease-out;
  transition: all none ease-out;
}
@media (max-width: 991px) {
  .steps {
    height: 600px !important;
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .steps {
    height: 400px !important;
    min-height: 400px;
  }
}
.steps .head {
  color: white;
  text-align: center;
}
.steps .head h1 {
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: -30px;
}
.steps .head h1 span {
  font-size: 4em;
  vertical-align: middle;
}
.step-content {
  -webkit-transition: none;
  transition: none;
  -webkit-transition: all none ease-out;
  -moz-transition: all none ease-out;
  -o-transition: all none ease-out;
  transition: all none ease-out;
  margin-top: -200px;
}
@media (max-width: 991px) {
  .step-content {
    margin-top: -200px;
  }
}
.step-content .container-circle {
  width: 120px;
  height: 120px;
  padding-bottom: 0;
  margin: 0 auto 90px;
}
.step-content .container-circle .inner-content {
  font-size: 3em;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
}
.step-content .container-circle .inner-content p {
  font-weight: 100;
  margin-top: 7px;
}
.step-content .white-bg {
  background-color: white;
  color: #031315;
  padding: 30px 0;
}
.step-content .section-subtitle {
  color: #031315;
  margin: 0 0 10px;
}
.operation {
  color: #6b7475;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  padding-bottom: 60px;
  font-size: 16px;
}
.operation .large-icon {
  color: #7ab91a;
}
.operation .section-title {
  font-size: 42px;
}
.operation .bullets {
  font-size: 16px;
  text-align: left;
}
.operation .bullets li:before {
  color: #7ab91a;
}
.wide-range {
  padding-bottom: 60px;
}
.wide-range .section-title {
  font-size: 42px;
}
.wide-range .skrollable {
  position: static;
  width: 25%;
}
.benefits {
  padding: 60px 0;
}
.home.page {
  padding-top: 0;
}
@media (min-width: 768px) {
  .home.page .navbar-default {
    background-color: transparent;
  }
}
.home.page #testimonials .testimonialslider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home.page #testimonials .testimonialslider .slider .slide {
  padding-top: 0;
  text-align: center;
}
.home.page #testimonials .testimonialslider .slider .slide img {
  max-width: 100px;
}
.home.page #testimonials .testimonialslider p,
.home.page #testimonials .testimonialslider h3 {
  color: inherit;
  text-shadow: none;
}
.home.page #testimonials .testimonialslider blockquote {
  position: relative;
  padding: 0;
  border: 0;
  font-style: italic;
}
.home.page #testimonials .testimonialslider blockquote:before {
  content: "“";
  font-size: 56px;
  color: #e5e7e7;
  position: absolute;
  left: -36px;
  line-height: normal;
  font-family: serif;
  top: -14px;
}
.home.page #testimonials .testimonialslider blockquote small {
  color: #8f9ea2;
}
@media (min-width: 768px) {
  .home.page #testimonials .testimonialslider .slider .slide {
    text-align: left;
  }
  .home.page #testimonials .testimonialslider .slider .slide img {
    max-width: 300px;
  }
  .home.page #testimonials .testimonialslider blockquote {
    margin: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .home.page #testimonials .testimonialslider blockquote {
    font-size: 14px;
    margin: 10px 0;
  }
  .home.page #testimonials .testimonialslider blockquote::before {
    left: -15px;
    top: -26px;
  }
  .home.page #testimonials .testimonialslider blockquote + img {
    margin-top: 10px;
  }
}
.home.page #testimonials .slider-nav {
  top: 0;
}
.home.page #testimonials .iosSliderButtons .button {
  background-color: #e5e7e7;
}
.home.page #testimonials .iosSliderButtons .button.selected {
  background-color: #023e8a;
}
.home.page #news .news-item {
  background-color: white;
  margin-bottom: 30px;
  text-align: left;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.home.page #news .news-item small {
  color: #8f9ea2;
}
.home.page #news .news-item h4 {
  color: #023e8a;
}
.home.page #news .news-item h3 {
  margin: 10px 0;
}
.home.page #news .news-item h3 > a {
  color: inherit;
}
.home.page #news .news-item h3 > a:hover,
.home.page #news .news-item h3 > a:focus {
  color: #023e8a;
  text-decoration: none;
}
.home.page #customer-logos {
  text-align: center;
}
.home.page #customer-logos h3 {
  color: #8f9ea2;
  margin-bottom: 30px;
  margin-top: 90px;
  text-transform: uppercase;
}
.home.page #customer-logos a:not(.btn) {
  padding: 0 5px;
  max-width: 126px;
  display: inline-block;
}
.home.page #customer-logos a:not(.btn) img {
  display: inline-block;
}
.fixed-bg {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 60px;
  left: 0;
}
#tinker-forge ul.circles {
  display: inline-block;
  padding: 0;
  margin-bottom: 30px;
}
#tinker-forge ul.circles li {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(23, 118, 191, 0.4);
  vertical-align: top;
  margin: 10px;
  padding: 46px 10px;
  color: white;
  font-size: 16px;
  position: relative;
}
#tinker-forge ul.circles li:after {
  content: "";
  width: 130px;
  height: 130px;
  position: absolute;
  border-radius: 50%;
  border: 3px solid white;
  top: 10px;
  left: 10px;
}
#tinker-forge .promo-claim {
  margin: 30px 0;
  text-align: center;
  font-size: 36px;
}
@media (max-width: 767px) {
  #tinker-forge .promo-claim {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  #tinker-forge .promo-claim {
    font-size: 24px;
  }
}
#tinker-forge .promo-claim h1 {
  font-size: 200%;
  font-weight: 100;
}
#tinker-forge .promo-claim h1 strong {
  font-weight: 900;
}
#tinker-forge .promo-claim h2 {
  text-transform: uppercase;
  color: #023e8a;
  font-weight: 600;
  font-size: 100%;
}
@media (max-width: 767px) {
  #tinker-forge .overpic {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
  }
  #tinker-forge .overpic .promo-claim {
    color: white;
  }
}
#tinker-forge .complementary-info {
  padding-top: 30px;
  position: relative;
}
#tinker-forge .complementary-info .skrollable {
  position: static;
  width: 100%;
}
@media (min-width: 767px) and (max-width: 991px) {
  #tinker-forge .complementary-info .skrollable {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #tinker-forge .complementary-info .skrollable {
    width: 25%;
  }
}
#tinker-forge .complementary-info .lead {
  text-align: center;
}
#tinker-forge .complementary-info .container-circle {
  color: #031315;
}
#tinker-forge .promo-agents {
  text-align: center;
  color: white;
}
#use-cases {
  background-color: #f8f8f8;
}
.use-case {
  display: flex;
  flex-flow: column nowrap;
  background-color: white;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .use-case {
    padding-left: 14px;
  }
}
.use-case .featured-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 65%;
}
.use-case .description {
  padding: 30px;
}
.use-case .description img {
  display: block;
  margin: 0 auto 14px auto;
  max-width: 150px;
  max-height: 70px;
}
.use-case .description h3 {
  margin-top: 0;
  font-weight: 100;
}
@media (min-width: 768px) {
  .use-case {
    flex-flow: row nowrap;
    align-items: center;
  }
  .use-case .description,
  .use-case .featured-image {
    width: 50%;
  }
  .use-case .description img {
    height: auto;
    display: inline-block;
  }
  .use-case .featured-image {
    align-self: stretch;
    padding-bottom: 33%;
    min-height: 300px;
  }
}
.use-case-detail > header {
  margin-top: 40px;
}
.use-case-detail p,
.use-case-detail ul {
  font-size: 16px;
}
.use-case-detail .page-block {
  padding: 80px 0;
}
.other-logos img {
  max-width: 180px;
}
.testimonial-section .testimonial {
  max-width: 800px;
  margin: -55px auto 30px auto;
}
@media (min-width: 768px) {
  .testimonial-section .testimonial {
    margin-top: -35px;
  }
}
.testimonial {
  display: flex;
  flex-flow: column nowrap;
}
.testimonial .quote,
.testimonial .ident {
  width: 100%;
  text-align: center;
}
.testimonial .ident {
  margin-top: 20px;
  order: 1;
}
.testimonial .ident img {
  border: 12px solid white;
}
.testimonial .quote {
  font-style: italic;
  font-size: 16px;
  order: 2;
}
@media (min-width: 991px) {
  .testimonial {
    flex-flow: row nowrap;
    align-items: center;
  }
  .testimonial .quote {
    width: 80%;
    padding: 30px;
    text-align: left;
    order: 1;
  }
  .testimonial .ident {
    width: 20%;
    margin-top: 0;
    order: 2;
  }
}
#promo-block:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.2)
  );
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.2)
  );
}
#promo-block h1 {
  font-weight: 100;
  margin-bottom: 30px;
}
#promo-block .icon-block p {
  font-size: 14px;
}
#promo-block a:not(.btn-default) {
  color: white;
}
#promo-block .icon-block {
  margin-bottom: 30px;
}
#promo-block .icon-block .lead {
  font-size: 18px;
  font-weight: 600;
}
#promo-block .last-block a {
  text-decoration: underline;
}
@media (min-width: 1280px) {
  #promo-block {
    background-position: 10% bottom;
  }
  #promo-block h1 {
    font-size: 46px;
  }
  #promo-block .lead {
    font-size: 21px;
  }
}
#promo-block .btn-jumbo {
  padding: 13px 25px 9px;
  border-radius: 28px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  border: 3px solid white;
}
.dot-icon {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto;
}
.dot-icon::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  content: "";
}
.dot-icon [class*="icon-cumulocity"] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dot-icon + .lead {
  margin: 5px 0 0;
}
#mc_embed_signup {
  font-family: "DIN", Helvetica, Arial, sans-serif !important;
  position: relative;
}
#mc_embed_signup form label {
  font-size: 12px;
  opacity: 1;
  line-height: 1;
}
#mc_embed_signup .mc-field-group {
  margin-bottom: 15px;
}
#mce-responses .response {
  position: absolute;
  padding: 80px;
  text-align: center;
  font-size: 16px;
  line-height: 1.45;
  font-style: italic;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-flow: column nowrap;
}
.training-form {
  text-align: left;
}
.training-form form label {
  opacity: 1;
}
.training-form input[type="checkbox"],
.training-form input[type="radio"] {
  font-size: 16px;
}
.training-form input[disabled="disabled"] ~ span {
  opacity: 0.6;
}
.terms {
  font-size: 12px;
}
.form-control.mktoInvalid:not(:focus) {
  border-color: #a94442;
}
.mktoForm .mktoError {
  position: absolute;
  z-index: 99;
  color: #a94442;
}
.mktoForm .mktoError .mktoErrorArrowWrap {
  width: 16px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 100;
}
.mktoForm.ie7 .mktoError .mktoErrorArrowWrap {
  top: -8px;
}
.mktoForm .mktoError .mktoErrorArrow {
  background-color: #a94442;
  border: 1px solid #a94442;
  border-right: none;
  border-bottom: none;
  display: inline-block;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 16px;
  margin-top: 5px;
}
.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage {
  background: transparent url("../images/callout-arrow-up-red.html") top center
    no-repeat;
  bottom: -7px;
}
.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage .mktoErrorArrow {
  display: none;
}
.mktoRequiredField {
  position: relative;
}
.mktoForm label,
.mktoForm fieldset legend {
  font-size: 12px;
  font-weight: 900;
  color: #023e8a;
  text-transform: uppercase;
}
.mktoForm .mktoError .mktoErrorMsg {
  display: block;
  margin-top: 7px;
  background-color: #a94442;
  border: 1px solid #a94442;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
  max-width: 16em;
  padding: 0.4em 0.6em;
  text-shadow: #901100 0 -1px 0;
}
.mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
  display: block;
}
.mktoForm .mktoRadioList {
  margin-top: -10px;
}
.mktoForm .mktoRadioList label {
  color: inherit;
  text-transform: none;
  font-size: 14px !important;
  font-weight: normal;
  max-width: calc(100% - 25px);
  vertical-align: top;
}
.ui-helper-hidden-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ui-autocomplete.ui-widget-content {
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}
form .checkbox.has-error label,
form .radio.has-error label {
  color: #d9534f;
}
.video-hero-module {
  position: relative;
  min-height: 60vh;
}
.video-container {
  background: url("../images/video/clouds.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.video-container .container {
  padding: 10vh 20px;
  color: white;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .video-container .container {
    padding-top: 20vh;
  }
}
.video-container .container .logo {
  max-width: 220px;
}
.video-container .container h1 {
  font-size: 48px;
  letter-spacing: -0.03em;
}
.video-container .container h3 {
  margin: 20px 0;
  font-size: 22px;
  line-height: 1.3;
}
.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.key-features article.figure {
  min-height: calc(100vh - 60px);
  position: relative;
}
.key-features article.figure > .container {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .key-features article.figure {
    display: flex;
    align-items: center;
  }
  .key-features article.figure .illustration {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .key-features article.figure .illustration.fit {
    width: 100%;
    max-height: 100%;
    max-width: 1170px;
  }
  .key-features article.figure.left .illustration {
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  .key-features article.figure.left.bottom .illustration {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .key-features article.figure.center {
    display: block;
  }
  .key-features article.figure.center .illustration {
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
  }
  .key-features article.figure h1 {
    margin-top: 0;
    font-size: 40px;
  }
  .key-features article.figure h3 {
    font-size: 28px;
  }
  .key-features article.figure p {
    font-size: 20px;
    font-weight: 300;
  }
}
.key-features h3 {
  margin-bottom: 20px;
}
.key-features .section {
  color: #031315;
}
#tech-specs .about.subnav-holder {
  background-color: white;
}
#tech-specs .section {
  padding-top: 90px;
}
#tech-specs .section h4 {
  min-height: 38px;
}
#tech-specs .section .list-unstyled li {
  margin-bottom: 5px;
}
#tech-specs hr {
  border-top: 1px dotted #8f9ea2;
}
#tech-specs table {
  width: 100%;
  margin-bottom: 20px;
}
#tech-specs table > thead > tr > th,
#tech-specs table > tbody > tr > th,
#tech-specs table > tfoot > tr > th,
#tech-specs table > thead > tr > td,
#tech-specs table > tbody > tr > td,
#tech-specs table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#tech-specs table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
#tech-specs table > caption + thead > tr:first-child > th,
#tech-specs table > colgroup + thead > tr:first-child > th,
#tech-specs table > thead:first-child > tr:first-child > th,
#tech-specs table > caption + thead > tr:first-child > td,
#tech-specs table > colgroup + thead > tr:first-child > td,
#tech-specs table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#tech-specs table > tbody + tbody {
  border-top: 2px solid #ddd;
}
#tech-specs table .table {
  background-color: #fff;
}
#tech-specs table > tbody > tr:nth-child(odd) > td,
#tech-specs table > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
#tech-specs .popover.bottom {
  margin-top: 0px;
}
#tech-specs .popover-content {
  padding: 10px 0 0;
}
#tech-specs .popover button.close {
  position: absolute;
  right: 10px;
  top: 8px;
}
.dot-content {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.radial-pointer {
  position: absolute;
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
  background-color: white;
  border-radius: 50%;
  border: 6px solid #023e8a;
  -webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  -webkit-transition: all transform 0.25s ease ease-out;
  -moz-transition: all transform 0.25s ease ease-out;
  -o-transition: all transform 0.25s ease ease-out;
  transition: all transform 0.25s ease ease-out;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.radial-pointer:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 20px;
  border-color: transparent transparent #023e8a transparent;
  top: -23px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
}
.radial-pointer:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 20px;
  border-color: transparent transparent white transparent;
  top: -17px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
}
.radial-content {
  padding: 100px;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.radial-content h2 {
  font-size: 24px;
}
.radial-content h3 {
  margin-top: 0;
  font-size: 18px;
}
.radial-content li:nth-child(odd) {
  font-weight: bold;
}
.radial-control {
  color: #031315;
}
.radial-control:hover,
.radial-control:focus {
  text-decoration: none;
}
.dot-btn {
  background-color: white;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  text-align: center;
  display: inline-block;
  padding: 20px;
  position: relative;
  z-index: 20;
  color: #031315;
  border: 1px dotted #8f9ea2;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transition: all all 0.35s ease ease-out;
  -moz-transition: all all 0.35s ease ease-out;
  -o-transition: all all 0.35s ease ease-out;
  transition: all all 0.35s ease ease-out;
  line-height: 1.2;
}
.dot-btn img {
  max-width: 60px;
  margin-bottom: 5px;
}
.dot-btn.active {
  background-color: rgba(23, 118, 191, 0.2);
  border: 3px solid #023e8a;
}
.dot-btn:hover,
.dot-btn:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}
.dot-btn:hover:not(.active) {
  background-color: rgba(23, 118, 191, 0.1);
}
@media (min-width: 768px) {
  .diagram-row {
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-around;
  }
  .col-left,
  .col-right {
    flex: 0 0 15%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
  }
  .col-left {
    align-items: flex-end;
  }
  .col-left .dot-btn:first-child,
  .col-left .dot-btn:last-child {
    -webkit-transform: translate(32%, 0);
    -moz-transform: translate(32%, 0);
    -o-transform: translate(32%, 0);
    -ms-transform: translate(32%, 0);
    transform: translate(32%, 0);
  }
  .col-right {
    align-items: flex-end;
  }
  .col-right .dot-btn:first-child,
  .col-right .dot-btn:last-child {
    -webkit-transform: translate(-32%, 0);
    -moz-transform: translate(-32%, 0);
    -o-transform: translate(-32%, 0);
    -ms-transform: translate(-32%, 0);
    transform: translate(-32%, 0);
  }
  .col-right {
    align-items: flex-start;
  }
  .col-center {
    flex: 0 0 70%;
  }
}
@media (min-width: 992px) {
  .radial-content h2 {
    font-size: 30px;
  }
  .radial-content h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .col-left,
  .col-right {
    flex: 0 0 25%;
  }
  .col-center {
    flex: 0 0 50%;
  }
}
.nodiagram {
  text-align: left;
}
.nodiagram .panel-title > a {
  text-decoration: none;
  text-align: left;
}
.nodiagram .panel-title > a img {
  max-width: 40px;
  display: inline-block;
  margin-right: 5px;
}
.book-demo-picture,
.book-demo-picture-b {
  background-image: url("../images/book-demo/book-demo.jpg");
  background-position: center 98%;
  background-size: cover;
  min-height: 70vh;
}
.book-demo-picture > .container,
.book-demo-picture-b > .container {
  padding-top: 0px;
}
@media (min-width: 768px) {
  .book-demo-picture,
  .book-demo-picture-b {
    min-height: 80vh;
  }
  .book-demo-picture > .container,
  .book-demo-picture-b > .container {
    padding-top: 80px;
  }
}
.book-demo-picture .lead,
.book-demo-picture-b .lead {
  line-height: 1.25;
  font-style: italic;
}
.book-demo-picture-b {
  background-image: url("../images/book-demo/book-demo-w.jpg");
  background-position: center 98%;
}
.book-demo-content {
  margin-bottom: 100px;
  font-size: 16px;
  margin-top: -100px;
}
.book-demo-content .bullets {
  font-size: 16px;
}
.book-demo-content .bullets li {
  padding-left: 1.4em;
}
@media (min-width: 768px) {
  .book-demo-content {
    margin-top: -200px;
  }
}
.smart-enterprises {
  background-image: url("../images/iotnow/iotnow.jpg");
  background-position: center 98%;
  background-size: cover;
  min-height: 59vh;
}
.smart-enterprises > .container {
  padding-top: 0px;
}
.smart-enterprises > .container h3 {
  font-size: 18px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .smart-enterprises {
    min-height: 80vh;
  }
  .smart-enterprises > .container {
    padding-top: 20px;
  }
  .smart-enterprises > .container h3 {
    font-size: 24px;
  }
}
.smart-enterprises .lead {
  line-height: 1.25;
  font-style: italic;
}
.promo-content {
  margin-bottom: 30px;
  font-size: 16px;
  margin-top: -20px;
}
.promo-content .bullets {
  font-size: 16px;
}
.promo-content .bullets li {
  padding-left: 1.4em;
}
@media (min-width: 768px) {
  .promo-content {
    margin-top: -70px;
  }
}
.cloud-link {
  min-height: 44vh;
}
@media (min-width: 768px) {
  .cloud-link {
    min-height: 65vh;
  }
}
@media (min-width: 992px) {
  .cloud-link {
    min-height: 63vh;
  }
}
.screen-laptop {
  position: absolute;
  left: 50%;
  width: 80vw;
  top: 55%;
  max-width: 1200px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.screen-laptop .screen-holder {
  background-color: black;
  height: 68%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
  width: 65.4%;
  margin-left: -0.4%;
  background-position: center top;
  background-size: cover;
  background-image: url("../images/iotnow/certuss.jpg");
}
@media (min-width: 992px) {
  .laptop-section-title {
    font-size: 60px;
    line-height: 0.9;
    color: #023e8a;
  }
}
.card {
  padding: 30px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px !important;
  font-size: 14px;
}
.card > hr {
  margin-left: -30px;
  margin-right: -30px;
}
.card .list-group {
  margin: 20px -30px;
}
.card .list-group .list-group-item {
  border-width: 1px 0;
  border-color: #f8f8f8;
  padding: 10px 30px;
}
.card .list-group .list-group-item.checkbox {
  padding-left: 50px;
}
.card .date,
.card .location {
  display: inline-block;
  min-width: 140px;
}
.card-h {
  display: flex;
  width: 100%;
  padding: 30px;
  background-color: white;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.card-h .col3 {
  flex: 1 0 30%;
}
.flex-row {
  margin: 0 -15px;
  display: flex;
  flex-flow: row wrap;
}
.flex-row > .col-md-4.col-sm-6 {
  display: flex;
  align-items: stretch;
}
.color-dot {
  border-radius: 99px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border: 2px solid white;
  vertical-align: text-bottom;
}
.color-dot.critical {
  background-color: #e74c3c;
}
.color-dot.major {
  background-color: #ffae2c;
}
.color-dot.minor {
  background-color: #ffe031;
}
.color-dot.none {
  background-color: #7ab91a;
}
.platform-status {
  display: inline-block;
  background-color: rgba(3, 19, 21, 0.5);
  color: white;
  border-radius: 12px;
  font-size: 12px;
  padding: 3px 8px 1px;
  margin: 6px 0;
}
.platform-status.critical {
  background-color: #e74c3c;
}
.platform-status.major {
  background-color: #ffae2c;
}
.platform-status.minor {
  background-color: #ffe031;
}
.platform-status.none {
  background-color: #7ab91a;
}
.platform-status:hover {
  text-decoration: none;
  color: white;
}
.cumulocity-iot-landing {
  position: relative;
  min-height: calc(100vh - 60px);
  background-color: black;
  background-image: url("../images/cumulocity-iot-bg.jpg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.cumulocity-iot-landing:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  content: "";
  opacity: 0.5;
}
.cumulocity-iot-landing .container {
  position: relative;
  padding-top: 12vh;
}
.cumulocity-try-free {
  position: relative;
  min-height: calc(80vh - 60px);
  background-color: black;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 991px) {
  .cumulocity-try-free {
    padding-top: 260px;
  }
}
.cumulocity-try-free:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0.5turn, transparent 0, #000 100%);
  background-repeat: repeat-x;
  content: "";
}
.cumulocity-try-free .container {
  position: relative;
  padding-top: 12vh;
}
.cookie-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cookie-window.cookie-invisible {
  opacity: 0;
}
.cookie-animate.cookie-revoke {
  transition: transform 1s ease;
}
.cookie-animate.cookie-revoke.cookie-top {
  transform: translateY(-2em);
}
.cookie-animate.cookie-revoke.cookie-bottom {
  transform: translateY(2em);
}
.cookie-animate.cookie-revoke.cookie-active.cookie-bottom,
.cookie-animate.cookie-revoke.cookie-active.cookie-top,
.cookie-revoke:hover {
  transform: translateY(0);
}
.cookie-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cookie-link,
.cookie-revoke:hover {
  text-decoration: underline;
}
.cookie-revoke,
.cookie-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #e5e7e7;
  color: #031315;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cookie-window.cookie-static {
  position: static;
}
.cookie-window.cookie-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cookie-window.cookie-banner {
  padding: 1.2em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cookie-revoke {
  padding: 0.5em;
}
.cookie-header {
  font-size: 18px;
  font-weight: 700;
}
.cookie-btn,
.cookie-close,
.cookie-link,
.cookie-revoke {
  cursor: pointer;
}
.cookie-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}
.cookie-link:hover {
  opacity: 1;
}
.cookie-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.cookie-banner .cookie-btn:last-child {
  min-width: 140px;
}
.cookie-highlight .cookie-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cookie-highlight .cookie-btn:first-child:focus,
.cookie-highlight .cookie-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cookie-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cookie-close:focus,
.cookie-close:hover {
  opacity: 1;
}
.cookie-revoke.cookie-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cookie-revoke.cookie-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cookie-revoke.cookie-left {
  left: 3em;
  right: unset;
}
.cookie-revoke.cookie-right {
  right: 3em;
  left: unset;
}
.cookie-top {
  top: 1em;
}
.cookie-left {
  left: 1em;
}
.cookie-right {
  right: 1em;
}
.cookie-bottom {
  bottom: 1em;
}
.cookie-floating > .cookie-link {
  margin-bottom: 1em;
}
.cookie-floating .cookie-message {
  display: block;
  margin-bottom: 1em;
}
.cookie-window.cookie-floating .cookie-compliance {
  -ms-flex: 1;
  flex: 1;
}
.cookie-window.cookie-banner {
  -ms-flex-align: center;
  align-items: center;
}
.cookie-banner.cookie-top {
  left: 0;
  right: 0;
  top: 0;
}
.cookie-banner.cookie-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cookie-banner .cookie-message {
  -ms-flex: 1;
  flex: 1;
}
.cookie-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cookie-compliance > .cookie-btn {
  -ms-flex: 1;
  flex: 1;
}
.cookie-btn + .cookie-btn {
  margin-left: 0.5em;
}
@media print {
  .cookie-revoke,
  .cookie-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cookie-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cookie-window.cookie-top {
    top: 0;
  }
  .cookie-window.cookie-bottom {
    bottom: 0;
  }
  .cookie-window.cookie-banner,
  .cookie-window.cookie-left,
  .cookie-window.cookie-right {
    left: 0;
    right: 0;
  }
  .cookie-window.cookie-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cookie-window.cookie-banner .cookie-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cookie-window.cookie-floating {
    max-width: none;
  }
  .cookie-window .cookie-message {
    margin-bottom: 1em;
  }
  .cookie-window.cookie-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
