@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

h2, .h2 {
  font-size: 30px;
}

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

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

.text-uppercase, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777777;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

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);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1178px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 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-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  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 > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.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-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #dd0011;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221, 0, 17, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .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-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .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.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6b6b6b;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

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

.btn-default, html .btn.\--default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, html .btn.\--default:focus, .btn-default.focus, html .focus.btn.\--default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover, html .btn.\--default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, html .btn.\--default:active, .btn-default.active, html .active.btn.\--default,
.open > .btn-default.dropdown-toggle, html
.open > .dropdown-toggle.btn.\--default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, html .btn.\--default:active:hover, .btn-default:active:focus, html .btn.\--default:active:focus, .btn-default:active.focus, html .btn.\--default:active.focus, .btn-default.active:hover, html .active.btn.\--default:hover, .btn-default.active:focus, html .active.btn.\--default:focus, .btn-default.active.focus, html .active.focus.btn.\--default,
.open > .btn-default.dropdown-toggle:hover, html
.open > .dropdown-toggle.btn.\--default:hover,
.open > .btn-default.dropdown-toggle:focus, html
.open > .dropdown-toggle.btn.\--default:focus,
.open > .btn-default.dropdown-toggle.focus, html
.open > .dropdown-toggle.focus.btn.\--default {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, html .btn.\--default:active, .btn-default.active, html .active.btn.\--default,
.open > .btn-default.dropdown-toggle, html
.open > .dropdown-toggle.btn.\--default {
  background-image: none;
}

.btn-default.disabled:hover, html .disabled.btn.\--default:hover, .btn-default.disabled:focus, html .disabled.btn.\--default:focus, .btn-default.disabled.focus, html .disabled.focus.btn.\--default, .btn-default[disabled]:hover, html [disabled].btn.\--default:hover, .btn-default[disabled]:focus, html [disabled].btn.\--default:focus, .btn-default[disabled].focus, html [disabled].focus.btn.\--default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] html .btn.\--default:hover, html
fieldset[disabled] .btn.\--default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] html .btn.\--default:focus, html
fieldset[disabled] .btn.\--default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] html .focus.btn.\--default, html
fieldset[disabled] .focus.btn.\--default {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge, html .btn.\--default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary, html .btn.\--primary {
  color: #fff;
  background-color: #dd0011;
  border-color: #2e6da4;
}

.btn-primary:focus, html .btn.\--primary:focus, .btn-primary.focus, html .focus.btn.\--primary {
  color: #fff;
  background-color: #aa000d;
  border-color: #122b40;
}

.btn-primary:hover, html .btn.\--primary:hover {
  color: #fff;
  background-color: #aa000d;
  border-color: #204d74;
}

.btn-primary:active, html .btn.\--primary:active, .btn-primary.active, html .active.btn.\--primary,
.open > .btn-primary.dropdown-toggle, html
.open > .dropdown-toggle.btn.\--primary {
  color: #fff;
  background-color: #aa000d;
  border-color: #204d74;
}

.btn-primary:active:hover, html .btn.\--primary:active:hover, .btn-primary:active:focus, html .btn.\--primary:active:focus, .btn-primary:active.focus, html .btn.\--primary:active.focus, .btn-primary.active:hover, html .active.btn.\--primary:hover, .btn-primary.active:focus, html .active.btn.\--primary:focus, .btn-primary.active.focus, html .active.focus.btn.\--primary,
.open > .btn-primary.dropdown-toggle:hover, html
.open > .dropdown-toggle.btn.\--primary:hover,
.open > .btn-primary.dropdown-toggle:focus, html
.open > .dropdown-toggle.btn.\--primary:focus,
.open > .btn-primary.dropdown-toggle.focus, html
.open > .dropdown-toggle.focus.btn.\--primary {
  color: #fff;
  background-color: #86000a;
  border-color: #122b40;
}

.btn-primary:active, html .btn.\--primary:active, .btn-primary.active, html .active.btn.\--primary,
.open > .btn-primary.dropdown-toggle, html
.open > .dropdown-toggle.btn.\--primary {
  background-image: none;
}

.btn-primary.disabled:hover, html .disabled.btn.\--primary:hover, .btn-primary.disabled:focus, html .disabled.btn.\--primary:focus, .btn-primary.disabled.focus, html .disabled.focus.btn.\--primary, .btn-primary[disabled]:hover, html [disabled].btn.\--primary:hover, .btn-primary[disabled]:focus, html [disabled].btn.\--primary:focus, .btn-primary[disabled].focus, html [disabled].focus.btn.\--primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] html .btn.\--primary:hover, html
fieldset[disabled] .btn.\--primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] html .btn.\--primary:focus, html
fieldset[disabled] .btn.\--primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] html .focus.btn.\--primary, html
fieldset[disabled] .focus.btn.\--primary {
  background-color: #dd0011;
  border-color: #2e6da4;
}

.btn-primary .badge, html .btn.\--primary .badge {
  color: #dd0011;
  background-color: #fff;
}

.btn-success, html .btn.\--success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, html .btn.\--success:focus, .btn-success.focus, html .focus.btn.\--success {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover, html .btn.\--success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, html .btn.\--success:active, .btn-success.active, html .active.btn.\--success,
.open > .btn-success.dropdown-toggle, html
.open > .dropdown-toggle.btn.\--success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, html .btn.\--success:active:hover, .btn-success:active:focus, html .btn.\--success:active:focus, .btn-success:active.focus, html .btn.\--success:active.focus, .btn-success.active:hover, html .active.btn.\--success:hover, .btn-success.active:focus, html .active.btn.\--success:focus, .btn-success.active.focus, html .active.focus.btn.\--success,
.open > .btn-success.dropdown-toggle:hover, html
.open > .dropdown-toggle.btn.\--success:hover,
.open > .btn-success.dropdown-toggle:focus, html
.open > .dropdown-toggle.btn.\--success:focus,
.open > .btn-success.dropdown-toggle.focus, html
.open > .dropdown-toggle.focus.btn.\--success {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, html .btn.\--success:active, .btn-success.active, html .active.btn.\--success,
.open > .btn-success.dropdown-toggle, html
.open > .dropdown-toggle.btn.\--success {
  background-image: none;
}

.btn-success.disabled:hover, html .disabled.btn.\--success:hover, .btn-success.disabled:focus, html .disabled.btn.\--success:focus, .btn-success.disabled.focus, html .disabled.focus.btn.\--success, .btn-success[disabled]:hover, html [disabled].btn.\--success:hover, .btn-success[disabled]:focus, html [disabled].btn.\--success:focus, .btn-success[disabled].focus, html [disabled].focus.btn.\--success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] html .btn.\--success:hover, html
fieldset[disabled] .btn.\--success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] html .btn.\--success:focus, html
fieldset[disabled] .btn.\--success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] html .focus.btn.\--success, html
fieldset[disabled] .focus.btn.\--success {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge, html .btn.\--success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info, html .btn.\--info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, html .btn.\--info:focus, .btn-info.focus, html .focus.btn.\--info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover, html .btn.\--info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, html .btn.\--info:active, .btn-info.active, html .active.btn.\--info,
.open > .btn-info.dropdown-toggle, html
.open > .dropdown-toggle.btn.\--info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, html .btn.\--info:active:hover, .btn-info:active:focus, html .btn.\--info:active:focus, .btn-info:active.focus, html .btn.\--info:active.focus, .btn-info.active:hover, html .active.btn.\--info:hover, .btn-info.active:focus, html .active.btn.\--info:focus, .btn-info.active.focus, html .active.focus.btn.\--info,
.open > .btn-info.dropdown-toggle:hover, html
.open > .dropdown-toggle.btn.\--info:hover,
.open > .btn-info.dropdown-toggle:focus, html
.open > .dropdown-toggle.btn.\--info:focus,
.open > .btn-info.dropdown-toggle.focus, html
.open > .dropdown-toggle.focus.btn.\--info {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, html .btn.\--info:active, .btn-info.active, html .active.btn.\--info,
.open > .btn-info.dropdown-toggle, html
.open > .dropdown-toggle.btn.\--info {
  background-image: none;
}

.btn-info.disabled:hover, html .disabled.btn.\--info:hover, .btn-info.disabled:focus, html .disabled.btn.\--info:focus, .btn-info.disabled.focus, html .disabled.focus.btn.\--info, .btn-info[disabled]:hover, html [disabled].btn.\--info:hover, .btn-info[disabled]:focus, html [disabled].btn.\--info:focus, .btn-info[disabled].focus, html [disabled].focus.btn.\--info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] html .btn.\--info:hover, html
fieldset[disabled] .btn.\--info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] html .btn.\--info:focus, html
fieldset[disabled] .btn.\--info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] html .focus.btn.\--info, html
fieldset[disabled] .focus.btn.\--info {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge, html .btn.\--info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning, html .btn.\--warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, html .btn.\--warning:focus, .btn-warning.focus, html .focus.btn.\--warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover, html .btn.\--warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, html .btn.\--warning:active, .btn-warning.active, html .active.btn.\--warning,
.open > .btn-warning.dropdown-toggle, html
.open > .dropdown-toggle.btn.\--warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, html .btn.\--warning:active:hover, .btn-warning:active:focus, html .btn.\--warning:active:focus, .btn-warning:active.focus, html .btn.\--warning:active.focus, .btn-warning.active:hover, html .active.btn.\--warning:hover, .btn-warning.active:focus, html .active.btn.\--warning:focus, .btn-warning.active.focus, html .active.focus.btn.\--warning,
.open > .btn-warning.dropdown-toggle:hover, html
.open > .dropdown-toggle.btn.\--warning:hover,
.open > .btn-warning.dropdown-toggle:focus, html
.open > .dropdown-toggle.btn.\--warning:focus,
.open > .btn-warning.dropdown-toggle.focus, html
.open > .dropdown-toggle.focus.btn.\--warning {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, html .btn.\--warning:active, .btn-warning.active, html .active.btn.\--warning,
.open > .btn-warning.dropdown-toggle, html
.open > .dropdown-toggle.btn.\--warning {
  background-image: none;
}

.btn-warning.disabled:hover, html .disabled.btn.\--warning:hover, .btn-warning.disabled:focus, html .disabled.btn.\--warning:focus, .btn-warning.disabled.focus, html .disabled.focus.btn.\--warning, .btn-warning[disabled]:hover, html [disabled].btn.\--warning:hover, .btn-warning[disabled]:focus, html [disabled].btn.\--warning:focus, .btn-warning[disabled].focus, html [disabled].focus.btn.\--warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] html .btn.\--warning:hover, html
fieldset[disabled] .btn.\--warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] html .btn.\--warning:focus, html
fieldset[disabled] .btn.\--warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] html .focus.btn.\--warning, html
fieldset[disabled] .focus.btn.\--warning {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge, html .btn.\--warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger, html .btn.\--danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, html .btn.\--danger:focus, .btn-danger.focus, html .focus.btn.\--danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover, html .btn.\--danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, html .btn.\--danger:active, .btn-danger.active, html .active.btn.\--danger,
.open > .btn-danger.dropdown-toggle, html
.open > .dropdown-toggle.btn.\--danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, html .btn.\--danger:active:hover, .btn-danger:active:focus, html .btn.\--danger:active:focus, .btn-danger:active.focus, html .btn.\--danger:active.focus, .btn-danger.active:hover, html .active.btn.\--danger:hover, .btn-danger.active:focus, html .active.btn.\--danger:focus, .btn-danger.active.focus, html .active.focus.btn.\--danger,
.open > .btn-danger.dropdown-toggle:hover, html
.open > .dropdown-toggle.btn.\--danger:hover,
.open > .btn-danger.dropdown-toggle:focus, html
.open > .dropdown-toggle.btn.\--danger:focus,
.open > .btn-danger.dropdown-toggle.focus, html
.open > .dropdown-toggle.focus.btn.\--danger {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, html .btn.\--danger:active, .btn-danger.active, html .active.btn.\--danger,
.open > .btn-danger.dropdown-toggle, html
.open > .dropdown-toggle.btn.\--danger {
  background-image: none;
}

.btn-danger.disabled:hover, html .disabled.btn.\--danger:hover, .btn-danger.disabled:focus, html .disabled.btn.\--danger:focus, .btn-danger.disabled.focus, html .disabled.focus.btn.\--danger, .btn-danger[disabled]:hover, html [disabled].btn.\--danger:hover, .btn-danger[disabled]:focus, html [disabled].btn.\--danger:focus, .btn-danger[disabled].focus, html [disabled].focus.btn.\--danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] html .btn.\--danger:hover, html
fieldset[disabled] .btn.\--danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] html .btn.\--danger:focus, html
fieldset[disabled] .btn.\--danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] html .focus.btn.\--danger, html
fieldset[disabled] .focus.btn.\--danger {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge, html .btn.\--danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #dd0011;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-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: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #dd0011;
}

.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.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

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

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

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

.navbar-collapse:after {
  clear: both;
}

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

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -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: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #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: #090909;
}

.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: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #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: #090909;
  }
  .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: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  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: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  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: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

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

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #dd0011;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.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,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.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,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.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,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.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,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.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: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.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-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.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-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.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-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.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-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.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;
  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: #999999;
  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: #999999;
  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: #999999;
  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: #999999;
  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;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

