/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #4d814e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #305131;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
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.42857143;
  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%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #4d814e;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 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;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.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,
.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,
.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,
.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 {
  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 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
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;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #4d814e;
  border-color: #437144;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3e673f;
  border-color: #2d4b2d;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #4d814e;
  border-color: #437144;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #4d814e;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #305131;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.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;
  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.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #4d814e;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #4d814e;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.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 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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 {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  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: #4d814e;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 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-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.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: #4d814e;
}
body.newbuild .nav-pills.active > a,
body.newbuild .nav-pills.active > a:hover,
body.newbuild .nav-pills.active > a:focus {
  color: white;
  background-color: #4d814e;
}
body.newbuild .nav-tabs {
  border-bottom: 1px solid #ddd;
}
body.newbuild .nav-tabs > li.active > a,
body.newbuild .nav-tabs > li.active > a:hover,
body.newbuild .nav-tabs > li.active > a:focus {
  color: white;
  background-color: white;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
body.newbuild .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
body.newbuild .nav-tabs.nav-justified > li {
  float: none;
}
body.newbuild .nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  body.newbuild .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
body.newbuild .nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
body.newbuild .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #4d814e;
  border-bottom-color: #4d814e;
}
.nav a:hover .caret {
  border-top-color: #305131;
  border-bottom-color: #305131;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar > .container .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;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  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;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.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: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.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;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@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-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.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: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.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.42857143;
  text-decoration: none;
  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 > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #4d814e;
  border-color: #4d814e;
  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: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 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;
}
.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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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: #999999;
  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[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #4d814e;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3a613b;
}
.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: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #4d814e;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  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;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #4d814e;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.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 {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 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;
  color: #fff;
  text-align: center;
  background-color: #4d814e;
  -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 {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-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: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-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: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-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: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-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: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-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,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #4d814e;
  border-color: #4d814e;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  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: #c0dac1;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.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;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  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;
  text-decoration: none;
  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;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px!important;
  max-height: 99999px!important;
  min-width: 0!important;
  min-height: 0!important;
  border-radius: 0!important;
  box-shadow: none!important;
  padding: 0 !important;
}
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama__spinner {
  position: absolute!important;
  top: 50%!important;
  left: 50% !important;
}
.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
  outline: 0;
}
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none!important;
  transform: none !important;
}
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  transition-property: transform,width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.fotorama__nav__frame,
.fotorama__thumb-border {
  box-sizing: content-box;
}
.fotorama__caption__wrap {
  box-sizing: border-box;
}
.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background: url(fotorama.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background: url(fotorama@2x.png) 0 0/96px 160px no-repeat;
  }
}
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}
@media print {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb-border,
  .fotorama__video-close,
  .fotorama__video-play {
    background: none !important;
  }
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none;
}
.fullscreen {
  width: 100%!important;
  height: 100%!important;
  max-width: 100%!important;
  max-height: 100%!important;
  margin: 0!important;
  padding: 0!important;
  overflow: hidden!important;
  background: #000;
}
.fotorama--fullscreen {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  right: 0!important;
  bottom: 0!important;
  float: none!important;
  z-index: 2147483647!important;
  background: #000;
  width: 100%!important;
  height: 100%!important;
  margin: 0 !important;
}
.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #000;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}
.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}
.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}
.fotorama__nav--dots {
  display: block;
}
.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}
.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}
.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}
.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}
.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}
.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}
.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}
.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}
.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1;
}
.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}
.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}
.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}
.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}
.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform,opacity;
  transition-duration: 0.3s;
}
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}
.fotorama__nav:before,
.fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0,0 0;
  left: -10px;
}
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}
.fotorama__nav:after,
.fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0,100% 0;
  right: -10px;
}
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}
.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
#cookie-bar {
  background: #111111;
  min-height: 33px;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 3px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
/* ========================================================================== *
 * Copyright 2014 USRZ.com and Pier Paolo Fumagalli                           *
 * -------------------------------------------------------------------------- *
 * Licensed under the Apache License, Version 2.0 (the "License");            *
 * you may not use this file except in compliance with the License.           *
 * You may obtain a copy of the License at                                    *
 *                                                                            *
 *  http://www.apache.org/licenses/LICENSE-2.0                                *
 *                                                                            *
 * Unless required by applicable law or agreed to in writing, software        *
 * distributed under the License is distributed on an "AS IS" BASIS,          *
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   *
 * See the License for the specific language governing permissions and        *
 * limitations under the License.                                             *
 * ========================================================================== */
