@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;
    -webkit-box-shadow: none !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: 0.2em;
}

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

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

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

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

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

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

.text-uppercase, .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: "— ";
}

.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: " —";
}

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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          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] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \	;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #6d9139;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(109, 145, 57, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(109, 145, 57, 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-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.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-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.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-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.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-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.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 \	;
}

.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 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;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default, 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: #6d9139;
  border-color: #2e6da4;
}
.btn-primary:focus, html .btn.\--primary:focus, .btn-primary.focus, html .focus.btn.\--primary {
  color: #fff;
  background-color: #516c2b;
  border-color: #122b40;
}
.btn-primary:hover, html .btn.\--primary:hover {
  color: #fff;
  background-color: #516c2b;
  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: #516c2b;
  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: #3e5321;
  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: #6d9139;
  border-color: #2e6da4;
}
.btn-primary .badge, html .btn.\--primary .badge {
  color: #6d9139;
  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: #6d9139;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .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 \	;
  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;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 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 \	;
  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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-lg .caret, .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: #6d9139;
}
.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-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-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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse: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;
    -webkit-box-shadow: none;
            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;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 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;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

.navbar-btn {
  margin-top: 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: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.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 {
  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;
  -webkit-transition: border 0.2s ease-in-out;
  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: #6d9139;
}

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@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;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  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;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 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;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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;
  -webkit-transition: 0.6s ease-in-out left;
  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 {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.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 \	;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 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;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

  tr.visible-xs {
    display: table-row !important;
  }

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

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

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

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

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

  tr.visible-sm {
    display: table-row !important;
  }

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

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

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

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

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

  tr.visible-md {
    display: table-row !important;
  }

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

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

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

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

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

  tr.visible-lg {
    display: table-row !important;
  }

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

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

  tr.visible-print {
    display: table-row !important;
  }

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
img {
  vertical-align: middle;
}

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

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

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

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

/**
 * 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, html .section.\--type-hero .section\/container, html .section.\--type-hero, html .nav\/item.\--logo, #Design3 .\+vertical-spread, #Design3 .\+vertical-center, #container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Design3 .\+horizontal-spread {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

html .section.\--type-hero .section\/container, html .section.\--type-hero, html .nav\/item.\--logo, #Design3 .\+vertical-spread, #Design3 .\+vertical-center, #container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html .section.\--type-hero .section\/container, html .section.\--type-hero, html .nav\/item.\--logo {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

* {
  outline: none !important;
  overflow: visible;
  -webkit-box-sizing: border-box;
          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: "Trebuchet MS", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: #222;
  color: #2b2b2b;
  text-rendering: optimizeLegibility;
}

#container {
  background: #fff;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #6d9139;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Trebuchet MS", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

::selection {
  background-color: rgba(109, 145, 57, 0.8);
  color: #fff;
}

/*!
 * Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.icn,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.icn-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.icn-xs {
  font-size: 0.75em;
}

.icn-sm {
  font-size: 0.875em;
}

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

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

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

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

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

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

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

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

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

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

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

.icn-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.icn-ul > li {
  position: relative;
}

.icn-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.icn-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

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

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

.icn.icn-pull-left,
.fas.icn-pull-left,
.far.icn-pull-left,
.fal.icn-pull-left,
.fab.icn-pull-left {
  margin-right: 0.3em;
}
.icn.icn-pull-right,
.fas.icn-pull-right,
.far.icn-pull-right,
.fal.icn-pull-right,
.fab.icn-pull-right {
  margin-left: 0.3em;
}

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

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

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

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.icn-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

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

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

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

.icn-flip-horizontal.icn-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -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 {
  -webkit-filter: none;
          filter: none;
}

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

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

.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-500px:before {
  content: "";
}

.icn-abacus:before {
  content: "";
}

.icn-accessible-icon:before {
  content: "";
}

.icn-accusoft:before {
  content: "";
}

.icn-acorn:before {
  content: "";
}

.icn-acquisitions-incorporated:before {
  content: "";
}

.icn-ad:before {
  content: "";
}

.icn-address-book:before {
  content: "";
}

.icn-address-card:before {
  content: "";
}

.icn-adjust:before {
  content: "";
}

.icn-adn:before {
  content: "";
}

.icn-adversal:before {
  content: "";
}

.icn-affiliatetheme:before {
  content: "";
}

.icn-air-freshener:before {
  content: "";
}

.icn-alarm-clock:before {
  content: "";
}

.icn-algolia:before {
  content: "";
}

.icn-alicorn:before {
  content: "";
}

.icn-align-center:before {
  content: "";
}

.icn-align-justify:before {
  content: "";
}

.icn-align-left:before {
  content: "";
}

.icn-align-right:before {
  content: "";
}

.icn-alipay:before {
  content: "";
}

.icn-allergies:before {
  content: "";
}

.icn-amazon:before {
  content: "";
}

.icn-amazon-pay:before {
  content: "";
}

.icn-ambulance:before {
  content: "";
}

.icn-american-sign-language-interpreting:before {
  content: "";
}

.icn-amilia:before {
  content: "";
}

.icn-analytics:before {
  content: "";
}

.icn-anchor:before {
  content: "";
}

.icn-android:before {
  content: "";
}

.icn-angellist:before {
  content: "";
}

.icn-angle-double-down:before {
  content: "";
}

.icn-angle-double-left:before {
  content: "";
}

.icn-angle-double-right:before {
  content: "";
}

.icn-angle-double-up:before {
  content: "";
}

.icn-angle-down:before {
  content: "";
}

.icn-angle-left:before {
  content: "";
}

.icn-angle-right:before {
  content: "";
}

.icn-angle-up:before {
  content: "";
}

.icn-angry:before {
  content: "";
}

.icn-angrycreative:before {
  content: "";
}

.icn-angular:before {
  content: "";
}

.icn-ankh:before {
  content: "";
}

.icn-app-store:before {
  content: "";
}

.icn-app-store-ios:before {
  content: "";
}

.icn-apper:before {
  content: "";
}

.icn-apple:before {
  content: "";
}

.icn-apple-alt:before {
  content: "";
}

.icn-apple-crate:before {
  content: "";
}

.icn-apple-pay:before {
  content: "";
}

.icn-archive:before {
  content: "";
}

.icn-archway:before {
  content: "";
}

.icn-arrow-alt-circle-down:before {
  content: "";
}

.icn-arrow-alt-circle-left:before {
  content: "";
}

.icn-arrow-alt-circle-right:before {
  content: "";
}

.icn-arrow-alt-circle-up:before {
  content: "";
}

.icn-arrow-alt-down:before {
  content: "";
}

.icn-arrow-alt-from-bottom:before {
  content: "";
}

.icn-arrow-alt-from-left:before {
  content: "";
}

.icn-arrow-alt-from-right:before {
  content: "";
}

.icn-arrow-alt-from-top:before {
  content: "";
}

.icn-arrow-alt-left:before {
  content: "";
}

.icn-arrow-alt-right:before {
  content: "";
}

.icn-arrow-alt-square-down:before {
  content: "";
}

.icn-arrow-alt-square-left:before {
  content: "";
}

.icn-arrow-alt-square-right:before {
  content: "";
}

.icn-arrow-alt-square-up:before {
  content: "";
}

.icn-arrow-alt-to-bottom:before {
  content: "";
}

.icn-arrow-alt-to-left:before {
  content: "";
}

.icn-arrow-alt-to-right:before {
  content: "";
}

.icn-arrow-alt-to-top:before {
  content: "";
}

.icn-arrow-alt-up:before {
  content: "";
}

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

.icn-arrow-circle-left:before {
  content: "";
}

.icn-arrow-circle-right:before {
  content: "";
}

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

.icn-arrow-down:before {
  content: "";
}

.icn-arrow-from-bottom:before {
  content: "";
}

.icn-arrow-from-left:before {
  content: "";
}

.icn-arrow-from-right:before {
  content: "";
}

.icn-arrow-from-top:before {
  content: "";
}

.icn-arrow-left:before {
  content: "";
}

.icn-arrow-right:before {
  content: "";
}

.icn-arrow-square-down:before {
  content: "";
}

.icn-arrow-square-left:before {
  content: "";
}

.icn-arrow-square-right:before {
  content: "";
}

.icn-arrow-square-up:before {
  content: "";
}

.icn-arrow-to-bottom:before {
  content: "";
}

.icn-arrow-to-left:before {
  content: "";
}

.icn-arrow-to-right:before {
  content: "";
}

.icn-arrow-to-top:before {
  content: "";
}

.icn-arrow-up:before {
  content: "";
}

.icn-arrows:before {
  content: "";
}

.icn-arrows-alt:before {
  content: "";
}

.icn-arrows-alt-h:before {
  content: "";
}

.icn-arrows-alt-v:before {
  content: "";
}

.icn-arrows-h:before {
  content: "";
}

.icn-arrows-v:before {
  content: "";
}

.icn-assistive-listening-systems:before {
  content: "";
}

.icn-asterisk:before {
  content: "";
}

.icn-asymmetrik:before {
  content: "";
}

.icn-at:before {
  content: "";
}

.icn-atlas:before {
  content: "";
}

.icn-atom:before {
  content: "";
}

.icn-atom-alt:before {
  content: "";
}

.icn-audible:before {
  content: "";
}

.icn-audio-description:before {
  content: "";
}

.icn-autoprefixer:before {
  content: "";
}

.icn-avianex:before {
  content: "";
}

.icn-aviato:before {
  content: "";
}

.icn-award:before {
  content: "";
}

.icn-aws:before {
  content: "";
}

.icn-axe:before {
  content: "";
}

.icn-axe-battle:before {
  content: "";
}

.icn-backpack:before {
  content: "";
}

.icn-backspace:before {
  content: "";
}

.icn-backward:before {
  content: "";
}

.icn-badge:before {
  content: "";
}

.icn-badge-check:before {
  content: "";
}

.icn-badge-dollar:before {
  content: "";
}

.icn-badge-percent:before {
  content: "";
}

.icn-badger-honey:before {
  content: "";
}

.icn-balance-scale:before {
  content: "";
}

.icn-balance-scale-left:before {
  content: "";
}

.icn-balance-scale-right:before {
  content: "";
}

.icn-ballot:before {
  content: "";
}

.icn-ballot-check:before {
  content: "";
}

.icn-ban:before {
  content: "";
}

.icn-band-aid:before {
  content: "";
}

.icn-bandcamp:before {
  content: "";
}

.icn-barcode:before {
  content: "";
}

.icn-barcode-alt:before {
  content: "";
}

.icn-barcode-read:before {
  content: "";
}

.icn-barcode-scan:before {
  content: "";
}

.icn-bars:before {
  content: "";
}

.icn-baseball:before {
  content: "";
}

.icn-baseball-ball:before {
  content: "";
}

.icn-basketball-ball:before {
  content: "";
}

.icn-basketball-hoop:before {
  content: "";
}

.icn-bat:before {
  content: "";
}

.icn-bath:before {
  content: "";
}

.icn-battery-bolt:before {
  content: "";
}

.icn-battery-empty:before {
  content: "";
}

.icn-battery-full:before {
  content: "";
}

.icn-battery-half:before {
  content: "";
}

.icn-battery-quarter:before {
  content: "";
}

.icn-battery-slash:before {
  content: "";
}

.icn-battery-three-quarters:before {
  content: "";
}

.icn-bed:before {
  content: "";
}

.icn-beer:before {
  content: "";
}

.icn-behance:before {
  content: "";
}

.icn-behance-square:before {
  content: "";
}

.icn-bell:before {
  content: "";
}

.icn-bell-school:before {
  content: "";
}

.icn-bell-school-slash:before {
  content: "";
}

.icn-bell-slash:before {
  content: "";
}

.icn-bezier-curve:before {
  content: "";
}

.icn-bible:before {
  content: "";
}

.icn-bicycle:before {
  content: "";
}

.icn-bimobject:before {
  content: "";
}

.icn-binoculars:before {
  content: "";
}

.icn-birthday-cake:before {
  content: "";
}

.icn-bitbucket:before {
  content: "";
}

.icn-bitcoin:before {
  content: "";
}

.icn-bity:before {
  content: "";
}

.icn-black-tie:before {
  content: "";
}

.icn-blackberry:before {
  content: "";
}

.icn-blanket:before {
  content: "";
}

.icn-blender:before {
  content: "";
}

.icn-blender-phone:before {
  content: "";
}

.icn-blind:before {
  content: "";
}

.icn-blogger:before {
  content: "";
}

.icn-blogger-b:before {
  content: "";
}

.icn-bluetooth:before {
  content: "";
}

.icn-bluetooth-b:before {
  content: "";
}

.icn-bold:before {
  content: "";
}

.icn-bolt:before {
  content: "";
}

.icn-bomb:before {
  content: "";
}

.icn-bone:before {
  content: "";
}

.icn-bone-break:before {
  content: "";
}

.icn-bong:before {
  content: "";
}

.icn-book:before {
  content: "";
}

.icn-book-alt:before {
  content: "";
}

.icn-book-dead:before {
  content: "";
}

.icn-book-heart:before {
  content: "";
}

.icn-book-open:before {
  content: "";
}

.icn-book-reader:before {
  content: "";
}

.icn-book-spells:before {
  content: "";
}

.icn-bookmark:before {
  content: "";
}

.icn-books:before {
  content: "";
}

.icn-booth-curtain:before {
  content: "";
}

.icn-bow-arrow:before {
  content: "";
}

.icn-bowling-ball:before {
  content: "";
}

.icn-bowling-pins:before {
  content: "";
}

.icn-box:before {
  content: "";
}

.icn-box-alt:before {
  content: "";
}

.icn-box-ballot:before {
  content: "";
}

.icn-box-check:before {
  content: "";
}

.icn-box-fragile:before {
  content: "";
}

.icn-box-full:before {
  content: "";
}

.icn-box-heart:before {
  content: "";
}

.icn-box-open:before {
  content: "";
}

.icn-box-up:before {
  content: "";
}

.icn-box-usd:before {
  content: "";
}

.icn-boxes:before {
  content: "";
}

.icn-boxes-alt:before {
  content: "";
}

.icn-boxing-glove:before {
  content: "";
}

.icn-braille:before {
  content: "";
}

.icn-brain:before {
  content: "";
}

.icn-briefcase:before {
  content: "";
}

.icn-briefcase-medical:before {
  content: "";
}

.icn-broadcast-tower:before {
  content: "";
}

.icn-broom:before {
  content: "";
}

.icn-browser:before {
  content: "";
}

.icn-brush:before {
  content: "";
}

.icn-btc:before {
  content: "";
}

.icn-bug:before {
  content: "";
}

.icn-building:before {
  content: "";
}

.icn-bullhorn:before {
  content: "";
}

.icn-bullseye:before {
  content: "";
}

.icn-bullseye-arrow:before {
  content: "";
}

.icn-bullseye-pointer:before {
  content: "";
}

.icn-burn:before {
  content: "";
}

.icn-buromobelexperte:before {
  content: "";
}

.icn-bus:before {
  content: "";
}

.icn-bus-alt:before {
  content: "";
}

.icn-bus-school:before {
  content: "";
}

.icn-business-time:before {
  content: "";
}

.icn-buysellads:before {
  content: "";
}

.icn-cabinet-filing:before {
  content: "";
}

.icn-calculator:before {
  content: "";
}

.icn-calculator-alt:before {
  content: "";
}

.icn-calendar:before {
  content: "";
}

.icn-calendar-alt:before {
  content: "";
}

.icn-calendar-check:before {
  content: "";
}

.icn-calendar-edit:before {
  content: "";
}

.icn-calendar-exclamation:before {
  content: "";
}

.icn-calendar-minus:before {
  content: "";
}

.icn-calendar-plus:before {
  content: "";
}

.icn-calendar-star:before {
  content: "";
}

.icn-calendar-times:before {
  content: "";
}

.icn-camera:before {
  content: "";
}

.icn-camera-alt:before {
  content: "";
}

.icn-camera-retro:before {
  content: "";
}

.icn-campfire:before {
  content: "";
}

.icn-campground:before {
  content: "";
}

.icn-candle-holder:before {
  content: "";
}

.icn-candy-corn:before {
  content: "";
}

.icn-cannabis:before {
  content: "";
}

.icn-capsules:before {
  content: "";
}

.icn-car:before {
  content: "";
}

.icn-car-alt:before {
  content: "";
}

.icn-car-battery:before {
  content: "";
}

.icn-car-bump:before {
  content: "";
}

.icn-car-crash:before {
  content: "";
}

.icn-car-garage:before {
  content: "";
}

.icn-car-mechanic:before {
  content: "";
}

.icn-car-side:before {
  content: "";
}

.icn-car-tilt:before {
  content: "";
}

.icn-car-wash:before {
  content: "";
}

.icn-caret-circle-down:before {
  content: "";
}

.icn-caret-circle-left:before {
  content: "";
}

.icn-caret-circle-right:before {
  content: "";
}

.icn-caret-circle-up:before {
  content: "";
}

.icn-caret-down:before {
  content: "";
}

.icn-caret-left:before {
  content: "";
}

.icn-caret-right:before {
  content: "";
}

.icn-caret-square-down:before {
  content: "";
}

.icn-caret-square-left:before {
  content: "";
}

.icn-caret-square-right:before {
  content: "";
}

.icn-caret-square-up:before {
  content: "";
}

.icn-caret-up:before {
  content: "";
}

.icn-cart-arrow-down:before {
  content: "";
}

.icn-cart-plus:before {
  content: "";
}

.icn-cat:before {
  content: "";
}

.icn-cauldron:before {
  content: "";
}

.icn-cc-amazon-pay:before {
  content: "";
}

.icn-cc-amex:before {
  content: "";
}

.icn-cc-apple-pay:before {
  content: "";
}

.icn-cc-diners-club:before {
  content: "";
}

.icn-cc-discover:before {
  content: "";
}

.icn-cc-jcb:before {
  content: "";
}

.icn-cc-mastercard:before {
  content: "";
}

.icn-cc-paypal:before {
  content: "";
}

.icn-cc-stripe:before {
  content: "";
}

.icn-cc-visa:before {
  content: "";
}

.icn-centercode:before {
  content: "";
}

.icn-certificate:before {
  content: "";
}

.icn-chair:before {
  content: "";
}

.icn-chair-office:before {
  content: "";
}

.icn-chalkboard:before {
  content: "";
}

.icn-chalkboard-teacher:before {
  content: "";
}

.icn-charging-station:before {
  content: "";
}

.icn-chart-area:before {
  content: "";
}

.icn-chart-bar:before {
  content: "";
}

.icn-chart-line:before {
  content: "";
}

.icn-chart-line-down:before {
  content: "";
}

.icn-chart-pie:before {
  content: "";
}

.icn-chart-pie-alt:before {
  content: "";
}

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

.icn-check-circle:before {
  content: "";
}

.icn-check-double:before {
  content: "";
}

.icn-check-square:before {
  content: "";
}

.icn-chess:before {
  content: "";
}

.icn-chess-bishop:before {
  content: "";
}

.icn-chess-bishop-alt:before {
  content: "";
}

.icn-chess-board:before {
  content: "";
}

.icn-chess-clock:before {
  content: "";
}

.icn-chess-clock-alt:before {
  content: "";
}

.icn-chess-king:before {
  content: "";
}

.icn-chess-king-alt:before {
  content: "";
}

.icn-chess-knight:before {
  content: "";
}

.icn-chess-knight-alt:before {
  content: "";
}

.icn-chess-pawn:before {
  content: "";
}

.icn-chess-pawn-alt:before {
  content: "";
}

.icn-chess-queen:before {
  content: "";
}

.icn-chess-queen-alt:before {
  content: "";
}

.icn-chess-rook:before {
  content: "";
}

.icn-chess-rook-alt:before {
  content: "";
}

.icn-chevron-circle-down:before {
  content: "";
}

.icn-chevron-circle-left:before {
  content: "";
}

.icn-chevron-circle-right:before {
  content: "";
}

.icn-chevron-circle-up:before {
  content: "";
}

.icn-chevron-double-down:before {
  content: "";
}

.icn-chevron-double-left:before {
  content: "";
}

.icn-chevron-double-right:before {
  content: "";
}

.icn-chevron-double-up:before {
  content: "";
}

.icn-chevron-down:before {
  content: "";
}

.icn-chevron-left:before {
  content: "";
}

.icn-chevron-right:before {
  content: "";
}

.icn-chevron-square-down:before {
  content: "";
}

.icn-chevron-square-left:before {
  content: "";
}

.icn-chevron-square-right:before {
  content: "";
}

.icn-chevron-square-up:before {
  content: "";
}

.icn-chevron-up:before {
  content: "";
}

.icn-child:before {
  content: "";
}

.icn-chrome:before {
  content: "";
}

.icn-church:before {
  content: "";
}

.icn-circle:before {
  content: "";
}

.icn-circle-notch:before {
  content: "";
}

.icn-city:before {
  content: "";
}

.icn-claw-marks:before {
  content: "";
}

.icn-clipboard:before {
  content: "";
}

.icn-clipboard-check:before {
  content: "";
}

.icn-clipboard-list:before {
  content: "";
}

.icn-clipboard-list-check:before {
  content: "";
}

.icn-clipboard-prescription:before {
  content: "";
}

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

.icn-clone:before {
  content: "";
}

.icn-closed-captioning:before {
  content: "";
}

.icn-cloud:before {
  content: "";
}

.icn-cloud-download:before {
  content: "";
}

.icn-cloud-download-alt:before {
  content: "";
}

.icn-cloud-drizzle:before {
  content: "";
}

.icn-cloud-hail:before {
  content: "";
}

.icn-cloud-hail-mixed:before {
  content: "";
}

.icn-cloud-meatball:before {
  content: "";
}

.icn-cloud-moon:before {
  content: "";
}

.icn-cloud-moon-rain:before {
  content: "";
}

.icn-cloud-rain:before {
  content: "";
}

.icn-cloud-rainbow:before {
  content: "";
}

.icn-cloud-showers:before {
  content: "";
}

.icn-cloud-showers-heavy:before {
  content: "";
}

.icn-cloud-sleet:before {
  content: "";
}

.icn-cloud-snow:before {
  content: "";
}

.icn-cloud-sun:before {
  content: "";
}

.icn-cloud-sun-rain:before {
  content: "";
}

.icn-cloud-upload:before {
  content: "";
}

.icn-cloud-upload-alt:before {
  content: "";
}

.icn-clouds:before {
  content: "";
}

.icn-clouds-moon:before {
  content: "";
}

.icn-clouds-sun:before {
  content: "";
}

.icn-cloudscale:before {
  content: "";
}

.icn-cloudsmith:before {
  content: "";
}

.icn-cloudversify:before {
  content: "";
}

.icn-club:before {
  content: "";
}

.icn-cocktail:before {
  content: "";
}

.icn-code:before {
  content: "";
}

.icn-code-branch:before {
  content: "";
}

.icn-code-commit:before {
  content: "";
}

.icn-code-merge:before {
  content: "";
}

.icn-codepen:before {
  content: "";
}

.icn-codiepie:before {
  content: "";
}

.icn-coffee:before {
  content: "";
}

.icn-coffee-togo:before {
  content: "";
}

.icn-coffin:before {
  content: "";
}

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

.icn-cogs:before {
  content: "";
}

.icn-coins:before {
  content: "";
}

.icn-columns:before {
  content: "";
}

.icn-comment:before {
  content: "";
}

.icn-comment-alt:before {
  content: "";
}

.icn-comment-alt-check:before {
  content: "";
}

.icn-comment-alt-dollar:before {
  content: "";
}

.icn-comment-alt-dots:before {
  content: "";
}

.icn-comment-alt-edit:before {
  content: "";
}

.icn-comment-alt-exclamation:before {
  content: "";
}

.icn-comment-alt-lines:before {
  content: "";
}

.icn-comment-alt-minus:before {
  content: "";
}

.icn-comment-alt-plus:before {
  content: "";
}

.icn-comment-alt-slash:before {
  content: "";
}

.icn-comment-alt-smile:before {
  content: "";
}

.icn-comment-alt-times:before {
  content: "";
}

.icn-comment-check:before {
  content: "";
}

.icn-comment-dollar:before {
  content: "";
}

.icn-comment-dots:before {
  content: "";
}

.icn-comment-edit:before {
  content: "";
}

.icn-comment-exclamation:before {
  content: "";
}

.icn-comment-lines:before {
  content: "";
}

.icn-comment-minus:before {
  content: "";
}

.icn-comment-plus:before {
  content: "";
}

.icn-comment-slash:before {
  content: "";
}

.icn-comment-smile:before {
  content: "";
}

.icn-comment-times:before {
  content: "";
}

.icn-comments:before {
  content: "";
}

.icn-comments-alt:before {
  content: "";
}

.icn-comments-alt-dollar:before {
  content: "";
}

.icn-comments-dollar:before {
  content: "";
}

.icn-compact-disc:before {
  content: "";
}

.icn-compass:before {
  content: "";
}

.icn-compass-slash:before {
  content: "";
}

.icn-compress:before {
  content: "";
}

.icn-compress-alt:before {
  content: "";
}

.icn-compress-wide:before {
  content: "";
}

.icn-concierge-bell:before {
  content: "";
}

.icn-connectdevelop:before {
  content: "";
}

.icn-container-storage:before {
  content: "";
}

.icn-contao:before {
  content: "";
}

.icn-conveyor-belt:before {
  content: "";
}

.icn-conveyor-belt-alt:before {
  content: "";
}

.icn-cookie:before {
  content: "";
}

.icn-cookie-bite:before {
  content: "";
}

.icn-copy:before {
  content: "";
}

.icn-copyright:before {
  content: "";
}

.icn-corn:before {
  content: "";
}

.icn-couch:before {
  content: "";
}

.icn-cow:before {
  content: "";
}

.icn-cpanel:before {
  content: "";
}

.icn-creative-commons:before {
  content: "";
}

.icn-creative-commons-by:before {
  content: "";
}

.icn-creative-commons-nc:before {
  content: "";
}

.icn-creative-commons-nc-eu:before {
  content: "";
}

.icn-creative-commons-nc-jp:before {
  content: "";
}

.icn-creative-commons-nd:before {
  content: "";
}

.icn-creative-commons-pd:before {
  content: "";
}

.icn-creative-commons-pd-alt:before {
  content: "";
}

.icn-creative-commons-remix:before {
  content: "";
}

.icn-creative-commons-sa:before {
  content: "";
}

.icn-creative-commons-sampling:before {
  content: "";
}

.icn-creative-commons-sampling-plus:before {
  content: "";
}

.icn-creative-commons-share:before {
  content: "";
}

.icn-creative-commons-zero:before {
  content: "";
}

.icn-credit-card:before {
  content: "";
}

.icn-credit-card-blank:before {
  content: "";
}

.icn-credit-card-front:before {
  content: "";
}

.icn-cricket:before {
  content: "";
}

.icn-critical-role:before {
  content: "";
}

.icn-crop:before {
  content: "";
}

.icn-crop-alt:before {
  content: "";
}

.icn-cross:before {
  content: "";
}

.icn-crosshairs:before {
  content: "";
}

.icn-crow:before {
  content: "";
}

.icn-crown:before {
  content: "";
}

.icn-css3:before {
  content: "";
}

.icn-css3-alt:before {
  content: "";
}

.icn-cube:before {
  content: "";
}

.icn-cubes:before {
  content: "";
}

.icn-curling:before {
  content: "";
}

.icn-cut:before {
  content: "";
}

.icn-cuttlefish:before {
  content: "";
}

.icn-d-and-d:before {
  content: "";
}

.icn-d-and-d-beyond:before {
  content: "";
}

.icn-dagger:before {
  content: "";
}

.icn-dashcube:before {
  content: "";
}

.icn-database:before {
  content: "";
}

.icn-deaf:before {
  content: "";
}

.icn-delicious:before {
  content: "";
}

.icn-democrat:before {
  content: "";
}

.icn-deploydog:before {
  content: "";
}

.icn-deskpro:before {
  content: "";
}

.icn-desktop:before {
  content: "";
}

.icn-desktop-alt:before {
  content: "";
}

.icn-dev:before {
  content: "";
}

.icn-deviantart:before {
  content: "";
}

.icn-dewpoint:before {
  content: "";
}

.icn-dharmachakra:before {
  content: "";
}

.icn-diagnoses:before {
  content: "";
}

.icn-diamond:before {
  content: "";
}

.icn-dice:before {
  content: "";
}

.icn-dice-d10:before {
  content: "";
}

.icn-dice-d12:before {
  content: "";
}

.icn-dice-d20:before {
  content: "";
}

.icn-dice-d4:before {
  content: "";
}

.icn-dice-d6:before {
  content: "";
}

.icn-dice-d8:before {
  content: "";
}

.icn-dice-five:before {
  content: "";
}

.icn-dice-four:before {
  content: "";
}

.icn-dice-one:before {
  content: "";
}

.icn-dice-six:before {
  content: "";
}

.icn-dice-three:before {
  content: "";
}

.icn-dice-two:before {
  content: "";
}

.icn-digg:before {
  content: "";
}

.icn-digital-ocean:before {
  content: "";
}

.icn-digital-tachograph:before {
  content: "";
}

.icn-diploma:before {
  content: "";
}

.icn-directions:before {
  content: "";
}

.icn-discord:before {
  content: "";
}

.icn-discourse:before {
  content: "";
}

.icn-divide:before {
  content: "";
}

.icn-dizzy:before {
  content: "";
}

.icn-dna:before {
  content: "";
}

.icn-do-not-enter:before {
  content: "";
}

.icn-dochub:before {
  content: "";
}

.icn-docker:before {
  content: "";
}

.icn-dog:before {
  content: "";
}

.icn-dog-leashed:before {
  content: "";
}

.icn-dollar-sign:before {
  content: "";
}

.icn-dolly:before {
  content: "";
}

.icn-dolly-empty:before {
  content: "";
}

.icn-dolly-flatbed:before {
  content: "";
}

.icn-dolly-flatbed-alt:before {
  content: "";
}

.icn-dolly-flatbed-empty:before {
  content: "";
}

.icn-donate:before {
  content: "";
}

.icn-door-closed:before {
  content: "";
}

.icn-door-open:before {
  content: "";
}

.icn-dot-circle:before {
  content: "";
}

.icn-dove:before {
  content: "";
}

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

.icn-draft2digital:before {
  content: "";
}

.icn-drafting-compass:before {
  content: "";
}

.icn-dragon:before {
  content: "";
}

.icn-draw-circle:before {
  content: "";
}

.icn-draw-polygon:before {
  content: "";
}

.icn-draw-square:before {
  content: "";
}

.icn-dribbble:before {
  content: "";
}

.icn-dribbble-square:before {
  content: "";
}

.icn-dropbox:before {
  content: "";
}

.icn-drum:before {
  content: "";
}

.icn-drum-steelpan:before {
  content: "";
}

.icn-drumstick:before {
  content: "";
}

.icn-drumstick-bite:before {
  content: "";
}

.icn-drupal:before {
  content: "";
}

.icn-duck:before {
  content: "";
}

.icn-dumbbell:before {
  content: "";
}

.icn-dungeon:before {
  content: "";
}

.icn-dyalog:before {
  content: "";
}

.icn-ear:before {
  content: "";
}

.icn-earlybirds:before {
  content: "";
}

.icn-ebay:before {
  content: "";
}

.icn-eclipse:before {
  content: "";
}

.icn-eclipse-alt:before {
  content: "";
}

.icn-edge:before {
  content: "";
}

.icn-edit:before {
  content: "";
}

.icn-eject:before {
  content: "";
}

.icn-elementor:before {
  content: "";
}

.icn-elephant:before {
  content: "";
}

.icn-ellipsis-h:before {
  content: "";
}

.icn-ellipsis-h-alt:before {
  content: "";
}

.icn-ellipsis-v:before {
  content: "";
}

.icn-ellipsis-v-alt:before {
  content: "";
}

.icn-ello:before {
  content: "";
}

.icn-ember:before {
  content: "";
}

.icn-empire:before {
  content: "";
}

.icn-empty-set:before {
  content: "";
}

.icn-engine-warning:before {
  content: "";
}

.icn-envelope:before {
  content: "";
}

.icn-envelope-open:before {
  content: "";
}

.icn-envelope-open-dollar:before {
  content: "";
}

.icn-envelope-open-text:before {
  content: "";
}

.icn-envelope-square:before {
  content: "";
}

.icn-envira:before {
  content: "";
}

.icn-equals:before {
  content: "";
}

.icn-eraser:before {
  content: "";
}

.icn-erlang:before {
  content: "";
}

.icn-ethereum:before {
  content: "";
}

.icn-etsy:before {
  content: "";
}

.icn-euro-sign:before {
  content: "";
}

.icn-exchange:before {
  content: "";
}

.icn-exchange-alt:before {
  content: "";
}

.icn-exclamation:before {
  content: "";
}

.icn-exclamation-circle:before {
  content: "";
}

.icn-exclamation-square:before {
  content: "";
}

.icn-exclamation-triangle:before {
  content: "";
}

.icn-expand:before {
  content: "";
}

.icn-expand-alt:before {
  content: "";
}

.icn-expand-arrows:before {
  content: "";
}

.icn-expand-arrows-alt:before {
  content: "";
}

.icn-expand-wide:before {
  content: "";
}

.icn-expeditedssl:before {
  content: "";
}

.icn-external-link:before {
  content: "";
}

.icn-external-link-alt:before {
  content: "";
}

.icn-external-link-square:before {
  content: "";
}

.icn-external-link-square-alt:before {
  content: "";
}

.icn-eye:before {
  content: "";
}

.icn-eye-dropper:before {
  content: "";
}

.icn-eye-evil:before {
  content: "";
}

.icn-eye-slash:before {
  content: "";
}

.icn-facebook:before {
  content: "";
}

.icn-facebook-f:before {
  content: "";
}

.icn-facebook-messenger:before {
  content: "";
}

.icn-facebook-square:before {
  content: "";
}

.icn-fantasy-flight-games:before {
  content: "";
}

.icn-fast-backward:before {
  content: "";
}

.icn-fast-forward:before {
  content: "";
}

.icn-fax:before {
  content: "";
}

.icn-feather:before {
  content: "";
}

.icn-feather-alt:before {
  content: "";
}

.icn-female:before {
  content: "";
}

.icn-field-hockey:before {
  content: "";
}

.icn-fighter-jet:before {
  content: "";
}

.icn-file:before {
  content: "";
}

.icn-file-alt:before {
  content: "";
}

.icn-file-archive:before {
  content: "";
}

.icn-file-audio:before {
  content: "";
}

.icn-file-certificate:before {
  content: "";
}

.icn-file-chart-line:before {
  content: "";
}

.icn-file-chart-pie:before {
  content: "";
}

.icn-file-check:before {
  content: "";
}

.icn-file-code:before {
  content: "";
}

.icn-file-contract:before {
  content: "";
}

.icn-file-csv:before {
  content: "";
}

.icn-file-download:before {
  content: "";
}

.icn-file-edit:before {
  content: "";
}

.icn-file-excel:before {
  content: "";
}

.icn-file-exclamation:before {
  content: "";
}

.icn-file-export:before {
  content: "";
}

.icn-file-image:before {
  content: "";
}

.icn-file-import:before {
  content: "";
}

.icn-file-invoice:before {
  content: "";
}

.icn-file-invoice-dollar:before {
  content: "";
}

.icn-file-medical:before {
  content: "";
}

.icn-file-medical-alt:before {
  content: "";
}

.icn-file-minus:before {
  content: "";
}

.icn-file-pdf:before {
  content: "";
}

.icn-file-plus:before {
  content: "";
}

.icn-file-powerpoint:before {
  content: "";
}

.icn-file-prescription:before {
  content: "";
}

.icn-file-signature:before {
  content: "";
}

.icn-file-spreadsheet:before {
  content: "";
}

.icn-file-times:before {
  content: "";
}

.icn-file-upload:before {
  content: "";
}

.icn-file-user:before {
  content: "";
}

.icn-file-video:before {
  content: "";
}

.icn-file-word:before {
  content: "";
}

.icn-fill:before {
  content: "";
}

.icn-fill-drip:before {
  content: "";
}

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

.icn-film-alt:before {
  content: "";
}

.icn-filter:before {
  content: "";
}

.icn-fingerprint:before {
  content: "";
}

.icn-fire:before {
  content: "";
}

.icn-fire-extinguisher:before {
  content: "";
}

.icn-fire-smoke:before {
  content: "";
}

.icn-firefox:before {
  content: "";
}

.icn-first-aid:before {
  content: "";
}

.icn-first-order:before {
  content: "";
}

.icn-first-order-alt:before {
  content: "";
}

.icn-firstdraft:before {
  content: "";
}

.icn-fish:before {
  content: "";
}

.icn-fist-raised:before {
  content: "";
}

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

.icn-flag-alt:before {
  content: "";
}

.icn-flag-checkered:before {
  content: "";
}

.icn-flag-usa:before {
  content: "";
}

.icn-flame:before {
  content: "";
}

.icn-flask:before {
  content: "";
}

.icn-flask-poison:before {
  content: "";
}

.icn-flask-potion:before {
  content: "";
}

.icn-flickr:before {
  content: "";
}

.icn-flipboard:before {
  content: "";
}

.icn-flushed:before {
  content: "";
}

.icn-fly:before {
  content: "";
}

.icn-fog:before {
  content: "";
}

.icn-folder:before {
  content: "";
}

.icn-folder-minus:before {
  content: "";
}

.icn-folder-open:before {
  content: "";
}

.icn-folder-plus:before {
  content: "";
}

.icn-folder-times:before {
  content: "";
}

.icn-folders:before {
  content: "";
}

.icn-font:before {
  content: "";
}

.icn-font-awesome:before {
  content: "";
}

.icn-font-awesome-alt:before {
  content: "";
}

.icn-font-awesome-flag:before {
  content: "";
}

.icn-font-awesome-logo-full:before {
  content: "";
}

.icn-fonticons:before {
  content: "";
}

.icn-fonticons-fi:before {
  content: "";
}

.icn-football-ball:before {
  content: "";
}

.icn-football-helmet:before {
  content: "";
}

.icn-forklift:before {
  content: "";
}

.icn-fort-awesome:before {
  content: "";
}

.icn-fort-awesome-alt:before {
  content: "";
}

.icn-forumbee:before {
  content: "";
}

.icn-forward:before {
  content: "";
}

.icn-foursquare:before {
  content: "";
}

.icn-fragile:before {
  content: "";
}

.icn-free-code-camp:before {
  content: "";
}

.icn-freebsd:before {
  content: "";
}

.icn-frog:before {
  content: "";
}

.icn-frown:before {
  content: "";
}

.icn-frown-open:before {
  content: "";
}

.icn-fulcrum:before {
  content: "";
}

.icn-function:before {
  content: "";
}

.icn-funnel-dollar:before {
  content: "";
}

.icn-futbol:before {
  content: "";
}

.icn-galactic-republic:before {
  content: "";
}

.icn-galactic-senate:before {
  content: "";
}

.icn-gamepad:before {
  content: "";
}

.icn-gas-pump:before {
  content: "";
}

.icn-gas-pump-slash:before {
  content: "";
}

.icn-gavel:before {
  content: "";
}

.icn-gem:before {
  content: "";
}

.icn-genderless:before {
  content: "";
}

.icn-get-pocket:before {
  content: "";
}

.icn-gg:before {
  content: "";
}

.icn-gg-circle:before {
  content: "";
}

.icn-ghost:before {
  content: "";
}

.icn-gift:before {
  content: "";
}

.icn-gift-card:before {
  content: "";
}

.icn-git:before {
  content: "";
}

.icn-git-square:before {
  content: "";
}

.icn-github:before {
  content: "";
}

.icn-github-alt:before {
  content: "";
}

.icn-github-square:before {
  content: "";
}

.icn-gitkraken:before {
  content: "";
}

.icn-gitlab:before {
  content: "";
}

.icn-gitter:before {
  content: "";
}

.icn-glass-martini:before {
  content: "";
}

.icn-glass-martini-alt:before {
  content: "";
}

.icn-glasses:before {
  content: "";
}

.icn-glasses-alt:before {
  content: "";
}

.icn-glide:before {
  content: "";
}

.icn-glide-g:before {
  content: "";
}

.icn-globe:before {
  content: "";
}

.icn-globe-africa:before {
  content: "";
}

.icn-globe-americas:before {
  content: "";
}

.icn-globe-asia:before {
  content: "";
}

.icn-globe-stand:before {
  content: "";
}

.icn-gofore:before {
  content: "";
}

.icn-golf-ball:before {
  content: "";
}

.icn-golf-club:before {
  content: "";
}

.icn-goodreads:before {
  content: "";
}

.icn-goodreads-g:before {
  content: "";
}

.icn-google:before {
  content: "";
}

.icn-google-drive:before {
  content: "";
}

.icn-google-play:before {
  content: "";
}

.icn-google-plus:before {
  content: "";
}

.icn-google-plus-g:before {
  content: "";
}

.icn-google-plus-square:before {
  content: "";
}

.icn-google-wallet:before {
  content: "";
}

.icn-gopuram:before {
  content: "";
}

.icn-graduation-cap:before {
  content: "";
}

.icn-gratipay:before {
  content: "";
}

.icn-grav:before {
  content: "";
}

.icn-greater-than:before {
  content: "";
}

.icn-greater-than-equal:before {
  content: "";
}

.icn-grimace:before {
  content: "";
}

.icn-grin:before {
  content: "";
}

.icn-grin-alt:before {
  content: "";
}

.icn-grin-beam:before {
  content: "";
}

.icn-grin-beam-sweat:before {
  content: "";
}

.icn-grin-hearts:before {
  content: "";
}

.icn-grin-squint:before {
  content: "";
}

.icn-grin-squint-tears:before {
  content: "";
}

.icn-grin-stars:before {
  content: "";
}

.icn-grin-tears:before {
  content: "";
}

.icn-grin-tongue:before {
  content: "";
}

.icn-grin-tongue-squint:before {
  content: "";
}

.icn-grin-tongue-wink:before {
  content: "";
}

.icn-grin-wink:before {
  content: "";
}

.icn-grip-horizontal:before {
  content: "";
}

.icn-grip-vertical:before {
  content: "";
}

.icn-gripfire:before {
  content: "";
}

.icn-grunt:before {
  content: "";
}

.icn-gulp:before {
  content: "";
}

.icn-h-square:before {
  content: "";
}

.icn-h1:before {
  content: "";
}

.icn-h2:before {
  content: "";
}

.icn-h3:before {
  content: "";
}

.icn-hacker-news:before {
  content: "";
}

.icn-hacker-news-square:before {
  content: "";
}

.icn-hackerrank:before {
  content: "";
}

.icn-hammer:before {
  content: "";
}

.icn-hammer-war:before {
  content: "";
}

.icn-hamsa:before {
  content: "";
}

.icn-hand-heart:before {
  content: "";
}

.icn-hand-holding:before {
  content: "";
}

.icn-hand-holding-box:before {
  content: "";
}

.icn-hand-holding-heart:before {
  content: "";
}

.icn-hand-holding-magic:before {
  content: "";
}

.icn-hand-holding-seedling:before {
  content: "";
}

.icn-hand-holding-usd:before {
  content: "";
}

.icn-hand-holding-water:before {
  content: "";
}

.icn-hand-lizard:before {
  content: "";
}

.icn-hand-paper:before {
  content: "";
}

.icn-hand-peace:before {
  content: "";
}

.icn-hand-point-down:before {
  content: "";
}

.icn-hand-point-left:before {
  content: "";
}

.icn-hand-point-right:before {
  content: "";
}

.icn-hand-point-up:before {
  content: "";
}

.icn-hand-pointer:before {
  content: "";
}

.icn-hand-receiving:before {
  content: "";
}

.icn-hand-rock:before {
  content: "";
}

.icn-hand-scissors:before {
  content: "";
}

.icn-hand-spock:before {
  content: "";
}

.icn-hands:before {
  content: "";
}

.icn-hands-heart:before {
  content: "";
}

.icn-hands-helping:before {
  content: "";
}

.icn-hands-usd:before {
  content: "";
}

.icn-handshake:before {
  content: "";
}

.icn-handshake-alt:before {
  content: "";
}

.icn-hanukiah:before {
  content: "";
}

.icn-hashtag:before {
  content: "";
}

.icn-hat-witch:before {
  content: "";
}

.icn-hat-wizard:before {
  content: "";
}

.icn-haykal:before {
  content: "";
}

.icn-hdd:before {
  content: "";
}

.icn-head-side:before {
  content: "";
}

.icn-head-vr:before {
  content: "";
}

.icn-heading:before {
  content: "";
}

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

.icn-headphones-alt:before {
  content: "";
}

.icn-headset:before {
  content: "";
}

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

.icn-heart-circle:before {
  content: "";
}

.icn-heart-rate:before {
  content: "";
}

.icn-heart-square:before {
  content: "";
}

.icn-heartbeat:before {
  content: "";
}

.icn-helicopter:before {
  content: "";
}

.icn-helmet-battle:before {
  content: "";
}

.icn-hexagon:before {
  content: "";
}

.icn-highlighter:before {
  content: "";
}

.icn-hiking:before {
  content: "";
}

.icn-hippo:before {
  content: "";
}

.icn-hips:before {
  content: "";
}

.icn-hire-a-helper:before {
  content: "";
}

.icn-history:before {
  content: "";
}

.icn-hockey-mask:before {
  content: "";
}

.icn-hockey-puck:before {
  content: "";
}

.icn-hockey-sticks:before {
  content: "";
}

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

.icn-home-heart:before {
  content: "";
}

.icn-hood-cloak:before {
  content: "";
}

.icn-hooli:before {
  content: "";
}

.icn-hornbill:before {
  content: "";
}

.icn-horse:before {
  content: "";
}

.icn-hospital:before {
  content: "";
}

.icn-hospital-alt:before {
  content: "";
}

.icn-hospital-symbol:before {
  content: "";
}

.icn-hot-tub:before {
  content: "";
}

.icn-hotel:before {
  content: "";
}

.icn-hotjar:before {
  content: "";
}

.icn-hourglass:before {
  content: "";
}

.icn-hourglass-end:before {
  content: "";
}

.icn-hourglass-half:before {
  content: "";
}

.icn-hourglass-start:before {
  content: "";
}

.icn-house-damage:before {
  content: "";
}

.icn-house-flood:before {
  content: "";
}

.icn-houzz:before {
  content: "";
}

.icn-hryvnia:before {
  content: "";
}

.icn-html5:before {
  content: "";
}

.icn-hubspot:before {
  content: "";
}

.icn-humidity:before {
  content: "";
}

.icn-hurricane:before {
  content: "";
}

.icn-i-cursor:before {
  content: "";
}

.icn-id-badge:before {
  content: "";
}

.icn-id-card:before {
  content: "";
}

.icn-id-card-alt:before {
  content: "";
}

.icn-image:before {
  content: "";
}

.icn-images:before {
  content: "";
}

.icn-imdb:before {
  content: "";
}

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

.icn-inbox-in:before {
  content: "";
}

.icn-inbox-out:before {
  content: "";
}

.icn-indent:before {
  content: "";
}

.icn-industry:before {
  content: "";
}

.icn-industry-alt:before {
  content: "";
}

.icn-infinity:before {
  content: "";
}

.icn-info:before {
  content: "";
}

.icn-info-circle:before {
  content: "";
}

.icn-info-square:before {
  content: "";
}

.icn-inhaler:before {
  content: "";
}

.icn-instagram:before {
  content: "";
}

.icn-integral:before {
  content: "";
}

.icn-internet-explorer:before {
  content: "";
}

.icn-intersection:before {
  content: "";
}

.icn-inventory:before {
  content: "";
}

.icn-ioxhost:before {
  content: "";
}

.icn-italic:before {
  content: "";
}

.icn-itunes:before {
  content: "";
}

.icn-itunes-note:before {
  content: "";
}

.icn-jack-o-lantern:before {
  content: "";
}

.icn-java:before {
  content: "";
}

.icn-jedi:before {
  content: "";
}

.icn-jedi-order:before {
  content: "";
}

.icn-jenkins:before {
  content: "";
}

.icn-joget:before {
  content: "";
}

.icn-joint:before {
  content: "";
}

.icn-joomla:before {
  content: "";
}

.icn-journal-whills:before {
  content: "";
}

.icn-js:before {
  content: "";
}

.icn-js-square:before {
  content: "";
}

.icn-jsfiddle:before {
  content: "";
}

.icn-kaaba:before {
  content: "";
}

.icn-kaggle:before {
  content: "";
}

.icn-key:before {
  content: "";
}

.icn-key-skeleton:before {
  content: "";
}

.icn-keybase:before {
  content: "";
}

.icn-keyboard:before {
  content: "";
}

.icn-keycdn:before {
  content: "";
}

.icn-keynote:before {
  content: "";
}

.icn-khanda:before {
  content: "";
}

.icn-kickstarter:before {
  content: "";
}

.icn-kickstarter-k:before {
  content: "";
}

.icn-kidneys:before {
  content: "";
}

.icn-kiss:before {
  content: "";
}

.icn-kiss-beam:before {
  content: "";
}

.icn-kiss-wink-heart:before {
  content: "";
}

.icn-kite:before {
  content: "";
}

.icn-kiwi-bird:before {
  content: "";
}

.icn-knife-kitchen:before {
  content: "";
}

.icn-korvue:before {
  content: "";
}

.icn-lambda:before {
  content: "";
}

.icn-lamp:before {
  content: "";
}

.icn-landmark:before {
  content: "";
}

.icn-landmark-alt:before {
  content: "";
}

.icn-language:before {
  content: "";
}

.icn-laptop:before {
  content: "";
}

.icn-laptop-code:before {
  content: "";
}

.icn-laravel:before {
  content: "";
}

.icn-lastfm:before {
  content: "";
}

.icn-lastfm-square:before {
  content: "";
}

.icn-laugh:before {
  content: "";
}

.icn-laugh-beam:before {
  content: "";
}

.icn-laugh-squint:before {
  content: "";
}

.icn-laugh-wink:before {
  content: "";
}

.icn-layer-group:before {
  content: "";
}

.icn-layer-minus:before {
  content: "";
}

.icn-layer-plus:before {
  content: "";
}

.icn-leaf:before {
  content: "";
}

.icn-leaf-heart:before {
  content: "";
}

.icn-leaf-maple:before {
  content: "";
}

.icn-leaf-oak:before {
  content: "";
}

.icn-leanpub:before {
  content: "";
}

.icn-lemon:before {
  content: "";
}

.icn-less:before {
  content: "";
}

.icn-less-than:before {
  content: "";
}

.icn-less-than-equal:before {
  content: "";
}

.icn-level-down:before {
  content: "";
}

.icn-level-down-alt:before {
  content: "";
}

.icn-level-up:before {
  content: "";
}

.icn-level-up-alt:before {
  content: "";
}

.icn-life-ring:before {
  content: "";
}

.icn-lightbulb:before {
  content: "";
}

.icn-lightbulb-dollar:before {
  content: "";
}

.icn-lightbulb-exclamation:before {
  content: "";
}

.icn-lightbulb-on:before {
  content: "";
}

.icn-lightbulb-slash:before {
  content: "";
}

.icn-line:before {
  content: "";
}

.icn-link:before {
  content: "";
}

.icn-linkedin:before {
  content: "";
}

.icn-linkedin-in:before {
  content: "";
}

.icn-linode:before {
  content: "";
}

.icn-linux:before {
  content: "";
}

.icn-lips:before {
  content: "";
}

.icn-lira-sign:before {
  content: "";
}

.icn-list:before {
  content: "";
}

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

.icn-list-ol:before {
  content: "";
}

.icn-list-ul:before {
  content: "";
}

.icn-location:before {
  content: "";
}

.icn-location-arrow:before {
  content: "";
}

.icn-location-circle:before {
  content: "";
}

.icn-location-slash:before {
  content: "";
}

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

.icn-lock-alt:before {
  content: "";
}

.icn-lock-open:before {
  content: "";
}

.icn-lock-open-alt:before {
  content: "";
}

.icn-long-arrow-alt-down:before {
  content: "";
}

.icn-long-arrow-alt-left:before {
  content: "";
}

.icn-long-arrow-alt-right:before {
  content: "";
}

.icn-long-arrow-alt-up:before {
  content: "";
}

.icn-long-arrow-down:before {
  content: "";
}

.icn-long-arrow-left:before {
  content: "";
}

.icn-long-arrow-right:before {
  content: "";
}

.icn-long-arrow-up:before {
  content: "";
}

.icn-loveseat:before {
  content: "";
}

.icn-low-vision:before {
  content: "";
}

.icn-luchador:before {
  content: "";
}

.icn-luggage-cart:before {
  content: "";
}

.icn-lungs:before {
  content: "";
}

.icn-lyft:before {
  content: "";
}

.icn-mace:before {
  content: "";
}

.icn-magento:before {
  content: "";
}

.icn-magic:before {
  content: "";
}

.icn-magnet:before {
  content: "";
}

.icn-mail-bulk:before {
  content: "";
}

.icn-mailchimp:before {
  content: "";
}

.icn-male:before {
  content: "";
}

.icn-mandalorian:before {
  content: "";
}

.icn-mandolin:before {
  content: "";
}

.icn-map:before {
  content: "";
}

.icn-map-marked:before {
  content: "";
}

.icn-map-marked-alt:before {
  content: "";
}

.icn-map-marker:before {
  content: "";
}

.icn-map-marker-alt:before {
  content: "";
}

.icn-map-marker-alt-slash:before {
  content: "";
}

.icn-map-marker-check:before {
  content: "";
}

.icn-map-marker-edit:before {
  content: "";
}

.icn-map-marker-exclamation:before {
  content: "";
}

.icn-map-marker-minus:before {
  content: "";
}

.icn-map-marker-plus:before {
  content: "";
}

.icn-map-marker-question:before {
  content: "";
}

.icn-map-marker-slash:before {
  content: "";
}

.icn-map-marker-smile:before {
  content: "";
}

.icn-map-marker-times:before {
  content: "";
}

.icn-map-pin:before {
  content: "";
}

.icn-map-signs:before {
  content: "";
}

.icn-markdown:before {
  content: "";
}

.icn-marker:before {
  content: "";
}

.icn-mars:before {
  content: "";
}

.icn-mars-double:before {
  content: "";
}

.icn-mars-stroke:before {
  content: "";
}

.icn-mars-stroke-h:before {
  content: "";
}

.icn-mars-stroke-v:before {
  content: "";
}

.icn-mask:before {
  content: "";
}

.icn-mastodon:before {
  content: "";
}

.icn-maxcdn:before {
  content: "";
}

.icn-medal:before {
  content: "";
}

.icn-medapps:before {
  content: "";
}

.icn-medium:before {
  content: "";
}

.icn-medium-m:before {
  content: "";
}

.icn-medkit:before {
  content: "";
}

.icn-medrt:before {
  content: "";
}

.icn-meetup:before {
  content: "";
}

.icn-megaphone:before {
  content: "";
}

.icn-megaport:before {
  content: "";
}

.icn-meh:before {
  content: "";
}

.icn-meh-blank:before {
  content: "";
}

.icn-meh-rolling-eyes:before {
  content: "";
}

.icn-memory:before {
  content: "";
}

.icn-menorah:before {
  content: "";
}

.icn-mercury:before {
  content: "";
}

.icn-meteor:before {
  content: "";
}

.icn-microchip:before {
  content: "";
}

.icn-microphone:before {
  content: "";
}

.icn-microphone-alt:before {
  content: "";
}

.icn-microphone-alt-slash:before {
  content: "";
}

.icn-microphone-slash:before {
  content: "";
}

.icn-microscope:before {
  content: "";
}

.icn-microsoft:before {
  content: "";
}

.icn-mind-share:before {
  content: "";
}

.icn-minus:before {
  content: "";
}

.icn-minus-circle:before {
  content: "";
}

.icn-minus-hexagon:before {
  content: "";
}

.icn-minus-octagon:before {
  content: "";
}

.icn-minus-square:before {
  content: "";
}

.icn-mix:before {
  content: "";
}

.icn-mixcloud:before {
  content: "";
}

.icn-mizuni:before {
  content: "";
}

.icn-mobile:before {
  content: "";
}

.icn-mobile-alt:before {
  content: "";
}

.icn-mobile-android:before {
  content: "";
}

.icn-mobile-android-alt:before {
  content: "";
}

.icn-modx:before {
  content: "";
}

.icn-monero:before {
  content: "";
}

.icn-money-bill:before {
  content: "";
}

.icn-money-bill-alt:before {
  content: "";
}

.icn-money-bill-wave:before {
  content: "";
}

.icn-money-bill-wave-alt:before {
  content: "";
}

.icn-money-check:before {
  content: "";
}

.icn-money-check-alt:before {
  content: "";
}

.icn-monitor-heart-rate:before {
  content: "";
}

.icn-monkey:before {
  content: "";
}

.icn-monument:before {
  content: "";
}

.icn-moon:before {
  content: "";
}

.icn-moon-cloud:before {
  content: "";
}

.icn-moon-stars:before {
  content: "";
}

.icn-mortar-pestle:before {
  content: "";
}

.icn-mosque:before {
  content: "";
}

.icn-motorcycle:before {
  content: "";
}

.icn-mountain:before {
  content: "";
}

.icn-mountains:before {
  content: "";
}

.icn-mouse-pointer:before {
  content: "";
}

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

.icn-napster:before {
  content: "";
}

.icn-narwhal:before {
  content: "";
}

.icn-neos:before {
  content: "";
}

.icn-network-wired:before {
  content: "";
}

.icn-neuter:before {
  content: "";
}

.icn-newspaper:before {
  content: "";
}

.icn-nimblr:before {
  content: "";
}

.icn-nintendo-switch:before {
  content: "";
}

.icn-node:before {
  content: "";
}

.icn-node-js:before {
  content: "";
}

.icn-not-equal:before {
  content: "";
}

.icn-notes-medical:before {
  content: "";
}

.icn-npm:before {
  content: "";
}

.icn-ns8:before {
  content: "";
}

.icn-nutritionix:before {
  content: "";
}

.icn-object-group:before {
  content: "";
}

.icn-object-ungroup:before {
  content: "";
}

.icn-octagon:before {
  content: "";
}

.icn-odnoklassniki:before {
  content: "";
}

.icn-odnoklassniki-square:before {
  content: "";
}

.icn-oil-can:before {
  content: "";
}

.icn-oil-temp:before {
  content: "";
}

.icn-old-republic:before {
  content: "";
}

.icn-om:before {
  content: "";
}

.icn-omega:before {
  content: "";
}

.icn-opencart:before {
  content: "";
}

.icn-openid:before {
  content: "";
}

.icn-opera:before {
  content: "";
}

.icn-optin-monster:before {
  content: "";
}

.icn-osi:before {
  content: "";
}

.icn-otter:before {
  content: "";
}

.icn-outdent:before {
  content: "";
}

.icn-page4:before {
  content: "";
}

.icn-pagelines:before {
  content: "";
}

.icn-paint-brush:before {
  content: "";
}

.icn-paint-brush-alt:before {
  content: "";
}

.icn-paint-roller:before {
  content: "";
}

.icn-palette:before {
  content: "";
}

.icn-palfed:before {
  content: "";
}

.icn-pallet:before {
  content: "";
}

.icn-pallet-alt:before {
  content: "";
}

.icn-paper-plane:before {
  content: "";
}

.icn-paperclip:before {
  content: "";
}

.icn-parachute-box:before {
  content: "";
}

.icn-paragraph:before {
  content: "";
}

.icn-parking:before {
  content: "";
}

.icn-parking-circle:before {
  content: "";
}

.icn-parking-circle-slash:before {
  content: "";
}

.icn-parking-slash:before {
  content: "";
}

.icn-passport:before {
  content: "";
}

.icn-pastafarianism:before {
  content: "";
}

.icn-paste:before {
  content: "";
}

.icn-patreon:before {
  content: "";
}

.icn-pause:before {
  content: "";
}

.icn-pause-circle:before {
  content: "";
}

.icn-paw:before {
  content: "";
}

.icn-paw-alt:before {
  content: "";
}

.icn-paw-claws:before {
  content: "";
}

.icn-paypal:before {
  content: "";
}

.icn-peace:before {
  content: "";
}

.icn-pegasus:before {
  content: "";
}

.icn-pen:before {
  content: "";
}

.icn-pen-alt:before {
  content: "";
}

.icn-pen-fancy:before {
  content: "";
}

.icn-pen-nib:before {
  content: "";
}

.icn-pen-square:before {
  content: "";
}

.icn-pencil:before {
  content: "";
}

.icn-pencil-alt:before {
  content: "";
}

.icn-pencil-paintbrush:before {
  content: "";
}

.icn-pencil-ruler:before {
  content: "";
}

.icn-pennant:before {
  content: "";
}

.icn-penny-arcade:before {
  content: "";
}

.icn-people-carry:before {
  content: "";
}

.icn-percent:before {
  content: "";
}

.icn-percentage:before {
  content: "";
}

.icn-periscope:before {
  content: "";
}

.icn-person-booth:before {
  content: "";
}

.icn-person-carry:before {
  content: "";
}

.icn-person-dolly:before {
  content: "";
}

.icn-person-dolly-empty:before {
  content: "";
}

.icn-person-sign:before {
  content: "";
}

.icn-phabricator:before {
  content: "";
}

.icn-phoenix-framework:before {
  content: "";
}

.icn-phoenix-squadron:before {
  content: "";
}

.icn-phone:before {
  content: "";
}

.icn-phone-office:before {
  content: "";
}

.icn-phone-plus:before {
  content: "";
}

.icn-phone-slash:before {
  content: "";
}

.icn-phone-square:before {
  content: "";
}

.icn-phone-volume:before {
  content: "";
}

.icn-php:before {
  content: "";
}

.icn-pi:before {
  content: "";
}

.icn-pie:before {
  content: "";
}

.icn-pied-piper:before {
  content: "";
}

.icn-pied-piper-alt:before {
  content: "";
}

.icn-pied-piper-hat:before {
  content: "";
}

.icn-pied-piper-pp:before {
  content: "";
}

.icn-pig:before {
  content: "";
}

.icn-piggy-bank:before {
  content: "";
}

.icn-pills:before {
  content: "";
}

.icn-pinterest:before {
  content: "";
}

.icn-pinterest-p:before {
  content: "";
}

.icn-pinterest-square:before {
  content: "";
}

.icn-place-of-worship:before {
  content: "";
}

.icn-plane:before {
  content: "";
}

.icn-plane-alt:before {
  content: "";
}

.icn-plane-arrival:before {
  content: "";
}

.icn-plane-departure:before {
  content: "";
}

.icn-play:before {
  content: "";
}

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

.icn-playstation:before {
  content: "";
}

.icn-plug:before {
  content: "";
}

.icn-plus:before {
  content: "";
}

.icn-plus-circle:before {
  content: "";
}

.icn-plus-hexagon:before {
  content: "";
}

.icn-plus-octagon:before {
  content: "";
}

.icn-plus-square:before {
  content: "";
}

.icn-podcast:before {
  content: "";
}

.icn-podium:before {
  content: "";
}

.icn-podium-star:before {
  content: "";
}

.icn-poll:before {
  content: "";
}

.icn-poll-h:before {
  content: "";
}

.icn-poll-people:before {
  content: "";
}

.icn-poo:before {
  content: "";
}

.icn-poo-storm:before {
  content: "";
}

.icn-poop:before {
  content: "";
}

.icn-portrait:before {
  content: "";
}

.icn-pound-sign:before {
  content: "";
}

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

.icn-pray:before {
  content: "";
}

.icn-praying-hands:before {
  content: "";
}

.icn-prescription:before {
  content: "";
}

.icn-prescription-bottle:before {
  content: "";
}

.icn-prescription-bottle-alt:before {
  content: "";
}

.icn-presentation:before {
  content: "";
}

.icn-print:before {
  content: "";
}

.icn-print-slash:before {
  content: "";
}

.icn-procedures:before {
  content: "";
}

.icn-product-hunt:before {
  content: "";
}

.icn-project-diagram:before {
  content: "";
}

.icn-pumpkin:before {
  content: "";
}

.icn-pushed:before {
  content: "";
}

.icn-puzzle-piece:before {
  content: "";
}

.icn-python:before {
  content: "";
}

.icn-qq:before {
  content: "";
}

.icn-qrcode:before {
  content: "";
}

.icn-question:before {
  content: "";
}

.icn-question-circle:before {
  content: "";
}

.icn-question-square:before {
  content: "";
}

.icn-quidditch:before {
  content: "";
}

.icn-quinscape:before {
  content: "";
}

.icn-quora:before {
  content: "";
}

.icn-quote-left:before {
  content: "";
}

.icn-quote-right:before {
  content: "";
}

.icn-quran:before {
  content: "";
}

.icn-r-project:before {
  content: "";
}

.icn-rabbit:before {
  content: "";
}

.icn-rabbit-fast:before {
  content: "";
}

.icn-racquet:before {
  content: "";
}

.icn-rainbow:before {
  content: "";
}

.icn-raindrops:before {
  content: "";
}

.icn-ram:before {
  content: "";
}

.icn-ramp-loading:before {
  content: "";
}

.icn-random:before {
  content: "";
}

.icn-ravelry:before {
  content: "";
}

.icn-react:before {
  content: "";
}

.icn-reacteurope:before {
  content: "";
}

.icn-readme:before {
  content: "";
}

.icn-rebel:before {
  content: "";
}

.icn-receipt:before {
  content: "";
}

.icn-rectangle-landscape:before {
  content: "";
}

.icn-rectangle-portrait:before {
  content: "";
}

.icn-rectangle-wide:before {
  content: "";
}

.icn-recycle:before {
  content: "";
}

.icn-red-river:before {
  content: "";
}

.icn-reddit:before {
  content: "";
}

.icn-reddit-alien:before {
  content: "";
}

.icn-reddit-square:before {
  content: "";
}

.icn-redo:before {
  content: "";
}

.icn-redo-alt:before {
  content: "";
}

.icn-registered:before {
  content: "";
}

.icn-renren:before {
  content: "";
}

.icn-repeat:before {
  content: "";
}

.icn-repeat-1:before {
  content: "";
}

.icn-repeat-1-alt:before {
  content: "";
}

.icn-repeat-alt:before {
  content: "";
}

.icn-reply:before {
  content: "";
}

.icn-reply-all:before {
  content: "";
}

.icn-replyd:before {
  content: "";
}

.icn-republican:before {
  content: "";
}

.icn-researchgate:before {
  content: "";
}

.icn-resolving:before {
  content: "";
}

.icn-retweet:before {
  content: "";
}

.icn-retweet-alt:before {
  content: "";
}

.icn-rev:before {
  content: "";
}

.icn-ribbon:before {
  content: "";
}

.icn-ring:before {
  content: "";
}

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

.icn-robot:before {
  content: "";
}

.icn-rocket:before {
  content: "";
}

.icn-rocketchat:before {
  content: "";
}

.icn-rockrms:before {
  content: "";
}

.icn-route:before {
  content: "";
}

.icn-route-highway:before {
  content: "";
}

.icn-route-interstate:before {
  content: "";
}

.icn-rss:before {
  content: "";
}

.icn-rss-square:before {
  content: "";
}

.icn-ruble-sign:before {
  content: "";
}

.icn-ruler:before {
  content: "";
}

.icn-ruler-combined:before {
  content: "";
}

.icn-ruler-horizontal:before {
  content: "";
}

.icn-ruler-triangle:before {
  content: "";
}

.icn-ruler-vertical:before {
  content: "";
}

.icn-running:before {
  content: "";
}

.icn-rupee-sign:before {
  content: "";
}

.icn-sad-cry:before {
  content: "";
}

.icn-sad-tear:before {
  content: "";
}

.icn-safari:before {
  content: "";
}

.icn-sass:before {
  content: "";
}

.icn-save:before {
  content: "";
}

.icn-scalpel:before {
  content: "";
}

.icn-scalpel-path:before {
  content: "";
}

.icn-scanner:before {
  content: "";
}

.icn-scanner-keyboard:before {
  content: "";
}

.icn-scanner-touchscreen:before {
  content: "";
}

.icn-scarecrow:before {
  content: "";
}

.icn-schlix:before {
  content: "";
}

.icn-school:before {
  content: "";
}

.icn-screwdriver:before {
  content: "";
}

.icn-scribd:before {
  content: "";
}

.icn-scroll:before {
  content: "";
}

.icn-scroll-old:before {
  content: "";
}

.icn-scrubber:before {
  content: "";
}

.icn-scythe:before {
  content: "";
}

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

.icn-search-dollar:before {
  content: "";
}

.icn-search-location:before {
  content: "";
}

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

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

.icn-searchengin:before {
  content: "";
}

.icn-seedling:before {
  content: "";
}

.icn-sellcast:before {
  content: "";
}

.icn-sellsy:before {
  content: "";
}

.icn-server:before {
  content: "";
}

.icn-servicestack:before {
  content: "";
}

.icn-shapes:before {
  content: "";
}

.icn-share:before {
  content: "";
}

.icn-share-all:before {
  content: "";
}

.icn-share-alt:before {
  content: "";
}

.icn-share-alt-square:before {
  content: "";
}

.icn-share-square:before {
  content: "";
}

.icn-sheep:before {
  content: "";
}

.icn-shekel-sign:before {
  content: "";
}

.icn-shield:before {
  content: "";
}

.icn-shield-alt:before {
  content: "";
}

.icn-shield-check:before {
  content: "";
}

.icn-shield-cross:before {
  content: "";
}

.icn-ship:before {
  content: "";
}

.icn-shipping-fast:before {
  content: "";
}

.icn-shipping-timed:before {
  content: "";
}

.icn-shirtsinbulk:before {
  content: "";
}

.icn-shoe-prints:before {
  content: "";
}

.icn-shopping-bag:before {
  content: "";
}

.icn-shopping-basket:before {
  content: "";
}

.icn-shopping-cart:before {
  content: "";
}

.icn-shopware:before {
  content: "";
}

.icn-shovel:before {
  content: "";
}

.icn-shower:before {
  content: "";
}

.icn-shredder:before {
  content: "";
}

.icn-shuttle-van:before {
  content: "";
}

.icn-shuttlecock:before {
  content: "";
}

.icn-sigma:before {
  content: "";
}

.icn-sign:before {
  content: "";
}

.icn-sign-in:before {
  content: "";
}

.icn-sign-in-alt:before {
  content: "";
}

.icn-sign-language:before {
  content: "";
}

.icn-sign-out:before {
  content: "";
}

.icn-sign-out-alt:before {
  content: "";
}

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

.icn-signal-1:before {
  content: "";
}

.icn-signal-2:before {
  content: "";
}

.icn-signal-3:before {
  content: "";
}

.icn-signal-4:before {
  content: "";
}

.icn-signal-alt:before {
  content: "";
}

.icn-signal-alt-1:before {
  content: "";
}

.icn-signal-alt-2:before {
  content: "";
}

.icn-signal-alt-3:before {
  content: "";
}

.icn-signal-alt-slash:before {
  content: "";
}

.icn-signal-slash:before {
  content: "";
}

.icn-signature:before {
  content: "";
}

.icn-simplybuilt:before {
  content: "";
}

.icn-sistrix:before {
  content: "";
}

.icn-sitemap:before {
  content: "";
}

.icn-sith:before {
  content: "";
}

.icn-skeleton:before {
  content: "";
}

.icn-skull:before {
  content: "";
}

.icn-skull-crossbones:before {
  content: "";
}

.icn-skyatlas:before {
  content: "";
}

.icn-skype:before {
  content: "";
}

.icn-slack:before {
  content: "";
}

.icn-slack-hash:before {
  content: "";
}

.icn-slash:before {
  content: "";
}

.icn-sliders-h:before {
  content: "";
}

.icn-sliders-h-square:before {
  content: "";
}

.icn-sliders-v:before {
  content: "";
}

.icn-sliders-v-square:before {
  content: "";
}

.icn-slideshare:before {
  content: "";
}

.icn-smile:before {
  content: "";
}

.icn-smile-beam:before {
  content: "";
}

.icn-smile-plus:before {
  content: "";
}

.icn-smile-wink:before {
  content: "";
}

.icn-smog:before {
  content: "";
}

.icn-smoke:before {
  content: "";
}

.icn-smoking:before {
  content: "";
}

.icn-smoking-ban:before {
  content: "";
}

.icn-snake:before {
  content: "";
}

.icn-snapchat:before {
  content: "";
}

.icn-snapchat-ghost:before {
  content: "";
}

.icn-snapchat-square:before {
  content: "";
}

.icn-snow-blowing:before {
  content: "";
}

.icn-snowflake:before {
  content: "";
}

.icn-socks:before {
  content: "";
}

.icn-solar-panel:before {
  content: "";
}

.icn-sort:before {
  content: "";
}

.icn-sort-alpha-down:before {
  content: "";
}

.icn-sort-alpha-up:before {
  content: "";
}

.icn-sort-amount-down:before {
  content: "";
}

.icn-sort-amount-up:before {
  content: "";
}

.icn-sort-down:before {
  content: "";
}

.icn-sort-numeric-down:before {
  content: "";
}

.icn-sort-numeric-up:before {
  content: "";
}

.icn-sort-up:before {
  content: "";
}

.icn-soundcloud:before {
  content: "";
}

.icn-spa:before {
  content: "";
}

.icn-space-shuttle:before {
  content: "";
}

.icn-spade:before {
  content: "";
}

.icn-speakap:before {
  content: "";
}

.icn-spider:before {
  content: "";
}

.icn-spider-black-widow:before {
  content: "";
}

.icn-spider-web:before {
  content: "";
}

.icn-spinner:before {
  content: "";
}

.icn-spinner-third:before {
  content: "";
}

.icn-splotch:before {
  content: "";
}

.icn-spotify:before {
  content: "";
}

.icn-spray-can:before {
  content: "";
}

.icn-square:before {
  content: "";
}

.icn-square-full:before {
  content: "";
}

.icn-square-root:before {
  content: "";
}

.icn-square-root-alt:before {
  content: "";
}

.icn-squarespace:before {
  content: "";
}

.icn-squirrel:before {
  content: "";
}

.icn-stack-exchange:before {
  content: "";
}

.icn-stack-overflow:before {
  content: "";
}

.icn-staff:before {
  content: "";
}

.icn-stamp:before {
  content: "";
}

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

.icn-star-and-crescent:before {
  content: "";
}

.icn-star-exclamation:before {
  content: "";
}

.icn-star-half:before {
  content: "";
}

.icn-star-half-alt:before {
  content: "";
}

.icn-star-of-david:before {
  content: "";
}

.icn-star-of-life:before {
  content: "";
}

.icn-stars:before {
  content: "";
}

.icn-staylinked:before {
  content: "";
}

.icn-steam:before {
  content: "";
}

.icn-steam-square:before {
  content: "";
}

.icn-steam-symbol:before {
  content: "";
}

.icn-steering-wheel:before {
  content: "";
}

.icn-step-backward:before {
  content: "";
}

.icn-step-forward:before {
  content: "";
}

.icn-stethoscope:before {
  content: "";
}

.icn-sticker-mule:before {
  content: "";
}

.icn-sticky-note:before {
  content: "";
}

.icn-stomach:before {
  content: "";
}

.icn-stop:before {
  content: "";
}

.icn-stop-circle:before {
  content: "";
}

.icn-stopwatch:before {
  content: "";
}

.icn-store:before {
  content: "";
}

.icn-store-alt:before {
  content: "";
}

.icn-strava:before {
  content: "";
}

.icn-stream:before {
  content: "";
}

.icn-street-view:before {
  content: "";
}

.icn-strikethrough:before {
  content: "";
}

.icn-stripe:before {
  content: "";
}

.icn-stripe-s:before {
  content: "";
}

.icn-stroopwafel:before {
  content: "";
}

.icn-studiovinari:before {
  content: "";
}

.icn-stumbleupon:before {
  content: "";
}

.icn-stumbleupon-circle:before {
  content: "";
}

.icn-subscript:before {
  content: "";
}

.icn-subway:before {
  content: "";
}

.icn-suitcase:before {
  content: "";
}

.icn-suitcase-rolling:before {
  content: "";
}

.icn-sun:before {
  content: "";
}

.icn-sun-cloud:before {
  content: "";
}

.icn-sun-dust:before {
  content: "";
}

.icn-sun-haze:before {
  content: "";
}

.icn-sunrise:before {
  content: "";
}

.icn-sunset:before {
  content: "";
}

.icn-superpowers:before {
  content: "";
}

.icn-superscript:before {
  content: "";
}

.icn-supple:before {
  content: "";
}

.icn-surprise:before {
  content: "";
}

.icn-swatchbook:before {
  content: "";
}

.icn-swimmer:before {
  content: "";
}

.icn-swimming-pool:before {
  content: "";
}

.icn-sword:before {
  content: "";
}

.icn-swords:before {
  content: "";
}

.icn-synagogue:before {
  content: "";
}

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

.icn-sync-alt:before {
  content: "";
}

.icn-syringe:before {
  content: "";
}

.icn-table:before {
  content: "";
}

.icn-table-tennis:before {
  content: "";
}

.icn-tablet:before {
  content: "";
}

.icn-tablet-alt:before {
  content: "";
}

.icn-tablet-android:before {
  content: "";
}

.icn-tablet-android-alt:before {
  content: "";
}

.icn-tablet-rugged:before {
  content: "";
}

.icn-tablets:before {
  content: "";
}

.icn-tachometer:before {
  content: "";
}

.icn-tachometer-alt:before {
  content: "";
}

.icn-tachometer-alt-average:before {
  content: "";
}

.icn-tachometer-alt-fast:before {
  content: "";
}

.icn-tachometer-alt-fastest:before {
  content: "";
}

.icn-tachometer-alt-slow:before {
  content: "";
}

.icn-tachometer-alt-slowest:before {
  content: "";
}

.icn-tachometer-average:before {
  content: "";
}

.icn-tachometer-fast:before {
  content: "";
}

.icn-tachometer-fastest:before {
  content: "";
}

.icn-tachometer-slow:before {
  content: "";
}

.icn-tachometer-slowest:before {
  content: "";
}

.icn-tag:before {
  content: "";
}

.icn-tags:before {
  content: "";
}

.icn-tally:before {
  content: "";
}

.icn-tape:before {
  content: "";
}

.icn-tasks:before {
  content: "";
}

.icn-taxi:before {
  content: "";
}

.icn-teamspeak:before {
  content: "";
}

.icn-teeth:before {
  content: "";
}

.icn-teeth-open:before {
  content: "";
}

.icn-telegram:before {
  content: "";
}

.icn-telegram-plane:before {
  content: "";
}

.icn-temperature-frigid:before {
  content: "";
}

.icn-temperature-high:before {
  content: "";
}

.icn-temperature-hot:before {
  content: "";
}

.icn-temperature-low:before {
  content: "";
}

.icn-tencent-weibo:before {
  content: "";
}

.icn-tennis-ball:before {
  content: "";
}

.icn-terminal:before {
  content: "";
}

.icn-text-height:before {
  content: "";
}

.icn-text-width:before {
  content: "";
}

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

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

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

.icn-the-red-yeti:before {
  content: "";
}

.icn-theater-masks:before {
  content: "";
}

.icn-themeco:before {
  content: "";
}

.icn-themeisle:before {
  content: "";
}

.icn-thermometer:before {
  content: "";
}

.icn-thermometer-empty:before {
  content: "";
}

.icn-thermometer-full:before {
  content: "";
}

.icn-thermometer-half:before {
  content: "";
}

.icn-thermometer-quarter:before {
  content: "";
}

.icn-thermometer-three-quarters:before {
  content: "";
}

.icn-theta:before {
  content: "";
}

.icn-think-peaks:before {
  content: "";
}

.icn-thumbs-down:before {
  content: "";
}

.icn-thumbs-up:before {
  content: "";
}

.icn-thumbtack:before {
  content: "";
}

.icn-thunderstorm:before {
  content: "";
}

.icn-thunderstorm-moon:before {
  content: "";
}

.icn-thunderstorm-sun:before {
  content: "";
}

.icn-ticket:before {
  content: "";
}

.icn-ticket-alt:before {
  content: "";
}

.icn-tilde:before {
  content: "";
}

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

.icn-times-circle:before {
  content: "";
}

.icn-times-hexagon:before {
  content: "";
}

.icn-times-octagon:before {
  content: "";
}

.icn-times-square:before {
  content: "";
}

.icn-tint:before {
  content: "";
}

.icn-tint-slash:before {
  content: "";
}

.icn-tire:before {
  content: "";
}

.icn-tire-flat:before {
  content: "";
}

.icn-tire-pressure-warning:before {
  content: "";
}

.icn-tire-rugged:before {
  content: "";
}

.icn-tired:before {
  content: "";
}

.icn-toggle-off:before {
  content: "";
}

.icn-toggle-on:before {
  content: "";
}

.icn-toilet-paper:before {
  content: "";
}

.icn-toilet-paper-alt:before {
  content: "";
}

.icn-tombstone:before {
  content: "";
}

.icn-tombstone-alt:before {
  content: "";
}

.icn-toolbox:before {
  content: "";
}

.icn-tooth:before {
  content: "";
}

.icn-toothbrush:before {
  content: "";
}

.icn-torah:before {
  content: "";
}

.icn-torii-gate:before {
  content: "";
}

.icn-tornado:before {
  content: "";
}

.icn-tractor:before {
  content: "";
}

.icn-trade-federation:before {
  content: "";
}

.icn-trademark:before {
  content: "";
}

.icn-traffic-cone:before {
  content: "";
}

.icn-traffic-light:before {
  content: "";
}

.icn-traffic-light-go:before {
  content: "";
}

.icn-traffic-light-slow:before {
  content: "";
}

.icn-traffic-light-stop:before {
  content: "";
}

.icn-train:before {
  content: "";
}

.icn-transgender:before {
  content: "";
}

.icn-transgender-alt:before {
  content: "";
}

.icn-trash:before {
  content: "";
}

.icn-trash-alt:before {
  content: "";
}

.icn-treasure-chest:before {
  content: "";
}

.icn-tree:before {
  content: "";
}

.icn-tree-alt:before {
  content: "";
}

.icn-trees:before {
  content: "";
}

.icn-trello:before {
  content: "";
}

.icn-triangle:before {
  content: "";
}

.icn-tripadvisor:before {
  content: "";
}

.icn-trophy:before {
  content: "";
}

.icn-trophy-alt:before {
  content: "";
}

.icn-truck:before {
  content: "";
}

.icn-truck-container:before {
  content: "";
}

.icn-truck-couch:before {
  content: "";
}

.icn-truck-loading:before {
  content: "";
}

.icn-truck-monster:before {
  content: "";
}

.icn-truck-moving:before {
  content: "";
}

.icn-truck-pickup:before {
  content: "";
}

.icn-truck-ramp:before {
  content: "";
}

.icn-tshirt:before {
  content: "";
}

.icn-tty:before {
  content: "";
}

.icn-tumblr:before {
  content: "";
}

.icn-tumblr-square:before {
  content: "";
}

.icn-turkey:before {
  content: "";
}

.icn-turtle:before {
  content: "";
}

.icn-tv:before {
  content: "";
}

.icn-tv-retro:before {
  content: "";
}

.icn-twitch:before {
  content: "";
}

.icn-twitter:before {
  content: "";
}

.icn-twitter-square:before {
  content: "";
}

.icn-typo3:before {
  content: "";
}

.icn-uber:before {
  content: "";
}

.icn-uikit:before {
  content: "";
}

.icn-umbrella:before {
  content: "";
}

.icn-umbrella-beach:before {
  content: "";
}

.icn-underline:before {
  content: "";
}

.icn-undo:before {
  content: "";
}

.icn-undo-alt:before {
  content: "";
}

.icn-unicorn:before {
  content: "";
}

.icn-union:before {
  content: "";
}

.icn-uniregistry:before {
  content: "";
}

.icn-universal-access:before {
  content: "";
}

.icn-university:before {
  content: "";
}

.icn-unlink:before {
  content: "";
}

.icn-unlock:before {
  content: "";
}

.icn-unlock-alt:before {
  content: "";
}

.icn-untappd:before {
  content: "";
}

.icn-upload:before {
  content: "";
}

.icn-usb:before {
  content: "";
}

.icn-usd-circle:before {
  content: "";
}

.icn-usd-square:before {
  content: "";
}

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

.icn-user-alt:before {
  content: "";
}

.icn-user-alt-slash:before {
  content: "";
}

.icn-user-astronaut:before {
  content: "";
}

.icn-user-chart:before {
  content: "";
}

.icn-user-check:before {
  content: "";
}

.icn-user-circle:before {
  content: "";
}

.icn-user-clock:before {
  content: "";
}

.icn-user-cog:before {
  content: "";
}

.icn-user-crown:before {
  content: "";
}

.icn-user-edit:before {
  content: "";
}

.icn-user-friends:before {
  content: "";
}

.icn-user-graduate:before {
  content: "";
}

.icn-user-injured:before {
  content: "";
}

.icn-user-lock:before {
  content: "";
}

.icn-user-md:before {
  content: "";
}

.icn-user-minus:before {
  content: "";
}

.icn-user-ninja:before {
  content: "";
}

.icn-user-plus:before {
  content: "";
}

.icn-user-secret:before {
  content: "";
}

.icn-user-shield:before {
  content: "";
}

.icn-user-slash:before {
  content: "";
}

.icn-user-tag:before {
  content: "";
}

.icn-user-tie:before {
  content: "";
}

.icn-user-times:before {
  content: "";
}

.icn-users:before {
  content: "";
}

.icn-users-class:before {
  content: "";
}

.icn-users-cog:before {
  content: "";
}

.icn-users-crown:before {
  content: "";
}

.icn-ussunnah:before {
  content: "";
}

.icn-utensil-fork:before {
  content: "";
}

.icn-utensil-knife:before {
  content: "";
}

.icn-utensil-spoon:before {
  content: "";
}

.icn-utensils:before {
  content: "";
}

.icn-utensils-alt:before {
  content: "";
}

.icn-vaadin:before {
  content: "";
}

.icn-value-absolute:before {
  content: "";
}

.icn-vector-square:before {
  content: "";
}

.icn-venus:before {
  content: "";
}

.icn-venus-double:before {
  content: "";
}

.icn-venus-mars:before {
  content: "";
}

.icn-viacoin:before {
  content: "";
}

.icn-viadeo:before {
  content: "";
}

.icn-viadeo-square:before {
  content: "";
}

.icn-vial:before {
  content: "";
}

.icn-vials:before {
  content: "";
}

.icn-viber:before {
  content: "";
}

.icn-video:before {
  content: "";
}

.icn-video-plus:before {
  content: "";
}

.icn-video-slash:before {
  content: "";
}

.icn-vihara:before {
  content: "";
}

.icn-vimeo:before {
  content: "";
}

.icn-vimeo-square:before {
  content: "";
}

.icn-vimeo-v:before {
  content: "";
}

.icn-vine:before {
  content: "";
}

.icn-vk:before {
  content: "";
}

.icn-vnv:before {
  content: "";
}

.icn-volcano:before {
  content: "";
}

.icn-volleyball-ball:before {
  content: "";
}

.icn-volume:before {
  content: "";
}

.icn-volume-down:before {
  content: "";
}

.icn-volume-mute:before {
  content: "";
}

.icn-volume-off:before {
  content: "";
}

.icn-volume-slash:before {
  content: "";
}

.icn-volume-up:before {
  content: "";
}

.icn-vote-nay:before {
  content: "";
}

.icn-vote-yea:before {
  content: "";
}

.icn-vr-cardboard:before {
  content: "";
}

.icn-vuejs:before {
  content: "";
}

.icn-walking:before {
  content: "";
}

.icn-wallet:before {
  content: "";
}

.icn-wand:before {
  content: "";
}

.icn-wand-magic:before {
  content: "";
}

.icn-warehouse:before {
  content: "";
}

.icn-warehouse-alt:before {
  content: "";
}

.icn-watch:before {
  content: "";
}

.icn-watch-fitness:before {
  content: "";
}

.icn-water:before {
  content: "";
}

.icn-water-lower:before {
  content: "";
}

.icn-water-rise:before {
  content: "";
}

.icn-weebly:before {
  content: "";
}

.icn-weibo:before {
  content: "";
}

.icn-weight:before {
  content: "";
}

.icn-weight-hanging:before {
  content: "";
}

.icn-weixin:before {
  content: "";
}

.icn-whale:before {
  content: "";
}

.icn-whatsapp:before {
  content: "";
}

.icn-whatsapp-square:before {
  content: "";
}

.icn-wheat:before {
  content: "";
}

.icn-wheelchair:before {
  content: "";
}

.icn-whistle:before {
  content: "";
}

.icn-whmcs:before {
  content: "";
}

.icn-wifi:before {
  content: "";
}

.icn-wifi-1:before {
  content: "";
}

.icn-wifi-2:before {
  content: "";
}

.icn-wifi-slash:before {
  content: "";
}

.icn-wikipedia-w:before {
  content: "";
}

.icn-wind:before {
  content: "";
}

.icn-wind-warning:before {
  content: "";
}

.icn-window:before {
  content: "";
}

.icn-window-alt:before {
  content: "";
}

.icn-window-close:before {
  content: "";
}

.icn-window-maximize:before {
  content: "";
}

.icn-window-minimize:before {
  content: "";
}

.icn-window-restore:before {
  content: "";
}

.icn-windows:before {
  content: "";
}

.icn-windsock:before {
  content: "";
}

.icn-wine-bottle:before {
  content: "";
}

.icn-wine-glass:before {
  content: "";
}

.icn-wine-glass-alt:before {
  content: "";
}

.icn-wix:before {
  content: "";
}

.icn-wizards-of-the-coast:before {
  content: "";
}

.icn-wolf-pack-battalion:before {
  content: "";
}

.icn-won-sign:before {
  content: "";
}

.icn-wordpress:before {
  content: "";
}

.icn-wordpress-simple:before {
  content: "";
}

.icn-wpbeginner:before {
  content: "";
}

.icn-wpexplorer:before {
  content: "";
}

.icn-wpforms:before {
  content: "";
}

.icn-wpressr:before {
  content: "";
}

.icn-wrench:before {
  content: "";
}

.icn-x-ray:before {
  content: "";
}

.icn-xbox:before {
  content: "";
}

.icn-xing:before {
  content: "";
}

.icn-xing-square:before {
  content: "";
}

.icn-y-combinator:before {
  content: "";
}

.icn-yahoo:before {
  content: "";
}

.icn-yandex:before {
  content: "";
}

.icn-yandex-international:before {
  content: "";
}

.icn-yelp:before {
  content: "";
}

.icn-yen-sign:before {
  content: "";
}

.icn-yin-yang:before {
  content: "";
}

.icn-yoast:before {
  content: "";
}

.icn-youtube:before {
  content: "";
}

.icn-youtube-square:before {
  content: "";
}

.icn-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.bacf74ea.eot");
  src: url("../fonts/fa-regular-400.bacf74ea.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.7fd616fd.woff2") format("woff2"), url("../fonts/fa-regular-400.acfe31db.woff") format("woff"), url("../fonts/fa-regular-400.57698984.ttf") format("truetype"), url("../fonts/fa-regular-400.7f2e0f11.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.b803bbcb.eot");
  src: url("../fonts/fa-brands-400.b803bbcb.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.a08ad97e.woff2") format("woff2"), url("../fonts/fa-brands-400.bd1bf420.woff") format("woff"), url("../fonts/fa-brands-400.7bfb7568.ttf") format("truetype"), url("../fonts/fa-brands-400.9c9373d9.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.be4a14ee.eot");
  src: url("../fonts/fa-solid-900.be4a14ee.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.7084bc92.woff2") format("woff2"), url("../fonts/fa-solid-900.6c6a1cba.woff") format("woff"), url("../fonts/fa-solid-900.8ff0ea7d.ttf") format("truetype"), url("../fonts/fa-solid-900.80b79370.svg#fontawesome") format("svg");
}
.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";
}

.\@vacancy-list .vacancy:first-child, .vacancy\/meta:first-child, .vacancy\/details:first-child, .vacancy\/documents:first-child, .vacancy\/actions:first-child, .vacancy\/header:first-child, .vacancy\/body:first-child, html .section.\--large-gutter .section\/content:first-child, .section\/content:first-child, .page\/header:first-child, .page\/content:first-child, .page\/footer: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, .text\/lead:first-child, .text\/lead p:first-child, p img:first-child {
  margin-top: 0;
}
.\@vacancy-list .vacancy:last-child, .vacancy\/meta:last-child, .vacancy\/details:last-child, .vacancy\/documents:last-child, .vacancy\/actions:last-child, .vacancy\/header:last-child, .vacancy\/body:last-child, html .section.\--large-gutter .section\/content:last-child, .section\/content:last-child, .page\/header:last-child, .page\/content:last-child, .page\/footer: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, .text\/lead:last-child, .text\/lead p:last-child, p img: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.4px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 12.8px;
  }
}

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;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a img {
  border: none !important;
}
a:hover {
  color: #516c2b;
}

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;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
select[multiple] option:checked:after, select[size] option:checked:after {
  background: #e1e5dc;
}
select[multiple]:focus option:checked:after, select[size]:focus option:checked:after {
  background: #dbe4ce;
}

address {
  margin: 1em 0;
  font-style: normal;
}

table tr {
  -webkit-transition: background-color 0.3s;
  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;
  -webkit-box-flex: 1;
      -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;
  color: #fff;
  background: #535f53;
}
#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 .row:first-child {
    margin-top: 0;
  }
  #container > footer .row:last-child {
    margin-bottom: 0;
  }
  #container > footer [class*=col-md-] {
    margin: 48px 0;
  }
  #container > footer [class*=col-md-]:first-child {
    margin-top: 0;
  }
  #container > footer [class*=col-md-]:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #container > footer {
    padding-right: 64px;
    padding-left: 64px;
  }
}
#container > footer .jgp-logo {
  width: 256px;
}

#Design3 .\+bg\/inverse {
  background: #535f53;
  color: #fff;
}
#Design3 .\+bg\/inverse .slider + .slider\/controls {
  background: #535f53;
  color: #fff;
}

#Design3 .\+bg\/accent {
  background: #6d9139;
  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: #ffe806;
}
#Design3 .\+bg\/accent .slider + .slider\/controls {
  background: #6d9139;
  color: #fff;
}

#Design3 .\+text\/accent {
  color: #6d9139;
}
html#Design3 .\+text\/accent .section\/heading.\--small-underline span:after, html#Design3 .\+text\/accent .section\/heading.\--large-underline span:after {
  background: #6d9139;
}

#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: #ffe806;
}
html#Design3 .\+overlay-0.\--o-accent .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(83, 95, 83, 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(109, 145, 57, 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: #ffe806;
}
html#Design3 .\+overlay-5.\--o-accent .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(83, 95, 83, 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(109, 145, 57, 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: #ffe806;
}
html#Design3 .\+overlay-10.\--o-accent .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(83, 95, 83, 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(109, 145, 57, 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: #ffe806;
}
html#Design3 .\+overlay-15.\--o-accent .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(83, 95, 83, 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(109, 145, 57, 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: #ffe806;
}
html#Design3 .\+overlay-20.\--o-accent .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(83, 95, 83, 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(109, 145, 57, 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: #ffe806;
}
html#Design3 .\+overlay-25.\--o-accent .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(83, 95, 83, 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(109, 145, 57, 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: #ffe806;
}
html#Design3 .\+overlay-30.\--o-accent .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(83, 95, 83, 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(109, 145, 57, 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: #ffe806;
}
html#Design3 .\+overlay-35.\--o-accent .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(83, 95, 83, 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(109, 145, 57, 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: #ffe806;
}
html#Design3 .\+overlay-40.\--o-accent .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(83, 95, 83, 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(109, 145, 57, 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: #ffe806;
}
html#Design3 .\+overlay-45.\--o-accent .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(83, 95, 83, 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(109, 145, 57, 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: #ffe806;
}
html#Design3 .\+overlay-50.\--o-accent .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(83, 95, 83, 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(109, 145, 57, 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: #ffe806;
}
html#Design3 .\+overlay-55.\--o-accent .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(83, 95, 83, 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(109, 145, 57, 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: #ffe806;
}
html#Design3 .\+overlay-60.\--o-accent .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(83, 95, 83, 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(109, 145, 57, 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: #ffe806;
}
html#Design3 .\+overlay-65.\--o-accent .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(83, 95, 83, 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(109, 145, 57, 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: #ffe806;
}
html#Design3 .\+overlay-70.\--o-accent .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(83, 95, 83, 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(109, 145, 57, 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: #ffe806;
}
html#Design3 .\+overlay-75.\--o-accent .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(83, 95, 83, 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(109, 145, 57, 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: #ffe806;
}
html#Design3 .\+overlay-80.\--o-accent .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(83, 95, 83, 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(109, 145, 57, 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: #ffe806;
}
html#Design3 .\+overlay-85.\--o-accent .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(83, 95, 83, 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(109, 145, 57, 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: #ffe806;
}
html#Design3 .\+overlay-90.\--o-accent .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(83, 95, 83, 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(109, 145, 57, 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: #ffe806;
}
html#Design3 .\+overlay-95.\--o-accent .trait\/icn {
  color: #fff;
  background: #2b2b2b;
}

#Design3 .\+vertical-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html#Design3 .\+vertical-center.\--vc-inline {
  display: -webkit-inline-box;
  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: -webkit-inline-box;
  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: -webkit-inline-box;
  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 {
  -webkit-transition: all 0.3s;
  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 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          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 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          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 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          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 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          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 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          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 {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          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 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          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 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
          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 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
          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 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
          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 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
          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 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
          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 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
          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 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
          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 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
          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 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
          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 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          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 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          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 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
          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 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
          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 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
          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 {
  -webkit-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
          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 {
  -webkit-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
          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 {
  -webkit-box-shadow: 0 -8px 17px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
          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 {
  -webkit-box-shadow: 0 -8px 17px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
          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 {
  -webkit-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
          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 {
  -webkit-box-shadow: 0 -5px 11px 0 rgba(0, 0, 0, 0.18), 0 -4px 15px 0 rgba(0, 0, 0, 0.15);
          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 {
  -webkit-box-shadow: 0 -8px 17px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
          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 {
  -webkit-box-shadow: 0 -12px 15px 0 rgba(0, 0, 0, 0.24), 0 -17px 50px 0 rgba(0, 0, 0, 0.19);
          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 {
  -webkit-box-shadow: 0 -12px 15px 0 rgba(0, 0, 0, 0.24), 0 -17px 50px 0 rgba(0, 0, 0, 0.19);
          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 {
  -webkit-box-shadow: 0 -12px 15px 0 rgba(0, 0, 0, 0.24), 0 -17px 50px 0 rgba(0, 0, 0, 0.19);
          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 {
  -webkit-box-shadow: 0 -16px 28px 0 rgba(0, 0, 0, 0.22), 0 -25px 55px 0 rgba(0, 0, 0, 0.21);
          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 {
  -webkit-box-shadow: 0 -16px 28px 0 rgba(0, 0, 0, 0.22), 0 -25px 55px 0 rgba(0, 0, 0, 0.21);
          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 {
  -webkit-box-shadow: 0 -16px 28px 0 rgba(0, 0, 0, 0.22), 0 -25px 55px 0 rgba(0, 0, 0, 0.21);
          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 {
  -webkit-box-shadow: 0 -27px 24px 0 rgba(0, 0, 0, 0.2), 0 -40px 77px 0 rgba(0, 0, 0, 0.22);
          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 {
  -webkit-box-shadow: 0 -27px 24px 0 rgba(0, 0, 0, 0.2), 0 -40px 77px 0 rgba(0, 0, 0, 0.22);
          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 {
  -webkit-box-shadow: 0 -27px 24px 0 rgba(0, 0, 0, 0.2), 0 -40px 77px 0 rgba(0, 0, 0, 0.22);
          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 {
  -webkit-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
          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 {
  -webkit-box-shadow: 0 -8px 17px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
          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 {
  -webkit-box-shadow: 0 -12px 15px 0 rgba(0, 0, 0, 0.24), 0 -17px 50px 0 rgba(0, 0, 0, 0.19);
          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 {
  -webkit-box-shadow: 0 -16px 28px 0 rgba(0, 0, 0, 0.22), 0 -25px 55px 0 rgba(0, 0, 0, 0.21);
          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 {
  -webkit-box-shadow: 0 -27px 24px 0 rgba(0, 0, 0, 0.2), 0 -40px 77px 0 rgba(0, 0, 0, 0.22);
          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(83, 95, 83, 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 {
  -webkit-transition: height 0.45s, padding 0.45s, background 0.45s;
  transition: height 0.45s, padding 0.45s, background 0.45s;
}

.nav\/item {
  float: left;
  display: block;
  position: relative;
  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(109, 145, 57, 0.4);
  -webkit-transition: bottom 0.3s, height 0.3s, background 0.3s;
  transition: bottom 0.3s, height 0.3s, background 0.3s;
}
.nav\/item:hover {
  color: #fff;
}
.nav\/item:hover:after {
  bottom: 24px;
  height: 6px;
  background: rgba(255, 232, 6, 0.6);
}
html .nav\/item.\--active:after {
  bottom: 24px;
  height: 6px;
  background: rgba(255, 232, 6, 0.6);
}

html .nav\/item.\--logo {
  opacity: 1;
  pointer-events: auto;
}
html .nav\/item.\--logo:after {
  content: none;
}

@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(83, 95, 83, 0.9);
    background: rgba(83, 95, 83, 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;
  -webkit-transition: top 0.3s;
  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;
  }
}

.logo {
  width: 100%;
}

.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, .text\/lead p {
  margin-bottom: 24px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2742857152;
  text-align: justify;
}

.text\/s {
  font-size: 16px;
  font-size: 1rem;
}
.text\/s p, .text\/s [type=color], .text\/s [type=date], .text\/s [type=datetime], .text\/s [type=datetime-local], .text\/s [type=email], .text\/s [type=month], .text\/s [type=number], .text\/s [type=password], .text\/s [type=search], .text\/s [type=tel], .text\/s [type=text], .text\/s [type=time], .text\/s [type=url], .text\/s [type=week], .text\/s input:not([type]), .text\/s textarea, .text\/s button, .text\/s [type=button], .text\/s [type=reset], .text\/s [type=submit] {
  font-size: 16px;
  font-size: 1rem;
}

.text\/xs {
  font-size: 12.8px;
  font-size: 0.8rem;
}
.text\/xs p, .text\/xs [type=color], .text\/xs [type=date], .text\/xs [type=datetime], .text\/xs [type=datetime-local], .text\/xs [type=email], .text\/xs [type=month], .text\/xs [type=number], .text\/xs [type=password], .text\/xs [type=search], .text\/xs [type=tel], .text\/xs [type=text], .text\/xs [type=time], .text\/xs [type=url], .text\/xs [type=week], .text\/xs input:not([type]), .text\/xs textarea, .text\/xs button, .text\/xs [type=button], .text\/xs [type=reset], .text\/xs [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 #6d9139;
}
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: #6d9139;
}
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 h1, .social-links .h1, .social-links h2, .social-links .h2, .social-links h3, .social-links .h3, .social-links h4, .social-links .h4, .social-links h5, .social-links .h5, .social-links h6, .social-links .h6 {
  margin: 0;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
html .row.\--xs-eq-height > [class*=col-] {
  -webkit-box-flex: 0;
      -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  html .row.\--sm-eq-height > [class*=col-] {
    -webkit-box-flex: 0;
        -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  html .row.\--md-eq-height > [class*=col-] {
    -webkit-box-flex: 0;
        -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  html .row.\--lg-eq-height > [class*=col-] {
    -webkit-box-flex: 0;
        -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  html .row.\--xl-eq-height > [class*=col-] {
    -webkit-box-flex: 0;
        -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\/title, .hero\/subtitle {
  word-wrap: break-word;
  text-transform: none;
}

.hero\/title {
  font-size: 50px;
  font-size: 3.125rem;
}

.hero\/subtitle {
  font-size: 25px;
  font-size: 1.5625rem;
}

.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 {
  padding-top: 128px;
  background-image: url("../img/bg-hero.2cdc9f3e.jpg");
}
.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 #ff9900;
}

.sidebar\/item {
  display: block;
  position: relative;
  padding: 24px 32px;
  font-weight: 600;
  color: inherit;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.sidebar\/item:hover {
  color: inherit;
}

.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;
  -webkit-box-sizing: content-box;
          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(1n+1):hover {
  background: rgba(255, 153, 0, 0.1);
}
.sidebar\/item:nth-child(1n+1) .icn {
  background: #ff9900;
  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: #6d9139;
}
.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: #516c2b;
}
html .sorting\/option.\--order-asc a:after {
  content: "";
}

html .sorting\/option.\--order-desc a:after {
  content: "";
}

.btn {
  -webkit-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}
.icn {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  font-weight: 400;
}
html .icn.\--solid {
  font-weight: 900;
}

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: #6d9139;
}
html .toggle-icn.\--hamburger.\--accent:before, html .toggle-icn.\--hamburger.\--accent:after {
  background: #6d9139;
}

html .toggle-icn.\--hamburger.\--to-close {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: top 0.15s ease 0.15s, -webkit-transform 0.15s ease;
  transition: top 0.15s ease 0.15s, -webkit-transform 0.15s ease;
  transition: transform 0.15s ease, top 0.15s ease 0.15s;
  transition: transform 0.15s ease, top 0.15s ease 0.15s, -webkit-transform 0.15s ease;
}
html .toggle-icn.\--hamburger.\--to-close:before, html .toggle-icn.\--hamburger.\--to-close:after {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
html .toggle-icn.\--hamburger.\--to-close:before {
  -webkit-transition: top 0.15s ease 0.15s, opacity 0.15s ease 0.15s, -webkit-transform 0.15s ease 0.15s;
  transition: top 0.15s ease 0.15s, opacity 0.15s ease 0.15s, -webkit-transform 0.15s ease 0.15s;
  transition: top 0.15s ease 0.15s, opacity 0.15s ease 0.15s, transform 0.15s ease 0.15s;
  transition: top 0.15s ease 0.15s, opacity 0.15s ease 0.15s, transform 0.15s ease 0.15s, -webkit-transform 0.15s ease 0.15s;
}
html .toggle-icn.\--hamburger.\--to-close:after {
  -webkit-transition: top 0.15s ease 0.15s, -webkit-transform 0.15s ease;
  transition: top 0.15s ease 0.15s, -webkit-transform 0.15s ease;
  transition: transform 0.15s ease, top 0.15s ease 0.15s;
  transition: transform 0.15s ease, top 0.15s ease 0.15s, -webkit-transform 0.15s ease;
}
html .toggle-icn.\--hamburger.\--to-close.\--active {
  top: -0.3333333333em;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.15s ease, -webkit-transform 0.15s ease 0.15s;
  transition: top 0.15s ease, -webkit-transform 0.15s ease 0.15s;
  transition: top 0.15s ease, transform 0.15s ease 0.15s;
  transition: top 0.15s ease, transform 0.15s ease 0.15s, -webkit-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 {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  -webkit-transition: top 0.15s ease, opacity 0.15s ease, -webkit-transform 0.15s ease;
  transition: top 0.15s ease, opacity 0.15s ease, -webkit-transform 0.15s ease;
  transition: top 0.15s ease, opacity 0.15s ease, transform 0.15s ease;
  transition: top 0.15s ease, opacity 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
html .toggle-icn.\--hamburger.\--to-close.\--active:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.15s ease, -webkit-transform 0.15s ease 0.15s;
  transition: top 0.15s ease, -webkit-transform 0.15s ease 0.15s;
  transition: top 0.15s ease, transform 0.15s ease 0.15s;
  transition: top 0.15s ease, transform 0.15s ease 0.15s, -webkit-transform 0.15s ease 0.15s;
}

.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;
  -webkit-transition: color 0.3s;
  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 {
  font-weight: 900;
  color: #FFCD47;
}
html .vacancy\/favourite.\--favourited:hover i {
  color: #999;
}

.vacancy\/meta, .vacancy\/details, .vacancy\/documents, .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;
}
.\@vacancy-single .vacancy\/meta:last-child, .\@vacancy-single .vacancy\/details:last-child, .\@vacancy-single .vacancy\/documents:last-child {
  padding-bottom: 112px;
}

.\@vacancy-single .vacancy\/actions {
  margin-top: 112px;
}
/*# sourceMappingURL=app.css.map */