@-ms-viewport {
  width: device-width;
}

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

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

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icn {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.icn-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icn-2x {
  font-size: 2em;
}

.icn-3x {
  font-size: 3em;
}

.icn-4x {
  font-size: 4em;
}

.icn-5x {
  font-size: 5em;
}

.icn-fw, .h-card .icn, .sidebar\/item .icn {
  width: 1.2857142857em;
  text-align: center;
}

.icn-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.icn-ul > li {
  position: relative;
}

.icn-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.icn-li.icn-lg {
  left: -1.8571428571em;
}

.icn-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.icn-pull-left {
  float: left;
}

.icn-pull-right {
  float: right;
}

.icn.icn-pull-left {
  margin-right: .3em;
}

.icn.icn-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.icn.pull-left {
  margin-right: .3em;
}

.icn.pull-right {
  margin-left: .3em;
}

.icn-spin {
  animation: fa-spin 2s infinite linear;
}

.icn-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.icn-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icn-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icn-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icn-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icn-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .icn-rotate-90,
:root .icn-rotate-180,
:root .icn-rotate-270,
:root .icn-flip-horizontal,
:root .icn-flip-vertical {
  filter: none;
}

.icn-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.icn-stack-1x, .icn-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.icn-stack-1x {
  line-height: inherit;
}

.icn-stack-2x {
  font-size: 2em;
}

.icn-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icn-glass:before {
  content: "";
}

.icn-music:before {
  content: "";
}

.icn-search:before {
  content: "";
}

.icn-envelope-o:before {
  content: "";
}

.icn-heart:before {
  content: "";
}

.icn-star:before {
  content: "";
}

.icn-star-o:before {
  content: "";
}

.icn-user:before {
  content: "";
}

.icn-film:before {
  content: "";
}

.icn-th-large:before {
  content: "";
}

.icn-th:before {
  content: "";
}

.icn-th-list:before {
  content: "";
}

.icn-check:before {
  content: "";
}

.icn-remove:before,
.icn-close:before,
.icn-times:before {
  content: "";
}

.icn-search-plus:before {
  content: "";
}

.icn-search-minus:before {
  content: "";
}

.icn-power-off:before {
  content: "";
}

.icn-signal:before {
  content: "";
}

.icn-gear:before,
.icn-cog:before {
  content: "";
}

.icn-trash-o:before {
  content: "";
}

.icn-home:before {
  content: "";
}

.icn-file-o:before {
  content: "";
}

.icn-clock-o:before {
  content: "";
}

.icn-road:before {
  content: "";
}

.icn-download:before {
  content: "";
}

.icn-arrow-circle-o-down:before {
  content: "";
}

.icn-arrow-circle-o-up:before {
  content: "";
}

.icn-inbox:before {
  content: "";
}

.icn-play-circle-o:before {
  content: "";
}

.icn-rotate-right:before,
.icn-repeat:before {
  content: "";
}

.icn-refresh:before {
  content: "";
}

.icn-list-alt:before {
  content: "";
}

.icn-lock:before {
  content: "";
}

.icn-flag:before {
  content: "";
}

.icn-headphones:before {
  content: "";
}

.icn-volume-off:before {
  content: "";
}

.icn-volume-down:before {
  content: "";
}

.icn-volume-up:before {
  content: "";
}

.icn-qrcode:before {
  content: "";
}

.icn-barcode:before {
  content: "";
}

.icn-tag:before {
  content: "";
}

.icn-tags:before {
  content: "";
}

.icn-book:before {
  content: "";
}

.icn-bookmark:before {
  content: "";
}

.icn-print:before {
  content: "";
}

.icn-camera:before {
  content: "";
}

.icn-font:before {
  content: "";
}

.icn-bold:before {
  content: "";
}

.icn-italic:before {
  content: "";
}

.icn-text-height:before {
  content: "";
}

.icn-text-width:before {
  content: "";
}

.icn-align-left:before {
  content: "";
}

.icn-align-center:before {
  content: "";
}

.icn-align-right:before {
  content: "";
}

.icn-align-justify:before {
  content: "";
}

.icn-list:before {
  content: "";
}

.icn-dedent:before,
.icn-outdent:before {
  content: "";
}

.icn-indent:before {
  content: "";
}

.icn-video-camera:before {
  content: "";
}

.icn-photo:before,
.icn-image:before,
.icn-picture-o:before {
  content: "";
}

.icn-pencil:before {
  content: "";
}

.icn-map-marker:before {
  content: "";
}

.icn-adjust:before {
  content: "";
}

.icn-tint:before {
  content: "";
}

.icn-edit:before,
.icn-pencil-square-o:before {
  content: "";
}

.icn-share-square-o:before {
  content: "";
}

.icn-check-square-o:before {
  content: "";
}

.icn-arrows:before {
  content: "";
}

.icn-step-backward:before {
  content: "";
}

.icn-fast-backward:before {
  content: "";
}

.icn-backward:before {
  content: "";
}

.icn-play:before {
  content: "";
}

.icn-pause:before {
  content: "";
}

.icn-stop:before {
  content: "";
}

.icn-forward:before {
  content: "";
}

.icn-fast-forward:before {
  content: "";
}

.icn-step-forward:before {
  content: "";
}

.icn-eject:before {
  content: "";
}

.icn-chevron-left:before {
  content: "";
}

.icn-chevron-right:before {
  content: "";
}

.icn-plus-circle:before {
  content: "";
}

.icn-minus-circle:before {
  content: "";
}

.icn-times-circle:before {
  content: "";
}

.icn-check-circle:before {
  content: "";
}

.icn-question-circle:before {
  content: "";
}

.icn-info-circle:before {
  content: "";
}

.icn-crosshairs:before {
  content: "";
}

.icn-times-circle-o:before {
  content: "";
}

.icn-check-circle-o:before {
  content: "";
}

.icn-ban:before {
  content: "";
}

.icn-arrow-left:before {
  content: "";
}

.icn-arrow-right:before {
  content: "";
}

.icn-arrow-up:before {
  content: "";
}

.icn-arrow-down:before {
  content: "";
}

.icn-mail-forward:before,
.icn-share:before {
  content: "";
}

.icn-expand:before {
  content: "";
}

.icn-compress:before {
  content: "";
}

.icn-plus:before {
  content: "";
}

.icn-minus:before {
  content: "";
}

.icn-asterisk:before {
  content: "";
}

.icn-exclamation-circle:before {
  content: "";
}

.icn-gift:before {
  content: "";
}

.icn-leaf:before {
  content: "";
}

.icn-fire:before {
  content: "";
}

.icn-eye:before {
  content: "";
}

.icn-eye-slash:before {
  content: "";
}

.icn-warning:before,
.icn-exclamation-triangle:before {
  content: "";
}

.icn-plane:before {
  content: "";
}

.icn-calendar:before {
  content: "";
}

.icn-random:before {
  content: "";
}

.icn-comment:before {
  content: "";
}

.icn-magnet:before {
  content: "";
}

.icn-chevron-up:before {
  content: "";
}

.icn-chevron-down:before {
  content: "";
}

.icn-retweet:before {
  content: "";
}

.icn-shopping-cart:before {
  content: "";
}

.icn-folder:before {
  content: "";
}

.icn-folder-open:before {
  content: "";
}

.icn-arrows-v:before {
  content: "";
}

.icn-arrows-h:before {
  content: "";
}

.icn-bar-chart-o:before,
.icn-bar-chart:before {
  content: "";
}

.icn-twitter-square:before {
  content: "";
}

.icn-facebook-square:before {
  content: "";
}

.icn-camera-retro:before {
  content: "";
}

.icn-key:before {
  content: "";
}

.icn-gears:before,
.icn-cogs:before {
  content: "";
}

.icn-comments:before {
  content: "";
}

.icn-thumbs-o-up:before {
  content: "";
}

.icn-thumbs-o-down:before {
  content: "";
}

.icn-star-half:before {
  content: "";
}

.icn-heart-o:before {
  content: "";
}

.icn-sign-out:before {
  content: "";
}

.icn-linkedin-square:before {
  content: "";
}

.icn-thumb-tack:before {
  content: "";
}

.icn-external-link:before {
  content: "";
}

.icn-sign-in:before {
  content: "";
}

.icn-trophy:before {
  content: "";
}

.icn-github-square:before {
  content: "";
}

.icn-upload:before {
  content: "";
}

.icn-lemon-o:before {
  content: "";
}

.icn-phone:before {
  content: "";
}

.icn-square-o:before {
  content: "";
}

.icn-bookmark-o:before {
  content: "";
}

.icn-phone-square:before {
  content: "";
}

.icn-twitter:before {
  content: "";
}

.icn-facebook-f:before,
.icn-facebook:before {
  content: "";
}

.icn-github:before {
  content: "";
}

.icn-unlock:before {
  content: "";
}

.icn-credit-card:before {
  content: "";
}

.icn-feed:before,
.icn-rss:before {
  content: "";
}

.icn-hdd-o:before {
  content: "";
}

.icn-bullhorn:before {
  content: "";
}

.icn-bell:before {
  content: "";
}

.icn-certificate:before {
  content: "";
}

.icn-hand-o-right:before {
  content: "";
}

.icn-hand-o-left:before {
  content: "";
}

.icn-hand-o-up:before {
  content: "";
}

.icn-hand-o-down:before {
  content: "";
}

.icn-arrow-circle-left:before {
  content: "";
}

.icn-arrow-circle-right:before {
  content: "";
}

.icn-arrow-circle-up:before {
  content: "";
}

.icn-arrow-circle-down:before {
  content: "";
}

.icn-globe:before {
  content: "";
}

.icn-wrench:before {
  content: "";
}

.icn-tasks:before {
  content: "";
}

.icn-filter:before {
  content: "";
}

.icn-briefcase:before {
  content: "";
}

.icn-arrows-alt:before {
  content: "";
}

.icn-group:before,
.icn-users:before {
  content: "";
}

.icn-chain:before,
.icn-link:before {
  content: "";
}

.icn-cloud:before {
  content: "";
}

.icn-flask:before {
  content: "";
}

.icn-cut:before,
.icn-scissors:before {
  content: "";
}

.icn-copy:before,
.icn-files-o:before {
  content: "";
}

.icn-paperclip:before {
  content: "";
}

.icn-save:before,
.icn-floppy-o:before {
  content: "";
}

.icn-square:before {
  content: "";
}

.icn-navicon:before,
.icn-reorder:before,
.icn-bars:before {
  content: "";
}

.icn-list-ul:before {
  content: "";
}

.icn-list-ol:before {
  content: "";
}

.icn-strikethrough:before {
  content: "";
}

.icn-underline:before {
  content: "";
}

.icn-table:before {
  content: "";
}

.icn-magic:before {
  content: "";
}

.icn-truck:before {
  content: "";
}

.icn-pinterest:before {
  content: "";
}

.icn-pinterest-square:before {
  content: "";
}

.icn-google-plus-square:before {
  content: "";
}

.icn-google-plus:before {
  content: "";
}

.icn-money:before {
  content: "";
}

.icn-caret-down:before {
  content: "";
}

.icn-caret-up:before {
  content: "";
}

.icn-caret-left:before {
  content: "";
}

.icn-caret-right:before {
  content: "";
}

.icn-columns:before {
  content: "";
}

.icn-unsorted:before,
.icn-sort:before {
  content: "";
}

.icn-sort-down:before,
.icn-sort-desc:before {
  content: "";
}

.icn-sort-up:before,
.icn-sort-asc:before {
  content: "";
}

.icn-envelope:before {
  content: "";
}

.icn-linkedin:before {
  content: "";
}

.icn-rotate-left:before,
.icn-undo:before {
  content: "";
}

.icn-legal:before,
.icn-gavel:before {
  content: "";
}

.icn-dashboard:before,
.icn-tachometer:before {
  content: "";
}

.icn-comment-o:before {
  content: "";
}

.icn-comments-o:before {
  content: "";
}

.icn-flash:before,
.icn-bolt:before {
  content: "";
}

.icn-sitemap:before {
  content: "";
}

.icn-umbrella:before {
  content: "";
}

.icn-paste:before,
.icn-clipboard:before {
  content: "";
}

.icn-lightbulb-o:before {
  content: "";
}

.icn-exchange:before {
  content: "";
}

.icn-cloud-download:before {
  content: "";
}

.icn-cloud-upload:before {
  content: "";
}

.icn-user-md:before {
  content: "";
}

.icn-stethoscope:before {
  content: "";
}

.icn-suitcase:before {
  content: "";
}

.icn-bell-o:before {
  content: "";
}

.icn-coffee:before {
  content: "";
}

.icn-cutlery:before {
  content: "";
}

.icn-file-text-o:before {
  content: "";
}

.icn-building-o:before {
  content: "";
}

.icn-hospital-o:before {
  content: "";
}

.icn-ambulance:before {
  content: "";
}

.icn-medkit:before {
  content: "";
}

.icn-fighter-jet:before {
  content: "";
}

.icn-beer:before {
  content: "";
}

.icn-h-square:before {
  content: "";
}

.icn-plus-square:before {
  content: "";
}

.icn-angle-double-left:before {
  content: "";
}

.icn-angle-double-right:before {
  content: "";
}

.icn-angle-double-up:before {
  content: "";
}

.icn-angle-double-down:before {
  content: "";
}

.icn-angle-left:before {
  content: "";
}

.icn-angle-right:before {
  content: "";
}

.icn-angle-up:before {
  content: "";
}

.icn-angle-down:before {
  content: "";
}

.icn-desktop:before {
  content: "";
}

.icn-laptop:before {
  content: "";
}

.icn-tablet:before {
  content: "";
}

.icn-mobile-phone:before,
.icn-mobile:before {
  content: "";
}

.icn-circle-o:before {
  content: "";
}

.icn-quote-left:before {
  content: "";
}

.icn-quote-right:before {
  content: "";
}

.icn-spinner:before {
  content: "";
}

.icn-circle:before {
  content: "";
}

.icn-mail-reply:before,
.icn-reply:before {
  content: "";
}

.icn-github-alt:before {
  content: "";
}

.icn-folder-o:before {
  content: "";
}

.icn-folder-open-o:before {
  content: "";
}

.icn-smile-o:before {
  content: "";
}

.icn-frown-o:before {
  content: "";
}

.icn-meh-o:before {
  content: "";
}

.icn-gamepad:before {
  content: "";
}

.icn-keyboard-o:before {
  content: "";
}

.icn-flag-o:before {
  content: "";
}

.icn-flag-checkered:before {
  content: "";
}

.icn-terminal:before {
  content: "";
}

.icn-code:before {
  content: "";
}

.icn-mail-reply-all:before,
.icn-reply-all:before {
  content: "";
}

.icn-star-half-empty:before,
.icn-star-half-full:before,
.icn-star-half-o:before {
  content: "";
}

.icn-location-arrow:before {
  content: "";
}

.icn-crop:before {
  content: "";
}

.icn-code-fork:before {
  content: "";
}

.icn-unlink:before,
.icn-chain-broken:before {
  content: "";
}

.icn-question:before {
  content: "";
}

.icn-info:before {
  content: "";
}

.icn-exclamation:before {
  content: "";
}

.icn-superscript:before {
  content: "";
}

.icn-subscript:before {
  content: "";
}

.icn-eraser:before {
  content: "";
}

.icn-puzzle-piece:before {
  content: "";
}

.icn-microphone:before {
  content: "";
}

.icn-microphone-slash:before {
  content: "";
}

.icn-shield:before {
  content: "";
}

.icn-calendar-o:before {
  content: "";
}

.icn-fire-extinguisher:before {
  content: "";
}

.icn-rocket:before {
  content: "";
}

.icn-maxcdn:before {
  content: "";
}

.icn-chevron-circle-left:before {
  content: "";
}

.icn-chevron-circle-right:before {
  content: "";
}

.icn-chevron-circle-up:before {
  content: "";
}

.icn-chevron-circle-down:before {
  content: "";
}

.icn-html5:before {
  content: "";
}

.icn-css3:before {
  content: "";
}

.icn-anchor:before {
  content: "";
}

.icn-unlock-alt:before {
  content: "";
}

.icn-bullseye:before {
  content: "";
}

.icn-ellipsis-h:before {
  content: "";
}

.icn-ellipsis-v:before {
  content: "";
}

.icn-rss-square:before {
  content: "";
}

.icn-play-circle:before {
  content: "";
}

.icn-ticket:before {
  content: "";
}

.icn-minus-square:before {
  content: "";
}

.icn-minus-square-o:before {
  content: "";
}

.icn-level-up:before {
  content: "";
}

.icn-level-down:before {
  content: "";
}

.icn-check-square:before {
  content: "";
}

.icn-pencil-square:before {
  content: "";
}

.icn-external-link-square:before {
  content: "";
}

.icn-share-square:before {
  content: "";
}

.icn-compass:before {
  content: "";
}

.icn-toggle-down:before,
.icn-caret-square-o-down:before {
  content: "";
}

.icn-toggle-up:before,
.icn-caret-square-o-up:before {
  content: "";
}

.icn-toggle-right:before,
.icn-caret-square-o-right:before {
  content: "";
}

.icn-euro:before,
.icn-eur:before {
  content: "";
}

.icn-gbp:before {
  content: "";
}

.icn-dollar:before,
.icn-usd:before {
  content: "";
}

.icn-rupee:before,
.icn-inr:before {
  content: "";
}

.icn-cny:before,
.icn-rmb:before,
.icn-yen:before,
.icn-jpy:before {
  content: "";
}

.icn-ruble:before,
.icn-rouble:before,
.icn-rub:before {
  content: "";
}

.icn-won:before,
.icn-krw:before {
  content: "";
}

.icn-bitcoin:before,
.icn-btc:before {
  content: "";
}

.icn-file:before {
  content: "";
}

.icn-file-text:before {
  content: "";
}

.icn-sort-alpha-asc:before {
  content: "";
}

.icn-sort-alpha-desc:before {
  content: "";
}

.icn-sort-amount-asc:before {
  content: "";
}

.icn-sort-amount-desc:before {
  content: "";
}

.icn-sort-numeric-asc:before {
  content: "";
}

.icn-sort-numeric-desc:before {
  content: "";
}

.icn-thumbs-up:before {
  content: "";
}

.icn-thumbs-down:before {
  content: "";
}

.icn-youtube-square:before {
  content: "";
}

.icn-youtube:before {
  content: "";
}

.icn-xing:before {
  content: "";
}

.icn-xing-square:before {
  content: "";
}

.icn-youtube-play:before {
  content: "";
}

.icn-dropbox:before {
  content: "";
}

.icn-stack-overflow:before {
  content: "";
}

.icn-instagram:before {
  content: "";
}

.icn-flickr:before {
  content: "";
}

.icn-adn:before {
  content: "";
}

.icn-bitbucket:before {
  content: "";
}

.icn-bitbucket-square:before {
  content: "";
}

.icn-tumblr:before {
  content: "";
}

.icn-tumblr-square:before {
  content: "";
}

.icn-long-arrow-down:before {
  content: "";
}

.icn-long-arrow-up:before {
  content: "";
}

.icn-long-arrow-left:before {
  content: "";
}

.icn-long-arrow-right:before {
  content: "";
}

.icn-apple:before {
  content: "";
}

.icn-windows:before {
  content: "";
}

.icn-android:before {
  content: "";
}

.icn-linux:before {
  content: "";
}

.icn-dribbble:before {
  content: "";
}

.icn-skype:before {
  content: "";
}

.icn-foursquare:before {
  content: "";
}

.icn-trello:before {
  content: "";
}

.icn-female:before {
  content: "";
}

.icn-male:before {
  content: "";
}

.icn-gittip:before,
.icn-gratipay:before {
  content: "";
}

.icn-sun-o:before {
  content: "";
}

.icn-moon-o:before {
  content: "";
}

.icn-archive:before {
  content: "";
}

.icn-bug:before {
  content: "";
}

.icn-vk:before {
  content: "";
}

.icn-weibo:before {
  content: "";
}

.icn-renren:before {
  content: "";
}

.icn-pagelines:before {
  content: "";
}

.icn-stack-exchange:before {
  content: "";
}

.icn-arrow-circle-o-right:before {
  content: "";
}

.icn-arrow-circle-o-left:before {
  content: "";
}

.icn-toggle-left:before,
.icn-caret-square-o-left:before {
  content: "";
}

.icn-dot-circle-o:before {
  content: "";
}

.icn-wheelchair:before {
  content: "";
}

.icn-vimeo-square:before {
  content: "";
}

.icn-turkish-lira:before,
.icn-try:before {
  content: "";
}

.icn-plus-square-o:before {
  content: "";
}

.icn-space-shuttle:before {
  content: "";
}

.icn-slack:before {
  content: "";
}

.icn-envelope-square:before {
  content: "";
}

.icn-wordpress:before {
  content: "";
}

.icn-openid:before {
  content: "";
}

.icn-institution:before,
.icn-bank:before,
.icn-university:before {
  content: "";
}

.icn-mortar-board:before,
.icn-graduation-cap:before {
  content: "";
}

.icn-yahoo:before {
  content: "";
}

.icn-google:before {
  content: "";
}

.icn-reddit:before {
  content: "";
}

.icn-reddit-square:before {
  content: "";
}

.icn-stumbleupon-circle:before {
  content: "";
}

.icn-stumbleupon:before {
  content: "";
}

.icn-delicious:before {
  content: "";
}

.icn-digg:before {
  content: "";
}

.icn-pied-piper-pp:before {
  content: "";
}

.icn-pied-piper-alt:before {
  content: "";
}

.icn-drupal:before {
  content: "";
}

.icn-joomla:before {
  content: "";
}

.icn-language:before {
  content: "";
}

.icn-fax:before {
  content: "";
}

.icn-building:before {
  content: "";
}

.icn-child:before {
  content: "";
}

.icn-paw:before {
  content: "";
}

.icn-spoon:before {
  content: "";
}

.icn-cube:before {
  content: "";
}

.icn-cubes:before {
  content: "";
}

.icn-behance:before {
  content: "";
}

.icn-behance-square:before {
  content: "";
}

.icn-steam:before {
  content: "";
}

.icn-steam-square:before {
  content: "";
}

.icn-recycle:before {
  content: "";
}

.icn-automobile:before,
.icn-car:before {
  content: "";
}

.icn-cab:before,
.icn-taxi:before {
  content: "";
}

.icn-tree:before {
  content: "";
}

.icn-spotify:before {
  content: "";
}

.icn-deviantart:before {
  content: "";
}

.icn-soundcloud:before {
  content: "";
}

.icn-database:before {
  content: "";
}

.icn-file-pdf-o:before {
  content: "";
}

.icn-file-word-o:before {
  content: "";
}

.icn-file-excel-o:before {
  content: "";
}

.icn-file-powerpoint-o:before {
  content: "";
}

.icn-file-photo-o:before,
.icn-file-picture-o:before,
.icn-file-image-o:before {
  content: "";
}

.icn-file-zip-o:before,
.icn-file-archive-o:before {
  content: "";
}

.icn-file-sound-o:before,
.icn-file-audio-o:before {
  content: "";
}

.icn-file-movie-o:before,
.icn-file-video-o:before {
  content: "";
}

.icn-file-code-o:before {
  content: "";
}

.icn-vine:before {
  content: "";
}

.icn-codepen:before {
  content: "";
}

.icn-jsfiddle:before {
  content: "";
}

.icn-life-bouy:before,
.icn-life-buoy:before,
.icn-life-saver:before,
.icn-support:before,
.icn-life-ring:before {
  content: "";
}

.icn-circle-o-notch:before {
  content: "";
}

.icn-ra:before,
.icn-resistance:before,
.icn-rebel:before {
  content: "";
}

.icn-ge:before,
.icn-empire:before {
  content: "";
}

.icn-git-square:before {
  content: "";
}

.icn-git:before {
  content: "";
}

.icn-y-combinator-square:before,
.icn-yc-square:before,
.icn-hacker-news:before {
  content: "";
}

.icn-tencent-weibo:before {
  content: "";
}

.icn-qq:before {
  content: "";
}

.icn-wechat:before,
.icn-weixin:before {
  content: "";
}

.icn-send:before,
.icn-paper-plane:before {
  content: "";
}

.icn-send-o:before,
.icn-paper-plane-o:before {
  content: "";
}

.icn-history:before {
  content: "";
}

.icn-circle-thin:before {
  content: "";
}

.icn-header:before {
  content: "";
}

.icn-paragraph:before {
  content: "";
}

.icn-sliders:before {
  content: "";
}

.icn-share-alt:before {
  content: "";
}

.icn-share-alt-square:before {
  content: "";
}

.icn-bomb:before {
  content: "";
}

.icn-soccer-ball-o:before,
.icn-futbol-o:before {
  content: "";
}

.icn-tty:before {
  content: "";
}

.icn-binoculars:before {
  content: "";
}

.icn-plug:before {
  content: "";
}

.icn-slideshare:before {
  content: "";
}

.icn-twitch:before {
  content: "";
}

.icn-yelp:before {
  content: "";
}

.icn-newspaper-o:before {
  content: "";
}

.icn-wifi:before {
  content: "";
}

.icn-calculator:before {
  content: "";
}

.icn-paypal:before {
  content: "";
}

.icn-google-wallet:before {
  content: "";
}

.icn-cc-visa:before {
  content: "";
}

.icn-cc-mastercard:before {
  content: "";
}

.icn-cc-discover:before {
  content: "";
}

.icn-cc-amex:before {
  content: "";
}

.icn-cc-paypal:before {
  content: "";
}

.icn-cc-stripe:before {
  content: "";
}

.icn-bell-slash:before {
  content: "";
}

.icn-bell-slash-o:before {
  content: "";
}

.icn-trash:before {
  content: "";
}

.icn-copyright:before {
  content: "";
}

.icn-at:before {
  content: "";
}

.icn-eyedropper:before {
  content: "";
}

.icn-paint-brush:before {
  content: "";
}

.icn-birthday-cake:before {
  content: "";
}

.icn-area-chart:before {
  content: "";
}

.icn-pie-chart:before {
  content: "";
}

.icn-line-chart:before {
  content: "";
}

.icn-lastfm:before {
  content: "";
}

.icn-lastfm-square:before {
  content: "";
}

.icn-toggle-off:before {
  content: "";
}

.icn-toggle-on:before {
  content: "";
}

.icn-bicycle:before {
  content: "";
}

.icn-bus:before {
  content: "";
}

.icn-ioxhost:before {
  content: "";
}

.icn-angellist:before {
  content: "";
}

.icn-cc:before {
  content: "";
}

.icn-shekel:before,
.icn-sheqel:before,
.icn-ils:before {
  content: "";
}

.icn-meanpath:before {
  content: "";
}

.icn-buysellads:before {
  content: "";
}

.icn-connectdevelop:before {
  content: "";
}

.icn-dashcube:before {
  content: "";
}

.icn-forumbee:before {
  content: "";
}

.icn-leanpub:before {
  content: "";
}

.icn-sellsy:before {
  content: "";
}

.icn-shirtsinbulk:before {
  content: "";
}

.icn-simplybuilt:before {
  content: "";
}

.icn-skyatlas:before {
  content: "";
}

.icn-cart-plus:before {
  content: "";
}

.icn-cart-arrow-down:before {
  content: "";
}

.icn-diamond:before {
  content: "";
}

.icn-ship:before {
  content: "";
}

.icn-user-secret:before {
  content: "";
}

.icn-motorcycle:before {
  content: "";
}

.icn-street-view:before {
  content: "";
}

.icn-heartbeat:before {
  content: "";
}

.icn-venus:before {
  content: "";
}

.icn-mars:before {
  content: "";
}

.icn-mercury:before {
  content: "";
}

.icn-intersex:before,
.icn-transgender:before {
  content: "";
}

.icn-transgender-alt:before {
  content: "";
}

.icn-venus-double:before {
  content: "";
}

.icn-mars-double:before {
  content: "";
}

.icn-venus-mars:before {
  content: "";
}

.icn-mars-stroke:before {
  content: "";
}

.icn-mars-stroke-v:before {
  content: "";
}

.icn-mars-stroke-h:before {
  content: "";
}

.icn-neuter:before {
  content: "";
}

.icn-genderless:before {
  content: "";
}

.icn-facebook-official:before {
  content: "";
}

.icn-pinterest-p:before {
  content: "";
}

.icn-whatsapp:before {
  content: "";
}

.icn-server:before {
  content: "";
}

.icn-user-plus:before {
  content: "";
}

.icn-user-times:before {
  content: "";
}

.icn-hotel:before,
.icn-bed:before {
  content: "";
}

.icn-viacoin:before {
  content: "";
}

.icn-train:before {
  content: "";
}

.icn-subway:before {
  content: "";
}

.icn-medium:before {
  content: "";
}

.icn-yc:before,
.icn-y-combinator:before {
  content: "";
}

.icn-optin-monster:before {
  content: "";
}

.icn-opencart:before {
  content: "";
}

.icn-expeditedssl:before {
  content: "";
}

.icn-battery-4:before,
.icn-battery:before,
.icn-battery-full:before {
  content: "";
}

.icn-battery-3:before,
.icn-battery-three-quarters:before {
  content: "";
}

.icn-battery-2:before,
.icn-battery-half:before {
  content: "";
}

.icn-battery-1:before,
.icn-battery-quarter:before {
  content: "";
}

.icn-battery-0:before,
.icn-battery-empty:before {
  content: "";
}

.icn-mouse-pointer:before {
  content: "";
}

.icn-i-cursor:before {
  content: "";
}

.icn-object-group:before {
  content: "";
}

.icn-object-ungroup:before {
  content: "";
}

.icn-sticky-note:before {
  content: "";
}

.icn-sticky-note-o:before {
  content: "";
}

.icn-cc-jcb:before {
  content: "";
}

.icn-cc-diners-club:before {
  content: "";
}

.icn-clone:before {
  content: "";
}

.icn-balance-scale:before {
  content: "";
}

.icn-hourglass-o:before {
  content: "";
}

.icn-hourglass-1:before,
.icn-hourglass-start:before {
  content: "";
}

.icn-hourglass-2:before,
.icn-hourglass-half:before {
  content: "";
}

.icn-hourglass-3:before,
.icn-hourglass-end:before {
  content: "";
}

.icn-hourglass:before {
  content: "";
}

.icn-hand-grab-o:before,
.icn-hand-rock-o:before {
  content: "";
}

.icn-hand-stop-o:before,
.icn-hand-paper-o:before {
  content: "";
}

.icn-hand-scissors-o:before {
  content: "";
}

.icn-hand-lizard-o:before {
  content: "";
}

.icn-hand-spock-o:before {
  content: "";
}

.icn-hand-pointer-o:before {
  content: "";
}

.icn-hand-peace-o:before {
  content: "";
}

.icn-trademark:before {
  content: "";
}

.icn-registered:before {
  content: "";
}

.icn-creative-commons:before {
  content: "";
}

.icn-gg:before {
  content: "";
}

.icn-gg-circle:before {
  content: "";
}

.icn-tripadvisor:before {
  content: "";
}

.icn-odnoklassniki:before {
  content: "";
}

.icn-odnoklassniki-square:before {
  content: "";
}

.icn-get-pocket:before {
  content: "";
}

.icn-wikipedia-w:before {
  content: "";
}

.icn-safari:before {
  content: "";
}

.icn-chrome:before {
  content: "";
}

.icn-firefox:before {
  content: "";
}

.icn-opera:before {
  content: "";
}

.icn-internet-explorer:before {
  content: "";
}

.icn-tv:before,
.icn-television:before {
  content: "";
}

.icn-contao:before {
  content: "";
}

.icn-500px:before {
  content: "";
}

.icn-amazon:before {
  content: "";
}

.icn-calendar-plus-o:before {
  content: "";
}

.icn-calendar-minus-o:before {
  content: "";
}

.icn-calendar-times-o:before {
  content: "";
}

.icn-calendar-check-o:before {
  content: "";
}

.icn-industry:before {
  content: "";
}

.icn-map-pin:before {
  content: "";
}

.icn-map-signs:before {
  content: "";
}

.icn-map-o:before {
  content: "";
}

.icn-map:before {
  content: "";
}

.icn-commenting:before {
  content: "";
}

.icn-commenting-o:before {
  content: "";
}

.icn-houzz:before {
  content: "";
}

.icn-vimeo:before {
  content: "";
}

.icn-black-tie:before {
  content: "";
}

.icn-fonticons:before {
  content: "";
}

.icn-reddit-alien:before {
  content: "";
}

.icn-edge:before {
  content: "";
}

.icn-credit-card-alt:before {
  content: "";
}

.icn-codiepie:before {
  content: "";
}

.icn-modx:before {
  content: "";
}

.icn-fort-awesome:before {
  content: "";
}

.icn-usb:before {
  content: "";
}

.icn-product-hunt:before {
  content: "";
}

.icn-mixcloud:before {
  content: "";
}

.icn-scribd:before {
  content: "";
}

.icn-pause-circle:before {
  content: "";
}

.icn-pause-circle-o:before {
  content: "";
}

.icn-stop-circle:before {
  content: "";
}

.icn-stop-circle-o:before {
  content: "";
}

.icn-shopping-bag:before {
  content: "";
}

.icn-shopping-basket:before {
  content: "";
}

.icn-hashtag:before {
  content: "";
}

.icn-bluetooth:before {
  content: "";
}

.icn-bluetooth-b:before {
  content: "";
}

.icn-percent:before {
  content: "";
}

.icn-gitlab:before {
  content: "";
}

.icn-wpbeginner:before {
  content: "";
}

.icn-wpforms:before {
  content: "";
}

.icn-envira:before {
  content: "";
}

.icn-universal-access:before {
  content: "";
}

.icn-wheelchair-alt:before {
  content: "";
}

.icn-question-circle-o:before {
  content: "";
}

.icn-blind:before {
  content: "";
}

.icn-audio-description:before {
  content: "";
}

.icn-volume-control-phone:before {
  content: "";
}

.icn-braille:before {
  content: "";
}

.icn-assistive-listening-systems:before {
  content: "";
}

.icn-asl-interpreting:before,
.icn-american-sign-language-interpreting:before {
  content: "";
}

.icn-deafness:before,
.icn-hard-of-hearing:before,
.icn-deaf:before {
  content: "";
}

.icn-glide:before {
  content: "";
}

.icn-glide-g:before {
  content: "";
}

.icn-signing:before,
.icn-sign-language:before {
  content: "";
}

.icn-low-vision:before {
  content: "";
}

.icn-viadeo:before {
  content: "";
}

.icn-viadeo-square:before {
  content: "";
}

.icn-snapchat:before {
  content: "";
}

.icn-snapchat-ghost:before {
  content: "";
}

.icn-snapchat-square:before {
  content: "";
}

.icn-pied-piper:before {
  content: "";
}

.icn-first-order:before {
  content: "";
}

.icn-yoast:before {
  content: "";
}

.icn-themeisle:before {
  content: "";
}

.icn-google-plus-circle:before,
.icn-google-plus-official:before {
  content: "";
}

.icn-fa:before,
.icn-font-awesome:before {
  content: "";
}

.icn-handshake-o:before {
  content: "";
}

.icn-envelope-open:before {
  content: "";
}

.icn-envelope-open-o:before {
  content: "";
}

.icn-linode:before {
  content: "";
}

.icn-address-book:before {
  content: "";
}

.icn-address-book-o:before {
  content: "";
}

.icn-vcard:before,
.icn-address-card:before {
  content: "";
}

.icn-vcard-o:before,
.icn-address-card-o:before {
  content: "";
}

.icn-user-circle:before {
  content: "";
}

.icn-user-circle-o:before {
  content: "";
}

.icn-user-o:before {
  content: "";
}

.icn-id-badge:before {
  content: "";
}

.icn-drivers-license:before,
.icn-id-card:before {
  content: "";
}

.icn-drivers-license-o:before,
.icn-id-card-o:before {
  content: "";
}

.icn-quora:before {
  content: "";
}

.icn-free-code-camp:before {
  content: "";
}

.icn-telegram:before {
  content: "";
}

.icn-thermometer-4:before,
.icn-thermometer:before,
.icn-thermometer-full:before {
  content: "";
}

.icn-thermometer-3:before,
.icn-thermometer-three-quarters:before {
  content: "";
}

.icn-thermometer-2:before,
.icn-thermometer-half:before {
  content: "";
}

.icn-thermometer-1:before,
.icn-thermometer-quarter:before {
  content: "";
}

.icn-thermometer-0:before,
.icn-thermometer-empty:before {
  content: "";
}

.icn-shower:before {
  content: "";
}

.icn-bathtub:before,
.icn-s15:before,
.icn-bath:before {
  content: "";
}

.icn-podcast:before {
  content: "";
}

.icn-window-maximize:before {
  content: "";
}

.icn-window-minimize:before {
  content: "";
}

.icn-window-restore:before {
  content: "";
}

.icn-times-rectangle:before,
.icn-window-close:before {
  content: "";
}

.icn-times-rectangle-o:before,
.icn-window-close-o:before {
  content: "";
}

.icn-bandcamp:before {
  content: "";
}

.icn-grav:before {
  content: "";
}

.icn-etsy:before {
  content: "";
}

.icn-imdb:before {
  content: "";
}

.icn-ravelry:before {
  content: "";
}

.icn-eercast:before {
  content: "";
}

.icn-microchip:before {
  content: "";
}

.icn-snowflake-o:before {
  content: "";
}

.icn-superpowers:before {
  content: "";
}

.icn-wpexplorer:before {
  content: "";
}

.icn-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * csstyle v2.0.0-dev for sass (http://www.csstyle.io)
 * Copyright (c) 2014-2016 Dave Geddes & Sven Wittevrongel
 * Licensed under MIT (https://github.com/geddski/csstyle/blob/master/LICENSE)
 */
label[for], label[data-set] {
  cursor: pointer;
}

#Design3 .\+horizontal-spread, #container, #Design3 .\+vertical-center, #Design3 .\+vertical-spread, html .nav\/item.\--logo, html .section.\--type-hero, html .section.\--type-hero .section\/container {
  display: -ms-flexbox;
  display: flex;
}

#Design3 .\+horizontal-spread {
  -ms-flex-direction: row;
      flex-direction: row;
}

#container, #Design3 .\+vertical-center, #Design3 .\+vertical-spread, html .nav\/item.\--logo, html .section.\--type-hero, html .section.\--type-hero .section\/container {
  -ms-flex-direction: column;
      flex-direction: column;
}