/* Define properties for our icons (default to the unknown language flag) */
.lang-xs {
  background-position: 0px -473px;
  min-width: 14px;
  height: 11px;
  min-height: 11px;
  max-height: 11px;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url('/img/languages.png');
}
.lang-sm {
  background-position: 0px -1172px;
  min-width: 22px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url('/img/languages.png');
}
.lang-lg {
  background-position: 0px -2134px;
  min-width: 30px;
  height: 22px;
  min-height: 22px;
  max-height: 22px;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url('/img/languages.png');
}
/* Positions in our sprite for xs-sized images */
.lang-xs[lang=ar] {
  background-position: 0px     0px;
}
.lang-xs[lang=be] {
  background-position: 0px -11px;
}
.lang-xs[lang=bg] {
  background-position: 0px -22px;
}
.lang-xs[lang=cs] {
  background-position: 0px -33px;
}
.lang-xs[lang=da] {
  background-position: 0px -44px;
}
.lang-xs[lang=de] {
  background-position: 0px -55px;
}
.lang-xs[lang=el] {
  background-position: 0px -66px;
}
.lang-xs[lang=en] {
  background-position: 0px -77px;
}
.lang-xs[lang=es] {
  background-position: 0px -88px;
}
.lang-xs[lang=et] {
  background-position: 0px -99px;
}
.lang-xs[lang=fi] {
  background-position: 0px -110px;
}
.lang-xs[lang=fr] {
  background-position: 0px -121px;
}
.lang-xs[lang=ga] {
  background-position: 0px -132px;
}
.lang-xs[lang=hi] {
  background-position: 0px -143px;
}
.lang-xs[lang=hr] {
  background-position: 0px -154px;
}
.lang-xs[lang=hu] {
  background-position: 0px -165px;
}
.lang-xs[lang=in] {
  background-position: 0px -176px;
}
.lang-xs[lang=is] {
  background-position: 0px -187px;
}
.lang-xs[lang=it] {
  background-position: 0px -198px;
}
.lang-xs[lang=iw] {
  background-position: 0px -209px;
}
.lang-xs[lang=ja] {
  background-position: 0px -220px;
}
.lang-xs[lang=ko] {
  background-position: 0px -231px;
}
.lang-xs[lang=lt] {
  background-position: 0px -242px;
}
.lang-xs[lang=lv] {
  background-position: 0px -253px;
}
.lang-xs[lang=mk] {
  background-position: 0px -264px;
}
.lang-xs[lang=ms] {
  background-position: 0px -275px;
}
.lang-xs[lang=mt] {
  background-position: 0px -286px;
}
.lang-xs[lang=nl] {
  background-position: 0px -297px;
}
.lang-xs[lang=no] {
  background-position: 0px -308px;
}
.lang-xs[lang=pl] {
  background-position: 0px -319px;
}
.lang-xs[lang=pt] {
  background-position: 0px -330px;
}
.lang-xs[lang=ro] {
  background-position: 0px -341px;
}
.lang-xs[lang=ru] {
  background-position: 0px -352px;
}
.lang-xs[lang=sk] {
  background-position: 0px -363px;
}
.lang-xs[lang=sl] {
  background-position: 0px -374px;
}
.lang-xs[lang=sq] {
  background-position: 0px -385px;
}
.lang-xs[lang=sr] {
  background-position: 0px -396px;
}
.lang-xs[lang=sv] {
  background-position: 0px -407px;
}
.lang-xs[lang=th] {
  background-position: 0px -418px;
}
.lang-xs[lang=tr] {
  background-position: 0px -429px;
}
.lang-xs[lang=uk] {
  background-position: 0px -440px;
}
.lang-xs[lang=vi] {
  background-position: 0px -451px;
}
.lang-xs[lang=zh] {
  background-position: 0px -462px;
}
/* Positions in our sprite for sm-sized images */
.lang-sm[lang=ar] {
  background-position: 0px -484px;
}
.lang-sm[lang=be] {
  background-position: 0px -500px;
}
.lang-sm[lang=bg] {
  background-position: 0px -516px;
}
.lang-sm[lang=cs] {
  background-position: 0px -532px;
}
.lang-sm[lang=da] {
  background-position: 0px -548px;
}
.lang-sm[lang=de] {
  background-position: 0px -564px;
}
.lang-sm[lang=el] {
  background-position: 0px -580px;
}
.lang-sm[lang=en] {
  background-position: 0px -596px;
}
.lang-sm[lang=es] {
  background-position: 0px -612px;
}
.lang-sm[lang=et] {
  background-position: 0px -628px;
}
.lang-sm[lang=fi] {
  background-position: 0px -644px;
}
.lang-sm[lang=fr] {
  background-position: 0px -660px;
}
.lang-sm[lang=ga] {
  background-position: 0px -676px;
}
.lang-sm[lang=hi] {
  background-position: 0px -692px;
}
.lang-sm[lang=hr] {
  background-position: 0px -708px;
}
.lang-sm[lang=hu] {
  background-position: 0px -724px;
}
.lang-sm[lang=in] {
  background-position: 0px -740px;
}
.lang-sm[lang=is] {
  background-position: 0px -756px;
}
.lang-sm[lang=it] {
  background-position: 0px -772px;
}
.lang-sm[lang=iw] {
  background-position: 0px -788px;
}
.lang-sm[lang=ja] {
  background-position: 0px -804px;
}
.lang-sm[lang=ko] {
  background-position: 0px -820px;
}
.lang-sm[lang=lt] {
  background-position: 0px -836px;
}
.lang-sm[lang=lv] {
  background-position: 0px -852px;
}
.lang-sm[lang=mk] {
  background-position: 0px -868px;
}
.lang-sm[lang=ms] {
  background-position: 0px -884px;
}
.lang-sm[lang=mt] {
  background-position: 0px -900px;
}
.lang-sm[lang=nl] {
  background-position: 0px -916px;
}
.lang-sm[lang=no] {
  background-position: 0px -932px;
}
.lang-sm[lang=pl] {
  background-position: 0px -948px;
}
.lang-sm[lang=pt] {
  background-position: 0px -964px;
}
.lang-sm[lang=ro] {
  background-position: 0px -980px;
}
.lang-sm[lang=ru] {
  background-position: 0px -996px;
}
.lang-sm[lang=sk] {
  background-position: 0px -1012px;
}
.lang-sm[lang=sl] {
  background-position: 0px -1028px;
}
.lang-sm[lang=sq] {
  background-position: 0px -1044px;
}
.lang-sm[lang=sr] {
  background-position: 0px -1060px;
}
.lang-sm[lang=sv] {
  background-position: 0px -1076px;
}
.lang-sm[lang=th] {
  background-position: 0px -1092px;
}
.lang-sm[lang=tr] {
  background-position: 0px -1108px;
}
.lang-sm[lang=uk] {
  background-position: 0px -1124px;
}
.lang-sm[lang=vi] {
  background-position: 0px -1140px;
}
.lang-sm[lang=zh] {
  background-position: 0px -1156px;
}
/* Positions in our sprite for lg-sized images */
.lang-lg[lang=ar] {
  background-position: 0px -1188px;
}
.lang-lg[lang=be] {
  background-position: 0px -1210px;
}
.lang-lg[lang=bg] {
  background-position: 0px -1232px;
}
.lang-lg[lang=cs] {
  background-position: 0px -1254px;
}
.lang-lg[lang=da] {
  background-position: 0px -1276px;
}
.lang-lg[lang=de] {
  background-position: 0px -1298px;
}
.lang-lg[lang=el] {
  background-position: 0px -1320px;
}
.lang-lg[lang=en] {
  background-position: 0px -1342px;
}
.lang-lg[lang=es] {
  background-position: 0px -1364px;
}
.lang-lg[lang=et] {
  background-position: 0px -1386px;
}
.lang-lg[lang=fi] {
  background-position: 0px -1408px;
}
.lang-lg[lang=fr] {
  background-position: 0px -1430px;
}
.lang-lg[lang=ga] {
  background-position: 0px -1452px;
}
.lang-lg[lang=hi] {
  background-position: 0px -1474px;
}
.lang-lg[lang=hr] {
  background-position: 0px -1496px;
}
.lang-lg[lang=hu] {
  background-position: 0px -1518px;
}
.lang-lg[lang=in] {
  background-position: 0px -1540px;
}
.lang-lg[lang=is] {
  background-position: 0px -1562px;
}
.lang-lg[lang=it] {
  background-position: 0px -1584px;
}
.lang-lg[lang=iw] {
  background-position: 0px -1606px;
}
.lang-lg[lang=ja] {
  background-position: 0px -1628px;
}
.lang-lg[lang=ko] {
  background-position: 0px -1650px;
}
.lang-lg[lang=lt] {
  background-position: 0px -1672px;
}
.lang-lg[lang=lv] {
  background-position: 0px -1694px;
}
.lang-lg[lang=mk] {
  background-position: 0px -1716px;
}
.lang-lg[lang=ms] {
  background-position: 0px -1738px;
}
.lang-lg[lang=mt] {
  background-position: 0px -1760px;
}
.lang-lg[lang=nl] {
  background-position: 0px -1782px;
}
.lang-lg[lang=no] {
  background-position: 0px -1804px;
}
.lang-lg[lang=pl] {
  background-position: 0px -1826px;
}
.lang-lg[lang=pt] {
  background-position: 0px -1848px;
}
.lang-lg[lang=ro] {
  background-position: 0px -1870px;
}
.lang-lg[lang=ru] {
  background-position: 0px -1892px;
}
.lang-lg[lang=sk] {
  background-position: 0px -1914px;
}
.lang-lg[lang=sl] {
  background-position: 0px -1936px;
}
.lang-lg[lang=sq] {
  background-position: 0px -1958px;
}
.lang-lg[lang=sr] {
  background-position: 0px -1980px;
}
.lang-lg[lang=sv] {
  background-position: 0px -2002px;
}
.lang-lg[lang=th] {
  background-position: 0px -2024px;
}
.lang-lg[lang=tr] {
  background-position: 0px -2046px;
}
.lang-lg[lang=uk] {
  background-position: 0px -2068px;
}
.lang-lg[lang=vi] {
  background-position: 0px -2090px;
}
.lang-lg[lang=zh] {
  background-position: 0px -2112px;
}
/* Labels for the unknown language */
.lang-lbl:after {
  content: "Unknown language";
}
.lang-lbl-en:after {
  content: "Unknown language";
}
.lang-lbl-full:after {
  content: "Unknown language";
}
/* Labels in native (default) language */
.lang-lbl[lang=ar]:after {
  content: "\000627\000644\000639\000631\000628\00064A\000629";
}
.lang-lbl[lang=be]:after {
  content: "\000411\000435\00043B\000430\000440\000443\000441\00043A\000456";
}
.lang-lbl[lang=bg]:after {
  content: "\000411\00044A\00043B\000433\000430\000440\000441\00043A\000438";
}
.lang-lbl[lang=cs]:after {
  content: "\00010Ce\000161tina";
}
.lang-lbl[lang=da]:after {
  content: "Dansk";
}
.lang-lbl[lang=de]:after {
  content: "Deutsch";
}
.lang-lbl[lang=el]:after {
  content: "\000395\0003BB\0003BB\0003B7\0003BD\0003B9\0003BA\0003AC";
}
.lang-lbl[lang=en]:after {
  content: "English";
}
.lang-lbl[lang=es]:after {
  content: "Espa\0000F1ol";
}
.lang-lbl[lang=et]:after {
  content: "Eesti";
}
.lang-lbl[lang=fi]:after {
  content: "Suomi";
}
.lang-lbl[lang=fr]:after {
  content: "Fran\0000E7ais";
}
.lang-lbl[lang=ga]:after {
  content: "Gaeilge";
}
.lang-lbl[lang=hi]:after {
  content: "\000939\00093F\000902\000926\000940";
}
.lang-lbl[lang=hr]:after {
  content: "Hrvatski";
}
.lang-lbl[lang=hu]:after {
  content: "Magyar";
}
.lang-lbl[lang=in]:after {
  content: "Bahasa\000020indonesia";
}
.lang-lbl[lang=is]:after {
  content: "\0000CDslenska";
}
.lang-lbl[lang=it]:after {
  content: "Italiano";
}
.lang-lbl[lang=iw]:after {
  content: "\0005E2\0005D1\0005E8\0005D9\0005EA";
}
.lang-lbl[lang=ja]:after {
  content: "\0065E5\00672C\008A9E";
}
.lang-lbl[lang=ko]:after {
  content: "\00D55C\00AD6D\00C5B4";
}
.lang-lbl[lang=lt]:after {
  content: "Lietuvi\000173";
}
.lang-lbl[lang=lv]:after {
  content: "Latvie\000161u";
}
.lang-lbl[lang=mk]:after {
  content: "\00041C\000430\00043A\000435\000434\00043E\00043D\000441\00043A\000438";
}
.lang-lbl[lang=ms]:after {
  content: "Bahasa\000020melayu";
}
.lang-lbl[lang=mt]:after {
  content: "Malti";
}
.lang-lbl[lang=nl]:after {
  content: "Nederlands";
}
.lang-lbl[lang=no]:after {
  content: "Norsk";
}
.lang-lbl[lang=pl]:after {
  content: "Polski";
}
.lang-lbl[lang=pt]:after {
  content: "Portugu\0000EAs";
}
.lang-lbl[lang=ro]:after {
  content: "Rom\0000E2n\000103";
}
.lang-lbl[lang=ru]:after {
  content: "\000420\000443\000441\000441\00043A\000438\000439";
}
.lang-lbl[lang=sk]:after {
  content: "Sloven\00010Dina";
}
.lang-lbl[lang=sl]:after {
  content: "Sloven\000161\00010Dina";
}
.lang-lbl[lang=sq]:after {
  content: "Shqipe";
}
.lang-lbl[lang=sr]:after {
  content: "\000421\000440\00043F\000441\00043A\000438";
}
.lang-lbl[lang=sv]:after {
  content: "Svenska";
}
.lang-lbl[lang=th]:after {
  content: "\000E44\000E17\000E22";
}
.lang-lbl[lang=tr]:after {
  content: "T\0000FCrk\0000E7e";
}
.lang-lbl[lang=uk]:after {
  content: "\000423\00043A\000440\000430\000457\00043D\000441\00044C\00043A\000430";
}
.lang-lbl[lang=vi]:after {
  content: "Ti\001EBFng\000020vi\001EC7t";
}
.lang-lbl[lang=zh]:after {
  content: "\004E2D\006587";
}
/* Labels in english language */
.lang-lbl-en[lang=ar]:after {
  content: "Arabic";
}
.lang-lbl-en[lang=be]:after {
  content: "Belarusian";
}
.lang-lbl-en[lang=bg]:after {
  content: "Bulgarian";
}
.lang-lbl-en[lang=cs]:after {
  content: "Czech";
}
.lang-lbl-en[lang=da]:after {
  content: "Danish";
}
.lang-lbl-en[lang=de]:after {
  content: "German";
}
.lang-lbl-en[lang=el]:after {
  content: "Greek";
}
.lang-lbl-en[lang=en]:after {
  content: "English";
}
.lang-lbl-en[lang=es]:after {
  content: "Spanish";
}
.lang-lbl-en[lang=et]:after {
  content: "Estonian";
}
.lang-lbl-en[lang=fi]:after {
  content: "Finnish";
}
.lang-lbl-en[lang=fr]:after {
  content: "French";
}
.lang-lbl-en[lang=ga]:after {
  content: "Irish";
}
.lang-lbl-en[lang=hi]:after {
  content: "Hindi";
}
.lang-lbl-en[lang=hr]:after {
  content: "Croatian";
}
.lang-lbl-en[lang=hu]:after {
  content: "Hungarian";
}
.lang-lbl-en[lang=in]:after {
  content: "Indonesian";
}
.lang-lbl-en[lang=is]:after {
  content: "Icelandic";
}
.lang-lbl-en[lang=it]:after {
  content: "Italian";
}
.lang-lbl-en[lang=iw]:after {
  content: "Hebrew";
}
.lang-lbl-en[lang=ja]:after {
  content: "Japanese";
}
.lang-lbl-en[lang=ko]:after {
  content: "Korean";
}
.lang-lbl-en[lang=lt]:after {
  content: "Lithuanian";
}
.lang-lbl-en[lang=lv]:after {
  content: "Latvian";
}
.lang-lbl-en[lang=mk]:after {
  content: "Macedonian";
}
.lang-lbl-en[lang=ms]:after {
  content: "Malay";
}
.lang-lbl-en[lang=mt]:after {
  content: "Maltese";
}
.lang-lbl-en[lang=nl]:after {
  content: "Dutch";
}
.lang-lbl-en[lang=no]:after {
  content: "Norwegian";
}
.lang-lbl-en[lang=pl]:after {
  content: "Polish";
}
.lang-lbl-en[lang=pt]:after {
  content: "Portuguese";
}
.lang-lbl-en[lang=ro]:after {
  content: "Romanian";
}
.lang-lbl-en[lang=ru]:after {
  content: "Russian";
}
.lang-lbl-en[lang=sk]:after {
  content: "Slovak";
}
.lang-lbl-en[lang=sl]:after {
  content: "Slovenian";
}
.lang-lbl-en[lang=sq]:after {
  content: "Albanian";
}
.lang-lbl-en[lang=sr]:after {
  content: "Serbian";
}
.lang-lbl-en[lang=sv]:after {
  content: "Swedish";
}
.lang-lbl-en[lang=th]:after {
  content: "Thai";
}
.lang-lbl-en[lang=tr]:after {
  content: "Turkish";
}
.lang-lbl-en[lang=uk]:after {
  content: "Ukrainian";
}
.lang-lbl-en[lang=vi]:after {
  content: "Vietnamese";
}
.lang-lbl-en[lang=zh]:after {
  content: "Chinese";
}
/* Combined native/english labels */
.lang-lbl-full[lang=ar]:after {
  content: "\000627\000644\000639\000631\000628\00064A\000629\0000A0/\0000A0Arabic";
}
.lang-lbl-full[lang=be]:after {
  content: "\000411\000435\00043B\000430\000440\000443\000441\00043A\000456\0000A0/\0000A0Belarusian";
}
.lang-lbl-full[lang=bg]:after {
  content: "\000411\00044A\00043B\000433\000430\000440\000441\00043A\000438\0000A0/\0000A0Bulgarian";
}
.lang-lbl-full[lang=cs]:after {
  content: "\00010Ce\000161tina\0000A0/\0000A0Czech";
}
.lang-lbl-full[lang=da]:after {
  content: "Dansk\0000A0/\0000A0Danish";
}
.lang-lbl-full[lang=de]:after {
  content: "Deutsch\0000A0/\0000A0German";
}
.lang-lbl-full[lang=el]:after {
  content: "\000395\0003BB\0003BB\0003B7\0003BD\0003B9\0003BA\0003AC\0000A0/\0000A0Greek";
}
.lang-lbl-full[lang=en]:after {
  content: "English\0000A0/\0000A0English";
}
.lang-lbl-full[lang=es]:after {
  content: "Espa\0000F1ol\0000A0/\0000A0Spanish";
}
.lang-lbl-full[lang=et]:after {
  content: "Eesti\0000A0/\0000A0Estonian";
}
.lang-lbl-full[lang=fi]:after {
  content: "Suomi\0000A0/\0000A0Finnish";
}
.lang-lbl-full[lang=fr]:after {
  content: "Fran\0000E7ais\0000A0/\0000A0French";
}
.lang-lbl-full[lang=ga]:after {
  content: "Gaeilge\0000A0/\0000A0Irish";
}
.lang-lbl-full[lang=hi]:after {
  content: "\000939\00093F\000902\000926\000940\0000A0/\0000A0Hindi";
}
.lang-lbl-full[lang=hr]:after {
  content: "Hrvatski\0000A0/\0000A0Croatian";
}
.lang-lbl-full[lang=hu]:after {
  content: "Magyar\0000A0/\0000A0Hungarian";
}
.lang-lbl-full[lang=in]:after {
  content: "Bahasa\000020indonesia\0000A0/\0000A0Indonesian";
}
.lang-lbl-full[lang=is]:after {
  content: "\0000CDslenska\0000A0/\0000A0Icelandic";
}
.lang-lbl-full[lang=it]:after {
  content: "Italiano\0000A0/\0000A0Italian";
}
.lang-lbl-full[lang=iw]:after {
  content: "\0005E2\0005D1\0005E8\0005D9\0005EA\0000A0/\0000A0Hebrew";
}
.lang-lbl-full[lang=ja]:after {
  content: "\0065E5\00672C\008A9E\0000A0/\0000A0Japanese";
}
.lang-lbl-full[lang=ko]:after {
  content: "\00D55C\00AD6D\00C5B4\0000A0/\0000A0Korean";
}
.lang-lbl-full[lang=lt]:after {
  content: "Lietuvi\000173\0000A0/\0000A0Lithuanian";
}
.lang-lbl-full[lang=lv]:after {
  content: "Latvie\000161u\0000A0/\0000A0Latvian";
}
.lang-lbl-full[lang=mk]:after {
  content: "\00041C\000430\00043A\000435\000434\00043E\00043D\000441\00043A\000438\0000A0/\0000A0Macedonian";
}
.lang-lbl-full[lang=ms]:after {
  content: "Bahasa\000020melayu\0000A0/\0000A0Malay";
}
.lang-lbl-full[lang=mt]:after {
  content: "Malti\0000A0/\0000A0Maltese";
}
.lang-lbl-full[lang=nl]:after {
  content: "Nederlands\0000A0/\0000A0Dutch";
}
.lang-lbl-full[lang=no]:after {
  content: "Norsk\0000A0/\0000A0Norwegian";
}
.lang-lbl-full[lang=pl]:after {
  content: "Polski\0000A0/\0000A0Polish";
}
.lang-lbl-full[lang=pt]:after {
  content: "Portugu\0000EAs\0000A0/\0000A0Portuguese";
}
.lang-lbl-full[lang=ro]:after {
  content: "Rom\0000E2n\000103\0000A0/\0000A0Romanian";
}
.lang-lbl-full[lang=ru]:after {
  content: "\000420\000443\000441\000441\00043A\000438\000439\0000A0/\0000A0Russian";
}
.lang-lbl-full[lang=sk]:after {
  content: "Sloven\00010Dina\0000A0/\0000A0Slovak";
}
.lang-lbl-full[lang=sl]:after {
  content: "Sloven\000161\00010Dina\0000A0/\0000A0Slovenian";
}
.lang-lbl-full[lang=sq]:after {
  content: "Shqipe\0000A0/\0000A0Albanian";
}
.lang-lbl-full[lang=sr]:after {
  content: "\000421\000440\00043F\000441\00043A\000438\0000A0/\0000A0Serbian";
}
.lang-lbl-full[lang=sv]:after {
  content: "Svenska\0000A0/\0000A0Swedish";
}
.lang-lbl-full[lang=th]:after {
  content: "\000E44\000E17\000E22\0000A0/\0000A0Thai";
}
.lang-lbl-full[lang=tr]:after {
  content: "T\0000FCrk\0000E7e\0000A0/\0000A0Turkish";
}
.lang-lbl-full[lang=uk]:after {
  content: "\000423\00043A\000440\000430\000457\00043D\000441\00044C\00043A\000430\0000A0/\0000A0Ukrainian";
}
.lang-lbl-full[lang=vi]:after {
  content: "Ti\001EBFng\000020vi\001EC7t\0000A0/\0000A0Vietnamese";
}
.lang-lbl-full[lang=zh]:after {
  content: "\004E2D\006587\0000A0/\0000A0Chinese";
}
/* One breaking space if we have an image */
.lang-xs:before,
.lang-sm:before,
.lang-lg:before {
  content: '\0000A0';
}
/* Pad the image and remove the non-breaking space when we have both an icon and a label */
.lang-xs.lang-lbl,
.lang-xs.lang-lbl-en,
.lang-xs.lang-lbl-full {
  padding-left: 16px;
}
.lang-sm.lang-lbl,
.lang-sm.lang-lbl-en,
.lang-sm.lang-lbl-full {
  padding-left: 24px;
}
.lang-lg.lang-lbl,
.lang-lg.lang-lbl-en,
.lang-lg.lang-lbl-full {
  padding-left: 32px;
}
.lang-xs.lang-lbl:before,
.lang-sm.lang-lbl:before,
.lang-lg.lang-lbl:before,
.lang-xs.lang-lbl-en:before,
.lang-sm.lang-lbl-en:before,
.lang-lg.lang-lbl-en:before,
.lang-xs.lang-lbl-full:before,
.lang-sm.lang-lbl-full:before,
.lang-lg.lang-lbl-full:before {
  content: '';
}
/* Adjustments for paragraphs */
.lang-lg,
.lang-lg:after {
  top: 0px;
  position: relative;
}
.lang-sm {
  top: 1px;
  position: relative;
}
.lang-sm:after {
  top: -1px;
  position: relative;
}
.lang-xs {
  top: 4px;
  position: relative;
}
.lang-xs:after {
  top: -4px;
  position: relative;
}
.lead > .lang-lg {
  top: 2px;
}
.lead > .lang-lg:after {
  top: -2px;
}
.lead > .lang-sm {
  top: 6px;
}
.lead > .lang-sm:after {
  top: -6px;
}
.lead > .lang-xs {
  top: 8px;
}
.lead > .lang-xs:after {
  top: -8px;
}
small > .lang-sm {
  top: -1px;
}
small > .lang-sm:after {
  top: 1px;
}
small > .lang-xs {
  top: 2px;
}
small > .lang-xs:after {
  top: -2px;
}
/* Adjustments for headings */
h1 > .lang-lg {
  top: 9px;
}
h1 > .lang-lg:after {
  top: -9px;
}
h1 > .lang-sm {
  top: 12px;
}
h1 > .lang-sm:after {
  top: -12px;
}
h1 > .lang-xs {
  top: 14px;
}
h1 > .lang-xs:after {
  top: -14px;
}
h2 > .lang-lg {
  top: 5px;
}
h2 > .lang-lg:after {
  top: -5px;
}
h2 > .lang-sm {
  top: 8px;
}
h2 > .lang-sm:after {
  top: -8px;
}
h2 > .lang-xs {
  top: 10px;
}
h2 > .lang-xs:after {
  top: -10px;
}
h3 > .lang-lg {
  top: 1px;
}
h3 > .lang-lg:after {
  top: -1px;
}
h3 > .lang-sm {
  top: 5px;
}
h3 > .lang-sm:after {
  top: -5px;
}
h3 > .lang-xs {
  top: 8px;
}
h3 > .lang-xs:after {
  top: -8px;
}
h4 > .lang-lg {
  top: -1px;
}
h4 > .lang-lg:after {
  top: 1px;
}
h4 > .lang-sm {
  top: 1px;
}
h4 > .lang-sm:after {
  top: -1px;
}
h4 > .lang-xs {
  top: 4px;
}
h4 > .lang-xs:after {
  top: -4px;
}
h5 > .lang-sm,
h5 > .lang-sm:after {
  top: 0px;
}
h5 > .lang-xs {
  top: 2px;
}
h5 > .lang-xs:after {
  top: -2px;
}
h6 > .lang-sm,
h6 > .lang-sm:after {
  top: 0px;
}
h6 > .lang-xs {
  top: 1px;
}
h6 > .lang-xs:after {
  top: -1px;
}
/* Adjustments for buttons */
.btn > .lang-sm {
  top: 2px;
}
.btn > .lang-sm:after {
  top: -2px;
}
.btn > .lang-xs {
  top: 4px;
}
.btn > .lang-xs:after {
  top: -4px;
}
.btn.btn-xs > .lang-sm,
.btn.btn-xs > .lang-sm:after {
  top: 0px;
}
.btn.btn-xs > .lang-xs {
  top: 3px;
}
.btn.btn-xs > .lang-xs:after {
  top: -3px;
}
.btn.btn-sm > .lang-sm,
.btn.btn-sm > .lang-sm:after {
  top: 0px;
}
.btn.btn-sm > .lang-xs {
  top: 3px;
}
.btn.btn-sm > .lang-xs:after {
  top: -3px;
}
.btn.btn-lg > .lang-lg {
  top: 1px;
}
.btn.btn-lg > .lang-lg:after {
  top: -1px;
}
.btn.btn-lg > .lang-sm {
  top: 3px;
}
.btn.btn-lg > .lang-sm:after {
  top: -3px;
}
.btn.btn-lg > .lang-xs {
  top: 6px;
}
.btn.btn-lg > .lang-xs:after {
  top: -6px;
}
img {
  -ms-interpolation-mode: bicubic;
}
a[href^=tel] {
  color: #325097;
  text-decoration: none;
}
address a[href^=tel] {
  color: #325097;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
input[type="password"] {
  font-family: sans-serif;
}
/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #ffffff;
}
#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 30px 0 10px;
}
#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}
#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 230px;
  /*need for IE*/
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  cursor: pointer;
}
#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #ffffff;
}
#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px;
}
#outdated .last[dir='rtl'] {
  right: auto !important;
  left: 25px !important;
}
#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
}
* html #outdated {
  position: absolute;
}
#homepage-carousel {
  margin-top: -20px;
  margin-bottom: 60px;
}
#homepage-carousel a i {
  font-size: 3em;
  line-height: 6em;
}
#homepage-carousel .carousel-caption {
  z-index: 10;
}
#homepage-carousel .carousel .item {
  background-color: #777;
}
#sidebar {
  margin-top: 25px;
}
img.news-image {
  max-width: 100%;
  margin-top: 5px;
}
.news-articles article {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.news-articles article h2 {
  margin-top: 0;
}
.news-article article {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.news-article article h2 {
  margin-top: 0;
}
.news-article ul.pager {
  text-align: left;
}
body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
footer h3 {
  color: white;
}
.nav > li > a {
  color: #4D814E;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row {
  margin: 0;
}
.form-control:focus {
  border-color: #325097;
  outline: 0px none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(50, 80, 151, 0.6);
}
.btn {
  border-radius: 50px;
}
.btn-primary {
  color: #FFF;
  background-color: #4D814E;
  border-color: #4D814E;
  background-image: none;
  white-space: normal;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #FFF;
  background-color: #61a062;
  border-color: #61a062;
}
.btn-secondary {
  color: #FFF;
  background-color: #325097;
  border-color: #325097;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  color: #FFF;
  background-color: #3f64bd;
  border-color: #3f64bd;
}
.top {
  border-top: 10px solid #325097;
  padding: 15px 0 0;
}
.header-logo {
  margin-bottom: 15px;
}
.header-logo img {
  width: 440px;
  height: auto;
}
.header-logo-nihrc img {
  float: right;
  margin-top: 7px;
  margin-bottom: 10px;
  width: 160px;
  height: auto;
}
.has-icon {
  position: relative;
}
.form-control-icon {
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 2;
}
.search .fa {
  color: #4D814E;
  font-size: 20px;
}
.intro {
  padding: 20px 0;
}
.intro h1 {
  margin-top: 0;
  color: #4D814E;
}
.intro p {
  margin: 0;
}
.intro p.lead {
  color: #4D814E;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 10px;
  font-weight: normal;
}
.video-section {
  padding: 20px 0;
  background: #EDEBEB;
}
.video-section .btn {
  margin: 12px auto;
  width: 184px;
  display: block;
}
@media (min-width: 768px) {
  .video-section .btn {
    margin: 12px 0;
  }
}
footer {
  padding: 0;
  color: white;
}
footer h3 {
  margin: 0;
}
footer p,
footer a {
  color: white;
}
footer li {
  margin-bottom: 2px;
}
footer i {
  margin-right: 10px;
}
.footer-content {
  background: #325097;
  padding: 20px 0;
}
.footer-copyright {
  background: #234188;
  padding: 5px 0;
}
.footer-copyright p {
  margin: 0;
}
@media (min-width: 768px) {
  footer .row .col-sm-6 {
    padding-right: 0;
    padding-left: 0;
  }
}
dl.accordion {
  border: 1px solid #DDDDDD !important;
}
dl.accordion dt {
  padding: 10px;
  border-bottom: 1px solid #DDD;
}
dl.accordion dt span {
  display: inline-block;
  color: #4D814E;
  margin-right: 10px;
}
dl.accordion dt span.question-accordion {
  color: #5C5C5C;
  display: block;
  margin: 5px 0;
}
dl.accordion dt:hover {
  cursor: pointer;
}
dl.accordion p a {
  color: #4d814e;
  display: block;
  padding: 7px;
  border: 1px solid #AFC5AF;
  background-color: white;
}
dl.accordion p a:hover {
  background-color: #f5f5f5;
}
dl.accordion p a.btn {
  color: #fff !important;
  background-color: #4d814e;
  display: inline;
}
dl.accordion dd {
  background: #E4ECE4;
  padding: 10px;
  color: #5C5C5C;
}
dl.accordion dd i {
  display: none;
}
@media (min-width: 768px) {
  dl.accordion dt span,
  dl.accordion dt span.question-accordion {
    margin-right: 6px;
  }
  dl.accordion dt span.question-accordion {
    display: inline-block;
  }
  dl.accordion dt span.year {
    margin-right: 0;
  }
  dl.accordion dd i {
    display: block;
    float: right;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  dl.accordion dt span,
  dl.accordion dt span.question-accordion {
    margin-right: 15px;
  }
}
hr.page-end {
  margin: 60px 30px 40px;
}
.learning-content {
  background-color: #E5E6EE;
}
.learning-content h3 {
  colour: #333333 !important;
  font-weight: 100 !important;
  padding: 20px 0px;
  font-size: 22px !important;
}
.learning-content ul {
  padding: 0;
}
.learning-content li {
  padding: 0px 0 10px 46px;
  list-style: none;
  background-repeat: no-repeat;
  background-image: url('/images/learning-outcomes-bullet.png');
}
@media (min-width: 768px) {
  .learning-content li {
    padding: 11px 0px 10px 46px;
    list-style: none;
    background-repeat: no-repeat;
    background-image: url('/images/learning-outcomes-bullet.png');
  }
}
.learning-content-pp {
  padding-top: 8px;
}
.learning-content-bl {
  height: 5px;
  background: #121E66;
  position: relative;
  width: 100%;
}
.related-content {
  margin-bottom: 40px;
}
.related-content h3 {
  text-align: left;
  border-bottom: 3px solid #4D814E;
  margin: 0;
  padding: 0 0 10px;
}
.related-content h4 {
  font-size: 18px;
  margin: 0;
}
.related-content a {
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #4d814e;
  margin-bottom: 0;
}
.related-content a:hover {
  opacity: 0.7;
  background-color: #B6C1B7;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
.report-row h3 {
  margin-top: 4px;
}
.report-row hr {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 10px;
}
/* RESOURCES */
ul.sort-by,
ul.filter {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  float: right;
  margin-left: 40px;
}
ul.filter {
  margin-bottom: 15px;
}
ul.sort-by,
ul.filter {
  width: 49%;
  margin: 0;
}
.list-resource ul.sort-by {
  margin-left: 1%;
}
#piece-search .col-sm-3 {
  padding: 0;
}
ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  clear: both;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: white;
  text-align: center;
  background-color: #4D814E;
  border: 1px solid #4D814E;
  border-radius: 4px;
}
#piece-search .form-control {
  border: 1px solid #DBDBEA;
  color: #1F1F2C;
}
#piece-search ::-webkit-input-placeholder {
  color: #1F1F2C;
}
#piece-search :-moz-placeholder {
  /* Firefox 18- */
  color: #1F1F2C;
}
#piece-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1F1F2C;
}
#piece-search :-ms-input-placeholder {
  color: #1F1F2C;
}
#piece-search .input-group {
  margin-bottom: 10px;
}
#piece-search .form-control:focus {
  border: 1px solid #4D814E;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group .fa {
  margin-right: 0px !important;
}
.resource-button {
  padding-top: 63px;
}
.resources-list .row {
  margin: 10px 0;
}
.resources-list h3 {
  margin-top: 0;
}
@media (min-width: 768px) {
  ul.sort-by,
  ul.filter {
    width: 25%;
  }
  .list-resource ul.filter,
  .list-resource ul.sort-by {
    margin: 0px 0px 30px 40px;
  }
}
.email-link a {
  text-decoration: underline;
}
.email-link a:focus,
.email-link a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
body.newbuild {
  font-family: "Proxima Nova", sans-serif;
  /* RESOURCES */
}
body.newbuild h1,
body.newbuild h2,
body.newbuild h3,
body.newbuild h4,
body.newbuild h5,
body.newbuild h6 {
  color: #121E66 !important;
  font-family: "Proxima Nova", sans-serif;
}
body.newbuild h1 {
  font-size: 28px;
  line-height: 29px;
  color: #121E66 !important;
  font-weight: 600;
}
body.newbuild h2 {
  font-size: 24px;
  line-height: 24px;
}
body.newbuild h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
body.newbuild h4 {
  font-size: 16px;
  line-height: 22px;
}
body.newbuild h5 {
  font-size: 14px;
  line-height: 22px;
}
body.newbuild h6 {
  font-size: 12px;
  line-height: 22px;
}
body.newbuild p {
  color: #313131;
  font-size: 16px;
  line-height: 25px;
}
body.newbuild a {
  color: #007E70;
  text-decoration: none;
}
body.newbuild .article_body .cb-text p,
body.newbuild .article_body .cb-text ul,
body.newbuild .article_body .cb-text ol {
  color: #313131;
  font-size: 16px;
  line-height: 25px;
}
body.newbuild .article_body .cb-text blockquote {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}
@media (min-width: 480px) {
  body.newbuild .nics-title {
    margin-top: 9px;
    margin-bottom: 5px;
  }
}
@media (min-width: 991px) {
  body.newbuild .nics-title {
    margin-top: 20px;
  }
}
@media (min-width: 1199px) {
  body.newbuild .nics-title {
    margin-top: 14px;
  }
}
body.newbuild .page-content-bg {
  background: url(/images/mid-bg.png) no-repeat;
  background-size: 31%;
  background-position-x: -60px;
  background-position-y: -110px;
}
@media (max-width: 991px) {
  body.newbuild .page-content-bg {
    background: none;
  }
}
@media (max-width: 1199px) {
  body.newbuild .page-content-bg {
    background: none;
  }
}
body.newbuild .page-underline {
  height: 2px;
  background: #E2F1EF;
  position: absolute;
  margin-top: 70px;
  margin-left: 31%;
  width: 40%;
}
@media (max-width: 2150px) {
  body.newbuild .page-underline {
    width: 40.5%;
  }
}
@media (max-width: 1690px) {
  body.newbuild .page-underline {
    width: 41%;
  }
}
@media (max-width: 1540px) {
  body.newbuild .page-underline {
    margin-left: 25%;
    width: 52%;
  }
}
@media (max-width: 1310px) {
  body.newbuild .page-underline {
    width: 54%;
  }
}
@media (max-width: 1199px) {
  body.newbuild .page-underline {
    height: 0px;
    width: 0px;
  }
}
body.newbuild .page-content-fill a {
  color: #007E70 !important;
}
@media (min-width: 991px) {
  body.newbuild .page-content-fill {
    margin-top: -24px;
  }
}
@media (max-width: 991px) {
  body.newbuild .page-content-fill {
    margin-top: 20px;
  }
}
body.newbuild ul.nav-tree {
  list-style: none;
  background: #121E66 !important;
}
body.newbuild ul.nav-tree ul.nav-tree {
  margin-left: 45px;
}
body.newbuild ul.nav-tree li {
  position: relative;
}
body.newbuild ul.nav-tree li span.opener {
  position: absolute;
  top: 12px;
  right: 5px;
  color: #007E70 !important;
  z-index: 1;
}
body.newbuild ul.nav-tree li span.opener i {
  font-size: 17px;
}
body.newbuild ul.nav-tree li span.opener.closed span.tree-icon-opened {
  display: none;
}
body.newbuild ul.nav-tree li span.opener.closed span.tree-icon-closed {
  display: block;
}
body.newbuild ul.nav-tree li span.opener.opened span.tree-icon-open {
  display: block;
}
body.newbuild ul.nav-tree li span.opener.opened span.tree-icon-closed {
  display: none;
}
body.newbuild ul.nav-tree li.here a {
  background-color: #007E70 !important;
  color: white;
}
body.newbuild ul.nav-tree li.here ul a {
  background-color: white;
}
body.newbuild ul.nav-tree li.here:hover i {
  color: white;
}
body.newbuild ul.nav-tree li.level-1.here span.tree-icon-opened i {
  color: white;
}
body.newbuild ul.nav-tree li.here ul a {
  color: red;
}
body.newbuild ul.nav-tree li a {
  border-radius: 0;
  color: white;
}
body.newbuild ul.nav-tree li a:hover {
  background: #007E70 !important;
  color: white;
}
body.newbuild ul.nav-tree li a:focus {
  background: #007E70 !important;
}
body.newbuild ul.nav-tree li ul {
  padding: 0;
  background: #E5E6EE;
  list-style: none;
}
body.newbuild ul.nav-tree li ul li a {
  color: #121E66 !important;
  padding: 10px 20px;
  display: block;
}
body.newbuild ul.nav-tree li ul li a:hover {
  color: white !important;
}
body.newbuild .page-header {
  background: #007E70 !important;
  margin: 0;
  padding: 0;
  position: relative;
}
body.newbuild .page-header .navbar {
  margin-bottom: 0;
  border: none;
}
body.newbuild .page-header .navbar-header {
  background: #007E70 !important;
}
body.newbuild .page-header .navbar-default .navbar-toggle {
  border: none;
}
body.newbuild .page-header .navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
body.newbuild .page-header .navbar-default .navbar-toggle:hover,
body.newbuild .page-header .navbar-default .navbar-toggle:focus {
  background-color: #007E70 !important;
}
body.newbuild .page-header .navbar-default .navbar-toggle:hover .icon-bar,
body.newbuild .page-header .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: white;
}
body.newbuild .page-header .navbar-default {
  background-color: #007E70 !important;
  border-color: #D8D8D8;
}
body.newbuild .page-header .navbar-default .navbar-nav > li > a {
  color: white;
}
body.newbuild .page-header li.home-icon {
  background-image: none !important;
  background-color: #121E66 !important;
}
body.newbuild .page-header li.home-icon img {
  width: 20px;
  height: auto;
}
body.newbuild .page-header li.search-icon {
  background-image: none !important;
}
body.newbuild .page-header li.search-icon img {
  width: 20px;
  height: auto;
}
@media (min-width: 992px) {
  body.newbuild .page-header .navbar-default .navbar-nav > li:nth-child(2) a {
    background-image: url(../images/nav-bkg-01.png);
    background-repeat: repeat-x;
    background-size: auto 50px;
    background-position: right;
  }
  body.newbuild .page-header .navbar-default .navbar-nav > li:nth-child(3) a {
    background-image: url(../images/nav-bkg-02.png);
    background-repeat: repeat-x;
    background-size: auto 50px;
    background-position: right;
  }
  body.newbuild .page-header .navbar-default .navbar-nav > li:nth-child(4) a {
    background-image: url(../images/nav-bkg-03.png);
    background-repeat: repeat-x;
    background-size: auto 50px;
    background-position: right;
  }
  body.newbuild .page-header .navbar-default .navbar-nav > li:nth-child(5) a {
    background-image: url(../images/nav-bkg-04.png);
    background-repeat: repeat-x;
    background-size: auto 50px;
    background-position: right;
  }
  body.newbuild .page-header .navbar-default .navbar-nav > li:nth-child(6) a {
    background-image: url(../images/nav-bkg-05.png);
    background-repeat: repeat-x;
    background-size: auto 50px;
    background-position: right;
  }
}
@media (min-width: 1100px) {
  body.newbuild .page-header .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 10px;
  }
}
body.newbuild .top-bg {
  float: right !important;
  height: 23.8%;
  width: 50%;
  position: absolute;
  top: 265px;
  right: 0px;
}
body.newbuild .stock-home {
  bottom: 1px;
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  body.newbuild .stock-home {
    margin-top: 10px;
  }
}
body.newbuild .introtop {
  padding: 10px 0;
}
body.newbuild .introtop h1 {
  margin-top: 0;
  color: #007E70 !important;
}
body.newbuild .introtop p {
  margin: 0;
}
body.newbuild .introtop p.lead {
  color: #007E70 !important;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 10px;
  font-weight: normal;
}
body.newbuild .intro1-grad {
  background: url(../../../../images/hrguide/top-bg-grad.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 60px;
}
body.newbuild .hero-img img {
  width: 100%;
  margin-top: 100px;
}
body.newbuild .intro1 {
  margin-top: 0px;
  background: url(../../../../images/hrguide/top-bg.png) no-repeat right;
  background-size: 56%;
}
@media (max-width: 991px) {
  body.newbuild .intro1 {
    background-image: none;
  }
}
body.newbuild .read-more a {
  color: #007E70;
}
body.newbuild .read-more-btn {
  margin-left: 0%;
}
@media (max-width: 991px) {
  body.newbuild .read-more-btn {
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  body.newbuild .read-more-btn {
    margin-left: 0%;
  }
}
body.newbuild .intro2 {
  height: 100%;
  background: url(/images/mid-bg.png) no-repeat left;
  background-size: 38%;
  background-position-y: -240px;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 991px) {
  body.newbuild .intro2 {
    background-image: none;
    padding-bottom: 0px;
    padding-top: 10px;
  }
}
body.newbuild .intro2 .overview-underline {
  height: 2px;
  background: #E2F1EF;
  position: absolute;
  margin-top: 50px;
}
@media (min-width: 768px) {
  body.newbuild .intro2 .overview-underline {
    margin-left: 40%;
    width: 35.5%;
  }
}
@media (min-width: 992px) {
  body.newbuild .intro2 .overview-underline {
    margin-left: 37%;
    width: 29%;
  }
}
@media (min-width: 1200px) {
  body.newbuild .intro2 .overview-underline {
    margin-left: 21%;
    width: 36%;
  }
}
body.newbuild .intro {
  padding: 0px 0;
}
body.newbuild .intro h1 {
  margin-top: 0;
  color: #007E70 !important;
}
body.newbuild .intro p {
  margin: 0;
}
body.newbuild .intro p.lead {
  color: #007E70 !important;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 10px;
  font-weight: normal;
}
body.newbuild .intro .container1 {
  margin-top: 20px;
  background: url(/images/top-bg.png) no-repeat right;
  background-size: 56%;
}
@media (max-width: 991px) {
  body.newbuild .intro .container1 {
    background-image: none;
  }
}
body.newbuild .intro .container2 {
  height: 400px;
  background: url(/images/mid-bg.png) no-repeat left;
  background-size: 40%;
}
@media (max-width: 991px) {
  body.newbuild .intro .container2 {
    background-image: none;
  }
}
body.newbuild .intro .video-pos {
  margin-top: 20px;
}
body.newbuild .intro .video-text-pos {
  margin-top: 20px;
}
body.newbuild .intro .videoWrapper {
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
body.newbuild .intro .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.newbuild .main-content {
  margin: 20px 0px;
}
body.newbuild .main-content .hexagon-icon {
  margin: 20px 0;
}
body.newbuild .main-content .hexagon-icon img,
body.newbuild .main-content .hexagon-icon p {
  display: inline-block;
}
body.newbuild .main-content .hexagon-icon img {
  width: 50px;
  margin-right: 15px;
}
body.newbuild .main-content .hexagon-icon p {
  margin: 0;
}
body.newbuild .main-content .hexagon-icon a {
  color: #007E70;
  font-size: 17px;
  font-weight: 600;
}
body.newbuild .main-content .hexagon-icon a:hover,
body.newbuild .main-content .hexagon-icon a:focus {
  color: #121E66;
}
body.newbuild .main-content .hexagon-icon ul {
  margin: 0;
  padding: 0;
}
body.newbuild .main-content .hexagon-icon li {
  list-style-type: none;
  text-decoration: none;
}
body.newbuild .main-content .hexagon-icon .right-icon {
  margin-left: 10px;
}
@media (min-width: 768px) {
  body.newbuild .main-content .hexagon-icon {
    margin: 60px 0;
  }
}
@media (min-width: 992px) {
  body.newbuild .main-content .hexagon-icon {
    margin: 40px 0;
  }
  body.newbuild .main-content a {
    color: #007E70;
    font-size: 20px;
    font-weight: 600;
  }
}
body.newbuild .main-content .optionarrows {
  padding-left: 10px;
}
@media (max-width: 480px) {
  body.newbuild .main-content .optionarrows {
    padding-left: 7px;
  }
}
body.newbuild .main-content .rectangle {
  width: 1px;
  height: 20px;
  background: #234188 !important;
  margin-left: 26px;
  margin-bottom: 4px;
  margin-top: 4px;
}
body.newbuild .main-content .ontheact-underline {
  height: 2px;
  background: #E2F1EF;
  position: absolute;
  margin-top: 24px;
}
@media (min-width: 768px) {
  body.newbuild .main-content .ontheact-underline {
    width: 32%;
  }
}
@media (min-width: 992px) {
  body.newbuild .main-content .ontheact-underline {
    width: 25%;
    margin-top: 46px;
  }
}
@media (min-width: 1200px) {
  body.newbuild .main-content .ontheact-underline {
    width: 21.5%;
    margin-top: 45px;
  }
}
body.newbuild .main-content .main-content-grad {
  height: 100%;
  margin-top: 0px;
  background: url(/images/bot-bg-grad.png) no-repeat right;
}
@media (max-width: 991px) {
  body.newbuild .main-content .main-content-grad {
    background-image: none;
  }
}
body.newbuild .main-content-inner {
  padding-top: 45px;
}
body.newbuild .related-content {
  margin-bottom: 40px;
}
body.newbuild .related-content h3 {
  text-align: left;
  border-bottom: 0;
  margin: 0;
  padding: 0 0 10px;
}
body.newbuild .related-content a {
  padding: 8px 0;
  display: block;
  border-bottom: 0;
  margin-bottom: 0;
}
body.newbuild .related-content a:hover {
  background-color: white;
}
body.newbuild .related-content-text-space {
  margin-right: 18px;
  padding-bottom: 3px;
}
body.newbuild .related-content-text-space-mock {
  margin-right: 18px;
}
body.newbuild footer {
  color: #656565 !important;
  background: url(../../../../images/hrguide/top-bg-grad.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.newbuild footer .footer-rectangle {
  width: 100%;
  height: 5px;
  background: #234188 !important;
  margin-top: 40px;
}
body.newbuild footer h3 {
  margin: 0;
  color: #234188 !important;
}
body.newbuild footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.newbuild footer a {
  color: #007E70;
}
body.newbuild footer a:hover,
body.newbuild footer a:focus {
  color: #121E66 !important;
}
body.newbuild footer span.footer-bold {
  font-size: 12px !important;
  font-weight: bold;
  text-transform: capitalize;
}
body.newbuild footer hr.footer-bar {
  height: 6px;
  background: #E2F1EF;
  border: none !important;
  padding: 0;
  margin-top: 0;
  margin-bottom: 40px;
}
body.newbuild footer .footer-social {
  background-color: white !important;
}
body.newbuild footer ul.social {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.newbuild footer ul.social li {
  float: right;
}
body.newbuild footer ul.social li a {
  display: block;
  color: #121E66 !important;
  padding: 14px 0px;
  text-decoration: none;
}
body.newbuild footer .bottom_footer {
  margin-top: 20px;
  background-color: #121E66 !important;
}
body.newbuild footer .bottom_footer p {
  color: #fff;
  font-size: 12px;
  padding: 6px 0;
  font-weight: 100;
}
body.newbuild footer .bottom_footer .copyright {
  text-align: right;
}
body.newbuild footer .bottom_footer .copyright a {
  color: #fff !important;
}
@media (min-width: 768px) {
  body.newbuild footer .row .col-sm-6 {
    padding-right: 0;
    padding-left: 0;
  }
}
body.newbuild .top {
  border-top: 10px solid #121E66 !important;
  padding: 15px 0 0;
}
body.newbuild .img-logo {
  margin: 0 0 10px;
}
body.newbuild .has-icon {
  position: relative;
}
body.newbuild .form-control-icon {
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 2;
}
body.newbuild .search .fa {
  color: #007E70 !important;
  font-size: 20px;
}
body.newbuild .search-right {
  margin-top: 20px;
  float: right;
}
body.newbuild .nicslogo {
  max-width: 100px;
  margin-bottom: 10px;
}
body.newbuild dl.accordion {
  border: 0px;
}
body.newbuild dl.accordion dt {
  padding: 10px;
  border-bottom: 1px solid #DDD;
}
body.newbuild dl.accordion dt span {
  display: inline-block;
  color: #007E70 !important;
  margin-right: 10px;
}
body.newbuild dl.accordion dt span.question-accordion {
  color: black !important;
  display: block;
  margin: 5px 0;
}
body.newbuild dl.accordion dt:hover {
  cursor: pointer;
}
body.newbuild dl.accordion p a {
  color: #4d814e;
  display: block;
  padding: 7px;
  border: 1px solid #AFC5AF;
  background-color: white;
}
body.newbuild dl.accordion p a:hover {
  background-color: #f5f5f5;
}
body.newbuild dl.accordion p a.btn {
  color: #fff;
  background-color: #4d814e;
  display: inline;
}
body.newbuild dl.accordion dd {
  background: #E5E6EE;
  padding: 10px;
  color: #5C5C5C;
}
body.newbuild dl.accordion dd i {
  display: none;
}
@media (min-width: 768px) {
  body.newbuild dl.accordion dt span,
  body.newbuild dl.accordion dt span.question-accordion {
    margin-right: 6px;
  }
  body.newbuild dl.accordion dt span.question-accordion {
    display: inline-block;
  }
  body.newbuild dl.accordion dt span.year {
    margin-right: 0;
  }
  body.newbuild dl.accordion dd i {
    display: block;
    float: right;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  body.newbuild dl.accordion dt span,
  body.newbuild dl.accordion dt span.question-accordion {
    margin-right: 15px;
  }
}
body.newbuild ul.sort-by,
body.newbuild ul.filter {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  float: right;
  margin-left: 40px;
}
body.newbuild ul.filter {
  margin-bottom: 15px;
}
body.newbuild ul.sort-by,
body.newbuild ul.filter {
  width: 49%;
  margin: 0;
}
body.newbuild .list-resource ul.sort-by {
  margin-left: 1%;
}
body.newbuild #piece-search .col-sm-3 {
  padding: 0;
}
body.newbuild ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  clear: both;
}
body.newbuild .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: white;
  text-align: center;
  background-color: #007E70 !important;
  border: 1px solid #007E70 !important;
  border-radius: 4px;
}
body.newbuild #piece-search .form-control {
  border: 1px solid #DBDBEA;
  color: #1F1F2C;
}
body.newbuild #piece-search ::-webkit-input-placeholder {
  color: #1F1F2C;
}
body.newbuild #piece-search :-moz-placeholder {
  /* Firefox 18- */
  color: #1F1F2C;
}
body.newbuild #piece-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1F1F2C;
}
body.newbuild #piece-search :-ms-input-placeholder {
  color: #1F1F2C;
}
body.newbuild #piece-search .input-group {
  margin-bottom: 10px;
}
body.newbuild #piece-search .form-control:focus {
  border: 1px solid #4D814E;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.newbuild .input-group .fa {
  margin-right: 0px !important;
}
body.newbuild .resource-button {
  padding-top: 63px;
}
body.newbuild .resources-list .row {
  margin: 10px 0;
}
body.newbuild .resources-list h3 {
  margin-top: 0;
}
@media (min-width: 768px) {
  body.newbuild ul.sort-by,
  body.newbuild ul.filter {
    width: 25%;
  }
  body.newbuild .list-resource ul.filter,
  body.newbuild .list-resource ul.sort-by {
    margin: 0px 0px 30px 40px;
  }
}
body.newbuild .page-bullets {
  list-style-image: url('/images/learning-outcomes-bullet.png');
}
body.newbuild .btn {
  border-radius: 50px;
}
body.newbuild .btn-primary {
  color: #FFF;
  background-color: #007E70 !important;
  border-color: #007E70 !important;
  background-image: none;
}
body.newbuild .btn-primary:hover,
body.newbuild .btn-primary:active,
body.newbuild .btn-primary:focus {
  color: #FFF;
  background-color: #00b19d !important;
  border-color: #00b19d !important;
}
body.newbuild .btn-secondary {
  color: #FFF;
  background-color: #121E66 !important;
  border-color: #121E66 !important;
}
body.newbuild .btn-secondary:hover,
body.newbuild .btn-secondary:active,
body.newbuild .btn-secondary:focus {
  color: #FFF;
  background-color: #1a2b91 !important;
  border-color: #1a2b91 !important;
}
body.newbuild .main-content-tr {
  padding: 20px 0 20px;
}
body.newbuild .main-content-tr h1:first-child {
  margin-top: 0;
}
body.newbuild .main-content-tr .well {
  margin: 20px 0;
}
body.newbuild .main-content-tr .well p:last-child {
  margin: 0;
}
body.newbuild .tr-description {
  padding-top: 5%;
}
#header-search {
  position: absolute;
  bottom: 0;
  background: #007e70;
  width: 100%;
  height: 50px;
  z-index: 10;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 0;
  transition: bottom 0.2s ease-in-out;
  border-bottom: 1px solid #121E66;
}
#header-search button {
  width: 100%;
  border: none;
  background: none;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  height: 40px;
  vertical-align: top;
  display: inline-block;
}
#header-search button .fa {
  position: relative;
  top: -2px;
}
#header-search input {
  width: 100%;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: none;
  vertical-align: top;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.4px;
  font-weight: 600;
  color: #fff;
}
#header-search input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
#header-search span {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
}
#header-search.active {
  bottom: -50px;
}
@media (min-width: 768px) {
  #header-search button {
    text-align: left;
  }
  #header-search span {
    text-align: right;
  }
}
*:focus {
  outline: none!important;
}
#main {
  /* flex: 1; would be enough but it looks bad in IE */
  flex: 1 0 auto;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