html .nav\/item.\--logo, html .section.\--type-hero, html .section.\--type-hero .section\/container {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

* {
  outline: none !important;
  overflow: visible;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  background: #fff;
  color: #2b2b2b;
  text-rendering: optimizeLegibility;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #dd0011;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

::-moz-selection {
  background-color: rgba(221, 0, 17, 0.8);
  color: #fff;
}

::selection {
  background-color: rgba(221, 0, 17, 0.8);
  color: #fff;
}

.we-dont-like-ie {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 32px;
  border: 1px solid transparent;
  z-index: 99999999999999;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.we-dont-like-ie hr {
  border-top-color: #e4b9c0;
}

.we-dont-like-ie .alert-link {
  color: #843534;
}

.we-dont-like-ie .alert-link:hover {
  text-decoration: underline;
}

.ie-6 .hidden-ie, .ie-6 .hidden-ie-9, .ie-7 .hidden-ie, .ie-7 .hidden-ie-9, .ie-8 .hidden-ie, .ie-8 .hidden-ie-9 {
  display: none;
}

.ie-6 .we-dont-like-ie [data-dismiss], .ie-6 .we-dont-like-ie .close, .ie-7 .we-dont-like-ie [data-dismiss], .ie-7 .we-dont-like-ie .close, .ie-8 .we-dont-like-ie [data-dismiss], .ie-8 .we-dont-like-ie .close {
  display: none;
}

.ie-6, .ie-7, .ie-8, .ie-9 {
  margin: 56px 0 0 0 !important;
}

.ie-6 .we-dont-like-ie, .ie-7 .we-dont-like-ie, .ie-8 .we-dont-like-ie, .ie-9 .we-dont-like-ie {
  display: block !important;
}

.ie-9 .we-dont-like-ie {
  display: block !important;
  padding: 8px 16px;
  font-size: 12px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.ie-9 .we-dont-like-ie hr {
  border-top-color: #f7e1b5;
}

.ie-9 .we-dont-like-ie .alert-link {
  color: #66512c;
}

.ie-9 .we-dont-like-ie .close {
  font-size: 1.3125em;
}

.ie-9 .hidden-ie-9 {
  display: none;
}

.ie-6 .we-dont-like-ie .ie-version:after {
  content: " 6";
}

.ie-6 .hidden-ie-6, .ie-6 .hidden-ie-7, .ie-6 .hidden-ie-8 {
  display: none;
}

.ie-7 .we-dont-like-ie .ie-version:after {
  content: " 7";
}

.ie-7 .hidden-ie-7, .ie-7 .hidden-ie-8 {
  display: none;
}

.ie-8 .we-dont-like-ie .ie-version:after {
  content: " 8";
}

.ie-8 .hidden-ie-8 {
  display: none;
}

.ie-9 .we-dont-like-ie .ie-version:after {
  content: " 9";
}

p img:first-child, #container > footer .row:first-child, #container > footer [class*=col-md-]:first-child, .text\/lead:first-child, .no-vacancies:first-child, .text\/lead p:first-child, .no-vacancies p:first-child, h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child, .page\/header:first-child, .page\/content:first-child, .page\/footer:first-child, .section\/content:first-child, html .section.\--large-gutter .section\/content:first-child, .vacancy\/header:first-child, .vacancy\/body:first-child, .vacancy\/meta:first-child, .vacancy\/details:first-child, .vacancy\/document:first-child, .vacancy\/actions:first-child, .\@vacancy-list .vacancy:first-child {
  margin-top: 0;
}

p img:last-child, #container > footer .row:last-child, #container > footer [class*=col-md-]:last-child, .text\/lead:last-child, .no-vacancies:last-child, .text\/lead p:last-child, .no-vacancies p:last-child, h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child, .page\/header:last-child, .page\/content:last-child, .page\/footer:last-child, .section\/content:last-child, html .section.\--large-gutter .section\/content:last-child, .vacancy\/header:last-child, .vacancy\/body:last-child, .vacancy\/meta:last-child, .vacancy\/details:last-child, .vacancy\/document:last-child, .vacancy\/actions:last-child, .\@vacancy-list .vacancy:last-child {
  margin-bottom: 0;
}

#Design3 .\+no-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

* #Design3 body, #Design3 {
  margin-top: 0 !important;
}

html {
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  html {
    font-size: 14.0015003751px;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 12.0030007502px;
  }
}

h1.pull-left, h1.pull-right, .h1.pull-left, .h1.pull-right, h2.pull-left, h2.pull-right, .h2.pull-left, .h2.pull-right, h3.pull-left, h3.pull-right, .h3.pull-left, .h3.pull-right, h4.pull-left, h4.pull-right, .h4.pull-left, .h4.pull-right, h5.pull-left, h5.pull-right, .h5.pull-left, .h5.pull-right, h6.pull-left, h6.pull-right, .h6.pull-left, .h6.pull-right, p.pull-left, p.pull-right {
  margin-top: 0;
  margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-rendering: auto;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  display: block;
}

a {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}

a img {
  border: none !important;
}

a:hover {
  color: #aa000d;
}

p {
  margin-bottom: 24px;
  font-size: 16px;
  font-size: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

p a {
  position: relative;
}

p img {
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}

p img.alignleft {
  float: left;
  margin-right: 16px;
}

p img.alignright {
  float: right;
  margin-left: 16px;
}

div, section, header, main, footer, aside, article {
  position: relative;
  z-index: 1;
}

fieldset {
  padding: 0;
  border: 0;
}

fieldset legend {
  padding: 0 0 4px 8px;
  border-bottom: 1px solid #fff;
}

select[multiple], select[size] {
  overflow-x: hidden;
  overflow-y: scroll;
}

select[multiple].form-control, select[size].form-control {
  padding: 6px 0;
}

select[multiple].form-control option, select[size].form-control option {
  padding: 0 12px;
}

select[multiple].form-control option:after, select[size].form-control option:after {
  padding: 0 12px;
}

select[multiple] option, select[size] option {
  position: relative;
}

select[multiple] option:after, select[size] option:after {
  content: attr(value);
  color: #2b2b2b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: background 0.3s, color 0.3s;
}

select[multiple] option:checked:after, select[size] option:checked:after {
  background: #ecd6d8;
}

select[multiple]:focus option:checked:after, select[size]:focus option:checked:after {
  background: #f7bfc4;
}

address {
  margin: 1em 0;
  font-style: normal;
}

table tr {
  transition: background-color 0.3s;
}

small {
  vertical-align: text-top;
}

.hidden {
  display: none !important;
}

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

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  template {
    display: none;
  }
}

#container {
  position: relative;
  min-height: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #container {
    display: block;
  }
  #container:before, #container:after {
    content: " ";
    display: table;
  }
  #container:after {
    clear: both;
  }
}

#container > main {
  padding: 0 0 0;
  overflow: hidden;
  -ms-flex: 1;
      flex: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #container > main {
    float: left;
    width: 100%;
  }
}

#container > main header:before, #container > main header:after, #container > main main:before, #container > main main:after, #container > main footer:before, #container > main footer:after, #container > main section:before, #container > main section:after, #container > main article:before, #container > main article:after, #container > main aside:before, #container > main aside:after {
  content: " ";
  display: table;
}

#container > main header:after, #container > main main:after, #container > main footer:after, #container > main section:after, #container > main article:after, #container > main aside:after {
  clear: both;
}

.\@has-admin-bar #container > main {
  padding-top: 32px;
}

.wrapper {
  position: relative;
}

.clear {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.header {
  z-index: 22;
}

#container > footer {
  padding: 64px;
  background: #0f2f39;
  color: #fff;
}

#container > footer:before, #container > footer:after {
  content: " ";
  display: table;
}

#container > footer:after {
  clear: both;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #container > footer {
    float: left;
    width: 100%;
  }
}

@media (max-width: 991px) {
  #container > footer .row {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  #container > footer [class*=col-md-] {
    margin: 48px 0;
  }
}

@media (min-width: 992px) {
  #container > footer {
    padding-right: 64px;
    padding-left: 64px;
  }
}

#container > footer .jgp-logo {
  width: 256px;
}

#Design3 .\+bg\/inverse {
  background: #0f2f39;
  color: #fff;
}

#Design3 .\+bg\/inverse .slider + .slider\/controls {
  background: #0f2f39;
  color: #fff;
}

#Design3 .\+bg\/accent {
  background: #dd0011;
  color: #fff;
}

#Design3 .\+bg\/accent h1 span, #Design3 .\+bg\/accent .h1 span, #Design3 .\+bg\/accent h2 span, #Design3 .\+bg\/accent .h2 span, #Design3 .\+bg\/accent h3 span, #Design3 .\+bg\/accent .h3 span, #Design3 .\+bg\/accent h4 span, #Design3 .\+bg\/accent .h4 span, #Design3 .\+bg\/accent h5 span, #Design3 .\+bg\/accent .h5 span, #Design3 .\+bg\/accent h6 span, #Design3 .\+bg\/accent .h6 span {
  border-color: #aa000d;
}

#Design3 .\+bg\/accent .slider + .slider\/controls {
  background: #dd0011;
  color: #fff;
}

#Design3 .\+text\/accent {
  color: #dd0011;
}

html#Design3 .\+text\/accent .section\/heading.\--small-underline span:after, html#Design3 .\+text\/accent .section\/heading.\--large-underline span:after {
  background: #dd0011;
}

#Design3 .\+text\/inverse {
  color: #fff;
}

html#Design3 .\+text\/inverse .section\/heading.\--small-underline span:after, html#Design3 .\+text\/inverse .section\/heading.\--large-underline span:after {
  background: #fff;
}

html#Design3 .\+overlay-0.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-0.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-0.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-0.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-0.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-0.\--o-accent h1 span, html#Design3 .\+overlay-0.\--o-accent .h1 span, html#Design3 .\+overlay-0.\--o-accent h2 span, html#Design3 .\+overlay-0.\--o-accent .h2 span, html#Design3 .\+overlay-0.\--o-accent h3 span, html#Design3 .\+overlay-0.\--o-accent .h3 span, html#Design3 .\+overlay-0.\--o-accent h4 span, html#Design3 .\+overlay-0.\--o-accent .h4 span, html#Design3 .\+overlay-0.\--o-accent h5 span, html#Design3 .\+overlay-0.\--o-accent .h5 span, html#Design3 .\+overlay-0.\--o-accent h6 span, html#Design3 .\+overlay-0.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-0.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-0.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-0.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-0.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-0.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-0.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-0.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+overlay-5:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

html#Design3 .\+overlay-5.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-5.\--o-light:before {
  background: rgba(255, 255, 255, 0.05);
}

html#Design3 .\+overlay-5.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-5.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-5.\--o-dark:before {
  background: rgba(15, 47, 57, 0.05);
}

html#Design3 .\+overlay-5.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-5.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-5.\--o-accent:before {
  background: rgba(221, 0, 17, 0.05);
}

html#Design3 .\+overlay-5.\--o-accent h1 span, html#Design3 .\+overlay-5.\--o-accent .h1 span, html#Design3 .\+overlay-5.\--o-accent h2 span, html#Design3 .\+overlay-5.\--o-accent .h2 span, html#Design3 .\+overlay-5.\--o-accent h3 span, html#Design3 .\+overlay-5.\--o-accent .h3 span, html#Design3 .\+overlay-5.\--o-accent h4 span, html#Design3 .\+overlay-5.\--o-accent .h4 span, html#Design3 .\+overlay-5.\--o-accent h5 span, html#Design3 .\+overlay-5.\--o-accent .h5 span, html#Design3 .\+overlay-5.\--o-accent h6 span, html#Design3 .\+overlay-5.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-5.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-5.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-5.\--o-variant-1:before {
  background: rgba(94, 137, 181, 0.05);
}

html#Design3 .\+overlay-5.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-5.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-5.\--o-variant-2:before {
  background: rgba(94, 157, 224, 0.05);
}

html#Design3 .\+overlay-5.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-5.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-5.\--o-variant-3:before {
  background: rgba(211, 17, 68, 0.05);
}

html#Design3 .\+overlay-5.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+overlay-10:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

html#Design3 .\+overlay-10.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-10.\--o-light:before {
  background: rgba(255, 255, 255, 0.1);
}

html#Design3 .\+overlay-10.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-10.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-10.\--o-dark:before {
  background: rgba(15, 47, 57, 0.1);
}

html#Design3 .\+overlay-10.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-10.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-10.\--o-accent:before {
  background: rgba(221, 0, 17, 0.1);
}

html#Design3 .\+overlay-10.\--o-accent h1 span, html#Design3 .\+overlay-10.\--o-accent .h1 span, html#Design3 .\+overlay-10.\--o-accent h2 span, html#Design3 .\+overlay-10.\--o-accent .h2 span, html#Design3 .\+overlay-10.\--o-accent h3 span, html#Design3 .\+overlay-10.\--o-accent .h3 span, html#Design3 .\+overlay-10.\--o-accent h4 span, html#Design3 .\+overlay-10.\--o-accent .h4 span, html#Design3 .\+overlay-10.\--o-accent h5 span, html#Design3 .\+overlay-10.\--o-accent .h5 span, html#Design3 .\+overlay-10.\--o-accent h6 span, html#Design3 .\+overlay-10.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-10.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-10.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-10.\--o-variant-1:before {
  background: rgba(94, 137, 181, 0.1);
}

html#Design3 .\+overlay-10.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-10.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-10.\--o-variant-2:before {
  background: rgba(94, 157, 224, 0.1);
}

html#Design3 .\+overlay-10.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-10.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-10.\--o-variant-3:before {
  background: rgba(211, 17, 68, 0.1);
}

html#Design3 .\+overlay-10.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+overlay-15:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

html#Design3 .\+overlay-15.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-15.\--o-light:before {
  background: rgba(255, 255, 255, 0.15);
}

html#Design3 .\+overlay-15.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-15.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-15.\--o-dark:before {
  background: rgba(15, 47, 57, 0.15);
}

html#Design3 .\+overlay-15.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-15.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-15.\--o-accent:before {
  background: rgba(221, 0, 17, 0.15);
}

html#Design3 .\+overlay-15.\--o-accent h1 span, html#Design3 .\+overlay-15.\--o-accent .h1 span, html#Design3 .\+overlay-15.\--o-accent h2 span, html#Design3 .\+overlay-15.\--o-accent .h2 span, html#Design3 .\+overlay-15.\--o-accent h3 span, html#Design3 .\+overlay-15.\--o-accent .h3 span, html#Design3 .\+overlay-15.\--o-accent h4 span, html#Design3 .\+overlay-15.\--o-accent .h4 span, html#Design3 .\+overlay-15.\--o-accent h5 span, html#Design3 .\+overlay-15.\--o-accent .h5 span, html#Design3 .\+overlay-15.\--o-accent h6 span, html#Design3 .\+overlay-15.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-15.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-15.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-15.\--o-variant-1:before {
  background: rgba(94, 137, 181, 0.15);
}

html#Design3 .\+overlay-15.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-15.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-15.\--o-variant-2:before {
  background: rgba(94, 157, 224, 0.15);
}

html#Design3 .\+overlay-15.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-15.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-15.\--o-variant-3:before {
  background: rgba(211, 17, 68, 0.15);
}

html#Design3 .\+overlay-15.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+overlay-20:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

html#Design3 .\+overlay-20.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-20.\--o-light:before {
  background: rgba(255, 255, 255, 0.2);
}

html#Design3 .\+overlay-20.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-20.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-20.\--o-dark:before {
  background: rgba(15, 47, 57, 0.2);
}

html#Design3 .\+overlay-20.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-20.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-20.\--o-accent:before {
  background: rgba(221, 0, 17, 0.2);
}

html#Design3 .\+overlay-20.\--o-accent h1 span, html#Design3 .\+overlay-20.\--o-accent .h1 span, html#Design3 .\+overlay-20.\--o-accent h2 span, html#Design3 .\+overlay-20.\--o-accent .h2 span, html#Design3 .\+overlay-20.\--o-accent h3 span, html#Design3 .\+overlay-20.\--o-accent .h3 span, html#Design3 .\+overlay-20.\--o-accent h4 span, html#Design3 .\+overlay-20.\--o-accent .h4 span, html#Design3 .\+overlay-20.\--o-accent h5 span, html#Design3 .\+overlay-20.\--o-accent .h5 span, html#Design3 .\+overlay-20.\--o-accent h6 span, html#Design3 .\+overlay-20.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-20.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-20.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-20.\--o-variant-1:before {
  background: rgba(94, 137, 181, 0.2);
}

html#Design3 .\+overlay-20.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-20.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-20.\--o-variant-2:before {
  background: rgba(94, 157, 224, 0.2);
}

html#Design3 .\+overlay-20.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-20.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-20.\--o-variant-3:before {
  background: rgba(211, 17, 68, 0.2);
}

html#Design3 .\+overlay-20.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+overlay-25:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

html#Design3 .\+overlay-25.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-25.\--o-light:before {
  background: rgba(255, 255, 255, 0.25);
}

html#Design3 .\+overlay-25.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-25.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-25.\--o-dark:before {
  background: rgba(15, 47, 57, 0.25);
}

html#Design3 .\+overlay-25.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-25.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-25.\--o-accent:before {
  background: rgba(221, 0, 17, 0.25);
}

html#Design3 .\+overlay-25.\--o-accent h1 span, html#Design3 .\+overlay-25.\--o-accent .h1 span, html#Design3 .\+overlay-25.\--o-accent h2 span, html#Design3 .\+overlay-25.\--o-accent .h2 span, html#Design3 .\+overlay-25.\--o-accent h3 span, html#Design3 .\+overlay-25.\--o-accent .h3 span, html#Design3 .\+overlay-25.\--o-accent h4 span, html#Design3 .\+overlay-25.\--o-accent .h4 span, html#Design3 .\+overlay-25.\--o-accent h5 span, html#Design3 .\+overlay-25.\--o-accent .h5 span, html#Design3 .\+overlay-25.\--o-accent h6 span, html#Design3 .\+overlay-25.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-25.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-25.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-25.\--o-variant-1:before {
  background: rgba(94, 137, 181, 0.25);
}

html#Design3 .\+overlay-25.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-25.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-25.\--o-variant-2:before {
  background: rgba(94, 157, 224, 0.25);
}

html#Design3 .\+overlay-25.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-25.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-25.\--o-variant-3:before {
  background: rgba(211, 17, 68, 0.25);
}

html#Design3 .\+overlay-25.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+overlay-30:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

html#Design3 .\+overlay-30.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-30.\--o-light:before {
  background: rgba(255, 255, 255, 0.3);
}

html#Design3 .\+overlay-30.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-30.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-30.\--o-dark:before {
  background: rgba(15, 47, 57, 0.3);
}

html#Design3 .\+overlay-30.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-30.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-30.\--o-accent:before {
  background: rgba(221, 0, 17, 0.3);
}

html#Design3 .\+overlay-30.\--o-accent h1 span, html#Design3 .\+overlay-30.\--o-accent .h1 span, html#Design3 .\+overlay-30.\--o-accent h2 span, html#Design3 .\+overlay-30.\--o-accent .h2 span, html#Design3 .\+overlay-30.\--o-accent h3 span, html#Design3 .\+overlay-30.\--o-accent .h3 span, html#Design3 .\+overlay-30.\--o-accent h4 span, html#Design3 .\+overlay-30.\--o-accent .h4 span, html#Design3 .\+overlay-30.\--o-accent h5 span, html#Design3 .\+overlay-30.\--o-accent .h5 span, html#Design3 .\+overlay-30.\--o-accent h6 span, html#Design3 .\+overlay-30.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-30.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-30.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-30.\--o-variant-1:before {
  background: rgba(94, 137, 181, 0.3);
}

html#Design3 .\+overlay-30.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-30.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-30.\--o-variant-2:before {
  background: rgba(94, 157, 224, 0.3);
}

html#Design3 .\+overlay-30.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-30.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-30.\--o-variant-3:before {
  background: rgba(211, 17, 68, 0.3);
}

html#Design3 .\+overlay-30.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+overlay-35:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

html#Design3 .\+overlay-35.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-35.\--o-light:before {
  background: rgba(255, 255, 255, 0.35);
}

html#Design3 .\+overlay-35.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-35.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-35.\--o-dark:before {
  background: rgba(15, 47, 57, 0.35);
}

html#Design3 .\+overlay-35.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-35.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-35.\--o-accent:before {
  background: rgba(221, 0, 17, 0.35);
}

html#Design3 .\+overlay-35.\--o-accent h1 span, html#Design3 .\+overlay-35.\--o-accent .h1 span, html#Design3 .\+overlay-35.\--o-accent h2 span, html#Design3 .\+overlay-35.\--o-accent .h2 span, html#Design3 .\+overlay-35.\--o-accent h3 span, html#Design3 .\+overlay-35.\--o-accent .h3 span, html#Design3 .\+overlay-35.\--o-accent h4 span, html#Design3 .\+overlay-35.\--o-accent .h4 span, html#Design3 .\+overlay-35.\--o-accent h5 span, html#Design3 .\+overlay-35.\--o-accent .h5 span, html#Design3 .\+overlay-35.\--o-accent h6 span, html#Design3 .\+overlay-35.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-35.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-35.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-35.\--o-variant-1:before {
  background: rgba(94, 137, 181, 0.35);
}

html#Design3 .\+overlay-35.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-35.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-35.\--o-variant-2:before {
  background: rgba(94, 157, 224, 0.35);
}

html#Design3 .\+overlay-35.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-35.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-35.\--o-variant-3:before {
  background: rgba(211, 17, 68, 0.35);
}

html#Design3 .\+overlay-35.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+overlay-40:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

html#Design3 .\+overlay-40.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-40.\--o-light:before {
  background: rgba(255, 255, 255, 0.4);
}

html#Design3 .\+overlay-40.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-40.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-40.\--o-dark:before {
  background: rgba(15, 47, 57, 0.4);
}

html#Design3 .\+overlay-40.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-40.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-40.\--o-accent:before {
  background: rgba(221, 0, 17, 0.4);
}