html {
  height: 100%;
}
body.new2019 {
  font-family: proxima-nova, sans-serif;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.new2019 .newcontent {
  display: block!important;
}
body.new2019 main {
  flex: 1 0 auto;
}
body.new2019 .page-header {
  border-bottom: none!important;
}
body.new2019 .row {
  margin-left: -15px;
  margin-right: -15px;
}
body.new2019 .main-content-inner {
  padding-top: 0;
}
body.new2019 h1,
body.new2019 h2 {
  font-weight: 700;
}
body.new2019 h2 {
  font-size: 28px;
  line-height: 32px;
}
body.new2019 .top {
  height: 115px;
  border-top: 5px solid #121E66 !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.new2019 .top .header-logo {
  margin-bottom: 0;
  height: 80px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
body.new2019 .top .header-logo img {
  max-width: 100%;
  max-height: 100%;
}
body.new2019 .top .header-logo-nihrc {
  height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.new2019 .top .header-logo-nihrc .logo img {
  width: auto;
  margin: 0;
  height: 50px;
}
@media (min-width: 992px) {
  body.new2019 .top .header-logo-nihrc {
    float: right;
    width: auto;
  }
  body.new2019 .top .header-logo-nihrc .searchbox {
    display: inline-block !important;
    visibility: visible!important;
    margin-right: 15px;
    vertical-align: top;
    height: 50px;
    position: absolute;
    right: 100%;
  }
  body.new2019 .top .header-logo-nihrc .searchbox .search-toggle {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
    background: #007E70;
    color: #fff;
    vertical-align: top;
    cursor: pointer;
    font-size: 20px;
  }
  body.new2019 .top .header-logo-nihrc .searchbox .search-toggle:hover,
  body.new2019 .top .header-logo-nihrc .searchbox .search-toggle:focus {
    background: #05544B;
  }
  body.new2019 .top .header-logo-nihrc .searchbox .form {
    display: none;
    padding: 5px 0 5px 5px;
  }
  body.new2019 .top .header-logo-nihrc .searchbox .form input {
    display: inline-block;
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 5px;
    padding: 5px 15px;
    width: 450px;
  }
  body.new2019 .top .header-logo-nihrc .searchbox .form button {
    position: absolute;
    top: 6px;
    right: 1px;
    height: 38px;
    border: none;
    background: #007E70;
    width: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 0 5px 5px 0;
  }
  body.new2019 .top .header-logo-nihrc .searchbox .form button:hover,
  body.new2019 .top .header-logo-nihrc .searchbox .form button:focus {
    background: #05544B;
  }
  body.new2019 .top .header-logo-nihrc .searchbox.active {
    width: 580px;
    background: #fff;
  }
  body.new2019 .top .header-logo-nihrc .searchbox.active .form {
    display: inline-block;
    visibility: visible;
  }
  body.new2019 .top .header-logo-nihrc .logo {
    display: inline-block !important;
    visibility: visible!important;
  }
}
@media (min-width: 1200px) {
  body.new2019 .top .header-logo-nihrc .searchbox.active {
    width: 820px;
  }
}
body.new2019 .resources-list .row {
  margin-left: -15px;
  margin-right: -15px;
}
body.new2019 .reading-time {
  font-size: 14px;
  line-height: 18px;
  margin: 30px 0 20px;
}
body.new2019 .reading-time .far {
  margin-right: 6px;
}
body.new2019 .navbar-collapse {
  border: none;
  box-shadow: none;
  margin-right: -15px;
  margin-left: -15px;
  max-height: 500px;
}
body.new2019 .navbar-collapse .navbar-nav {
  margin-bottom: 0;
}
body.new2019 .navbar-collapse .navbar-nav li a {
  background: none!important;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}
body.new2019 .navbar-collapse .navbar-nav li a:hover {
  background: #05544B !important;
  color: #fff !important;
}
body.new2019 .navbar-collapse .navbar-nav li.here {
  background: #05544B !important;
  color: #fff !important;
}
body.new2019 .navbar-collapse .navbar-nav li.searchbox {
  background: #05544B;
  padding: 15px;
  position: relative;
  margin-top: 15px;
}
body.new2019 .navbar-collapse .navbar-nav li.searchbox input {
  width: 100%;
  border: none;
  height: 40px;
  padding: 0 70px 0 15px;
}
body.new2019 .navbar-collapse .navbar-nav li.searchbox button {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 40px;
  border: none;
  width: 50px;
  line-height: 40px;
  text-align: center;
  background: #007E70;
  color: #fff;
  font-size: 20px;
}
@media (min-width: 992px) {
  body.new2019 .navbar-collapse .navbar-nav li {
    margin-right: 1px;
  }
  body.new2019 .navbar-collapse .navbar-nav li:last-of-type {
    margin-right: 0;
  }
  body.new2019 .navbar-collapse .navbar-nav li a {
    font-size: 13px;
    padding-right: 5px;
    padding-left: 5px;
  }
  body.new2019 .navbar-collapse .navbar-nav li.searchbox {
    display: none;
  }
}
@media (min-width: 1200px) {
  body.new2019 .navbar-collapse .navbar-nav li a {
    font-size: 15px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
body.new2019 .breadcrumbs {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #333;
}
body.new2019 .breadcrumbs a,
body.new2019 .breadcrumbs span {
  color: #333;
  font-size: 13px;
}
body.new2019 .breadcrumbs a:hover,
body.new2019 .breadcrumbs a:focus {
  color: #007E70;
  text-decoration: underline;
}
body.new2019 .accordion {
  margin-top: 30px;
  border-radius: 5px;
  border-color: #D8D8D8;
}
body.new2019 .accordion dt {
  font-size: 15px;
  line-height: 24px;
  padding: 15px 15px 15px 45px!important;
  position: relative;
}
body.new2019 .accordion dt:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 0;
  color: #007E70;
  width: 40px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  font-size: 20px;
}
body.new2019 .accordion dt .question-accordion {
  font-weight: 400;
}
body.new2019 .accordion dt:last-of-type {
  border-bottom: none;
}
body.new2019 .accordion dt:hover,
body.new2019 .accordion dt:focus {
  background: #D6EAE8;
}
body.new2019 .accordion dt.active {
  background: #D6EAE8;
}
body.new2019 .accordion dt.active:before {
  content: "\f0d7";
}
body.new2019 .accordion dd {
  background: #fff !important;
  border-bottom: 1px solid #D8D8D8;
  color: #000 !important;
}
body.new2019 .accordion dd:last-of-type {
  border-top: 1px solid #D8D8D8;
  border-bottom: none;
}
body.new2019 .sub-nav {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  font-size: 0;
}
body.new2019 .sub-nav ul {
  display: contents;
}
body.new2019 .sub-nav ul.sub-over li {
  display: none;
}
body.new2019 .sub-nav ul.sub-over li.parent-here,
body.new2019 .sub-nav ul.sub-over li.here {
  display: inline-block;
}
body.new2019 .sub-nav ul.sub-over li.parent-here a,
body.new2019 .sub-nav ul.sub-over li.here a {
  text-decoration: none;
  color: #121E66 !important;
}
body.new2019 .sub-nav ul.sub-over li.parent-here a:hover,
body.new2019 .sub-nav ul.sub-over li.here a:hover {
  text-decoration: underline;
}
body.new2019 .sub-nav li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}
body.new2019 .sub-nav li a {
  color: #121E66 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  background: #007E70;
  background-image: linear-gradient(57deg, #007E70 0%, #24BAA9 91%, #25BBAA 91%);
  color: #fff !important;
  padding: 12px 50px 10px 15px!important;
}
body.new2019 .sub-nav li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
  right: 15px;
}
body.new2019 .sub-nav li a:hover {
  text-decoration: underline;
  background: #05544B;
  text-decoration: none;
}
body.new2019 .sub-nav li.overview {
  display: none;
}
body.new2019 .sub-nav li.here a {
  text-decoration: underline!important;
  color: #007E70 !important;
  text-decoration: none!important;
  background: #05544B;
  color: #fff !important;
}
@media (min-width: 992px) {
  body.new2019 .sub-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
  }
  body.new2019 .sub-nav li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  body.new2019 .sub-nav li a {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    padding: 17px 50px 15px 15px!important;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  body.new2019 .sub-nav li {
    width: 33.333333%;
  }
}
body.new2019 .page-content-bg {
  background: none;
}
body.new2019 h1 {
  font-size: 34px;
  line-height: 32px;
  font-weight: 700;
}
body.new2019 .learning-content {
  background: #121E66;
  color: #fff;
  padding: 15px 30px 15px;
}
body.new2019 .learning-content h3 {
  color: #fff !important;
  font-size: 28px!important;
  line-height: 32px;
  font-weight: 700!important;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 0;
}
body.new2019 .learning-content ul li {
  background: none;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 0 25px;
  line-height: 24px;
  margin-bottom: 10px;
}
body.new2019 .learning-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}
body.new2019 .cb-text {
  width: 100%;
  display: inline-block;
}
body.new2019 .icon-list {
  list-style: none;
  padding: 0;
  text-align: center;
  font-size: 0;
  width: 100%;
  display: inline-block;
}
body.new2019 .icon-list li {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-bottom: 20px;
}
body.new2019 .icon-list li .icon {
  background: url('../../../../images/hrguide/icon-list-bg.png') no-repeat center / cover;
  height: 120px;
  width: 104px;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  line-height: 100px;
  padding: 10px;
  font-size: 45px;
  vertical-align: middle;
  color: #fff;
}
body.new2019 .icon-list li .icon img {
  max-height: 100%;
  max-width: 100%;
}
body.new2019 .icon-list li .text {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  padding: 0 10px;
}
body.new2019 .icon-list li .text strong {
  font-weight: 800;
  font-size: 18px;
}
body.new2019 .icon-list li .text p {
  margin-bottom: 0;
  font-weight: 400;
}
body.new2019 .box-list {
  list-style: none;
  padding: 0;
  font-size: 0;
}
body.new2019 .box-list li {
  vertical-align: top;
  margin-bottom: 15px;
}
body.new2019 .box-list li .box {
  padding: 20px 15px;
  font-size: 15px;
  line-height: 20px;
  background-image: linear-gradient(3deg, #007E70 17%, #24BAA9 100%, #25BBAA 100%);
  color: #fff;
}
body.new2019 .box-list li .box strong {
  font-weight: 800;
  font-size: 18px;
}
body.new2019 .box-list li .box p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}
body.new2019 .intro-new .container {
  position: relative;
}
body.new2019 .intro-new .container:after {
  content: "";
  background: url('../../../../images/hrguide/hero-bg-sm.png') no-repeat bottom center / 100% auto;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 180px;
  z-index: 450;
  right: 0px;
}
body.new2019 .intro-new .container .intro-text {
  margin-bottom: 30px;
  margin-top: 40px;
  position: relative;
  z-index: 500;
}
body.new2019 .intro-new .container .intro-text strong {
  display: block;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}
body.new2019 .intro-new .container .intro-text .btn-new {
  margin-top: 10px;
}
body.new2019 .intro-new .hero-img img {
  margin-top: 0;
}
@media (min-width: 480px) {
  body.new2019 .intro-new .container:after {
    background-size: 100% 100%;
  }
}
@media (min-width: 992px) {
  body.new2019 .intro-new .container {
    min-height: 480px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  body.new2019 .intro-new .container:after {
    width: 60%;
    height: 170px;
  }
  body.new2019 .intro-new .hero-img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  body.new2019 .intro-new .container {
    min-height: 580px;
    padding-bottom: 8%;
  }
  body.new2019 .intro-new .container:after {
    height: 220px;
  }
}
body.new2019 .btn-new {
  background: #121E66;
  background-image: linear-gradient(7deg, #121E66 0%, #293788 100%);
  border-radius: 25px;
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  padding: 13px 30px;
  height: 50px;
  font-weight: 700;
}
body.new2019 .btn-new:hover,
body.new2019 .btn-new:focus {
  background: #050E46;
}
body.new2019 .hexs {
  margin-top: 20px;
  position: relative;
  z-index: 501;
}
body.new2019 .hexs .btn-hex {
  background: #007E70;
  background-image: linear-gradient(3deg, #007E70 17%, #24BAA9 100%, #25BBAA 100%);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  display: block;
  color: #fff;
  padding: 15px 15px 15px 60px;
  border-radius: 5px;
  position: relative;
  margin-top: 10px;
}
body.new2019 .hexs .btn-hex .number {
  position: absolute;
  width: 60px;
  text-align: center;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  color: #53C8BB;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  left: 0;
  line-height: 40px;
}
body.new2019 .hexs .btn-hex .text {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
body.new2019 .hexs .btn-hex:hover,
body.new2019 .hexs .btn-hex:focus {
  background: #007E70;
}
@media (min-width: 768px) {
  body.new2019 .hexs {
    margin-top: -150px;
  }
  body.new2019 .hexs .hex-col:nth-of-type(1):before {
    content: "";
    position: absolute;
    height: 88px;
    width: 76px;
    background: url('../../../../images/hrguide/hex-bg-01.png') no-repeat center / cover;
    top: 0;
    left: 0;
  }
  body.new2019 .hexs .hex-col:nth-of-type(1):after {
    content: "";
    position: absolute;
    height: 196px;
    width: 170px;
    background: url('../../../../images/hrguide/hex-image-01.png') no-repeat center / cover;
    bottom: -86px;
    left: -85px;
  }
  body.new2019 .hexs .hex-col:nth-of-type(2):before {
    content: "";
    position: absolute;
    height: 88px;
    width: 76px;
    background: url('../../../../images/hrguide/hex-bg-01.png') no-repeat center / cover;
    top: 0;
    right: 0;
  }
  body.new2019 .hexs .hex-col:nth-of-type(2):after {
    content: "";
    position: absolute;
    height: 196px;
    width: 170px;
    background: url('../../../../images/hrguide/hex-image-02.png') no-repeat center / cover;
    bottom: -86px;
    left: -85px;
  }
  body.new2019 .hexs .hex-col:nth-of-type(3):before {
    content: "";
    position: absolute;
    height: 88px;
    width: 76px;
    background: url('../../../../images/hrguide/hex-bg-01.png') no-repeat center / cover;
    top: 0;
    right: 0;
    display: none;
  }
  body.new2019 .hexs .hex-col:nth-of-type(3):after {
    content: "";
    position: absolute;
    height: 196px;
    width: 170px;
    background: url('../../../../images/hrguide/hex-image-03.png') no-repeat center / cover;
    bottom: -86px;
    left: -85px;
    display: none;
  }
  body.new2019 .hexs .hex-col:nth-of-type(4):before {
    content: "";
    position: absolute;
    height: 88px;
    width: 76px;
    background: url('../../../../images/hrguide/hex-bg-01.png') no-repeat center / cover;
    bottom: 0;
    left: 0;
  }
  body.new2019 .hexs .hex-col:nth-of-type(4):after {
    content: "";
    position: absolute;
    height: 196px;
    width: 170px;
    background: url('../../../../images/hrguide/hex-image-04.png') no-repeat center / cover;
    top: -110px;
    right: -85px;
  }
  body.new2019 .hexs .btn-hex {
    position: relative;
    width: 345px;
    height: 199.19px;
    background: #007E70;
    background-image: linear-gradient(0deg, #007E70 6%, #24BAA9 96%, #25BBAA 96%);
    margin: 99.59px 0;
    border-radius: 0;
    padding: 0 30px;
    text-align: center;
    margin-bottom: 125px;
  }
  body.new2019 .hexs .btn-hex .number {
    position: absolute;
    left: 50%;
    top: -60px;
    margin-left: -30px;
    font-size: 36px;
    color: #238B7F !important;
  }
  body.new2019 .hexs .btn-hex .icon {
    display: flex!important;
    visibility: visible!important;
    color: #05544B;
    font-size: 56px;
    height: 100px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
  }
  body.new2019 .hexs .btn-hex .text {
    font-size: 26px;
    line-height: 32px;
  }
  body.new2019 .hexs .btn-hex:before,
  body.new2019 .hexs .btn-hex:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    border-left: 172.5px solid transparent;
    border-right: 172.5px solid transparent;
  }
  body.new2019 .hexs .btn-hex:before {
    bottom: 100%;
    border-bottom: 99.59px solid #24BBAA;
  }
  body.new2019 .hexs .btn-hex:after {
    top: 100%;
    width: 0;
    border-top: 99.59px solid #007E70;
  }
  body.new2019 .hexs .btn-hex:hover,
  body.new2019 .hexs .btn-hex:focus {
    background: #007E70;
  }
  body.new2019 .hexs .btn-hex:hover:before,
  body.new2019 .hexs .btn-hex:focus:before {
    border-bottom-color: #007E70;
  }
  body.new2019 .hexs .btn-hex:hover:after,
  body.new2019 .hexs .btn-hex:focus:after {
    border-top-color: #007E70;
  }
}
@media (min-width: 992px) {
  body.new2019 .hexs {
    margin-top: 0;
  }
  body.new2019 .hexs .hex-col:nth-of-type(1):before {
    top: -100px;
  }
  body.new2019 .hexs .hex-col:nth-of-type(1):after {
    bottom: 75px;
    left: -230px;
  }
  body.new2019 .hexs .hex-col:nth-of-type(2):before {
    top: 90px;
    right: -45px;
  }
  body.new2019 .hexs .hex-col:nth-of-type(2):after {
    bottom: 245px;
    left: 395px;
  }
  body.new2019 .hexs .hex-col:nth-of-type(3):before {
    display: block;
    top: 40px;
    left: -50px;
  }
  body.new2019 .hexs .hex-col:nth-of-type(3):after {
    display: block;
    bottom: 150px;
    left: -245px;
  }
  body.new2019 .hexs .hex-col:nth-of-type(4):after {
    top: -50px;
    right: -235px;
  }
  body.new2019 .hexs .btn-hex {
    width: 293.33px;
    height: 169.35px;
    margin-top: 0;
  }
  body.new2019 .hexs .btn-hex .number {
    font-size: 30px;
    top: -50px;
  }
  body.new2019 .hexs .btn-hex .icon {
    margin-bottom: 10px;
    height: 90px;
  }
  body.new2019 .hexs .btn-hex:before,
  body.new2019 .hexs .btn-hex:after {
    border-left: 146.665px solid transparent;
    border-right: 146.665px solid transparent;
  }
  body.new2019 .hexs .btn-hex:before {
    border-bottom: 84.68px solid #24BBAA;
  }
  body.new2019 .hexs .btn-hex:after {
    border-top: 84.68px solid #007E70;
  }
}
@media (min-width: 1200px) {
  body.new2019 .hexs .hex-container {
    position: relative;
  }
  body.new2019 .hexs .hex-container:before {
    content: "";
    position: absolute;
    height: 88px;
    width: 76px;
    background: url('../../../../images/hrguide/hex-bg-01.png') no-repeat center / cover;
    bottom: -310px;
    left: -40px;
  }
  body.new2019 .hexs .hex-container:after {
    content: "";
    position: absolute;
    height: 196px;
    width: 170px;
    background: url('../../../../images/hrguide/hex-image-06.png') no-repeat center / cover;
    top: 215px;
    left: 65px;
  }
  body.new2019 .hexs .hex-row:before {
    content: "";
    position: absolute;
    height: 88px;
    width: 76px;
    background: url('../../../../images/hrguide/hex-bg-01.png') no-repeat center / cover;
    bottom: -190px;
    left: 230px;
  }
  body.new2019 .hexs .hex-row:after {
    content: "";
    position: absolute;
    height: 196px;
    width: 170px;
    background: url('../../../../images/hrguide/hex-image-05.png') no-repeat center / cover;
    top: -10px;
    right: -225px;
  }
  body.new2019 .hexs .hex-col:nth-of-type(1):before {
    top: -100px;
    left: -100px;
  }
  body.new2019 .hexs .hex-col:nth-of-type(1):after {
    bottom: 45px;
    left: -230px;
  }
  body.new2019 .hexs .hex-col:nth-of-type(2):before {
    top: 210px;
    right: -85px;
  }
  body.new2019 .hexs .hex-col:nth-of-type(2):after {
    bottom: -25px;
    left: 365px;
  }
  body.new2019 .hexs .hex-col:nth-of-type(3):before {
    top: -90px;
    left: -30px;
  }
  body.new2019 .hexs .hex-col:nth-of-type(3):after {
    bottom: 235px;
    left: -235px;
  }
  body.new2019 .hexs .hex-col:nth-of-type(4):before {
    bottom: 30px;
    left: 380px;
  }
  body.new2019 .hexs .hex-col:nth-of-type(4):after {
    top: -200px;
    right: 65px;
  }
  body.new2019 .hexs .btn-hex {
    width: 270px;
    height: 155.88px;
    margin-top: 105px;
  }
  body.new2019 .hexs .btn-hex .icon {
    height: 80px;
  }
  body.new2019 .hexs .btn-hex.odd {
    margin-top: -50px;
  }
  body.new2019 .hexs .btn-hex:before,
  body.new2019 .hexs .btn-hex:after {
    border-left: 135px solid transparent;
    border-right: 135px solid transparent;
  }
  body.new2019 .hexs .btn-hex:before {
    border-bottom: 77.94px solid #24BBAA;
  }
  body.new2019 .hexs .btn-hex:after {
    border-top: 77.94px solid #007E70;
  }
}
body.new2019 .new-video .video-box {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
body.new2019 .new-video .video-box .vt-col.bg-none {
  background: #ffffff;
}
body.new2019 .new-video .video-box .vt-col.bg-blue {
  background: #121E66;
  background-image: linear-gradient(7deg, #121E66 0%, #293788 100%);
}
body.new2019 .new-video .video-box .vt-col.bg-blue .video-text {
  color: #fff !important;
}
body.new2019 .new-video .video-box .vt-col.bg-blue .video-text h1,
body.new2019 .new-video .video-box .vt-col.bg-blue .video-text h2,
body.new2019 .new-video .video-box .vt-col.bg-blue .video-text h3,
body.new2019 .new-video .video-box .vt-col.bg-blue .video-text h4 {
  color: #fff !important;
}
body.new2019 .new-video .video-box .vt-col.bg-blue .video-text p {
  color: #fff !important;
}
body.new2019 .new-video .video-box .vt-col.bg-blue .video-text p a {
  color: #fff;
  text-decoration: underline;
}
body.new2019 .new-video .video-box .vt-col.bg-blue .video-text p a:hover {
  font-weight: 600;
}
body.new2019 .new-video .video-box .vt-col.bg-green {
  background: #007E70;
  background-image: linear-gradient(3deg, #007E70 17%, #24BAA9 100%, #25BBAA 100%);
}
body.new2019 .new-video .video-box .vt-col.bg-green .video-text {
  color: #fff !important;
}
body.new2019 .new-video .video-box .vt-col.bg-green .video-text h1,
body.new2019 .new-video .video-box .vt-col.bg-green .video-text h2,
body.new2019 .new-video .video-box .vt-col.bg-green .video-text h3,
body.new2019 .new-video .video-box .vt-col.bg-green .video-text h4 {
  color: #fff !important;
}
body.new2019 .new-video .video-box .vt-col.bg-green .video-text p {
  color: #fff !important;
}
body.new2019 .new-video .video-box .vt-col.bg-green .video-text p a {
  color: #fff;
  text-decoration: underline;
}
body.new2019 .new-video .video-box .vt-col.bg-green .video-text p a:hover {
  font-weight: 600;
}
body.new2019 .new-video .video-box .video-text {
  padding: 30px;
}
body.new2019 .new-video .video-box .video-text h1,
body.new2019 .new-video .video-box .video-text h2,
body.new2019 .new-video .video-box .video-text h3,
body.new2019 .new-video .video-box .video-text h4 {
  margin-top: 0;
}
body.new2019 .new-video .video-box .video-text p:last-of-type {
  margin-bottom: 0;
}
body.new2019 .new-video .vjs-big-play-button {
  margin-top: -40px;
  margin-left: -35px;
}
@media (min-width: 992px) {
  body.new2019 .new-video .video-box .vb-row {
    padding: 0 15px;
    display: flex;
    flex-direction: row;
  }
  body.new2019 .new-video .video-box .vt-col {
    padding: 0;
    background: #121E66;
    background-image: linear-gradient(7deg, #121E66 0%, #293788 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body.new2019 .new-video .video-box .video-text {
    background: none!important;
    padding: 45px;
  }
}
@media (min-width: 1200px) {
  body.new2019 .new-video .video-box .video-text {
    padding: 60px;
  }
}
body.new2019 .home-article {
  margin-top: 50px;
  clear: both;
}
@media (min-width: 992px) {
  body.new2019 .home-article {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  body.new2019 .home-article {
    padding-top: 140px;
  }
}
body.new2019 .quiz-home {
  background: url('../../../../images/hrguide/quiz-bg.png') #D2D5EA no-repeat bottom center / auto;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 40px;
}
body.new2019 .quiz-home h2 {
  margin-top: 0;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
}
body.new2019 .quiz-home .questionA {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 30px;
}
body.new2019 .quiz-home .questionB {
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  color: #121E66;
}
body.new2019 .quiz-home .buttons {
  margin-top: 20px;
}
body.new2019 .quiz-home .buttons a {
  font-size: 20px;
  font-weight: 700;
  padding: 15px 45px;
}
body.new2019 .quiz-home .buttons a .fas {
  margin-left: 10px;
}
@media (min-width: 768px) {
  body.new2019 .quiz-home {
    margin-top: 60px;
  }
  body.new2019 .quiz-home .buttons a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  body.new2019 .quiz-home {
    margin-top: 80px;
  }
  body.new2019 .quiz-home .container {
    position: relative;
  }
  body.new2019 .quiz-home .container:before {
    content: "";
    position: absolute;
    background: url('../../../../images/hrguide/quiz-bg-left.png') no-repeat center / cover;
    width: 170px;
    height: 275px;
    left: -50px;
    top: -60px;
  }
  body.new2019 .quiz-home .container:after {
    content: "";
    position: absolute;
    background: url('../../../../images/hrguide/quiz-bg-right.png') no-repeat center / cover;
    width: 170px;
    height: 275px;
    right: -50px;
    bottom: -60px;
  }
}
body.new2019 footer {
  margin-top: 120px;
}
body.new2019 footer .bottom_footer {
  background: #EBECF2 !important;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
body.new2019 footer .bottom_footer p {
  color: #767885;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
body.new2019 footer .bottom_footer .copyright {
  text-align: center;
}
body.new2019 footer .bottom_footer .copyright a {
  color: #767885 !important;
}
@media (min-width: 768px) {
  body.new2019 footer .bottom_footer .copyright {
    text-align: right;
  }
  body.new2019 footer .bottom_footer .col-left {
    text-align: left;
    padding: 0 15px;
  }
  body.new2019 footer .bottom_footer .col-right {
    text-align: left;
    padding: 0 15px;
  }
}
#quiz {
  background: #D2D5EA;
  position: relative;
  text-align: center;
  overflow: hidden;
}
#quiz .btn-primary {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding: 15px 45px;
  text-transform: uppercase;
}
#quiz .btn-primary .fas {
  margin-left: 10px;
}
#quiz #quiz-counter {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
}
#quiz #quiz-results {
  font-weight: 700;
  font-size: 34px;
  color: #121E66;
  line-height: 36px;
  margin: 25px 0 30px;
}
#quiz #quiz-controls {
  background: none;
}
#quiz #quiz-controls #quiz-response p,
#quiz #quiz-controls #quiz-response h1,
#quiz #quiz-controls #quiz-response h2,
#quiz #quiz-controls #quiz-response h3,
#quiz #quiz-controls #quiz-response h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 30px;
  margin-top: 15px;
}
#quiz #quiz-controls #quiz-response.correct p,
#quiz #quiz-controls #quiz-response.correct h1,
#quiz #quiz-controls #quiz-response.correct h2,
#quiz #quiz-controls #quiz-response.correct h3,
#quiz #quiz-controls #quiz-response.correct h4 {
  color: #008532 !important;
}
#quiz #quiz-controls #quiz-response.incorrect p,
#quiz #quiz-controls #quiz-response.incorrect h1,
#quiz #quiz-controls #quiz-response.incorrect h2,
#quiz #quiz-controls #quiz-response.incorrect h3,
#quiz #quiz-controls #quiz-response.incorrect h4 {
  color: #DA2A2A !important;
}
#quiz #quiz-controls #quiz-buttons a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding: 15px 45px;
  text-transform: uppercase;
  background-color: #007E70 !important;
  border-color: #007E70 !important;
  color: #fff;
  border-radius: 50px;
}
#quiz #quiz-controls #quiz-buttons a .fas {
  margin-left: 10px;
}
#quiz #quiz-controls #quiz-buttons a:hover,
#quiz #quiz-controls #quiz-buttons a:focus {
  background-color: #00b19d !important;
  border-color: #00b19d !important;
}
#quiz #questions .question {
  font-weight: 700;
  font-size: 34px;
  color: #121E66;
  line-height: 36px;
  margin: 25px 0 30px;
}
#quiz #questions .answers {
  margin-bottom: 20px;
}
#quiz #questions .answers li a {
  text-align: left;
  border-radius: 25px;
  color: #fff;
  background: #007E70;
  background-image: linear-gradient(11deg, #007E70 0%, #24BAA9 100%, #25BBAA 100%);
  position: relative;
  padding: 15px 60px 15px 30px;
  font-size: 18px;
  font-weight: 600;
}
#quiz #questions .answers li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  width: 50px;
  text-align: center;
  height: 20px;
  top: 50%;
  font-size: 20px;
  margin-top: -9px;
  line-height: 20px;
}
#quiz #questions .answers li a:hover,
#quiz #questions .answers li a:focus {
  background: #05544B;
}
#quiz #questions .question-answered .answers li a {
  background: #fff;
  color: #121E66;
}
#quiz #questions .question-answered .answers li a:after {
  display: none;
}
#quiz #questions .question-answered .answers li a.correct {
  background: #26C763;
  background-image: linear-gradient(-162deg, #26C763 0%, #17B452 100%);
  color: #fff;
}
#quiz #questions .question-answered .answers li a.incorrect {
  background: #DA2A2A;
  background-image: linear-gradient(-162deg, #DA2A2A 0%, #972525 100%);
  color: #fff;
}
@media (min-width: 768px) {
  #quiz {
    padding: 30px 60px;
  }
}
@media (min-width: 992px) {
  #quiz {
    padding: 45px 90px;
  }
  #quiz:before {
    content: "";
    position: absolute;
    background: url('../../../../images/hrguide/quiz-bg-left.png') no-repeat center / cover;
    width: 170px;
    height: 275px;
    left: -50px;
    top: -60px;
  }
  #quiz:after {
    content: "";
    position: absolute;
    background: url('../../../../images/hrguide/quiz-bg-right.png') no-repeat center / cover;
    width: 170px;
    height: 275px;
    right: -50px;
    bottom: -60px;
  }
}
@media (min-width: 1200px) {
  #quiz {
    padding: 60px 120px;
  }
}
#cookie-bar p {
  color: #fff !important;
}
#cookie-bar a {
  background-color: #007E70 !important;
}
.mt-sm {
  margin-top: 10px;
}
.mt-md {
  margin-top: 20px;
}
.mt-lg {
  margin-top: 30px;
}
.mt-xl {
  margin-top: 40px;
}
.mb-sm {
  margin-bottom: 10px;
}
.mb-md {
  margin-bottom: 20px;
}
.mb-lg {
  margin-bottom: 30px;
}
.mb-xl {
  margin-bottom: 40px;
}
.search-results {
  margin-top: 30px;
}
.search-results li {
  margin-top: 20px;
}
.search-results li .row {
  display: flex;
  align-items: center;
}
.search-results li .row .result-section {
  font-weight: 700;
  margin-bottom: 8px;
}
.search-results li .row h3.h4 {
  margin-top: 0px;
}
.jason {
  display: none;
}
#search-strip {
  height: 88px;
  border-bottom: 1px solid #DCEBF5;
  padding-top: 22px;
  margin-bottom: 40px;
}
input.search-bar {
  width: 100%;
  border: 1px solid #dbdbea;
  height: 68px;
  border-radius: 0;
  font-size: 27px;
  font-style: normal;
  line-height: 1.2em;
  font-weight: 700;
  color: #1b1b1b;
  padding: 20px;
}
#publications_length label,
.dataTables_filter label input,
.dataTables_filter label {
  display: none !important;
  visibility: hidden !important;
}
.gallery-thumb {
  padding-bottom: 30px;
}
.gallery-thumb h3 {
  display: block;
  background: #eeeeee;
  color: #4d814e;
  margin: 0;
  padding: 15px;
}
.gallery-thumb:hover img,
.gallery-thumb:hover a > h3 {
  text-decoration: none;
}
#galleria-loader {
  height: 1px !important;
}
.galleria-container {
  position: relative;
  overflow: hidden;
  background: #000;
}
.galleria-container img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.galleria-stage {
  position: absolute;
  top: 10px;
  bottom: 60px;
  left: 10px;
  right: 10px;
  overflow: hidden;
}
.galleria-thumbnails-container {
  height: 50px;
  bottom: 0;
  position: absolute;
  left: 10px;
  right: 10px;
  z-index: 2;
}
.galleria-carousel .galleria-thumbnails-list {
  margin-left: 30px;
  margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
  height: 40px;
  width: 60px;
  background: #000;
  margin: 0 5px 0 0;
  border: 1px solid #000;
  float: left;
  cursor: pointer;
}
.galleria-counter {
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-align: right;
  color: #fff;
  font: normal 11px/1 arial, sans-serif;
  z-index: 1;
}
.galleria-loader {
  background: #000;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: none;
  background: url(classic-loader.gif) no-repeat 2px 2px;
}
.galleria-info {
  width: 50%;
  top: 15px;
  left: 15px;
  z-index: 2;
  position: absolute;
}
.galleria-info-text {
  background-color: #000;
  padding: 12px;
  display: none;
  /* IE7 */
  zoom: 1;
}
.galleria-info-title {
  font: bold 12px/1.1 arial, sans-serif;
  margin: 0;
  color: #fff;
  margin-bottom: 7px;
}
.galleria-info-description {
  font: italic 12px/1.4 georgia, serif;
  margin: 0;
  color: #bbb;
}
.galleria-info-close {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-position: -753px -11px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
  display: none;
}
.notouch .galleria-info-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.touch .galleria-info-close:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleria-info-link {
  background-position: -669px -5px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #000;
}
.notouch .galleria-info-link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.touch .galleria-info-link:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleria-image-nav {
  position: absolute;
  top: 50%;
  margin-top: -62px;
  width: 100%;
  height: 62px;
  left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: pointer;
  width: 62px;
  height: 124px;
  position: absolute;
  left: 10px;
  z-index: 2;
  background-position: 0 46px;
}
.galleria-image-nav-right {
  left: auto;
  right: 10px;
  background-position: -254px 46px;
  z-index: 2;
}
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
  cursor: pointer;
  display: none;
  background-position: -495px 5px;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 23px;
  z-index: 3;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
  background-position: -578px 5px;
  border-right: none;
  right: 0;
  left: auto;
}
.galleria-thumbnails-container .disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #111;
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #111;
}
.notouch .galleria-thumbnails-container .disabled:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  background-color: transparent;
}
.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
  background-image: url(classic-map.png);
  background-repeat: no-repeat;
}
/* =============================================================================
   Gallery page G17 
   ========================================================================== */
ul#gallery {
  list-style-type: none;
}
ul#gallery li {
  diplay: inline;
  float: left;
  width: 330px;
  height: 260px;
  margin: 0 0 20px 12px;
}
.gallery-img {
  overflow: hidden;
}
ul#gallery li h3 {
  background: #eee;
  padding: 10px;
  margin-top: 0px;
}
.galleria-info {
  width: 50%;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}
.galleria-stage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.galleria-container {
  position: relative;
  overflow: hidden;
  background: #FFF;
}
.galleria-info-text {
  background-color: #FFF;
  padding: 12px;
  display: none;
  zoom: 1;
  opacity: 0.7;
}
.galleria-info-title {
  font: bold 12px/1.1 arial, sans-serif;
  margin: 0;
  color: #333;
  margin-bottom: 7px;
}
.galleria-thumbnails-container {
  height: 50px;
  bottom: 0;
  position: absolute;
  left: 10px;
  right: 0px;
  z-index: 2;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  /* Styles */
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Styles */
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