html#Design3 .\+overlay-40.\--o-accent h1 span, html#Design3 .\+overlay-40.\--o-accent .h1 span, html#Design3 .\+overlay-40.\--o-accent h2 span, html#Design3 .\+overlay-40.\--o-accent .h2 span, html#Design3 .\+overlay-40.\--o-accent h3 span, html#Design3 .\+overlay-40.\--o-accent .h3 span, html#Design3 .\+overlay-40.\--o-accent h4 span, html#Design3 .\+overlay-40.\--o-accent .h4 span, html#Design3 .\+overlay-40.\--o-accent h5 span, html#Design3 .\+overlay-40.\--o-accent .h5 span, html#Design3 .\+overlay-40.\--o-accent h6 span, html#Design3 .\+overlay-40.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-40.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-40.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-40.\--o-variant-1:before {
  background: rgba(94, 137, 181, 0.4);
}

html#Design3 .\+overlay-40.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-40.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-40.\--o-variant-2:before {
  background: rgba(94, 157, 224, 0.4);
}

html#Design3 .\+overlay-40.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-40.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-40.\--o-variant-3:before {
  background: rgba(211, 17, 68, 0.4);
}

html#Design3 .\+overlay-40.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+overlay-45:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

html#Design3 .\+overlay-45.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-45.\--o-light:before {
  background: rgba(255, 255, 255, 0.45);
}

html#Design3 .\+overlay-45.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-45.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-45.\--o-dark:before {
  background: rgba(15, 47, 57, 0.45);
}

html#Design3 .\+overlay-45.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-45.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-45.\--o-accent:before {
  background: rgba(221, 0, 17, 0.45);
}

html#Design3 .\+overlay-45.\--o-accent h1 span, html#Design3 .\+overlay-45.\--o-accent .h1 span, html#Design3 .\+overlay-45.\--o-accent h2 span, html#Design3 .\+overlay-45.\--o-accent .h2 span, html#Design3 .\+overlay-45.\--o-accent h3 span, html#Design3 .\+overlay-45.\--o-accent .h3 span, html#Design3 .\+overlay-45.\--o-accent h4 span, html#Design3 .\+overlay-45.\--o-accent .h4 span, html#Design3 .\+overlay-45.\--o-accent h5 span, html#Design3 .\+overlay-45.\--o-accent .h5 span, html#Design3 .\+overlay-45.\--o-accent h6 span, html#Design3 .\+overlay-45.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-45.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-45.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-45.\--o-variant-1:before {
  background: rgba(94, 137, 181, 0.45);
}

html#Design3 .\+overlay-45.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-45.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-45.\--o-variant-2:before {
  background: rgba(94, 157, 224, 0.45);
}

html#Design3 .\+overlay-45.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-45.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-45.\--o-variant-3:before {
  background: rgba(211, 17, 68, 0.45);
}

html#Design3 .\+overlay-45.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+overlay-50:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

html#Design3 .\+overlay-50.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-50.\--o-light:before {
  background: rgba(255, 255, 255, 0.5);
}

html#Design3 .\+overlay-50.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-50.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-50.\--o-dark:before {
  background: rgba(15, 47, 57, 0.5);
}

html#Design3 .\+overlay-50.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-50.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-50.\--o-accent:before {
  background: rgba(221, 0, 17, 0.5);
}

html#Design3 .\+overlay-50.\--o-accent h1 span, html#Design3 .\+overlay-50.\--o-accent .h1 span, html#Design3 .\+overlay-50.\--o-accent h2 span, html#Design3 .\+overlay-50.\--o-accent .h2 span, html#Design3 .\+overlay-50.\--o-accent h3 span, html#Design3 .\+overlay-50.\--o-accent .h3 span, html#Design3 .\+overlay-50.\--o-accent h4 span, html#Design3 .\+overlay-50.\--o-accent .h4 span, html#Design3 .\+overlay-50.\--o-accent h5 span, html#Design3 .\+overlay-50.\--o-accent .h5 span, html#Design3 .\+overlay-50.\--o-accent h6 span, html#Design3 .\+overlay-50.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-50.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-50.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-50.\--o-variant-1:before {
  background: rgba(94, 137, 181, 0.5);
}

html#Design3 .\+overlay-50.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-50.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-50.\--o-variant-2:before {
  background: rgba(94, 157, 224, 0.5);
}

html#Design3 .\+overlay-50.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-50.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-50.\--o-variant-3:before {
  background: rgba(211, 17, 68, 0.5);
}

html#Design3 .\+overlay-50.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+overlay-55:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

html#Design3 .\+overlay-55.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-55.\--o-light:before {
  background: rgba(255, 255, 255, 0.55);
}

html#Design3 .\+overlay-55.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-55.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-55.\--o-dark:before {
  background: rgba(15, 47, 57, 0.55);
}

html#Design3 .\+overlay-55.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-55.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-55.\--o-accent:before {
  background: rgba(221, 0, 17, 0.55);
}

html#Design3 .\+overlay-55.\--o-accent h1 span, html#Design3 .\+overlay-55.\--o-accent .h1 span, html#Design3 .\+overlay-55.\--o-accent h2 span, html#Design3 .\+overlay-55.\--o-accent .h2 span, html#Design3 .\+overlay-55.\--o-accent h3 span, html#Design3 .\+overlay-55.\--o-accent .h3 span, html#Design3 .\+overlay-55.\--o-accent h4 span, html#Design3 .\+overlay-55.\--o-accent .h4 span, html#Design3 .\+overlay-55.\--o-accent h5 span, html#Design3 .\+overlay-55.\--o-accent .h5 span, html#Design3 .\+overlay-55.\--o-accent h6 span, html#Design3 .\+overlay-55.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-55.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-55.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-55.\--o-variant-1:before {
  background: rgba(94, 137, 181, 0.55);
}

html#Design3 .\+overlay-55.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-55.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-55.\--o-variant-2:before {
  background: rgba(94, 157, 224, 0.55);
}

html#Design3 .\+overlay-55.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-55.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-55.\--o-variant-3:before {
  background: rgba(211, 17, 68, 0.55);
}

html#Design3 .\+overlay-55.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+overlay-60:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

html#Design3 .\+overlay-60.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-60.\--o-light:before {
  background: rgba(255, 255, 255, 0.6);
}

html#Design3 .\+overlay-60.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-60.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-60.\--o-dark:before {
  background: rgba(15, 47, 57, 0.6);
}

html#Design3 .\+overlay-60.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-60.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-60.\--o-accent:before {
  background: rgba(221, 0, 17, 0.6);
}

html#Design3 .\+overlay-60.\--o-accent h1 span, html#Design3 .\+overlay-60.\--o-accent .h1 span, html#Design3 .\+overlay-60.\--o-accent h2 span, html#Design3 .\+overlay-60.\--o-accent .h2 span, html#Design3 .\+overlay-60.\--o-accent h3 span, html#Design3 .\+overlay-60.\--o-accent .h3 span, html#Design3 .\+overlay-60.\--o-accent h4 span, html#Design3 .\+overlay-60.\--o-accent .h4 span, html#Design3 .\+overlay-60.\--o-accent h5 span, html#Design3 .\+overlay-60.\--o-accent .h5 span, html#Design3 .\+overlay-60.\--o-accent h6 span, html#Design3 .\+overlay-60.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-60.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-60.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-60.\--o-variant-1:before {
  background: rgba(94, 137, 181, 0.6);
}

html#Design3 .\+overlay-60.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-60.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-60.\--o-variant-2:before {
  background: rgba(94, 157, 224, 0.6);
}

html#Design3 .\+overlay-60.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-60.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-60.\--o-variant-3:before {
  background: rgba(211, 17, 68, 0.6);
}

html#Design3 .\+overlay-60.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+overlay-65:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

html#Design3 .\+overlay-65.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-65.\--o-light:before {
  background: rgba(255, 255, 255, 0.65);
}

html#Design3 .\+overlay-65.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-65.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-65.\--o-dark:before {
  background: rgba(15, 47, 57, 0.65);
}

html#Design3 .\+overlay-65.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-65.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-65.\--o-accent:before {
  background: rgba(221, 0, 17, 0.65);
}

html#Design3 .\+overlay-65.\--o-accent h1 span, html#Design3 .\+overlay-65.\--o-accent .h1 span, html#Design3 .\+overlay-65.\--o-accent h2 span, html#Design3 .\+overlay-65.\--o-accent .h2 span, html#Design3 .\+overlay-65.\--o-accent h3 span, html#Design3 .\+overlay-65.\--o-accent .h3 span, html#Design3 .\+overlay-65.\--o-accent h4 span, html#Design3 .\+overlay-65.\--o-accent .h4 span, html#Design3 .\+overlay-65.\--o-accent h5 span, html#Design3 .\+overlay-65.\--o-accent .h5 span, html#Design3 .\+overlay-65.\--o-accent h6 span, html#Design3 .\+overlay-65.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-65.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-65.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-65.\--o-variant-1:before {
  background: rgba(94, 137, 181, 0.65);
}

html#Design3 .\+overlay-65.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-65.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-65.\--o-variant-2:before {
  background: rgba(94, 157, 224, 0.65);
}

html#Design3 .\+overlay-65.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-65.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-65.\--o-variant-3:before {
  background: rgba(211, 17, 68, 0.65);
}

html#Design3 .\+overlay-65.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+overlay-70:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

html#Design3 .\+overlay-70.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-70.\--o-light:before {
  background: rgba(255, 255, 255, 0.7);
}

html#Design3 .\+overlay-70.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-70.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-70.\--o-dark:before {
  background: rgba(15, 47, 57, 0.7);
}

html#Design3 .\+overlay-70.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-70.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-70.\--o-accent:before {
  background: rgba(221, 0, 17, 0.7);
}

html#Design3 .\+overlay-70.\--o-accent h1 span, html#Design3 .\+overlay-70.\--o-accent .h1 span, html#Design3 .\+overlay-70.\--o-accent h2 span, html#Design3 .\+overlay-70.\--o-accent .h2 span, html#Design3 .\+overlay-70.\--o-accent h3 span, html#Design3 .\+overlay-70.\--o-accent .h3 span, html#Design3 .\+overlay-70.\--o-accent h4 span, html#Design3 .\+overlay-70.\--o-accent .h4 span, html#Design3 .\+overlay-70.\--o-accent h5 span, html#Design3 .\+overlay-70.\--o-accent .h5 span, html#Design3 .\+overlay-70.\--o-accent h6 span, html#Design3 .\+overlay-70.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-70.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-70.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-70.\--o-variant-1:before {
  background: rgba(94, 137, 181, 0.7);
}

html#Design3 .\+overlay-70.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-70.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-70.\--o-variant-2:before {
  background: rgba(94, 157, 224, 0.7);
}

html#Design3 .\+overlay-70.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-70.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-70.\--o-variant-3:before {
  background: rgba(211, 17, 68, 0.7);
}

html#Design3 .\+overlay-70.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+overlay-75:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

html#Design3 .\+overlay-75.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-75.\--o-light:before {
  background: rgba(255, 255, 255, 0.75);
}

html#Design3 .\+overlay-75.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-75.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-75.\--o-dark:before {
  background: rgba(15, 47, 57, 0.75);
}

html#Design3 .\+overlay-75.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-75.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-75.\--o-accent:before {
  background: rgba(221, 0, 17, 0.75);
}

html#Design3 .\+overlay-75.\--o-accent h1 span, html#Design3 .\+overlay-75.\--o-accent .h1 span, html#Design3 .\+overlay-75.\--o-accent h2 span, html#Design3 .\+overlay-75.\--o-accent .h2 span, html#Design3 .\+overlay-75.\--o-accent h3 span, html#Design3 .\+overlay-75.\--o-accent .h3 span, html#Design3 .\+overlay-75.\--o-accent h4 span, html#Design3 .\+overlay-75.\--o-accent .h4 span, html#Design3 .\+overlay-75.\--o-accent h5 span, html#Design3 .\+overlay-75.\--o-accent .h5 span, html#Design3 .\+overlay-75.\--o-accent h6 span, html#Design3 .\+overlay-75.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-75.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-75.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-75.\--o-variant-1:before {
  background: rgba(94, 137, 181, 0.75);
}

html#Design3 .\+overlay-75.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-75.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-75.\--o-variant-2:before {
  background: rgba(94, 157, 224, 0.75);
}

html#Design3 .\+overlay-75.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-75.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-75.\--o-variant-3:before {
  background: rgba(211, 17, 68, 0.75);
}

html#Design3 .\+overlay-75.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+overlay-80:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

html#Design3 .\+overlay-80.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-80.\--o-light:before {
  background: rgba(255, 255, 255, 0.8);
}

html#Design3 .\+overlay-80.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-80.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-80.\--o-dark:before {
  background: rgba(15, 47, 57, 0.8);
}

html#Design3 .\+overlay-80.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-80.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-80.\--o-accent:before {
  background: rgba(221, 0, 17, 0.8);
}

html#Design3 .\+overlay-80.\--o-accent h1 span, html#Design3 .\+overlay-80.\--o-accent .h1 span, html#Design3 .\+overlay-80.\--o-accent h2 span, html#Design3 .\+overlay-80.\--o-accent .h2 span, html#Design3 .\+overlay-80.\--o-accent h3 span, html#Design3 .\+overlay-80.\--o-accent .h3 span, html#Design3 .\+overlay-80.\--o-accent h4 span, html#Design3 .\+overlay-80.\--o-accent .h4 span, html#Design3 .\+overlay-80.\--o-accent h5 span, html#Design3 .\+overlay-80.\--o-accent .h5 span, html#Design3 .\+overlay-80.\--o-accent h6 span, html#Design3 .\+overlay-80.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-80.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-80.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-80.\--o-variant-1:before {
  background: rgba(94, 137, 181, 0.8);
}

html#Design3 .\+overlay-80.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-80.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-80.\--o-variant-2:before {
  background: rgba(94, 157, 224, 0.8);
}

html#Design3 .\+overlay-80.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-80.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-80.\--o-variant-3:before {
  background: rgba(211, 17, 68, 0.8);
}

html#Design3 .\+overlay-80.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+overlay-85:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

html#Design3 .\+overlay-85.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-85.\--o-light:before {
  background: rgba(255, 255, 255, 0.85);
}

html#Design3 .\+overlay-85.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-85.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-85.\--o-dark:before {
  background: rgba(15, 47, 57, 0.85);
}

html#Design3 .\+overlay-85.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-85.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-85.\--o-accent:before {
  background: rgba(221, 0, 17, 0.85);
}

html#Design3 .\+overlay-85.\--o-accent h1 span, html#Design3 .\+overlay-85.\--o-accent .h1 span, html#Design3 .\+overlay-85.\--o-accent h2 span, html#Design3 .\+overlay-85.\--o-accent .h2 span, html#Design3 .\+overlay-85.\--o-accent h3 span, html#Design3 .\+overlay-85.\--o-accent .h3 span, html#Design3 .\+overlay-85.\--o-accent h4 span, html#Design3 .\+overlay-85.\--o-accent .h4 span, html#Design3 .\+overlay-85.\--o-accent h5 span, html#Design3 .\+overlay-85.\--o-accent .h5 span, html#Design3 .\+overlay-85.\--o-accent h6 span, html#Design3 .\+overlay-85.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-85.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-85.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-85.\--o-variant-1:before {
  background: rgba(94, 137, 181, 0.85);
}

html#Design3 .\+overlay-85.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-85.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-85.\--o-variant-2:before {
  background: rgba(94, 157, 224, 0.85);
}

html#Design3 .\+overlay-85.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-85.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-85.\--o-variant-3:before {
  background: rgba(211, 17, 68, 0.85);
}

html#Design3 .\+overlay-85.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+overlay-90:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

html#Design3 .\+overlay-90.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-90.\--o-light:before {
  background: rgba(255, 255, 255, 0.9);
}

html#Design3 .\+overlay-90.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-90.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-90.\--o-dark:before {
  background: rgba(15, 47, 57, 0.9);
}

html#Design3 .\+overlay-90.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-90.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-90.\--o-accent:before {
  background: rgba(221, 0, 17, 0.9);
}

html#Design3 .\+overlay-90.\--o-accent h1 span, html#Design3 .\+overlay-90.\--o-accent .h1 span, html#Design3 .\+overlay-90.\--o-accent h2 span, html#Design3 .\+overlay-90.\--o-accent .h2 span, html#Design3 .\+overlay-90.\--o-accent h3 span, html#Design3 .\+overlay-90.\--o-accent .h3 span, html#Design3 .\+overlay-90.\--o-accent h4 span, html#Design3 .\+overlay-90.\--o-accent .h4 span, html#Design3 .\+overlay-90.\--o-accent h5 span, html#Design3 .\+overlay-90.\--o-accent .h5 span, html#Design3 .\+overlay-90.\--o-accent h6 span, html#Design3 .\+overlay-90.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-90.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-90.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-90.\--o-variant-1:before {
  background: rgba(94, 137, 181, 0.9);
}

html#Design3 .\+overlay-90.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-90.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-90.\--o-variant-2:before {
  background: rgba(94, 157, 224, 0.9);
}

html#Design3 .\+overlay-90.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-90.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-90.\--o-variant-3:before {
  background: rgba(211, 17, 68, 0.9);
}

html#Design3 .\+overlay-90.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+overlay-95:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

html#Design3 .\+overlay-95.\--o-light {
  color: #2b2b2b;
}

html#Design3 .\+overlay-95.\--o-light:before {
  background: rgba(255, 255, 255, 0.95);
}

html#Design3 .\+overlay-95.\--o-light .trait\/icn {
  color: #2b2b2b;
  background: #fff;
}

html#Design3 .\+overlay-95.\--o-dark {
  color: #fff;
}

html#Design3 .\+overlay-95.\--o-dark:before {
  background: rgba(15, 47, 57, 0.95);
}

html#Design3 .\+overlay-95.\--o-dark .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-95.\--o-accent {
  color: #fff;
}

html#Design3 .\+overlay-95.\--o-accent:before {
  background: rgba(221, 0, 17, 0.95);
}

html#Design3 .\+overlay-95.\--o-accent h1 span, html#Design3 .\+overlay-95.\--o-accent .h1 span, html#Design3 .\+overlay-95.\--o-accent h2 span, html#Design3 .\+overlay-95.\--o-accent .h2 span, html#Design3 .\+overlay-95.\--o-accent h3 span, html#Design3 .\+overlay-95.\--o-accent .h3 span, html#Design3 .\+overlay-95.\--o-accent h4 span, html#Design3 .\+overlay-95.\--o-accent .h4 span, html#Design3 .\+overlay-95.\--o-accent h5 span, html#Design3 .\+overlay-95.\--o-accent .h5 span, html#Design3 .\+overlay-95.\--o-accent h6 span, html#Design3 .\+overlay-95.\--o-accent .h6 span {
  border-color: #aa000d;
}

html#Design3 .\+overlay-95.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-95.\--o-variant-1 {
  color: #fff;
}

html#Design3 .\+overlay-95.\--o-variant-1:before {
  background: rgba(94, 137, 181, 0.95);
}

html#Design3 .\+overlay-95.\--o-variant-1 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-95.\--o-variant-2 {
  color: #fff;
}

html#Design3 .\+overlay-95.\--o-variant-2:before {
  background: rgba(94, 157, 224, 0.95);
}

html#Design3 .\+overlay-95.\--o-variant-2 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

html#Design3 .\+overlay-95.\--o-variant-3 {
  color: #fff;
}

html#Design3 .\+overlay-95.\--o-variant-3:before {
  background: rgba(211, 17, 68, 0.95);
}

html#Design3 .\+overlay-95.\--o-variant-3 .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+vertical-center {
  -ms-flex-pack: center;
      justify-content: center;
}

html#Design3 .\+vertical-center.\--vc-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#Design3.no-flexbox .\+vertical-center > :first-child, .no-flexbox #Design3 .\+vertical-center > :first-child {
  margin-top: 5%;
}

#Design3 .\+vertical-spread {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

html#Design3 .\+vertical-spread.\--inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#Design3.no-flexbox .\+vertical-spread > :first-child, .no-flexbox #Design3 .\+vertical-spread > :first-child {
  margin-top: 5%;
}

#Design3 .\+horizontal-spread {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

html#Design3 .\+horizontal-spread.\--inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#Design3 .\+clickable {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #Design3 .\+clickable {
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;
  }
}

#Design3 .\+clickable:before, #Design3 .\+clickable:after {
  content: none;
}

#Design3.ie-6 .\+clickable, #Design3.ie-7 .\+clickable, #Design3.ie-8 .\+clickable, #Design3.ie-9 .\+clickable {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;
}

#Design3 .\+click-through {
  pointer-events: none;
}

#Design3 .\+click-area {
  position: relative;
}

html#Design3 .\+click-area.\--before:before {
  content: '';
  position: absolute;
  top: -32px;
  right: -32px;
  bottom: -32px;
  left: -32px;
}

html#Design3 .\+click-area.\--before.\--small:before {
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
}

html#Design3 .\+click-area.\--after:after {
  content: '';
  position: absolute;
  top: -32px;
  right: -32px;
  bottom: -32px;
  left: -32px;
}

html#Design3 .\+click-area.\--after.\--small:after {
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
}

#Design3 .\+no-list li {
  margin: 8px 0;
}

#Design3 .\+no-list li:first-child {
  margin-top: 0;
}

#Design3 .\+no-list li:last-child {
  margin-bottom: 0;
}

#Design3 .\+rounded {
  border-radius: 7px;
}

#Design3 .\+pill {
  border-radius: 999px;
}

html#Design3 .\+z-depth-0.\--hoverable, html#Design3 .\+z-depth-0.\--focusable, html#Design3 .\+z-depth-1.\--hoverable, html#Design3 .\+z-depth-1.\--focusable, html#Design3 .\+z-depth-1-half.\--hoverable, html#Design3 .\+z-depth-1-half.\--focusable, html#Design3 .\+z-depth-2.\--hoverable, html#Design3 .\+z-depth-2.\--focusable, html#Design3 .\+z-depth-3.\--hoverable, html#Design3 .\+z-depth-3.\--focusable, html#Design3 .\+z-depth-4.\--hoverable, html#Design3 .\+z-depth-4.\--focusable {
  transition: all 0.3s;
}

#Design3 .\+z-depth-0:not(.nav):not(.nav \/container):not(.sub-nav):not(.sub-nav \/container) {
  z-index: 1;
}

html#Design3 .\+z-depth-0.\--hoverable:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

html#Design3 .\+z-depth-0.\--focusable.focus {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#Design3 .\+z-depth-1:not(.nav):not(.nav \/container):not(.sub-nav):not(.sub-nav \/container), #Design3 .\+z-depth-1-half:not(.nav):not(.nav \/container):not(.sub-nav):not(.sub-nav \/container) {
  z-index: 2;
}

html#Design3 .\+z-depth-1.\--hoverable:hover, html#Design3 .\+z-depth-1-half.\--hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

html#Design3 .\+z-depth-1.\--focusable.focus, html#Design3 .\+z-depth-1-half.\--focusable.focus {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#Design3 .\+z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#Design3 .\+z-depth-1-half {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

#Design3 .\+z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#Design3 .\+z-depth-2:not(.nav):not(.nav \/container):not(.sub-nav):not(.sub-nav \/container) {
  z-index: 3;
}

html#Design3 .\+z-depth-2.\--hoverable:hover {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

html#Design3 .\+z-depth-2.\--focusable.focus {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

#Design3 .\+z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

#Design3 .\+z-depth-3:not(.nav):not(.nav \/container):not(.sub-nav):not(.sub-nav \/container) {
  z-index: 4;
}

html#Design3 .\+z-depth-3.\--hoverable:hover {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

html#Design3 .\+z-depth-3.\--focusable.focus {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

#Design3 .\+z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

#Design3 .\+z-depth-4:not(.nav):not(.nav \/container):not(.sub-nav):not(.sub-nav \/container) {
  z-index: 5;
}

html#Design3 .\+z-depth-4.\--hoverable:hover {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

html#Design3 .\+z-depth-4.\--focusable.focus {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

#Design3 .\+z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

#Design3 .\+z-depth-5:not(.nav):not(.nav \/container):not(.sub-nav):not(.sub-nav \/container) {
  z-index: 6;
}

html#Design3 input .\+z-depth-0.\--focusable:focus, html#Design3 select .\+z-depth-0.\--focusable:focus, html#Design3 textarea .\+z-depth-0.\--focusable:focus, html#Design3 button .\+z-depth-0.\--focusable:focus, html#Design3 a .\+z-depth-0.\--focusable:focus, html#Design3 [tabindex] .\+z-depth-0.\--focusable:focus {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

html#Design3 input .\+z-depth-1.\--focusable:focus, html#Design3 input .\+z-depth-1-half.\--focusable:focus, html#Design3 select .\+z-depth-1.\--focusable:focus, html#Design3 select .\+z-depth-1-half.\--focusable:focus, html#Design3 textarea .\+z-depth-1.\--focusable:focus, html#Design3 textarea .\+z-depth-1-half.\--focusable:focus, html#Design3 button .\+z-depth-1.\--focusable:focus, html#Design3 button .\+z-depth-1-half.\--focusable:focus, html#Design3 a .\+z-depth-1.\--focusable:focus, html#Design3 a .\+z-depth-1-half.\--focusable:focus, html#Design3 [tabindex] .\+z-depth-1.\--focusable:focus, html#Design3 [tabindex] .\+z-depth-1-half.\--focusable:focus {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

html#Design3 input .\+z-depth-2.\--focusable:focus, html#Design3 select .\+z-depth-2.\--focusable:focus, html#Design3 textarea .\+z-depth-2.\--focusable:focus, html#Design3 button .\+z-depth-2.\--focusable:focus, html#Design3 a .\+z-depth-2.\--focusable:focus, html#Design3 [tabindex] .\+z-depth-2.\--focusable:focus {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

html#Design3 input .\+z-depth-3.\--focusable:focus, html#Design3 select .\+z-depth-3.\--focusable:focus, html#Design3 textarea .\+z-depth-3.\--focusable:focus, html#Design3 button .\+z-depth-3.\--focusable:focus, html#Design3 a .\+z-depth-3.\--focusable:focus, html#Design3 [tabindex] .\+z-depth-3.\--focusable:focus {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

html#Design3 input .\+z-depth-4.\--focusable:focus, html#Design3 select .\+z-depth-4.\--focusable:focus, html#Design3 textarea .\+z-depth-4.\--focusable:focus, html#Design3 button .\+z-depth-4.\--focusable:focus, html#Design3 a .\+z-depth-4.\--focusable:focus, html#Design3 [tabindex] .\+z-depth-4.\--focusable:focus {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

#Design3 .\+z-depth-0-inv:not(.nav):not(.nav \/container):not(.sub-nav):not(.sub-nav \/container) {
  z-index: 1;
}

html#Design3 .\+z-depth-0-inv.\--hoverable:hover {
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
}

html#Design3 .\+z-depth-0-inv.\--focusable.focus {
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
}

#Design3 .\+z-depth-1-inv:not(.nav):not(.nav \/container):not(.sub-nav):not(.sub-nav \/container), #Design3 .\+z-depth-1-half-inv:not(.nav):not(.nav \/container):not(.sub-nav):not(.sub-nav \/container) {
  z-index: 2;
}

html#Design3 .\+z-depth-1-inv.\--hoverable:hover, html#Design3 .\+z-depth-1-half-inv.\--hoverable:hover {
  box-shadow: 0 -8px 17px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
}

html#Design3 .\+z-depth-1-inv.\--focusable.focus, html#Design3 .\+z-depth-1-half-inv.\--focusable.focus {
  box-shadow: 0 -8px 17px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
}

#Design3 .\+z-depth-1-inv {
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
}

#Design3 .\+z-depth-1-half-inv {
  box-shadow: 0 -5px 11px 0 rgba(0, 0, 0, 0.18), 0 -4px 15px 0 rgba(0, 0, 0, 0.15);
}

#Design3 .\+z-depth-2-inv {
  box-shadow: 0 -8px 17px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
}

#Design3 .\+z-depth-2-inv:not(.nav):not(.nav \/container):not(.sub-nav):not(.sub-nav \/container) {
  z-index: 3;
}

html#Design3 .\+z-depth-2-inv.\--hoverable:hover {
  box-shadow: 0 -12px 15px 0 rgba(0, 0, 0, 0.24), 0 -17px 50px 0 rgba(0, 0, 0, 0.19);
}

html#Design3 .\+z-depth-2-inv.\--focusable.focus {
  box-shadow: 0 -12px 15px 0 rgba(0, 0, 0, 0.24), 0 -17px 50px 0 rgba(0, 0, 0, 0.19);
}

#Design3 .\+z-depth-3-inv {
  box-shadow: 0 -12px 15px 0 rgba(0, 0, 0, 0.24), 0 -17px 50px 0 rgba(0, 0, 0, 0.19);
}

#Design3 .\+z-depth-3-inv:not(.nav):not(.nav \/container):not(.sub-nav):not(.sub-nav \/container) {
  z-index: 4;
}

html#Design3 .\+z-depth-3-inv.\--hoverable:hover {
  box-shadow: 0 -16px 28px 0 rgba(0, 0, 0, 0.22), 0 -25px 55px 0 rgba(0, 0, 0, 0.21);
}

html#Design3 .\+z-depth-3-inv.\--focusable.focus {
  box-shadow: 0 -16px 28px 0 rgba(0, 0, 0, 0.22), 0 -25px 55px 0 rgba(0, 0, 0, 0.21);
}

#Design3 .\+z-depth-4-inv {
  box-shadow: 0 -16px 28px 0 rgba(0, 0, 0, 0.22), 0 -25px 55px 0 rgba(0, 0, 0, 0.21);
}

#Design3 .\+z-depth-4-inv:not(.nav):not(.nav \/container):not(.sub-nav):not(.sub-nav \/container) {
  z-index: 5;
}

html#Design3 .\+z-depth-4-inv.\--hoverable:hover {
  box-shadow: 0 -27px 24px 0 rgba(0, 0, 0, 0.2), 0 -40px 77px 0 rgba(0, 0, 0, 0.22);
}

html#Design3 .\+z-depth-4-inv.\--focusable.focus {
  box-shadow: 0 -27px 24px 0 rgba(0, 0, 0, 0.2), 0 -40px 77px 0 rgba(0, 0, 0, 0.22);
}

#Design3 .\+z-depth-5-inv {
  box-shadow: 0 -27px 24px 0 rgba(0, 0, 0, 0.2), 0 -40px 77px 0 rgba(0, 0, 0, 0.22);
}

#Design3 .\+z-depth-5-inv:not(.nav):not(.nav \/container):not(.sub-nav):not(.sub-nav \/container) {
  z-index: 6;
}

html#Design3 input .\+z-depth-0-inv.\--focusable:focus, html#Design3 select .\+z-depth-0-inv.\--focusable:focus, html#Design3 textarea .\+z-depth-0-inv.\--focusable:focus, html#Design3 button .\+z-depth-0-inv.\--focusable:focus, html#Design3 a .\+z-depth-0-inv.\--focusable:focus, html#Design3 [tabindex] .\+z-depth-0-inv.\--focusable:focus {
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
}

html#Design3 input .\+z-depth-1-inv.\--focusable:focus, html#Design3 input .\+z-depth-1-half-inv.\--focusable:focus, html#Design3 select .\+z-depth-1-inv.\--focusable:focus, html#Design3 select .\+z-depth-1-half-inv.\--focusable:focus, html#Design3 textarea .\+z-depth-1-inv.\--focusable:focus, html#Design3 textarea .\+z-depth-1-half-inv.\--focusable:focus, html#Design3 button .\+z-depth-1-inv.\--focusable:focus, html#Design3 button .\+z-depth-1-half-inv.\--focusable:focus, html#Design3 a .\+z-depth-1-inv.\--focusable:focus, html#Design3 a .\+z-depth-1-half-inv.\--focusable:focus, html#Design3 [tabindex] .\+z-depth-1-inv.\--focusable:focus, html#Design3 [tabindex] .\+z-depth-1-half-inv.\--focusable:focus {
  box-shadow: 0 -8px 17px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
}

html#Design3 input .\+z-depth-2-inv.\--focusable:focus, html#Design3 select .\+z-depth-2-inv.\--focusable:focus, html#Design3 textarea .\+z-depth-2-inv.\--focusable:focus, html#Design3 button .\+z-depth-2-inv.\--focusable:focus, html#Design3 a .\+z-depth-2-inv.\--focusable:focus, html#Design3 [tabindex] .\+z-depth-2-inv.\--focusable:focus {
  box-shadow: 0 -12px 15px 0 rgba(0, 0, 0, 0.24), 0 -17px 50px 0 rgba(0, 0, 0, 0.19);
}

html#Design3 input .\+z-depth-3-inv.\--focusable:focus, html#Design3 select .\+z-depth-3-inv.\--focusable:focus, html#Design3 textarea .\+z-depth-3-inv.\--focusable:focus, html#Design3 button .\+z-depth-3-inv.\--focusable:focus, html#Design3 a .\+z-depth-3-inv.\--focusable:focus, html#Design3 [tabindex] .\+z-depth-3-inv.\--focusable:focus {
  box-shadow: 0 -16px 28px 0 rgba(0, 0, 0, 0.22), 0 -25px 55px 0 rgba(0, 0, 0, 0.21);
}

html#Design3 input .\+z-depth-4-inv.\--focusable:focus, html#Design3 select .\+z-depth-4-inv.\--focusable:focus, html#Design3 textarea .\+z-depth-4-inv.\--focusable:focus, html#Design3 button .\+z-depth-4-inv.\--focusable:focus, html#Design3 a .\+z-depth-4-inv.\--focusable:focus, html#Design3 [tabindex] .\+z-depth-4-inv.\--focusable:focus {
  box-shadow: 0 -27px 24px 0 rgba(0, 0, 0, 0.2), 0 -40px 77px 0 rgba(0, 0, 0, 0.22);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  padding: 0 16px;
  background: rgba(15, 47, 57, 0.75);
  z-index: 22;
}

@media (min-width: 992px) {
  .nav {
    padding: 0 24px;
  }
}

@media (min-width: 1200px) {
  .nav {
    padding: 0 32px;
  }
}

.\@has-admin-bar .nav {
  top: 32px;
}

.\@nav-adapted .nav {
  transition: height 0.45s, padding 0.45s, background 0.45s;
}

.nav\/item {
  float: left;
  height: 96px;
  padding: 0 32px;
  line-height: 96px;
  font-weight: 600;
  color: #fff;
}

@media (min-width: 992px) {
  .nav\/item {
    padding: 0 24px;
  }
}

@media (min-width: 1200px) {
  .nav\/item {
    padding: 0 32px;
  }
}

.nav\/item:after {
  content: '';
  position: absolute;
  right: 24px;
  bottom: 28px;
  left: 24px;
  height: 2px;
  background: rgba(221, 0, 17, 0.4);
  transition: bottom 0.3s, height 0.3s, background 0.3s;
}

.nav\/item:hover:after {
  bottom: 24px;
  height: 6px;
  background: rgba(170, 0, 13, 0.6);
}

html .nav\/item.\--active:after {
  bottom: 24px;
  height: 6px;
  background: rgba(170, 0, 13, 0.6);
}

html .nav\/item.\--logo {
  opacity: 1;
  pointer-events: auto;
}

html .nav\/item.\--logo:after {
  content: none;
}

html .nav\/item.\--logo img {
  max-width: 100%;
  max-height: 72px;
}

@media (max-width: 991px) {
  .nav\/collapse {
    position: absolute;
    top: 96px;
    left: 0;
    display: none;
    float: none;
    max-height: 100vh;
    max-height: calc(100vh - 96px);
    width: 100%;
    border-top: 1px solid rgba(15, 47, 57, 0.9);
    background: rgba(15, 47, 57, 0.75);
    overflow-y: auto;
  }
  .\@has-admin-bar .nav\/collapse {
    max-height: calc(100vh - 128px);
  }
  .nav\/collapse .nav\/item:first-child {
    border-top: none;
  }
}

.nav\/collapsed {
  position: absolute;
  top: 0;
  right: 32px;
  height: 96px;
  line-height: 96px;
  transition: top 0.3s;
}

.nav\/collapsed\/item {
  padding: 0 24px;
  font-weight: 700;
  font-size: 2em;
  overflow: hidden;
  float: left;
}

@media (min-width: 992px) {
  .nav\/collapsed {
    display: none;
  }
}

.ie-6 .nav, .ie-7 .nav, .ie-8 .nav, .ie-9 .nav {
  top: 34px;
}

.h-card a {
  color: inherit;
  font-weight: inherit;
}

.h-card .p-adr.h-adr {
  margin-bottom: 12px;
}

.h-card .p-name {
  font-weight: 700;
}

.text\/lead, .no-vacancies, .text\/lead p, .no-vacancies p {
  margin-bottom: 24px;
  font-size: 21.328px;
  font-size: 1.333rem;
  line-height: 1.2411920103;
  text-align: justify;
}

.text\/s {
  font-size: 16px;
  font-size: 1rem;
}

.text\/s p, .text\/s input[type="color"], .text\/s input[type="date"], .text\/s input[type="datetime"], .text\/s input[type="datetime-local"], .text\/s input[type="email"], .text\/s input[type="month"], .text\/s input[type="number"], .text\/s input[type="password"], .text\/s input[type="search"], .text\/s input[type="tel"], .text\/s input[type="text"], .text\/s input[type="time"], .text\/s input[type="url"], .text\/s input[type="week"], .text\/s input:not([type]), .text\/s textarea, .text\/s button, .text\/s input[type="button"], .text\/s input[type="reset"], .text\/s input[type="submit"] {
  font-size: 16px;
  font-size: 1rem;
}

.text\/xs {
  font-size: 12.0030007502px;
  font-size: 0.7501875469rem;
}

.text\/xs p, .text\/xs input[type="color"], .text\/xs input[type="date"], .text\/xs input[type="datetime"], .text\/xs input[type="datetime-local"], .text\/xs input[type="email"], .text\/xs input[type="month"], .text\/xs input[type="number"], .text\/xs input[type="password"], .text\/xs input[type="search"], .text\/xs input[type="tel"], .text\/xs input[type="text"], .text\/xs input[type="time"], .text\/xs input[type="url"], .text\/xs input[type="week"], .text\/xs input:not([type]), .text\/xs textarea, .text\/xs button, .text\/xs input[type="button"], .text\/xs input[type="reset"], .text\/xs input[type="submit"] {
  font-size: 14px;
  font-size: 0.875rem;
}

.text\/left {
  text-align: left;
}

.text\/center {
  text-align: center;
}

.text\/right {
  text-align: right;
}

.text\/justify {
  text-align: justify;
}

.text\/uppercase {
  text-transform: uppercase;
}

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

.text\/lowercase {
  text-transform: lowercase;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 32px 0 24px;
  line-height: 1.2;
}

h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span, h4 span, .h4 span, h5 span, .h5 span, h6 span, .h6 span {
  display: inline-block;
  padding-bottom: 0.75rem;
  border-bottom: 0.5rem solid #dd0011;
}

h1 em, .h1 em, h2 em, .h2 em, h3 em, .h3 em, h4 em, .h4 em, h5 em, .h5 em, h6 em, .h6 em {
  font-style: normal;
  color: #dd0011;
}

h1.has-subtitle, .h1.has-subtitle, h2.has-subtitle, .h2.has-subtitle, h3.has-subtitle, .h3.has-subtitle, h4.has-subtitle, .h4.has-subtitle, h5.has-subtitle, .h5.has-subtitle, h6.has-subtitle, .h6.has-subtitle {
  margin-bottom: 0;
}

h1 + h1, h1 + .h1, h1 + h2, h1 + .h2, h1 + h3, h1 + .h3, h1 + h4, h1 + .h4, h1 + h5, h1 + .h5, h1 + h6, h1 + .h6, .h1 + h1, .h1 + .h1, .h1 + h2, .h1 + .h2, .h1 + h3, .h1 + .h3, .h1 + h4, .h1 + .h4, .h1 + h5, .h1 + .h5, .h1 + h6, .h1 + .h6, h2 + h1, h2 + .h1, h2 + h2, h2 + .h2, h2 + h3, h2 + .h3, h2 + h4, h2 + .h4, h2 + h5, h2 + .h5, h2 + h6, h2 + .h6, .h2 + h1, .h2 + .h1, .h2 + h2, .h2 + .h2, .h2 + h3, .h2 + .h3, .h2 + h4, .h2 + .h4, .h2 + h5, .h2 + .h5, .h2 + h6, .h2 + .h6, h3 + h1, h3 + .h1, h3 + h2, h3 + .h2, h3 + h3, h3 + .h3, h3 + h4, h3 + .h4, h3 + h5, h3 + .h5, h3 + h6, h3 + .h6, .h3 + h1, .h3 + .h1, .h3 + h2, .h3 + .h2, .h3 + h3, .h3 + .h3, .h3 + h4, .h3 + .h4, .h3 + h5, .h3 + .h5, .h3 + h6, .h3 + .h6, h4 + h1, h4 + .h1, h4 + h2, h4 + .h2, h4 + h3, h4 + .h3, h4 + h4, h4 + .h4, h4 + h5, h4 + .h5, h4 + h6, h4 + .h6, .h4 + h1, .h4 + .h1, .h4 + h2, .h4 + .h2, .h4 + h3, .h4 + .h3, .h4 + h4, .h4 + .h4, .h4 + h5, .h4 + .h5, .h4 + h6, .h4 + .h6, h5 + h1, h5 + .h1, h5 + h2, h5 + .h2, h5 + h3, h5 + .h3, h5 + h4, h5 + .h4, h5 + h5, h5 + .h5, h5 + h6, h5 + .h6, .h5 + h1, .h5 + .h1, .h5 + h2, .h5 + .h2, .h5 + h3, .h5 + .h3, .h5 + h4, .h5 + .h4, .h5 + h5, .h5 + .h5, .h5 + h6, .h5 + .h6, h6 + h1, h6 + .h1, h6 + h2, h6 + .h2, h6 + h3, h6 + .h3, h6 + h4, h6 + .h4, h6 + h5, h6 + .h5, h6 + h6, h6 + .h6, .h6 + h1, .h6 + .h1, .h6 + h2, .h6 + .h2, .h6 + h3, .h6 + .h3, .h6 + h4, .h6 + .h4, .h6 + h5, .h6 + .h5, .h6 + h6, .h6 + .h6 {
  margin-top: 24px;
}

.subtitle:first-child {
  margin-bottom: 0;
}

:not(h1):not(.h1):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) + .subtitle {
  margin-bottom: 0;
}

h1, .h1 {
  text-transform: uppercase;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 700;
}

h5, .h5, h6, .h6 {
  font-weight: 600;
}

h1, .h1 {
  font-size: 42px;
  font-size: 2.625rem;
}

h2, .h2 {
  font-size: 32px;
  font-size: 2rem;
}

h3, .h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

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

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

.social-links {
  margin: 10px -6px;
}

.social-links:first-child {
  margin-top: -6px;
}

.social-links:last-child {
  margin-bottom: -6px;
}

.social-links\/item {
  font-size: 32px;
  font-size: 2rem;
  padding: 6px;
  color: inherit;
}

.social-links\/item:hover {
  color: inherit;
}

html .social-links\/item.\--facebook:hover {
  color: #3b5998;
}

html .social-links\/item.\--twitter:hover {
  color: #1da1f3;
}

html .social-links\/item.\--linkedin:hover {
  color: #0077b5;
}

@media (min-width: 1400px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.3333333333%;
  }
  .col-xl-push-2 {
    left: 16.6666666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.3333333333%;
  }
  .col-xl-push-5 {
    left: 41.6666666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.3333333333%;
  }
  .col-xl-push-8 {
    left: 66.6666666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.3333333333%;
  }
  .col-xl-push-11 {
    left: 91.6666666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

.row {
  margin-right: -16px;
  margin-left: -16px;
}

.row > .col-xs-1, .row > .col-sm-1, .row > .col-md-1, .row > .col-lg-1, .row > .col-xl-1, .row > .col-xs-2, .row > .col-sm-2, .row > .col-md-2, .row > .col-lg-2, .row > .col-xl-2, .row > .col-xs-3, .row > .col-sm-3, .row > .col-md-3, .row > .col-lg-3, .row > .col-xl-3, .row > .col-xs-4, .row > .col-sm-4, .row > .col-md-4, .row > .col-lg-4, .row > .col-xl-4, .row > .col-xs-5, .row > .col-sm-5, .row > .col-md-5, .row > .col-lg-5, .row > .col-xl-5, .row > .col-xs-6, .row > .col-sm-6, .row > .col-md-6, .row > .col-lg-6, .row > .col-xl-6, .row > .col-xs-7, .row > .col-sm-7, .row > .col-md-7, .row > .col-lg-7, .row > .col-xl-7, .row > .col-xs-8, .row > .col-sm-8, .row > .col-md-8, .row > .col-lg-8, .row > .col-xl-8, .row > .col-xs-9, .row > .col-sm-9, .row > .col-md-9, .row > .col-lg-9, .row > .col-xl-9, .row > .col-xs-10, .row > .col-sm-10, .row > .col-md-10, .row > .col-lg-10, .row > .col-xl-10, .row > .col-xs-11, .row > .col-sm-11, .row > .col-md-11, .row > .col-lg-11, .row > .col-xl-11, .row > .col-xs-12, .row > .col-sm-12, .row > .col-md-12, .row > .col-lg-12, .row > .col-xl-12 {
  padding: 16px;
}

.row:first-child {
  margin-top: -16px;
}

.row:last-child {
  margin-bottom: -16px;
}

html .row.\--large-gutter {
  margin-right: -32px;
  margin-left: -32px;
}

html .row.\--large-gutter:first-child {
  margin-top: -32px;
}

html .row.\--large-gutter:last-child {
  margin-bottom: -32px;
}

html .row.\--large-gutter.\--no-v-gutter {
  margin-top: 0;
  margin-bottom: 0;
}

html .row.\--large-gutter > .col-xs-1, html .row.\--large-gutter > .col-sm-1, html .row.\--large-gutter > .col-md-1, html .row.\--large-gutter > .col-lg-1, html .row.\--large-gutter > .col-xl-1, html .row.\--large-gutter > .col-xs-2, html .row.\--large-gutter > .col-sm-2, html .row.\--large-gutter > .col-md-2, html .row.\--large-gutter > .col-lg-2, html .row.\--large-gutter > .col-xl-2, html .row.\--large-gutter > .col-xs-3, html .row.\--large-gutter > .col-sm-3, html .row.\--large-gutter > .col-md-3, html .row.\--large-gutter > .col-lg-3, html .row.\--large-gutter > .col-xl-3, html .row.\--large-gutter > .col-xs-4, html .row.\--large-gutter > .col-sm-4, html .row.\--large-gutter > .col-md-4, html .row.\--large-gutter > .col-lg-4, html .row.\--large-gutter > .col-xl-4, html .row.\--large-gutter > .col-xs-5, html .row.\--large-gutter > .col-sm-5, html .row.\--large-gutter > .col-md-5, html .row.\--large-gutter > .col-lg-5, html .row.\--large-gutter > .col-xl-5, html .row.\--large-gutter > .col-xs-6, html .row.\--large-gutter > .col-sm-6, html .row.\--large-gutter > .col-md-6, html .row.\--large-gutter > .col-lg-6, html .row.\--large-gutter > .col-xl-6, html .row.\--large-gutter > .col-xs-7, html .row.\--large-gutter > .col-sm-7, html .row.\--large-gutter > .col-md-7, html .row.\--large-gutter > .col-lg-7, html .row.\--large-gutter > .col-xl-7, html .row.\--large-gutter > .col-xs-8, html .row.\--large-gutter > .col-sm-8, html .row.\--large-gutter > .col-md-8, html .row.\--large-gutter > .col-lg-8, html .row.\--large-gutter > .col-xl-8, html .row.\--large-gutter > .col-xs-9, html .row.\--large-gutter > .col-sm-9, html .row.\--large-gutter > .col-md-9, html .row.\--large-gutter > .col-lg-9, html .row.\--large-gutter > .col-xl-9, html .row.\--large-gutter > .col-xs-10, html .row.\--large-gutter > .col-sm-10, html .row.\--large-gutter > .col-md-10, html .row.\--large-gutter > .col-lg-10, html .row.\--large-gutter > .col-xl-10, html .row.\--large-gutter > .col-xs-11, html .row.\--large-gutter > .col-sm-11, html .row.\--large-gutter > .col-md-11, html .row.\--large-gutter > .col-lg-11, html .row.\--large-gutter > .col-xl-11, html .row.\--large-gutter > .col-xs-12, html .row.\--large-gutter > .col-sm-12, html .row.\--large-gutter > .col-md-12, html .row.\--large-gutter > .col-lg-12, html .row.\--large-gutter > .col-xl-12 {
  padding: 32px;
}

html .row.\--xl-gutter {
  margin-right: -64px;
  margin-left: -64px;
}

html .row.\--xl-gutter:first-child {
  margin-top: -64px;
}

html .row.\--xl-gutter:last-child {
  margin-bottom: -64px;
}

html .row.\--xl-gutter.\--no-v-gutter {
  margin-top: 0;
  margin-bottom: 0;
}

html .row.\--xl-gutter > .col-xs-1, html .row.\--xl-gutter > .col-sm-1, html .row.\--xl-gutter > .col-md-1, html .row.\--xl-gutter > .col-lg-1, html .row.\--xl-gutter > .col-xl-1, html .row.\--xl-gutter > .col-xs-2, html .row.\--xl-gutter > .col-sm-2, html .row.\--xl-gutter > .col-md-2, html .row.\--xl-gutter > .col-lg-2, html .row.\--xl-gutter > .col-xl-2, html .row.\--xl-gutter > .col-xs-3, html .row.\--xl-gutter > .col-sm-3, html .row.\--xl-gutter > .col-md-3, html .row.\--xl-gutter > .col-lg-3, html .row.\--xl-gutter > .col-xl-3, html .row.\--xl-gutter > .col-xs-4, html .row.\--xl-gutter > .col-sm-4, html .row.\--xl-gutter > .col-md-4, html .row.\--xl-gutter > .col-lg-4, html .row.\--xl-gutter > .col-xl-4, html .row.\--xl-gutter > .col-xs-5, html .row.\--xl-gutter > .col-sm-5, html .row.\--xl-gutter > .col-md-5, html .row.\--xl-gutter > .col-lg-5, html .row.\--xl-gutter > .col-xl-5, html .row.\--xl-gutter > .col-xs-6, html .row.\--xl-gutter > .col-sm-6, html .row.\--xl-gutter > .col-md-6, html .row.\--xl-gutter > .col-lg-6, html .row.\--xl-gutter > .col-xl-6, html .row.\--xl-gutter > .col-xs-7, html .row.\--xl-gutter > .col-sm-7, html .row.\--xl-gutter > .col-md-7, html .row.\--xl-gutter > .col-lg-7, html .row.\--xl-gutter > .col-xl-7, html .row.\--xl-gutter > .col-xs-8, html .row.\--xl-gutter > .col-sm-8, html .row.\--xl-gutter > .col-md-8, html .row.\--xl-gutter > .col-lg-8, html .row.\--xl-gutter > .col-xl-8, html .row.\--xl-gutter > .col-xs-9, html .row.\--xl-gutter > .col-sm-9, html .row.\--xl-gutter > .col-md-9, html .row.\--xl-gutter > .col-lg-9, html .row.\--xl-gutter > .col-xl-9, html .row.\--xl-gutter > .col-xs-10, html .row.\--xl-gutter > .col-sm-10, html .row.\--xl-gutter > .col-md-10, html .row.\--xl-gutter > .col-lg-10, html .row.\--xl-gutter > .col-xl-10, html .row.\--xl-gutter > .col-xs-11, html .row.\--xl-gutter > .col-sm-11, html .row.\--xl-gutter > .col-md-11, html .row.\--xl-gutter > .col-lg-11, html .row.\--xl-gutter > .col-xl-11, html .row.\--xl-gutter > .col-xs-12, html .row.\--xl-gutter > .col-sm-12, html .row.\--xl-gutter > .col-md-12, html .row.\--xl-gutter > .col-lg-12, html .row.\--xl-gutter > .col-xl-12 {
  padding: 64px;
}

html .row.\--no-gutter {
  margin: 0;
}

html .row.\--no-gutter > .col-xs-1, html .row.\--no-gutter > .col-sm-1, html .row.\--no-gutter > .col-md-1, html .row.\--no-gutter > .col-lg-1, html .row.\--no-gutter > .col-xl-1, html .row.\--no-gutter > .col-xs-2, html .row.\--no-gutter > .col-sm-2, html .row.\--no-gutter > .col-md-2, html .row.\--no-gutter > .col-lg-2, html .row.\--no-gutter > .col-xl-2, html .row.\--no-gutter > .col-xs-3, html .row.\--no-gutter > .col-sm-3, html .row.\--no-gutter > .col-md-3, html .row.\--no-gutter > .col-lg-3, html .row.\--no-gutter > .col-xl-3, html .row.\--no-gutter > .col-xs-4, html .row.\--no-gutter > .col-sm-4, html .row.\--no-gutter > .col-md-4, html .row.\--no-gutter > .col-lg-4, html .row.\--no-gutter > .col-xl-4, html .row.\--no-gutter > .col-xs-5, html .row.\--no-gutter > .col-sm-5, html .row.\--no-gutter > .col-md-5, html .row.\--no-gutter > .col-lg-5, html .row.\--no-gutter > .col-xl-5, html .row.\--no-gutter > .col-xs-6, html .row.\--no-gutter > .col-sm-6, html .row.\--no-gutter > .col-md-6, html .row.\--no-gutter > .col-lg-6, html .row.\--no-gutter > .col-xl-6, html .row.\--no-gutter > .col-xs-7, html .row.\--no-gutter > .col-sm-7, html .row.\--no-gutter > .col-md-7, html .row.\--no-gutter > .col-lg-7, html .row.\--no-gutter > .col-xl-7, html .row.\--no-gutter > .col-xs-8, html .row.\--no-gutter > .col-sm-8, html .row.\--no-gutter > .col-md-8, html .row.\--no-gutter > .col-lg-8, html .row.\--no-gutter > .col-xl-8, html .row.\--no-gutter > .col-xs-9, html .row.\--no-gutter > .col-sm-9, html .row.\--no-gutter > .col-md-9, html .row.\--no-gutter > .col-lg-9, html .row.\--no-gutter > .col-xl-9, html .row.\--no-gutter > .col-xs-10, html .row.\--no-gutter > .col-sm-10, html .row.\--no-gutter > .col-md-10, html .row.\--no-gutter > .col-lg-10, html .row.\--no-gutter > .col-xl-10, html .row.\--no-gutter > .col-xs-11, html .row.\--no-gutter > .col-sm-11, html .row.\--no-gutter > .col-md-11, html .row.\--no-gutter > .col-lg-11, html .row.\--no-gutter > .col-xl-11, html .row.\--no-gutter > .col-xs-12, html .row.\--no-gutter > .col-sm-12, html .row.\--no-gutter > .col-md-12, html .row.\--no-gutter > .col-lg-12, html .row.\--no-gutter > .col-xl-12 {
  padding: 0;
}

html .row.\--no-v-gutter {
  margin-top: 0;
  margin-bottom: 0;
}

html .row.\--no-v-gutter > .col-xs-1, html .row.\--no-v-gutter > .col-sm-1, html .row.\--no-v-gutter > .col-md-1, html .row.\--no-v-gutter > .col-lg-1, html .row.\--no-v-gutter > .col-xl-1, html .row.\--no-v-gutter > .col-xs-2, html .row.\--no-v-gutter > .col-sm-2, html .row.\--no-v-gutter > .col-md-2, html .row.\--no-v-gutter > .col-lg-2, html .row.\--no-v-gutter > .col-xl-2, html .row.\--no-v-gutter > .col-xs-3, html .row.\--no-v-gutter > .col-sm-3, html .row.\--no-v-gutter > .col-md-3, html .row.\--no-v-gutter > .col-lg-3, html .row.\--no-v-gutter > .col-xl-3, html .row.\--no-v-gutter > .col-xs-4, html .row.\--no-v-gutter > .col-sm-4, html .row.\--no-v-gutter > .col-md-4, html .row.\--no-v-gutter > .col-lg-4, html .row.\--no-v-gutter > .col-xl-4, html .row.\--no-v-gutter > .col-xs-5, html .row.\--no-v-gutter > .col-sm-5, html .row.\--no-v-gutter > .col-md-5, html .row.\--no-v-gutter > .col-lg-5, html .row.\--no-v-gutter > .col-xl-5, html .row.\--no-v-gutter > .col-xs-6, html .row.\--no-v-gutter > .col-sm-6, html .row.\--no-v-gutter > .col-md-6, html .row.\--no-v-gutter > .col-lg-6, html .row.\--no-v-gutter > .col-xl-6, html .row.\--no-v-gutter > .col-xs-7, html .row.\--no-v-gutter > .col-sm-7, html .row.\--no-v-gutter > .col-md-7, html .row.\--no-v-gutter > .col-lg-7, html .row.\--no-v-gutter > .col-xl-7, html .row.\--no-v-gutter > .col-xs-8, html .row.\--no-v-gutter > .col-sm-8, html .row.\--no-v-gutter > .col-md-8, html .row.\--no-v-gutter > .col-lg-8, html .row.\--no-v-gutter > .col-xl-8, html .row.\--no-v-gutter > .col-xs-9, html .row.\--no-v-gutter > .col-sm-9, html .row.\--no-v-gutter > .col-md-9, html .row.\--no-v-gutter > .col-lg-9, html .row.\--no-v-gutter > .col-xl-9, html .row.\--no-v-gutter > .col-xs-10, html .row.\--no-v-gutter > .col-sm-10, html .row.\--no-v-gutter > .col-md-10, html .row.\--no-v-gutter > .col-lg-10, html .row.\--no-v-gutter > .col-xl-10, html .row.\--no-v-gutter > .col-xs-11, html .row.\--no-v-gutter > .col-sm-11, html .row.\--no-v-gutter > .col-md-11, html .row.\--no-v-gutter > .col-lg-11, html .row.\--no-v-gutter > .col-xl-11, html .row.\--no-v-gutter > .col-xs-12, html .row.\--no-v-gutter > .col-sm-12, html .row.\--no-v-gutter > .col-md-12, html .row.\--no-v-gutter > .col-lg-12, html .row.\--no-v-gutter > .col-xl-12 {
  padding-top: 0;
  padding-bottom: 0;
}

html .row.\--no-h-gutter {
  margin-right: 0;
  margin-left: 0;
}

html .row.\--no-h-gutter > .col-xs-1, html .row.\--no-h-gutter > .col-sm-1, html .row.\--no-h-gutter > .col-md-1, html .row.\--no-h-gutter > .col-lg-1, html .row.\--no-h-gutter > .col-xl-1, html .row.\--no-h-gutter > .col-xs-2, html .row.\--no-h-gutter > .col-sm-2, html .row.\--no-h-gutter > .col-md-2, html .row.\--no-h-gutter > .col-lg-2, html .row.\--no-h-gutter > .col-xl-2, html .row.\--no-h-gutter > .col-xs-3, html .row.\--no-h-gutter > .col-sm-3, html .row.\--no-h-gutter > .col-md-3, html .row.\--no-h-gutter > .col-lg-3, html .row.\--no-h-gutter > .col-xl-3, html .row.\--no-h-gutter > .col-xs-4, html .row.\--no-h-gutter > .col-sm-4, html .row.\--no-h-gutter > .col-md-4, html .row.\--no-h-gutter > .col-lg-4, html .row.\--no-h-gutter > .col-xl-4, html .row.\--no-h-gutter > .col-xs-5, html .row.\--no-h-gutter > .col-sm-5, html .row.\--no-h-gutter > .col-md-5, html .row.\--no-h-gutter > .col-lg-5, html .row.\--no-h-gutter > .col-xl-5, html .row.\--no-h-gutter > .col-xs-6, html .row.\--no-h-gutter > .col-sm-6, html .row.\--no-h-gutter > .col-md-6, html .row.\--no-h-gutter > .col-lg-6, html .row.\--no-h-gutter > .col-xl-6, html .row.\--no-h-gutter > .col-xs-7, html .row.\--no-h-gutter > .col-sm-7, html .row.\--no-h-gutter > .col-md-7, html .row.\--no-h-gutter > .col-lg-7, html .row.\--no-h-gutter > .col-xl-7, html .row.\--no-h-gutter > .col-xs-8, html .row.\--no-h-gutter > .col-sm-8, html .row.\--no-h-gutter > .col-md-8, html .row.\--no-h-gutter > .col-lg-8, html .row.\--no-h-gutter > .col-xl-8, html .row.\--no-h-gutter > .col-xs-9, html .row.\--no-h-gutter > .col-sm-9, html .row.\--no-h-gutter > .col-md-9, html .row.\--no-h-gutter > .col-lg-9, html .row.\--no-h-gutter > .col-xl-9, html .row.\--no-h-gutter > .col-xs-10, html .row.\--no-h-gutter > .col-sm-10, html .row.\--no-h-gutter > .col-md-10, html .row.\--no-h-gutter > .col-lg-10, html .row.\--no-h-gutter > .col-xl-10, html .row.\--no-h-gutter > .col-xs-11, html .row.\--no-h-gutter > .col-sm-11, html .row.\--no-h-gutter > .col-md-11, html .row.\--no-h-gutter > .col-lg-11, html .row.\--no-h-gutter > .col-xl-11, html .row.\--no-h-gutter > .col-xs-12, html .row.\--no-h-gutter > .col-sm-12, html .row.\--no-h-gutter > .col-md-12, html .row.\--no-h-gutter > .col-lg-12, html .row.\--no-h-gutter > .col-xl-12 {
  padding-right: 0;
  padding-left: 0;
}

html .row.\--xs-eq-height {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
}

html .row.\--xs-eq-height:before, html .row.\--xs-eq-height:after {
  content: none;
}

html .row.\--xs-eq-height > [class*="col-"] {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

html.no-flexbox .row.\--xs-eq-height > [class*="col-"], .no-flexbox html .row.\--xs-eq-height > [class*="col-"] {
  margin-right: -1px;
}

@media (min-width: 768px) {
  html .row.\--sm-eq-height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  html .row.\--sm-eq-height:before, html .row.\--sm-eq-height:after {
    content: none;
  }
  html .row.\--sm-eq-height > [class*="col-"] {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  html.no-flexbox .row.\--sm-eq-height > [class*="col-"], .no-flexbox html .row.\--sm-eq-height > [class*="col-"] {
    margin-right: -1px;
  }
}

@media (min-width: 992px) {
  html .row.\--md-eq-height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  html .row.\--md-eq-height:before, html .row.\--md-eq-height:after {
    content: none;
  }
  html .row.\--md-eq-height > [class*="col-"] {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  html.no-flexbox .row.\--md-eq-height > [class*="col-"], .no-flexbox html .row.\--md-eq-height > [class*="col-"] {
    margin-right: -1px;
  }
}

@media (min-width: 1200px) {
  html .row.\--lg-eq-height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  html .row.\--lg-eq-height:before, html .row.\--lg-eq-height:after {
    content: none;
  }
  html .row.\--lg-eq-height > [class*="col-"] {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  html.no-flexbox .row.\--lg-eq-height > [class*="col-"], .no-flexbox html .row.\--lg-eq-height > [class*="col-"] {
    margin-right: -1px;
  }
}

@media (min-width: 1400px) {
  html .row.\--xl-eq-height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  html .row.\--xl-eq-height:before, html .row.\--xl-eq-height:after {
    content: none;
  }
  html .row.\--xl-eq-height > [class*="col-"] {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  html.no-flexbox .row.\--xl-eq-height > [class*="col-"], .no-flexbox html .row.\--xl-eq-height > [class*="col-"] {
    margin-right: -1px;
  }
}

html:not(.ie6):not(.ie7):not(.ie8) [class*="col-"]:before, html:not(.ie6):not(.ie7):not(.ie8) [class*="col-"]:after {
  content: " ";
  display: table;
}

html:not(.ie6):not(.ie7):not(.ie8) [class*="col-"]:after {
  clear: both;
}

.hero .logo {
  margin-right: auto;
  margin-left: auto;
}

.hero\/title, .hero\/subtitle {
  word-wrap: break-word;
  text-transform: none;
}

.hero\/title {
  font-size: 35px;
  font-size: 2.1875rem;
}

.hero\/subtitle {
  font-size: 35px;
  font-size: 2.1875rem;
}

.page\/header, .page\/content, .page\/footer {
  margin: 32px 0;
}

html .page\/header.\--force-margin, html .page\/content.\--force-margin, html .page\/footer.\--force-margin {
  margin-top: 32px;
  margin-bottom: 32px;
}

.page\/back {
  position: absolute;
  top: 0;
  right: 0;
}

.page\/back:first-child + h1, .page\/back:first-child + .h1, .page\/back:first-child + h2, .page\/back:first-child + .h2, .page\/back:first-child + h3, .page\/back:first-child + .h3, .page\/back:first-child + h4, .page\/back:first-child + .h4, .page\/back:first-child + h5, .page\/back:first-child + .h5, .page\/back:first-child + h6, .page\/back:first-child + .h6 {
  margin-top: 0;
}

html .page\/back.\--bottom {
  top: auto;
  bottom: 0;
}

.section {
  padding: 96px 32px;
}

.section:first-child {
  padding-top: 144px;
}

@media (min-width: 768px) {
  .section {
    padding: 96px 64px;
  }
}

@media (min-width: 992px) {
  .section {
    padding: 96px 128px;
  }
}

.section\/container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

html .section\/container.\--has-pad {
  padding: 96px 32px;
}

@media (min-width: 768px) {
  html .section\/container.\--has-pad {
    padding: 96px 64px;
  }
}

@media (min-width: 992px) {
  html .section\/container.\--has-pad {
    padding: 96px 128px;
  }
}

.section\/content {
  margin: 32px auto;
}

html .section.\--no-pad {
  padding: 0;
}

html .section.\--no-pad-top {
  padding-top: 0;
}

html .section.\--no-pad-right {
  padding-right: 0;
}

html .section.\--no-pad-bottom {
  padding-bottom: 0;
}

html .section.\--no-pad-left {
  padding-left: 0;
}

html .section.\--large-gutter .section\/content {
  margin: 96px auto;
}

html .section.\--style-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (min-width: 992px) {
  html .section.\--type-content {
    min-height: 560px;
  }
}

html .section.\--type-hero {
  background-image: url("../img/bg-hero.fad213d8.jpg");
  max-height: 960px;
  max-height: 90vh;
  padding: 0;
}

html .section.\--type-hero:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 57.0985740856%;
}

html .section.\--type-hero .section\/wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 128px 32px 96px;
}

@media (min-width: 768px) {
  html .section.\--type-hero .section\/wrapper {
    padding: 128px 64px 96px;
  }
}

@media (min-width: 992px) {
  html .section.\--type-hero .section\/wrapper {
    padding: 128px 128px 96px;
  }
}

.sidebar {
  height: 100%;
  overflow: hidden;
  border-right: 1px solid #ccc;
}

.sidebar\/container {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.3333333333%;
  height: 100%;
}

.sidebar\/image {
  border-top: 24px solid #dd0011;
}

.sidebar\/item {
  padding: 24px 32px;
  font-weight: 600;
  transition: background 0.3s;
}

.sidebar\/item {
  padding: 24px 24px 24px 0;
  border-bottom: 1px solid #ccc;
}

.sidebar\/item .icn {
  float: left;
  margin: -1.5rem 16px -1.5rem 0;
  padding: 19px 16px;
  font-size: 32px;
  font-size: 2rem;
  box-sizing: content-box;
}

html .sidebar\/item .icn.\--text-right {
  padding-right: 16px;
}

html .sidebar\/item .icn.\--text-left {
  padding-left: 16px;
}

.sidebar\/item:nth-child(2n+1):hover {
  background: rgba(221, 0, 17, 0.1);
}

.sidebar\/item:nth-child(2n+1) .icn {
  background: #dd0011;
  color: #fff;
}

.sidebar\/item:nth-child(2n+2):hover {
  background: rgba(94, 137, 181, 0.1);
}

.sidebar\/item:nth-child(2n+2) .icn {
  background: #5e89b5;
  color: #fff;
}

.sorting:before, .sorting:after {
  content: " ";
  display: table;
}

.sorting:after {
  clear: both;
}

.sorting\/label {
  float: left;
  padding-right: 6px;
}

.sorting\/options {
  list-style: none;
  padding: 0;
  float: left;
}

.sorting\/option {
  float: left;
  font-weight: 700;
}

.sorting\/option a {
  padding: 0 6px;
  color: #dd0011;
}

.sorting\/option a:after {
  display: inline-block;
  padding-left: 4px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sorting\/option a:hover {
  color: #aa000d;
}

html .sorting\/option.\--order-asc a:after {
  content: '\f0d8';
}

html .sorting\/option.\--order-desc a:after {
  content: '\f0d7';
}

.btn {
  transition: background 0.3s, border 0.3s;
}

html .icn.\--text-left {
  padding-left: 4px;
}

html .icn.\--text-right {
  padding-right: 4px;
}

.icn-ul li {
  margin-bottom: 12px;
}

html .toggle-icn.\--hamburger {
  position: relative;
  top: -0.6666666667em;
  display: inline-block;
  width: 1em;
  height: 0.1428571429em;
  border-radius: 0.1666666667em;
  background: #2b2b2b;
}

html .toggle-icn.\--hamburger:before, html .toggle-icn.\--hamburger:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1em;
  height: 0.1428571429em;
  border-radius: 0.1666666667em;
  background: #2b2b2b;
}

html .toggle-icn.\--hamburger:before {
  top: 0.3333333333em;
}

html .toggle-icn.\--hamburger:after {
  top: 0.6666666667em;
}

html .toggle-icn.\--hamburger.\--inv {
  background: #fff;
}

html .toggle-icn.\--hamburger.\--inv:before, html .toggle-icn.\--hamburger.\--inv:after {
  background: #fff;
}

html .toggle-icn.\--hamburger.\--accent {
  background: #dd0011;
}

html .toggle-icn.\--hamburger.\--accent:before, html .toggle-icn.\--hamburger.\--accent:after {
  background: #dd0011;
}

html .toggle-icn.\--hamburger.\--to-close {
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  transition: transform 0.15s ease, top 0.15s ease 0.15s;
}

html .toggle-icn.\--hamburger.\--to-close:before, html .toggle-icn.\--hamburger.\--to-close:after {
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}

html .toggle-icn.\--hamburger.\--to-close:before {
  transition: top 0.15s ease 0.15s, opacity 0.15s ease 0.15s, transform 0.15s ease 0.15s;
}

html .toggle-icn.\--hamburger.\--to-close:after {
  transition: transform 0.15s ease, top 0.15s ease 0.15s;
}

html .toggle-icn.\--hamburger.\--to-close.\--active {
  top: -0.3333333333em;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  transition: top 0.15s ease, transform 0.15s ease 0.15s;
}

html .toggle-icn.\--hamburger.\--to-close.\--active:before, html .toggle-icn.\--hamburger.\--to-close.\--active:after {
  top: 0;
}

html .toggle-icn.\--hamburger.\--to-close.\--active:before {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0;
  transition: top 0.15s ease, opacity 0.15s ease, transform 0.15s ease;
}

html .toggle-icn.\--hamburger.\--to-close.\--active:after {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  transition: top 0.15s ease, transform 0.15s ease 0.15s;
}

.no-vacancies {
  padding: 16px;
  border: 1px solid #4f7cab;
  border-radius: 3px;
  background: #5e89b5;
  color: #fff;
  text-align: center;
}

.vacancy\/header, .vacancy\/body {
  margin: 16px 0;
}

.vacancy\/header {
  padding-right: 154px;
}

.vacancy\/favourite {
  position: absolute;
  top: 0;
  right: 0;
}

.vacancy\/favourite a i {
  color: #999;
  transition: color 0.3s;
}

.vacancy\/favourite a:hover i {
  color: #FFCD47;
}

.vacancy\/favourite:first-child + h1, .vacancy\/favourite:first-child + .h1, .vacancy\/favourite:first-child + h2, .vacancy\/favourite:first-child + .h2, .vacancy\/favourite:first-child + h3, .vacancy\/favourite:first-child + .h3, .vacancy\/favourite:first-child + h4, .vacancy\/favourite:first-child + .h4, .vacancy\/favourite:first-child + h5, .vacancy\/favourite:first-child + .h5, .vacancy\/favourite:first-child + h6, .vacancy\/favourite:first-child + .h6 {
  margin-top: 0;
}

html .vacancy\/favourite.\--favourited i {
  color: #FFCD47;
}

html .vacancy\/favourite.\--favourited:hover i {
  color: #999;
}

.vacancy\/meta, .vacancy\/details, .vacancy\/document, .vacancy\/actions {
  margin: 32px 0;
}

.\@vacancy-list .vacancy {
  margin: 32px 0;
  padding: 0 0 24px;
  border-bottom: 1px solid #ccc;
}

.\@vacancy-list .vacancy:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
/*# sourceMappingURL=app.css.map */