/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #28569c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #18345f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid none;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e3e3e3;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 1.25;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 23px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #28569c;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1e4073;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #28569c;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1e4073;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e3e3e3;
}
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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 15.400000000000002px;
  border-left: 5px solid #e3e3e3;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e3e3e3;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #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::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #e3e3e3;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #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;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.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.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: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #28569c;
  border-color: #234b88;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #1e4073;
  border-color: #091322;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #1e4073;
  border-color: #163057;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1e4073;
  border-color: #163057;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #163057;
  border-color: #091322;
}
.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.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: #28569c;
  border-color: #234b88;
}
.btn-primary .badge {
  color: #28569c;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.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.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-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #28569c;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #18345f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/**
 * Undo some Drupal system.css weirdness
 */
tbody,
tbody th,
thead th {
  border-top: none;
  border-bottom: none;
}
.btn {
  font-family: 'Raleway', sans-serif;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f1f1f1;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #28569c;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.dropdown-menu > li > a {
  padding: 3px 12px;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  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:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #e3e3e3;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > 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: #e3e3e3;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #e3e3e3;
  border-color: #28569c;
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e3e3e3 #e3e3e3 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #28569c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #28569c;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #18345f;
  background-color: #e3e3e3;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #28569c;
  border-color: #28569c;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #e3e3e3;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #28569c;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1e4073;
}
.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: normal;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #0f3a91;
  border-radius: 0;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #28569c;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #e3e3e3;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #28569c;
  border-color: #28569c;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #a7c1e9;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 12px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid transparent;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 12px;
  padding-right: 12px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid transparent;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #28569c;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #28569c;
  border-color: #28569c;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #28569c;
}
.panel-primary > .panel-heading .badge {
  color: #28569c;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #28569c;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
/* This fixes headings on /news */
.panel-heading {
  padding-left: 12px;
  padding-right: 12px;
}
.panel-heading .panel-title {
  margin: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  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: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.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.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 2px;
}
.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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}
/*
body {
  padding-top: 70px;
}
footer {
  padding: 30px 0;
}
*/
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
    /* 6 columns */
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
    /* 6 columns */
  }
  .row-offcanvas-right.active {
    right: 50%;
    /* 6 columns */
  }
  .row-offcanvas-left.active {
    left: 50%;
    /* 6 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
    /* 6 columns */
  }
}
/**
*  Text and layout direction
*/
.text-end {
  text-align: right;
}
.text-start {
  text-align: left;
}
img {
  max-width: 100%;
}
/**
 * 5th columns
 */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  .equal,
  .equal > div[class*='col-'] {
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/**
 * Forms
 */
form .description {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 12px;
  color: #656766;
  vertical-align: top;
}
form .form-control,
form .form-radios {
  vertical-align: top;
}
form .form-required {
  vertical-align: middle;
  line-height: 38px;
  color: red;
}
#user-register input,
#user-login input,
#node-form input,
form.withRequired input {
  margin-right: -20px;
  display: inline-block;
}
#user-register input + .form-required,
#user-login input + .form-required,
#node-form input + .form-required,
form.withRequired input + .form-required {
  margin-right: 10px;
}
fieldset.collapsible {
  margin-bottom: 2em !important;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  display: inline-block;
}
/*
input[required="required"] {
  border-color: red;
  &:after {
    color: red;
    content: ' *';
  }
}
*/
.messages {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.messages h4 {
  margin-top: 0;
  color: inherit;
}
.messages .alert-link {
  font-weight: bold;
}
.messages > p,
.messages > ul {
  margin-bottom: 0;
}
.messages > p + p {
  margin-top: 5px;
}
.messages.status {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  padding: 15px;
}
.messages.status hr {
  border-top-color: #c9e2b3;
}
.messages.status .alert-link {
  color: #2b542c;
}
.messages.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  padding: 15px;
}
.messages.error hr {
  border-top-color: #e4b9c0;
}
.messages.error .alert-link {
  color: #843534;
}
.extra {
  font-size: 90%;
  color: #919191;
}
#menu-xs,
#rhm-xs {
  margin: 0;
  padding: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}
#menu-xs {
  padding-left: 28px;
  float: left;
  background-color: black;
  color: white;
  text-transform: uppercase;
}
#rhm-xs {
  display: block;
  padding: 8px 25px;
  background-color: #d8d7d2;
  color: black;
  line-height: 35%;
  font-size: 200%;
}
/* This is currently not included in the head template, as we're re-using the main menu for the slide menu */
#menu-left .navmenu-nav li {
  width: 290px;
  text-transform: uppercase;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}
#menu-left .navmenu-nav li > a {
  color: black;
}
#menu-left .navmenu-nav li > a:hover,
#menu-left .navmenu-nav li > a:focus,
#menu-left .navmenu-nav li > a:active {
  background-color: #c9c9c9;
  color: white;
}
#menu-left .navmenu-nav li > a:before {
  /* See: http://www.fileformat.info/info/unicode/char/3009/index.htm */
  content: "\3009";
  float: right;
  font-size: 120%;
  margin: 0;
  padding: 0 0.9em;
  pointer-events: none;
  margin-right: -28px;
  color: #000;
}
#menu-left .navmenu-nav li > a i {
  color: #626262;
}
#menu-left .navmenu-nav li.interactive {
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
#menu-left .navmenu-nav li.interactive .social {
  margin-top: 8px;
  display: inline-block;
  text-align: right;
  width: 100%;
}
#menu-left .navmenu-nav li.interactive .social a {
  display: inline-block;
}
p {
  line-height: 1.7;
  margin: 0 0 16px;
}
label,
.label {
  font-weight: 400;
}
div > h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
}
div.news > h2:first-child {
  margin-top: 12px;
}
#comments-floater {
  display: block;
  position: fixed;
  top: 120px;
  width: 355px;
  left: -355px;
  z-index: 1000;
  padding: 16px;
  background-color: white;
  border: 1px solid #b0b0b0;
  border-left-style: none;
  min-height: 240px;
}
#comments-floater > h2.vert {
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  padding: 6px 12px;
  position: absolute;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  left: 100%;
  top: 0;
  z-index: 10;
}
#comments-floater .box-comments {
  position: absolute;
  top: 0;
  padding: 8px;
  border: 1px solid #b0b0b0;
  border-left-style: none;
  background-color: white;
}
#comments-floater textarea {
  max-height: 160px;
}
.comment-comment-no-subject-form #edit-comment-body-0-format {
  display: none;
}
body.i18n-fr #comments-floater > h2.vert {
  right: -135px;
  top: 108px;
  width: 240px;
}
body.i18n-es #comments-floater > h2.vert {
  right: -130px;
  top: 102px;
  width: 230px;
}
#offcanvas-container {
  margin-left: -10px;
  margin-right: -10px;
}
#main .comment-wrapper {
  margin-top: 2em;
  background-color: #f1f1f1;
  padding: 16px 16px 16px;
}
#main .comment-wrapper > h2:first-child {
  margin: 0;
}
#main .comment-wrapper hr {
  margin: 10px;
}
#main .comment-wrapper .box-comments h2 {
  font-size: 18px;
}
.boxgrey,
.boxbeige {
  padding: 15px;
}
.boxgrey h2,
.boxbeige h2 {
  margin-top: 0;
  font-size: 18px;
}
.boxgrey.voices,
.boxbeige.voices {
  display: table;
}
.boxgrey.voices > .vcenter,
.boxbeige.voices > .vcenter {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.boxgrey.voices > .vcenter > h2,
.boxbeige.voices > .vcenter > h2 {
  font-size: 23px;
}
.boxgrey.cn_block-latest-idea,
.boxbeige.cn_block-latest-idea {
  display: table;
}
.boxgrey.cn_block-latest-idea .vcenter,
.boxbeige.cn_block-latest-idea .vcenter {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-top: 3em;
}
.boxgrey.cn_block-latest-idea .vcenter h2,
.boxbeige.cn_block-latest-idea .vcenter h2 {
  position: absolute;
  font-size: 23px;
  top: 0;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .boxgrey.cn_block-latest-idea .vcenter h2,
  .boxbeige.cn_block-latest-idea .vcenter h2 {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .boxgrey.cn_block-latest-idea .vcenter h2,
  .boxbeige.cn_block-latest-idea .vcenter h2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .boxgrey.cn_block-latest-idea .vcenter h2,
  .boxbeige.cn_block-latest-idea .vcenter h2 {
    font-size: 21px;
  }
}
.boxgrey {
  background-color: #e7e7e7;
}
.boxlightgrey {
  background-color: #f1f1f1;
}
.boxlightgrey hr {
  border-color: white;
}
.boxbeige {
  background-color: #f0d7b4;
  height: 100%;
  display: block;
  min-height: 10em;
}
a.boxbeige:hover,
a.boxbeige:focus,
a.boxbeige:active {
  background-color: #f0c8a0;
}
.hidden_forbots {
  display: none;
}
.box-vl a,
.box-voices a {
  padding: 8em 15px 1em;
  height: auto;
  min-height: 0;
  font-size: 105%;
  line-height: 123%;
  color: #333333;
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: 50% 10%;
}
@media (max-width: 1199px) {
  .box-vl a,
  .box-voices a {
    padding-bottom: 1em;
  }
}
.box-vl a {
  background-image: url(../svg/library.svg);
}
.box-voices a {
  padding: 1em 15px 1em;
  font-size: 23px;
  font-weight: 500;
}
.box-voices a:hover {
  text-decoration: none;
}
.btn-more,
.btn-vl {
  width: 100%;
}
.btn-more [class^="icon-"],
.btn-vl [class^="icon-"],
.btn-more [class*=" icon-"],
.btn-vl [class*=" icon-"],
.btn-more [class^="glyphicon-"],
.btn-vl [class^="glyphicon-"],
.btn-more [class*=" glyphicon-"],
.btn-vl [class*=" glyphicon-"] {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 10%;
}
.cn-buttons .btn,
.btn-beige,
.btn-vl,
.btn-voices,
.btn-about,
.btn-more,
.btn-highlights,
.btn-multimedia,
.btn-rhm,
.btn-search,
.btn-newsletters,
.btn-interviews,
.btn.more,
.btn-subscribe,
.btn-register,
.btn-newsletter,
.btn-member-roster {
  text-align: left;
  border-radius: 0;
  padding: 13px 20px;
  font-size: 18.900000000000002px;
  margin: 0 0 8px 0;
  color: #333;
}
.cn-buttons .btn > span,
.btn-beige > span,
.btn-vl > span,
.btn-voices > span,
.btn-about > span,
.btn-more > span,
.btn-highlights > span,
.btn-multimedia > span,
.btn-rhm > span,
.btn-search > span,
.btn-newsletters > span,
.btn-interviews > span,
.btn.more > span {
  text-align: left;
}
.cn-buttons .btn:before,
.btn-beige:before,
.btn-vl:before,
.btn-voices:before,
.btn-about:before,
.btn-more:before,
.btn-highlights:before,
.btn-multimedia:before,
.btn-rhm:before,
.btn-search:before,
.btn-newsletters:before,
.btn-interviews:before,
.btn.more:before {
  /* See: http://www.fileformat.info/info/unicode/char/3009/index.htm */
  content: "\3009";
  float: right;
  font-size: 25.2px;
  line-height: 120%;
  margin: -0.15em 0 0;
  padding: 0 3px;
  pointer-events: none;
  text-align: center;
  width: 8px;
}
.btn-search {
  background-color: #f0d7b4;
}
.btn-search:before {
  display: none;
  color: #FFF;
}
.btn-search .glyphicon {
  float: right;
  font-size: 125%;
  margin-right: 10px;
}
.btn-vl,
.btn-voices,
.btn-about,
.btn-interviews,
.btn-newsletters {
  padding-left: 52px;
  border-radius: 0;
}
.btn-vl {
  background-image: url(../svg/library.svg);
  background-size: 39px;
  background-repeat: no-repeat;
  background-position: 5px 6px;
}
.btn-voices {
  background-image: url(../svg/voices.svg);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: 6px 6px;
}
.btn-interviews {
  background-image: url(../svg/interviews.svg);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: 6px 6px;
  line-height: 1.2;
}
.btn-newsletters {
  background-image: url(../svg/newsletters.svg);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: 6px 12px;
}
.btn-about {
  background-image: url(../svg/about.svg);
  background-size: 34px;
  background-repeat: no-repeat;
  background-position: 6px 7px;
}
.btn-subscribe {
  padding-left: 48px;
  padding-right: 0.2em;
  line-height: 20px;
  background-image: url(../svg/noun_67421.svg);
  background-size: 34px 34px;
  background-repeat: no-repeat;
  background-position: 7px 15px;
}
.btn-subscribe:before {
  content: "\3009";
  /* See: http://www.fileformat.info/info/unicode/char/3009/index.htm */
  float: right;
  font-size: 120%;
  margin: 0;
  padding: 0 0.8em;
  pointer-events: none;
  text-align: center;
  width: 1em;
}
.btn-register {
  padding-left: 48px;
  padding-right: 0.2em;
  line-height: 20px;
  background-image: url(../svg/noun_139613.svg);
  background-size: 34px 34px;
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
.btn-register:before {
  content: "\3009";
  /* See: http://www.fileformat.info/info/unicode/char/3009/index.htm */
  float: right;
  font-size: 120%;
  margin: 0;
  padding: 0 0.8em;
  pointer-events: none;
  text-align: center;
  width: 1em;
}
.btn-newsletter {
  padding-left: 48px;
  padding-right: 0.2em;
  line-height: 20px;
  background-image: url(../svg/noun_196512.svg);
  background-size: 34px;
  background-repeat: no-repeat;
  background-position: 6px 7px;
}
.btn-newsletter:before {
  content: "\3009";
  /* See: http://www.fileformat.info/info/unicode/char/3009/index.htm */
  float: right;
  font-size: 120%;
  margin: 0;
  padding: 0 0.8em;
  pointer-events: none;
  text-align: center;
  width: 1em;
}
.btn-member-roster {
  padding-left: 48px;
  padding-right: 0.2em;
  line-height: 20px;
  background-image: url(../svg/noun_9042.svg);
  background-size: 34px 34px;
  background-repeat: no-repeat;
  background-position: 6px 7px;
}
.btn-member-roster:before {
  content: "\3009";
  /* See: http://www.fileformat.info/info/unicode/char/3009/index.htm */
  float: right;
  font-size: 120%;
  margin: 0;
  padding: 0 0.8em;
  pointer-events: none;
  text-align: center;
  width: 1em;
}
.btn-beige,
.btn-vl,
.btn-voices,
.btn-highlights,
.btn-multimedia,
.btn-newsletters,
.btn-interviews,
.btn-subscribe,
.btn-register,
.btn-newsletter,
.btn-member-roster {
  text-align: left;
  white-space: normal;
  border-radius: 0;
  color: black;
  background-color: #f0d7b4;
}
.btn-beige:hover,
.btn-vl:hover,
.btn-voices:hover,
.btn-highlights:hover,
.btn-multimedia:hover,
.btn-newsletters:hover,
.btn-interviews:hover,
.btn-beige:focus,
.btn-vl:focus,
.btn-voices:focus,
.btn-highlights:focus,
.btn-multimedia:focus,
.btn-newsletters:focus,
.btn-interviews:focus,
.btn-beige:active,
.btn-vl:active,
.btn-voices:active,
.btn-highlights:active,
.btn-multimedia:active,
.btn-newsletters:active,
.btn-interviews:active {
  background-color: #f0c8a0;
}
.btn-beige:before,
.btn-vl:before,
.btn-voices:before,
.btn-highlights:before,
.btn-multimedia:before,
.btn-newsletters:before,
.btn-interviews:before {
  color: black;
}
.btn-rhm {
  background-color: #d8d7d2;
}
.btn-rhm:hover,
.btn-rhm:focus,
.btn-rhm:active {
  background-color: #f1f1f1;
}
.cn_block-fp-buttons .btn,
.btn-about,
.btn.more {
  background-color: #2c519b;
  color: white;
}
.cn_block-fp-buttons .btn:before,
.btn-about:before,
.btn.more:before {
  color: white;
}
.cn_block-fp-buttons .btn:hover,
.btn-about:hover,
.btn.more:hover,
.cn_block-fp-buttons .btn:focus,
.btn-about:focus,
.btn.more:focus,
.cn_block-fp-buttons .btn:active,
.btn-about:active,
.btn.more:active {
  background-color: black;
  color: white;
}
.cn_block-fp-buttons .btn:hover:before,
.btn-about:hover:before,
.btn.more:hover:before {
  color: white;
}
.cn_block-fp-buttons .btn:hover:after,
.btn-about:hover:after,
.btn.more:hover:after {
  color: white;
}
.text-end {
  text-align: right;
}
.text-start {
  text-align: left;
}
#footer {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 90%;
  margin-left: -10px;
  margin-right: -10px;
  width: 101.5%;
  display: table;
}
#footer > div {
  display: table-cell;
  vertical-align: baseline;
}
#footer > div > * {
  vertical-align: baseline;
}
#footer .footer-logos {
  line-height: 50px;
  min-width: 110px;
  text-align: right;
}
#footer .footer-logos a {
  vertical-align: bottom;
}
#footer .footer-logos .logo-idea,
#footer .footer-logos .logo-rnmfa {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-size: 50px;
}
@media (max-width: 767px) {
  #footer .footer-logos .logo-idea,
  #footer .footer-logos .logo-rnmfa {
    height: 40px;
    width: 40px;
    background-size: 40px;
    margin: 2px;
  }
}
@media (max-width: 767px) {
  #footer .footer-logos {
    min-width: 50px;
  }
}
#footer .ib {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #footer .ib {
    display: inline;
    white-space: normal;
    font-size: 80%;
  }
  #footer .ib span {
    white-space: nowrap;
  }
}
#footer .logo-idea {
  background-image: url(../svg/logo-idea.svg?1);
  margin-right: 8px;
}
#footer .logo-rnmfa {
  background-image: url(../img/logo-nmfa.png);
}
.flag {
  margin-right: 12px;
}
.flag-shadow {
  box-shadow: 2px 2px 5px #c0c0c0;
}
.flag-shadow.flag-np {
  box-shadow: none;
}
/* Rule for flag in country profile desktop view */
.flag-left {
  margin-top: 48px;
  /* width: 96px; */
  /* width: 96px; */
}
.flag-left img {
  width: 120px;
  box-shadow: 2px 2px 5px #c0c0c0;
}
.flag-left img.flag-np {
  box-shadow: none;
}
h1 .flag {
  float: left;
  width: 95px;
  margin-bottom: 1em;
  box-shadow: 2px 2px 5px #c0c0c0;
}
h1 .flag.flag-np {
  box-shadow: none;
}
article .row-title .pre.country-details {
  max-height: none;
}
article .row-title .pre img {
  max-height: 100%;
  max-width: 100%;
}
article .row-title h1 {
  margin-top: 0;
  margin-bottom: 0;
}
article .bc {
  font-size: 12px;
  margin-bottom: 12px;
}
.country-profile .glyphicon-download-alt {
  color: #305b8f;
}
#row-title {
  padding-bottom: 20px;
}
.view > .view-header,
.view .view-filters {
  margin-bottom: 1em;
}
.view-taxonomy-term .view-filters {
  background-color: #f1f1f1;
  padding: 6px 12px;
}
.view-taxonomy-term .view-filters .views-exposed-form > div {
  display: inline-block;
  margin-bottom: 0 !important;
}
.view-taxonomy-term .view-filters .views-exposed-form > div label {
  margin-right: 1em;
}
/**
* Styling for tag ARTICLE
*/
.node--type-newsitem div.auth_date {
  margin: 2em 0 1em;
}
.node--type-newsitem div.photos {
  margin-bottom: 1em;
}
.node--type-newsitem div.photos .caption {
  font-style: italic;
}
.node--type-newsitem div.photos .img-responsive {
  width: 100%;
}
.node--type-newsitem div.imgFloatGroup {
  float: right;
  margin: 0 2px 8px 8px;
  max-width: 325px;
}
.node--type-newsitem div.photoBox {
  float: right;
  margin: 0 4px 7px 10px;
  width: 275px;
  text-align: center;
  font-style: italic;
  line-height: 100%;
}
.node--type-newsitem div.photoBox.thumbnail {
  width: 200px;
}
.node--type-newsitem[dir='rtl'] div.imgFloatGroup {
  float: left;
}
.node--type-newsitem[dir='rtl'] div.photoBox {
  float: left;
}
.node--type-newsitem div.view div.photoBox {
  width: inherit;
}
.node--type-newsitem div.imgFloatGroup div.photoBox {
  float: none;
  margin: 0 0 8px 0;
}
.node--type-newsitem div.imgFloatGroup img {
  max-width: 90%;
}
.node--type-newsitem div.imgFloatGroup div,
.node--type-newsitem div.caption {
  padding-top: 3px;
  padding-bottom: 6px;
  font-style: italic;
  text-align: left;
}
.node--type-newsitem .disclaimer {
  margin-top: 1em;
  font-style: italic;
}
.node--type-newsitem .field--original {
  margin-top: 1em;
}
body.node-type-country-blurb article .country-details .flag {
  width: 120px;
  max-width: 100%;
  height: auto;
  text-align: center;
  margin: auto;
}
body.node-type-country-blurb article .country-details .cn_block_share {
  margin-top: 2em;
}
body.node-type-country-blurb article .country-body h2:first-child {
  margin-top: 0;
}
body.node-type-country-blurb article > .content table {
  background-color: white;
}
body.node-type-country-blurb article > .content table td {
  background-color: #f3f3f3;
  border: 3px solid white;
  padding: 8px;
}
body.node-type-country-blurb article > .content table tr.odd td {
  background-color: #fafafa;
}
body.node-type-country-blurb article table.constOverview {
  width: 100%;
}
body.node-type-country-blurb article table.constOverview tbody > tr > th {
  vertical-align: top;
}
body.node-type-country-blurb article table.constOverview tbody > tr > th div.expHint {
  font-weight: normal;
  font-size: 90%;
}
body.node-type-country-blurb article table.constOverview tbody > tr > td:first-child {
  padding: 8px;
}
body.node-type-country-blurb article table.constOverview > tbody > tr > td,
body.node-type-country-blurb article table.constOverview > thead > tr > th {
  border: 4px solid white;
  background-color: #f1f1f1;
  font-weight: normal;
}
body.node-type-country-blurb article table.constOverview th {
  padding: 8px;
  border: none;
}
body.node-type-country-blurb article table.constOverview td {
  vertical-align: top;
  padding: 0;
  border: none;
}
body.node-type-country-blurb article table.constOverview div.innerWrapper {
  display: none;
  width: 100%;
}
body.node-type-country-blurb article table.constOverview table.inner {
  border-width: 0 !important;
  width: 100%;
}
body.node-type-country-blurb article table.constOverview table.inner td {
  font-size: 90%;
  padding: 8px;
}
body.node-type-country-blurb article table.constOverview table.inner td ul {
  margin-left: 0;
  padding-left: 18px;
}
body.node-type-country-blurb article table.constOverview .tCat {
  border-width: 0;
}
body.node-type-country-blurb article table.constOverview tr.collapsed .tCat {
  background-color: transparent;
}
body.node-type-country-blurb article table.constOverview .tCat {
  background-color: #f1f1f1;
}
body.node-type-country-blurb article table.constOverview .tCat.tCat1-1,
body.node-type-country-blurb article table.constOverview .tCat.tCat1-3,
body.node-type-country-blurb article table.constOverview .tCat.tCat1-5,
body.node-type-country-blurb article table.constOverview .tCat.tCat2-1,
body.node-type-country-blurb article table.constOverview .tCat.tCat2-3,
body.node-type-country-blurb article table.constOverview .tCat.tCat2-5,
body.node-type-country-blurb article table.constOverview .tCat.tCat3-1,
body.node-type-country-blurb article table.constOverview .tCat.tCat3-3,
body.node-type-country-blurb article table.constOverview .tCat.tCat3-5,
body.node-type-country-blurb article table.constOverview .tCat.tCat4-1,
body.node-type-country-blurb article table.constOverview .tCat.tCat4-3,
body.node-type-country-blurb article table.constOverview .tCat.tCat4-5 {
  background-color: #e3e3e3;
}
body.node-type-country-blurb .introBox-docIndex {
  float: left;
  width: 45%;
  max-width: 350px;
  margin-left: 0;
  margin-right: 2em;
  padding: 12px;
  background-color: #f3f3f3;
}
body.node-type-country-blurb .introBox-docIndex h2 {
  font-size: 24px;
  padding: 0;
  margin: 0 0 8px;
}
body.node-type-country-blurb .introBox-docIndex ul {
  padding-left: 0;
}
body.node-type-country-blurb .introBox-docIndex ul li {
  list-style-type: none;
  line-height: 1;
  margin-bottom: 10px;
}
body.node-type-country-blurb .introBox-docIndex ul li:last-child {
  margin-top: 8px;
}
body.node-type-country-blurb .introBox-downloads {
  background-color: transparent;
}
body.node-type-country-blurb .introBox-downloads table tr,
body.node-type-country-blurb .introBox-downloads table td {
  text-align: center;
}
body.node-type-country-blurb .introBox-downloads table tr p,
body.node-type-country-blurb .introBox-downloads table td p {
  margin: 0;
}
body.node-type-country-blurb .introBox-downloads table td:first-child,
body.node-type-country-blurb .introBox-downloads table td:nth-child(2) {
  text-align: left;
  text-align: start;
}
body.node-type-country-blurb .introBox-downloads table .collapsedCells {
  position: relative;
  float: right;
  margin-left: 16px;
  background-color: #d8d7d2;
}
body.node-type-country-blurb .introBox-downloads table .collapsedCells.expanded {
  z-index: 50;
}
body.node-type-country-blurb .introBox-downloads table .collapsedCells.expanded .button {
  color: white;
  background-color: #3852a2;
}
body.node-type-country-blurb .introBox-downloads table .collapsedCells.expanded .contents {
  display: block;
  z-index: 100;
}
body.node-type-country-blurb .introBox-downloads table .collapsedCells .button {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}
body.node-type-country-blurb .introBox-downloads table .collapsedCells .contents {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 240px;
  padding: 15px;
  background-color: #d8d7d2;
}
body.node-type-country-blurb .introBox-downloads table .collapsedCells .contents a {
  float: right;
  margin-left: 7px;
}
body.node-type-country-blurb #social-left {
  position: fixed;
  bottom: 50px;
}
body.node-type-photograph .thumbnails .thumbnail {
  margin: 10px;
  width: 150px;
  float: left;
  display: block;
}
.country-box .country {
  /* vertically align text via: http://stackoverflow.com/questions/8865458/how-to-align-text-vertically-center-in-div-with-css */
  height: 3.2em;
  line-height: 3.2em;
  vertical-align: middle;
  white-space: nowrap;
}
.country-box .country .flag {
  margin-right: 20px;
}
.country-box .country .flag,
.country-box .country a {
  vertical-align: inherit;
}
.country-box .country a {
  overflow: hidden;
}
.country-box .more {
  padding-top: 8px;
}
.file-left {
  text-align: center;
}
.file-left img {
  margin: 0 auto;
}
/* don't scale the container wider than x pixels */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1360px;
  padding: 0 50px 10px;
}
body.front .region > .row {
  margin-bottom: 20px;
}
.body {
  padding-bottom: 24px;
}
.body ul {
  -webkit-padding-start: 25px;
  list-style-type: none;
}
.body ul li:before {
  content: "\2014";
  position: relative;
  left: -12px;
}
.body ul li {
  text-indent: -12px;
}
.navbar.navmenu-fixed-left,
.navbar.navmenu-fixed-right,
.navbar.navbar-offcanvas {
  position: fixed;
}
.navbar-nav {
  float: none;
}
.navbar-nav > li {
  float: none;
}
.navbar-nav > li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
}
.navbar-nav > li.hover-dropdown:hover > .dropdown-menu {
  display: block;
}
#change-lang:hover > .dropdown-menu {
  display: block;
}
.date {
  font-weight: bold;
}
.meta .submitted {
  display: none;
}
h1 {
  color: #1b5099;
}
h2#countryInfo {
  font-size: 16px;
}
#topright-container {
  margin-bottom: 8px;
}
#topright-container .dropdown-menu {
  box-shadow: none;
  text-align: center;
  margin-top: 0;
  min-width: 0;
  width: 100%;
}
#topright-container .dropdown-menu a {
  color: white;
  font-weight: bold;
  padding: 5px;
}
#topright-container .dropdown-menu a:hover,
#topright-container .dropdown-menu a:focus,
#topright-container .dropdown-menu a:active {
  background-color: #3852a2;
}
#topright-container button,
#topright-container .btn,
#topright-container .dropdown-menu {
  background-color: black;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  border-radius: 0;
  border-width: 0;
}
#search-container {
  margin-top: 10px;
}
@media (max-width: 991px) {
  #search-container {
    margin-top: 0;
  }
}
#search-container #search-form {
  float: right;
}
#search-container #search-form .gsc-control-searchbox-only {
  width: 19em;
}
@media (max-width: 767px) {
  #search-container #search-form .gsc-control-searchbox-only {
    width: auto;
  }
}
#search-container .cse form.gsc-search-box,
#search-container form.gsc-search-box {
  padding: 0 0 2px 0;
}
#search-container .gsc-selected-option-container {
  min-width: 90px;
  width: 90px !important;
}
#search-container input[type=search],
#search-container .btn {
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
}
#search-container input[type=search] {
  padding-left: 0;
}
#search-container .btn {
  font-size: 20px;
  padding: 0 0 0 2px;
}
#search-container .input-group {
  border-bottom: 1px solid black;
}
#search-container p {
  margin: 6px 0;
}
input.gsc-search-button.gsc-search-button-v2 {
  padding: 0;
}
#logo-container {
  position: relative;
  white-space: nowrap;
}
#logo-container #logo-idea-container {
  max-width: 100px;
}
#logo-container #logo-idea {
  width: 90px;
  max-height: 90px;
  position: relative;
  z-index: 10;
}
#logo-container #logo-cn-globe {
  margin-left: 10px;
}
#logo-container #logo-idea-background {
  background-color: #e5e5e5;
  position: absolute;
  height: 200px;
  z-index: 9;
  width: 40%;
  bottom: -10px;
  left: 30%;
}
#logo-container img#logo-cn-name {
  width: 100%;
  max-width: 420px;
}
.loading:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  display: block;
  width: 1em;
  font-size: 250%;
  margin: 20px auto;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s linear 0s normal none infinite;
  /* Same as .icon-spin5 */
  content: '\e805';
  /* '' */
}
#loadMoreNews {
  display: none;
}
#fp-news .row #news-photo-container {
  padding-left: 0;
}
#fp-news .row h2 {
  color: #7571ab;
  font-size: 22px;
  line-height: 1.4;
}
#fp-news p {
  line-height: inherit;
  margin-bottom: 6px;
}
#fp-news .padder {
  padding-top: 0;
  padding-bottom: 0;
}
#fp-news a.box,
.row-analysis a.box {
  color: inherit;
}
#fp-news a.box:hover,
.row-analysis a.box:hover {
  text-decoration: none;
}
#fp-news a:hover > *,
.row-analysis a:hover > * {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.padder {
  padding: 10px;
}
.padder h2 {
  margin-top: 10px;
}
.padder div.more {
  margin-top: 20px;
}
.padder + .padder {
  margin-top: 10px;
}
#subscribe-form {
  margin-top: 8px;
}
#subscribe-form input[type=email] {
  margin-top: 6px;
}
.news-item div.tags {
  margin-bottom: 24px;
  margin-top: 8px;
}
.news-item div.tags .badge {
  padding: 4px 9px;
}
.news-item .news-type {
  color: #777777;
  font-weight: 500;
}
.news-items .news-item {
  margin: 40px 0;
  clear: both;
}
.news-items .news-item img {
  margin-bottom: 15px;
}
.tags {
  margin-bottom: 1em;
}
.tags a.badge {
  background-color: #2c519b;
  color: white;
  margin: 0 4px 4px 0;
  padding: 5px 7px;
}
.tags a.badge:hover,
.tags a.badge:focus,
.tags a.badge:active,
.tags a.badge.badge-current {
  background-color: black;
}
.tags.list-view a.badge {
  background-color: #d8d7d2;
  color: #333;
}
.tags.list-view a.badge:hover,
.tags.list-view a.badge:focus,
.tags.list-view a.badge:active {
  background-color: #2c519b;
  color: white;
}
#content-area div.tags {
  /*
    // the following makes the tags on one line with a scrollbar
    overflow: scroll;
    white-space: nowrap;
    */
}
#content-area table tr,
#content-area table td {
  vertical-align: top;
}
#content-area article.teaser {
  margin: 20px 0 40px;
}
#content-area article.teaser div.links {
  display: none;
}
#content-area article.teaser a.title {
  font-size: 18px;
  margin-top: 4px;
  margin-bottom: 4px;
}
#content-area article.teaser > * {
  margin-left: 200px;
  display: block;
}
#content-area article.teaser img {
  width: 180px;
  max-width: 30%;
  float: left;
  clear: left;
  margin-left: 0;
  padding-right: 8px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  #content-area article.teaser img {
    width: 110px;
  }
  #content-area article.teaser > * {
    margin-left: 120px;
  }
}
#content-area article.teaser.weblink div.links {
  display: block;
}
#content-area div.view-content {
  clear: both;
}
#content-area .block {
  margin-top: 1em;
}
.social {
  width: 69px;
  /*
  > div {
    text-shadow: white 0 0 2em;
    border: 6px solid white;
  }
  */
}
.social img {
  width: 32px;
  height: 32px;
  margin-bottom: 3px;
}
.social a {
  width: 32px;
  height: 32px;
  background-color: black;
  display: block;
  background-image: url(/themes/custom/const8/svg/social-sprites.svg);
  background-repeat: no-repeat;
  background-size: 247px 32px;
  margin-bottom: 3px;
}
.social a:hover,
.social a:focus,
.social a:active {
  text-decoration: none;
}
.social .fb a {
  background-position: 0 0;
}
.social .fb a:hover,
.social .fb a:focus,
.social .fb a:active {
  background-color: #3b5998;
}
.social .twitter a {
  background-position: -53px 0;
}
.social .twitter a:hover,
.social .twitter a:focus,
.social .twitter a:active {
  background-color: #4099FF;
}
.social .mail a {
  background-position: -107px 0;
}
.social .mail a:hover,
.social .mail a:focus,
.social .mail a:active {
  background-color: #ec1c24;
}
.social .print a {
  background-position: -161px 0;
}
.social .print a:hover,
.social .print a:focus,
.social .print a:active {
  background-color: #8bc53f;
}
.social .yt a {
  background-position: -210px 0;
}
.social .yt a:hover,
.social .yt a:focus,
.social .yt a:active {
  background-color: #e52d27;
}
#social-left {
  position: fixed;
}
@media (max-width: 767px) {
  #social-left {
    display: none !important;
  }
}
#social-right .social {
  width: auto;
}
#social-right .social > div {
  display: inline-block;
  margin-right: 6px;
}
.node-type-library .vl-details {
  font-size: 90%;
}
.node-type-library .vl-details ul.links {
  list-style-type: none;
  padding-left: 0;
}
.node-type-library .vl-details ul.links li {
  line-height: 1.2em;
  margin-bottom: 5px;
}
.node-type-library .vl-details #social-left {
  margin-top: 16px;
}
.node-type-library .vl-details div.field {
  margin-bottom: 1em;
}
.node-type-library .vl-details div.field:last-child {
  margin-bottom: 0;
}
.node-type-library .vl-body .label {
  color: #333333;
  padding: 0;
}
.node-type-library .vl-body .field--name-field-cover img {
  width: 120px;
  max-width: 100%;
  float: right;
  margin: 0 0 1em 1em;
}
.node-type-library .vl-body div.summary {
  min-height: 200px;
}
.node-type-case-law .field {
  margin-bottom: 1em;
}
.node-type-case-law .field:last-child {
  margin-bottom: 0;
}
.node-type-case-law .vl-details {
  font-size: 90%;
}
.node-type-case-law .vl-details ul.links {
  list-style-type: none;
  padding-left: 0;
}
.node-type-case-law .vl-details ul.links li {
  line-height: 1.2em;
  margin-bottom: 5px;
}
.node-type-case-law .vl-details #social-left {
  margin-top: 16px;
}
.node-type-case-law .vl-body .field--label {
  color: #333333;
  font-size: 18px;
  margin-bottom: 3px;
  padding: 0;
}
.node-type-case-law .vl-body .field--name-field-clr-key-issues {
  width: 180px;
  max-width: 100%;
  float: right;
  margin: 0 0 1em 1em;
}
.node-type-case-law .vl-body .field--name-field-clr-key-issues .field--label {
  font-size: 14px;
}
.node-type-case-law .file {
  display: block;
  font-size: 14px;
  margin: 0;
}
.node-type-case-law .file .file-icon,
.node-type-case-law .file .file-link,
.node-type-case-law .file .file-size {
  display: inline;
}
.node-type-case-law .file > span {
  background: transparent;
  border: none !important;
}
.node-type-case-law .file > span:first-child {
  border-left: none;
}
.node-type-case-law .file > spanspan:last-child {
  border-right: none;
}
.node-type-case-law .file .file-icon {
  font-size: 150%;
  padding: .25em .5em;
  text-align: center;
}
.node-type-case-law .file .file-link a,
.node-type-case-law .file .file-link a:active,
.node-type-case-law .file .file-link a:focus,
.node-type-case-law .file .file-link a:hover {
  color: inherit;
}
.node-type-case-law .file .file-size {
  color: dimgrey;
  padding: 0 1em;
  text-align: inherit;
  white-space: pre;
}
.node-type-event .body {
  margin-top: 12px;
}
.node-type-event .menu {
  float: left;
  padding-right: 20px;
  padding-bottom: 16px;
  max-width: 160px;
}
/**
* Introboxes are used as highlighted sections inside special pages
*/
.introBox {
  /*
  @media (min-width: @screen-sm-min) {
    padding-right: 2em;
    padding-bottom: 1em;
  }
  */
}
.introBox .content {
  padding: 10px;
}
.introBox .content .content {
  padding: 0;
  border: none;
}
.introBox .content p {
  margin-right: 0;
}
.introBox.h240 .content {
  height: 194px;
}
.introBox.w240,
.introBox.w360 {
  float: left;
  margin: 5px 8px 8px 2px;
}
.introBox.right {
  float: right;
  margin: 5px 2px 8px 8px;
}
.introBox.w240 {
  width: 240px;
}
.introBox.w360 {
  width: 360px;
}
.introBox h2.heading,
.introBox h2.title {
  padding: 5px 10px;
}
.introBox h3 {
  font-size: 14px;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .introBox.introBox-downloads {
    padding-bottom: 1em;
  }
}
.introBox.introBox-downloads h2.heading {
  background-color: #f3f3f3;
  margin: 5px 5px 0;
}
.introBox.introBox-downloads div.section {
  padding: 0;
}
.introBox.introBox-downloads div.section > table {
  width: 100%;
}
table.data {
  background-color: #ededed;
}
.bibliography ul li {
  margin-bottom: 0.3em;
}
.image-cropper {
  overflow: hidden;
}
body.front .row .news .img-responsive {
  width: 100%;
}
@media (max-width: 991px) {
  body.front .row .news .image-cropper {
    height: auto;
  }
}
body.front #fp-row-3 div.more {
  padding: 0.5em;
}
body.front #row2-cn-news .newsitem {
  clear: both;
}
body.front #row2-cn-news .newsitem > .date {
  float: left;
}
body.front #row2-cn-news .newsitem a {
  margin-left: 4em;
  display: block;
}
body.front #row2-cn-news .newsitem div.more {
  margin-top: 10px;
}
body.front .country-box .country-row .country {
  border-top: 1px solid white;
}
body.front .country-box .country-row div.more {
  margin-top: 0;
  padding: 0;
  line-height: 3.2em;
  border-top: 1px solid white;
}
body.front .cn_block-latest-idea ul {
  list-style: square;
  padding-left: 0;
  margin-left: 16px;
}
body.front .cn_block-latest-idea ul li {
  margin-bottom: 6px;
  line-height: 1.3em;
}
body.front .cn_block-latest-idea ul li a {
  color: #333333;
}
body.front .cn_block-latest-idea ul li a:hover {
  color: #3f3f3f;
  text-decoration: none;
}
body.path-dashboard .view-og-mytracker table caption {
  font-size: 18px;
  text-align: left;
}
body.path-dashboard .view-og-mytracker td.active {
  background-color: inherit;
}
body.path-dashboard .view-profiles .views-field-user-picture {
  float: right;
}
/**
* FAQ
*/
body.path-about h2.faq-header,
body.path-constitutions-faq h2.faq-header {
  color: #1b5099;
}
body.path-about .faq-description,
body.path-constitutions-faq .faq-description {
  margin-bottom: 1.5em;
}
body.path-about .faq-answer ul.links,
body.path-constitutions-faq .faq-answer ul.links {
  display: none;
}
body.path-about .faq-question-answer.panel,
body.path-constitutions-faq .faq-question-answer.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.path-about .faq .faq-answer,
body.path-constitutions-faq .faq .faq-answer {
  padding: 15px;
}
body.path-about .faq .faq-answer a:hover,
body.path-constitutions-faq .faq .faq-answer a:hover,
body.path-about .faq .faq-answer a:active,
body.path-constitutions-faq .faq .faq-answer a:active,
body.path-about .faq .faq-answer a:focus,
body.path-constitutions-faq .faq .faq-answer a:focus {
  text-decoration: none;
  outline: none;
}
body.path-about .faq .faq-answer.collapsed,
body.path-constitutions-faq .faq .faq-answer.collapsed {
  display: none;
}
body.path-about .panel-title,
body.path-constitutions-faq .panel-title {
  padding: 0;
  margin: 0;
}
body.path-about .panel-title a,
body.path-constitutions-faq .panel-title a {
  color: #28569c;
}
body.path-about .panel-title a:before,
body.path-constitutions-faq .panel-title a:before {
  content: "";
  font-family: "fontello", serif;
}
body.path-about .faq-qa-visible .panel-title a:before,
body.path-constitutions-faq .faq-qa-visible .panel-title a:before {
  content: "";
  font-family: "fontello", serif;
}
body.path-resources .form-group:last-child {
  margin-bottom: 15px;
}
body.path-news form.blue {
  width: 100%;
}
body.path-news .form-group {
  margin-bottom: 0;
}
body.path-news .item-voice {
  margin: 9px 0;
  clear: left;
}
body.path-news .item-voice h3 {
  font-size: 15px;
}
body.path-news div.item-voice + div.item-voice {
  margin-top: 0;
}
body.path-news .item img {
  float: left;
  width: 200px;
}
body.path-news .item h3 {
  margin-top: 12px;
  margin-bottom: 5px;
}
body.path-news #block-voices .panel,
body.path-news #block-analysis .panel {
  box-shadow: none;
  border: none;
}
body.path-news #content-area .block {
  margin-top: 0;
}
body.path-news #content_news .news-item .title {
  font-size: 17px;
  margin-bottom: 6px;
}
body.path-news #content_news .news-item img {
  width: 180px;
  max-width: 30%;
  float: left;
}
body.path-news #content_news .news-item .title,
body.path-news #content_news .news-item .item-body {
  margin-left: 200px;
  display: block;
}
body.path-news #content_news .news-item .title div.date,
body.path-news #content_news .news-item .item-body div.date {
  display: inline;
}
body.path-news #content_news .news-items .news-item {
  clear: both;
  margin: 40px 0;
}
body.path-news #content_news .news-items .news-item:first-child {
  margin-top: 10px;
}
body.path-news #content_news .news-items .news-item img {
  margin-bottom: 15px;
  float: left;
}
body.path-news .news-item.analysis {
  margin: 0 0 10px 0;
}
@media (max-width: 480px) {
  body.path-news #content_news .item img {
    width: 160px;
  }
  body.path-news #content_news .item .title,
  body.path-news #content_news .item .item-body {
    padding-left: 180px;
  }
}
body.path-news .item-voice .flag {
  float: left;
}
body.path-news .panel-heading {
  background-color: #808080;
}
body.path-community .panel-default {
  border: none;
  max-width: 300px;
}
body.path-community .panel-default > .panel-heading {
  background: none;
  border: none;
}
body.path-community div.panel {
  background-color: #f1f1f1;
}
body.path-community div.panel #user-login label,
body.path-community div.panel #user-login .description {
  display: none;
}
body.path-community div.panel #user-login input.form-control {
  width: 95%;
  display: inline-block;
}
body.path-community div.panel #user-login .form-required {
  display: none;
}
body.path-community div.panel #user-login p:last-child {
  margin-bottom: 0;
}
body.path-community div.panel #user-login input.btn {
  max-width: 20em;
}
body.path-community #content-area .block-cn {
  margin-top: 0;
}
#block-views-events-block_1 article.teaser,
.view-id-events article.teaser {
  margin: 8px;
}
#block-views-events-block_1 article.teaser > *,
.view-id-events article.teaser > * {
  margin-left: 0;
}
#block-views-events-block_1 article.event a,
.view-id-events article.event a {
  display: block;
  text-decoration: none;
  background-color: #f1f1f1;
  padding: 6px 0 0;
  margin-bottom: 10px;
}
#block-views-events-block_1 article.event a:hover,
.view-id-events article.event a:hover {
  background-color: #eee;
}
#block-views-events-block_1 article.event a .date,
.view-id-events article.event a .date {
  margin: 10px;
  margin-right: 0;
  color: black;
  font-weight: normal;
}
#block-views-events-block_1 article.event a h2,
.view-id-events article.event a h2 {
  height: 6em;
  margin: 10px;
  font-size: 18px;
  overflow: hidden;
}
#block-views-events-block_1 article.event a h2:hover,
.view-id-events article.event a h2:hover {
  color: #28569c;
}
#block-views-events-block_1 article.event a div.more,
.view-id-events article.event a div.more {
  color: black;
  padding: 8px;
  background-color: #ddd;
}
#block-views-events-block_1 article.event a div.more:after,
.view-id-events article.event a div.more:after {
  content: "\3009";
  /* See: http://www.fileformat.info/info/unicode/char/3009/index.htm */
  float: right;
  font-size: 120%;
  margin: 0;
  padding: 0 0.8em;
  pointer-events: none;
  text-align: center;
  width: 1em;
  color: black;
}
#block-views-events-block_1 .more-link,
.view-id-events .more-link {
  margin-left: 10px;
}
.views-view-grid td {
  vertical-align: top;
}
.view-empty {
  display: block;
  clear: both;
  float: none;
}
.view-filters .form-group {
  margin-right: 1em;
}
body.path-country-profiles .ammapDescriptionText ul {
  list-style-type: none;
  padding-left: 0;
}
body.path-country-profiles .ammapDescriptionText ul li {
  display: inline-block;
  white-space: nowrap;
  width: 50%;
}
body.path-country-profiles .ammapDescriptionText ul li .flag {
  margin-right: 8px;
}
body.path-country-profiles .select-wrapper {
  width: 45%;
}
body.path-country-profiles .select-wrapper select.form-control + .chosen-container.chosen-container-single .chosen-single {
  border-radius: 0;
  border-width: 0;
}
body.path-case-law-advanced-search label {
  text-align: right;
}
body.path-case-law-advanced-search select {
  width: 100% !important;
  margin-left: -10px;
  margin-right: -10px;
  border: none;
}
/*
body.path-search-node {
  // Style advanced search block
  fieldset.search-advanced {
    .fieldset-wrapper {
      .criterion:first-child {
        width: 25%;
      }
      .criterion:last-child {
        width: 65%;
        .form-edit-type {
          width: 100%;
          .form-checkboxes {
            width: 100%;
            div.checkbox {
              width: 45%;
              display: inline-block;
              position: relative;
            }
          }
        }
      }
    }
  }
}
*/
body.path-audio .CTPplaceholder {
  display: block;
}
/**
* See /glossary
*/
body.path-glossary .glossary-list dt {
  clear: both;
  color: black;
  font-size: inherit;
  font-weight: bold;
  margin-bottom: 6px;
  margin-left: -6px;
  padding-top: 7px;
}
body.path-glossary .ar .glossary-list dt {
  font-size: 120%;
}
body.path-glossary a.glossary-term {
  color: inherit;
  cursor: help;
  border-bottom: none;
}
body.path-glossary div.glossary-letter {
  margin-top: 10px;
  clear: left;
}
body.path-glossary div.glossary-pdf {
  float: right;
  margin-right: 8px;
  margin-top: 30px;
}
body.path-glossary a.glossary-item.active,
body.path-glossary #glossaryAll {
  /*
    margin: 0 2px;
    padding: 2px 3px;
    min-width: 11px;
    border: 1px solid #aaa;
    border-radius: 5px;
    display: inline-block;
    background-color: #f0f0f4;
    text-transform: none;
    &.current {
      background-color: white;
    }
    */
}
body.path-glossary a.glossary-item {
  padding: 0 3px;
}
body.path-glossary .glossary-links {
  background-color: transparent;
  text-align: center;
  color: #888888;
}
body.path-glossary .glossary-links a {
  font-size: 140%;
  text-transform: uppercase;
}
body.path-glossary .glossary-alphabar-instructions {
  font-size: 89%;
  font-style: italic;
}
.fp-newsbox-caption {
  height: 7.5em;
  overflow: hidden;
}
#fp-about p,
#fp-about .row {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 225%;
}
#fp-about .btn-primary {
  color: white;
}
#fp-about .btn-primary:hover,
#fp-about .btn-primary:focus,
#fp-about .btn-primary:active {
  background-color: black;
}
.negative {
  color: white;
  background-color: black;
}
.negative.btn {
  border-color: black;
}
.negative.btn.btn-default:hover,
.negative.btn .btn-default:focus,
.negative.btn .btn-default:active,
.negative.btn .btn-default.active,
.negative.btn .open > .dropdown-toggle.btn-default {
  background-color: #444;
  color: white;
}
.btn.social {
  width: 32px;
  height: 32px;
  border-width: 0;
  border-radius: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  background-color: transparent;
  margin-left: 5px;
}
#getLatestUpdates label {
  margin-bottom: 0;
  display: block;
}
#getLatestUpdates #form-submit-wrap {
  text-align: right;
}
#getLatestUpdates .btn {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 29px;
  background: #000000 url(../img/right_chevron_white_on_black.png) center center no-repeat;
  color: transparent;
  padding: 0;
}
#getLatestUpdates a,
#getLatestUpdates a:hover {
  color: black;
}
aside #getLatestUpdates {
  margin: 10px 0 15px;
}
aside #getLatestUpdates span {
  margin-bottom: 0;
  margin-top: 5px;
}
#interactWithCN {
  line-height: 32px;
  padding-top: 0;
  line-height: 20px;
  margin-bottom: 1em;
  clear: both;
}
#interactWithCN > span {
  display: inline-block;
  float: left;
  width: 100px;
}
#interactWithCN .social {
  float: right;
  width: auto;
  margin-left: 10px;
  vertical-align: middle;
}
#interactWithCN .social span {
  display: inline-block;
  vertical-align: middle;
}
#interactWithCN .social span a {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
#comment-form {
  max-width: 600px;
}
#comment-form .resizable-textarea {
  width: 100%;
  clear: both;
}
#comment-form .form-edit-name,
#comment-form .form-edit-mail {
  float: left;
  width: 47.5%;
}
#comment-form .form-edit-mail {
  margin-left: 5%;
}
#comment-form .form-required {
  display: none;
}
#comment-form .wysiwyg-format-1 {
  display: none;
}
#comment-form textarea.form-control {
  clear: both;
}
form#comment-controls {
  display: none;
}
#comment-form-side .form-required {
  display: none;
}
.comment-newform #edit-submit {
  padding: 6px 24px;
}
.events .item .title {
  font-size: 18px;
}
.events .btn.more {
  margin: 7px 0;
  background-color: #e5e4e6;
  color: black;
}
@media (max-width: 767px) {
  .events .btn.more {
    padding: 0.7em 0.6em;
  }
}
/*
This attempt at adding support isn't working very well yet but keeping here for a while until we decide whether to continue or not
select.form-control + .chosen-container.f16 .chosen-results li.flag,
select.form-control + .chosen-container.f16 .chosen-results li.active-result.flag {
  width: auto;
  padding-left: 20px;
  background-image: url(https://cloud.github.com/downloads/lafeber/world-flags-sprite/flags16.png);
}*/
.table > thead > tr > th.dl {
  text-align: center;
}
.dl {
  text-align: center;
}
td.tCat[class^="icon-"],
td.tCat[class*=" icon-"],
td.tCat.clickable {
  color: #1f5790;
  font-weight: bold;
}
img + .caption {
  margin-top: 5px;
}
img + .caption:before {
  content: "";
  display: inline-block;
  width: 4em;
  border-bottom: 1px solid black;
  margin-right: 10px;
}
#search-results h2 {
  color: #3852a2;
}
#search-results .result {
  clear: both;
  margin-top: 3em;
}
@media (max-width: 767px) {
  #search-results .result {
    background-color: #e5e5e5;
    padding: 8px 12px;
    margin-bottom: 3px;
  }
}
#search-results.ideaContentOnly .ideaContent {
  padding: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  #search-results.ideaContentOnly .ideaContent {
    background-color: #f1f1f1;
  }
}
#search-results .ideaContent {
  padding: 8px 12px;
  background-color: #f1f1f1;
}
#search-results .ideaContent h2 {
  padding-left: 40px;
  background: transparent url(../svg/logo-idea.svg) center left no-repeat;
  background-size: 28px;
}
#search-results img {
  float: left;
  width: 32px;
  margin: 0 10px 3px 0;
}
#search-results #ideaContentsOnly {
  margin-right: 12px;
}
#search-results #ideaContentsOnly input {
  margin: 6px 0 0 12px;
  background-color: transparent;
}
#search-results #loadMore {
  display: none;
}
h2#mobileSearchResultsHeading {
  padding: 12px 20px;
  color: #333;
  line-height: 1.5625em;
}
h2#mobileSearchResultsHeading .icon-sliders {
  float: right;
  font-size: 125%;
  border-width: 0;
  padding: 0;
  border-radius: 4px;
  transform: rotate(90deg);
}
h2#mobileSearchResultsHeading .icon-sliders.pressed {
  background-color: #ddd;
}
.mobileResultsTab {
  width: 50%;
  border-width: 4px 2px;
  border-style: solid;
  border-color: white;
  font-size: 125%;
  float: left;
  cursor: pointer;
}
.mobileResultsTab:first-child {
  border-left-width: 0;
}
.mobileResultsTab:last-child {
  border-right-width: 0;
}
.mobileResultsTab.active {
  border-bottom-width: 0;
  cursor: auto;
}
.mobileResultsTab.active .boxlightgrey {
  padding-bottom: 24px;
  background-color: #f1f1f1;
}
.mobileResultsTab .boxlightgrey {
  padding: 20px;
  background-color: #d8d7d2;
}
p.bg-primary,
p.bg-success,
p.bg-info,
p.bg-warning,
p.bg-danger {
  padding: 10px 15px;
  margin: 10px 0;
}
/**
* Register page
*/
#user-register,
#simplenews-subscription-manager-form {
  padding: 1em;
  background-color: #f1f1f1;
}
#user-register legend,
#simplenews-subscription-manager-form legend {
  margin-bottom: 8px;
}
#user-register label[for=edit-picture-upload-register],
#simplenews-subscription-manager-form label[for=edit-picture-upload-register] {
  display: block;
}
#user-register .btn-file,
#simplenews-subscription-manager-form .btn-file {
  color: #ffffff;
  background-color: #28569c;
  border-color: #234b88;
}
#user-register .btn-file:focus,
#simplenews-subscription-manager-form .btn-file:focus,
#user-register .btn-file.focus,
#simplenews-subscription-manager-form .btn-file.focus {
  color: #ffffff;
  background-color: #1e4073;
  border-color: #091322;
}
#user-register .btn-file:hover,
#simplenews-subscription-manager-form .btn-file:hover {
  color: #ffffff;
  background-color: #1e4073;
  border-color: #163057;
}
#user-register .btn-file:active,
#simplenews-subscription-manager-form .btn-file:active,
#user-register .btn-file.active,
#simplenews-subscription-manager-form .btn-file.active,
.open > .dropdown-toggle#user-register .btn-file,
.open > .dropdown-toggle#simplenews-subscription-manager-form .btn-file {
  color: #ffffff;
  background-color: #1e4073;
  border-color: #163057;
}
#user-register .btn-file:active:hover,
#simplenews-subscription-manager-form .btn-file:active:hover,
#user-register .btn-file.active:hover,
#simplenews-subscription-manager-form .btn-file.active:hover,
.open > .dropdown-toggle#user-register .btn-file:hover,
.open > .dropdown-toggle#simplenews-subscription-manager-form .btn-file:hover,
#user-register .btn-file:active:focus,
#simplenews-subscription-manager-form .btn-file:active:focus,
#user-register .btn-file.active:focus,
#simplenews-subscription-manager-form .btn-file.active:focus,
.open > .dropdown-toggle#user-register .btn-file:focus,
.open > .dropdown-toggle#simplenews-subscription-manager-form .btn-file:focus,
#user-register .btn-file:active.focus,
#simplenews-subscription-manager-form .btn-file:active.focus,
#user-register .btn-file.active.focus,
#simplenews-subscription-manager-form .btn-file.active.focus,
.open > .dropdown-toggle#user-register .btn-file.focus,
.open > .dropdown-toggle#simplenews-subscription-manager-form .btn-file.focus {
  color: #ffffff;
  background-color: #163057;
  border-color: #091322;
}
#user-register .btn-file:active,
#simplenews-subscription-manager-form .btn-file:active,
#user-register .btn-file.active,
#simplenews-subscription-manager-form .btn-file.active,
.open > .dropdown-toggle#user-register .btn-file,
.open > .dropdown-toggle#simplenews-subscription-manager-form .btn-file {
  background-image: none;
}
#user-register .btn-file.disabled,
#simplenews-subscription-manager-form .btn-file.disabled,
#user-register .btn-file[disabled],
#simplenews-subscription-manager-form .btn-file[disabled],
fieldset[disabled] #user-register .btn-file,
fieldset[disabled] #simplenews-subscription-manager-form .btn-file,
#user-register .btn-file.disabled:hover,
#simplenews-subscription-manager-form .btn-file.disabled:hover,
#user-register .btn-file[disabled]:hover,
#simplenews-subscription-manager-form .btn-file[disabled]:hover,
fieldset[disabled] #user-register .btn-file:hover,
fieldset[disabled] #simplenews-subscription-manager-form .btn-file:hover,
#user-register .btn-file.disabled:focus,
#simplenews-subscription-manager-form .btn-file.disabled:focus,
#user-register .btn-file[disabled]:focus,
#simplenews-subscription-manager-form .btn-file[disabled]:focus,
fieldset[disabled] #user-register .btn-file:focus,
fieldset[disabled] #simplenews-subscription-manager-form .btn-file:focus,
#user-register .btn-file.disabled.focus,
#simplenews-subscription-manager-form .btn-file.disabled.focus,
#user-register .btn-file[disabled].focus,
#simplenews-subscription-manager-form .btn-file[disabled].focus,
fieldset[disabled] #user-register .btn-file.focus,
fieldset[disabled] #simplenews-subscription-manager-form .btn-file.focus,
#user-register .btn-file.disabled:active,
#simplenews-subscription-manager-form .btn-file.disabled:active,
#user-register .btn-file[disabled]:active,
#simplenews-subscription-manager-form .btn-file[disabled]:active,
fieldset[disabled] #user-register .btn-file:active,
fieldset[disabled] #simplenews-subscription-manager-form .btn-file:active,
#user-register .btn-file.disabled.active,
#simplenews-subscription-manager-form .btn-file.disabled.active,
#user-register .btn-file[disabled].active,
#simplenews-subscription-manager-form .btn-file[disabled].active,
fieldset[disabled] #user-register .btn-file.active,
fieldset[disabled] #simplenews-subscription-manager-form .btn-file.active {
  background-color: #28569c;
  border-color: #234b88;
}
#user-register .btn-file .badge,
#simplenews-subscription-manager-form .btn-file .badge {
  color: #28569c;
  background-color: #ffffff;
}
#user-register .form-checkboxes,
#simplenews-subscription-manager-form .form-checkboxes,
#user-register .form-radios,
#simplenews-subscription-manager-form .form-radios {
  margin: 0;
}
#user-register .form-edit-profile_gender.radio,
#simplenews-subscription-manager-form .form-edit-profile_gender.radio {
  display: inline-block;
  margin-right: 2em;
}
#user-register div.form-group > label,
#simplenews-subscription-manager-form div.form-group > label {
  display: none;
}
#user-register div.form-group > input.form-control,
#simplenews-subscription-manager-form div.form-group > input.form-control,
#user-register div.form-group select.form-select,
#simplenews-subscription-manager-form div.form-group select.form-select,
#user-register div.form-group div.btn,
#simplenews-subscription-manager-form div.form-group div.btn,
#user-register div.form-group .form-radios,
#simplenews-subscription-manager-form div.form-group .form-radios,
#user-register div.form-group .select-wrapper,
#simplenews-subscription-manager-form div.form-group .select-wrapper {
  width: 95%;
  display: inline-block;
}
#user-register div.form-group > select.form-select,
#simplenews-subscription-manager-form div.form-group > select.form-select {
  width: 100%;
}
@media (min-width: 800px) {
  #user-register div.form-group > label,
  #simplenews-subscription-manager-form div.form-group > label {
    width: 100%;
  }
  #user-register div.form-group > input.form-control,
  #simplenews-subscription-manager-form div.form-group > input.form-control,
  #user-register div.form-group select.form-select,
  #simplenews-subscription-manager-form div.form-group select.form-select,
  #user-register div.form-group div.btn,
  #simplenews-subscription-manager-form div.form-group div.btn,
  #user-register div.form-group .form-radios,
  #simplenews-subscription-manager-form div.form-group .form-radios,
  #user-register div.form-group .select-wrapper,
  #simplenews-subscription-manager-form div.form-group .select-wrapper {
    width: 45%;
    min-width: 360px;
  }
  #user-register div.form-group .select-wrapper select,
  #simplenews-subscription-manager-form div.form-group .select-wrapper select {
    width: 100%;
    min-width: 0;
    border-width: 1px;
  }
  #user-register div.form-group div.description,
  #simplenews-subscription-manager-form div.form-group div.description {
    width: 45%;
    min-width: 360px;
    display: inline-block;
    margin-left: 24px;
  }
  #user-register input#edit-submit,
  #simplenews-subscription-manager-form input#edit-submit {
    clear: both;
  }
}
/**
* See: http://stackoverflow.com/questions/11235206/twitter-bootstrap-form-file-element-upload-button
*/
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
/**
* TOC widget styles
*/
.content .toc {
  padding: 1em;
  max-width: 100%;
  border: none;
  background-color: #f1f1f1;
}
.toc-title {
  text-align: left;
  font-size: 23px;
}
.toc-toggle-message {
  display: none;
}
.toc-list .toc-level-1 {
  list-style-type: decimal;
}
.toc-list .toc-level-2 {
  list-style-type: lower-alpha;
}
.toc-list .toc-level-3 {
  list-style-type: lower-latin;
}
/**
 * The RHM block "About IDEA and NMFA"
 */
.cn_rhm_partners {
  background-color: #f1f1f1;
  padding: 12px;
  margin-bottom: 8px;
}
.cn_rhm_partners hr {
  border-color: white;
}
.cn_rhm_partners h2 {
  font-size: 20px;
}
.cn_rhm_partners h2:first-child {
  margin-top: 0;
}
.cn_rhm_partners img {
  float: left;
  max-width: 80px;
  padding-right: 8px;
  padding-bottom: 8px;
}
/**
* /community
*/
.path-community .user-register-indicator {
  margin-bottom: 2em;
}
.path-community .form-logout .username {
  white-space: nowrap;
}
.path-community .panel.signin,
.path-community .social-big {
  display: inline-block;
}
.path-community .panel.signin .panel-title,
.path-community .social-big .panel-title {
  padding-top: 0;
  padding-bottom: 0;
}
/**
* Case Law Database
*/
.section-case-law .view-header .search-types {
  margin: auto;
  display: block;
}
.section-case-law .view-header .search-types a {
  display: inline-block;
  margin: 3px;
  padding: 8px 12px;
  background-color: #00b0ff;
  color: white;
}
.section-case-law .view-header .search-types a:hover {
  background-color: black;
  text-decoration: none;
}
.section-case-law .view-header .search-types a.current {
  background-color: white;
  color: #00b0ff;
  border: 2px solid #00b0ff;
}
.section-case-law .view-header .search-types a.current:hover {
  background-color: white;
  cursor: pointer;
}
.section-case-law form {
  background-color: #f1f1f1;
  padding: 10px;
}
.section-case-law #views-exposed-form-case-laws-page-2 .form-control {
  width: inherit;
}
.sog-mobile {
  border-bottom: 1px solid #ddd;
}
.sog-mobile .branch h3 {
  cursor: pointer;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
.sog-mobile .branch h3:before {
  content: "\3009";
  /* See: http://www.fileformat.info/info/unicode/char/3009/index.htm */
  float: right;
  font-size: 120%;
  margin: 0;
  padding: 0 0.8em;
  pointer-events: none;
  text-align: center;
  width: 1em;
}
.sog-mobile .branch h3.expanded:before {
  display: none;
}
.sog-mobile .actor {
  display: none;
}
.sog-mobile .actor h4 {
  cursor: pointer;
}
.sog-mobile .details {
  display: none;
}
article.teaser .news-type,
article.teaser .sub-type {
  color: #777777;
}
article.teaser h2.title {
  margin-top: 0;
}
body.taxonomy-term #row-title,
body.path-interviews #row-title,
body.taxonomy-term .taxonomy-term-description,
body.path-interviews .taxonomy-term-description,
body.taxonomy-term .view-filters,
body.path-interviews .view-filters {
  padding-left: 200px;
}
@media (max-width: 767px) {
  body.taxonomy-term #row-title,
  body.path-interviews #row-title,
  body.taxonomy-term .taxonomy-term-description,
  body.path-interviews .taxonomy-term-description,
  body.taxonomy-term .view-filters,
  body.path-interviews .view-filters {
    padding-left: 120px;
  }
}
body.taxonomy-term article.teaser,
body.path-interviews article.teaser {
  margin: 20px 0 40px;
}
body.taxonomy-term article.teaser > *,
body.path-interviews article.teaser > * {
  margin-left: 200px;
  display: block;
}
body.taxonomy-term article.teaser img,
body.path-interviews article.teaser img {
  width: 180px;
  max-width: 30%;
  float: left;
  clear: left;
  margin-left: 0;
  padding-right: 8px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  body.taxonomy-term article.teaser img,
  body.path-interviews article.teaser img {
    width: 110px;
  }
  body.taxonomy-term article.teaser > *,
  body.path-interviews article.teaser > * {
    margin-left: 120px;
  }
}
body.taxonomy-term article.teaser.library img,
body.path-interviews article.teaser.library img {
  width: auto;
  max-height: 96px;
}
body.path-book-handbook .introBox.w240 {
  width: 314px;
}
body.path-multimedia .panel:hover {
  cursor: hand;
}
body.path-thematic-publications a.title,
body.path-interim-constitutions a.title {
  display: block;
  margin-top: 0.5em;
}
body.path-thematic-publications .type-title,
body.path-interim-constitutions .type-title {
  margin-top: 1em;
}
body.path-thematic-publications .type-title h3,
body.path-interim-constitutions .type-title h3 {
  margin-top: 0;
}
body.path-thematic-publications article > .type-title:first-child,
body.path-interim-constitutions article > .type-title:first-child {
  margin-top: 0;
}
body.path-thematic-publications .guide-items,
body.path-interim-constitutions .guide-items {
  padding-bottom: 0.5em;
}
body.path-thematic-publications .guide-items img.pubcover,
body.path-interim-constitutions .guide-items img.pubcover {
  width: auto;
  height: 151px;
}
body.path-thematic-publications .guide-items [class^=col]:nth-child(5N+1),
body.path-interim-constitutions .guide-items [class^=col]:nth-child(5N+1) {
  clear: both;
}
@media (max-width: 991px) {
  body.path-thematic-publications .guide-items [class^=col]:nth-child(5N+1),
  body.path-interim-constitutions .guide-items [class^=col]:nth-child(5N+1) {
    clear: none;
  }
  body.path-thematic-publications .guide-items [class^=col]:nth-child(4N+1),
  body.path-interim-constitutions .guide-items [class^=col]:nth-child(4N+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  body.path-thematic-publications .guide-items [class^=col]:nth-child(5N+1),
  body.path-interim-constitutions .guide-items [class^=col]:nth-child(5N+1),
  body.path-thematic-publications .guide-items [class^=col]:nth-child(4N+1),
  body.path-interim-constitutions .guide-items [class^=col]:nth-child(4N+1) {
    clear: none;
  }
  body.path-thematic-publications .guide-items [class^=col]:nth-child(2N+1),
  body.path-interim-constitutions .guide-items [class^=col]:nth-child(2N+1) {
    clear: both;
  }
}
body.path-thematic-publications .panel-title {
  padding-top: 0;
  padding-bottom: 0;
}
body.path-thematic-publications .panel-title a {
  color: #28569c;
}
body.path-thematic-publications #guide-panels .panel-default,
body.path-thematic-publications #guide-panels .panel-heading,
body.path-thematic-publications #guide-panels .panel-body {
  border: none !important;
  border-bottom: none !important;
}
body.path-thematic-publications #guide-panels .panel-highlighted {
  padding-bottom: 12px;
}
body.path-thematic-publications #guide-panels .panel-highlighted .panel-title {
  color: #28569c;
  padding-bottom: 9px;
  padding-top: 0;
  font-size: 18px;
  padding-left: 15px;
  margin-top: -10px;
  margin-bottom: 10px;
}
body.path-thematic-publications #guide-panels .panel-title a:before {
  content: "";
  font-family: "fontello", serif;
  margin-right: 5px;
}
body.path-thematic-publications #guide-panels .panel-title a.collapsed:before {
  content: "";
}
body.path-thematic-publications #guide-panels div.row > div {
  min-height: 256px;
}
body.path-thematic-publications #guide-panels img.pubcover {
  border: 1px solid #ccc;
}
body.path-interim-constitutions .guide-items > div {
  padding-bottom: 1.5em;
}
body.path-constitutions-made-simple .iframe-wrapper {
  position: relative;
  /* padding-bottom: 56.25%; */
  /* 16:9 */
  padding-bottom: 56%;
  /* 4:3 */
  /* padding-top: 25px; */
  height: 0;
}
body.path-constitutions-made-simple .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.path-constitutions-made-simple h3.km {
  margin: 0;
}
#sidebar-right #padder-right {
  padding-top: 57px;
}
#sidebar-right article.teaser img {
  display: none;
}
#sidebar-right article.teaser div.tags {
  display: none;
}
/* Rules for the RHM area */
#main aside {
  max-width: 320px;
  overflow: hidden;
}
#main aside a.btn {
  max-width: 300px;
  white-space: normal;
}
#main aside .block .views-row {
  margin-bottom: 1.5em;
}
#main aside .block .views-row:last-child {
  margin-bottom: 0;
}
#main aside .block article h2.title {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4em;
  margin-top: 4px;
  margin-bottom: 4px;
}
#main aside .block div.more,
#main aside .block .more-link {
  margin-top: 20px;
  text-align: left;
}
#main aside .block-cn_search_api h2,
#main aside .block-cn_search_api a {
  background-color: #f1f1f1;
  margin-bottom: 2px;
  padding: 13px 9px;
  display: block;
}
#main aside .block-cn_search_api ul,
#main aside .block-cn_search_api li {
  margin: 0;
  padding: 0;
}
#main aside .block-cn_search_api li {
  list-style-position: inside;
  list-style-type: none;
}
#main aside .block-cn_search_api a {
  display: block;
}
#main aside .block-cn_search_api a.btn-more-rhm:before {
  content: "\3009";
  /* See: http://www.fileformat.info/info/unicode/char/3009/index.htm */
  float: right;
  font-size: 120%;
  margin: 0;
  padding: 0 0.8em;
  pointer-events: none;
  text-align: center;
  width: 1em;
}
#main aside .block-cn_search_api a:hover,
#main aside .block-cn_search_api a:focus,
#main aside .block-cn_search_api a:active {
  text-decoration: none;
  background-color: #c9c9c9;
}
#main aside .block-cn_search_api .btn-more-rhm:before {
  content: "\3009";
  /* See: http://www.fileformat.info/info/unicode/char/3009/index.htm */
  float: right;
  font-size: 120%;
  margin: 0;
  padding: 0 0.8em;
  pointer-events: none;
  text-align: center;
  width: 1em;
}
#main aside #block-cn-1,
#main aside #block-cn-2,
#main aside #block-cn-13,
#main aside #block-user-1,
#main aside #block-views-news-block_1,
#main aside #block-views-analysis-block_1,
#main aside #block-cn-27,
#main aside .block.block-faceted_search_ui,
#main aside #block-block-12 {
  background-color: #f1f1f1;
  padding: 12px;
  margin-bottom: 8px;
}
#main aside #block-cn-1 > h2:first-child,
#main aside #block-cn-2 > h2:first-child,
#main aside #block-cn-13 > h2:first-child,
#main aside #block-user-1 > h2:first-child,
#main aside #block-views-news-block_1 > h2:first-child,
#main aside #block-views-analysis-block_1 > h2:first-child,
#main aside #block-cn-27 > h2:first-child,
#main aside .block.block-faceted_search_ui > h2:first-child,
#main aside #block-block-12 > h2:first-child {
  margin-top: 0;
}
#main aside #block-twitterfeed,
#main aside #block-twittertimeline {
  background-color: #CEE4F5;
  padding: 4px;
}
#main aside #block-views-news-block_1 .news-type,
#main aside #block-views-analysis-block_1 .news-type,
#main aside #block-cn-27 .news-type {
  display: none;
}
#main aside #block-relatedcountryprofiles,
#main aside .block-cn-country-profile {
  padding: 0;
}
#main aside #block-relatedcountryprofiles h2,
#main aside .block-cn-country-profile h2,
#main aside #block-relatedcountryprofiles div.country,
#main aside .block-cn-country-profile div.country {
  background-color: #f1f1f1;
  margin-bottom: 2px;
}
#main aside #block-relatedcountryprofiles h2,
#main aside .block-cn-country-profile h2 {
  padding: 12px;
}
#main aside #block-relatedcountryprofiles .flag,
#main aside .block-cn-country-profile .flag {
  margin-top: -4px;
}
#main aside #block-relatedcountryprofiles div.country,
#main aside .block-cn-country-profile div.country {
  padding: 6px 12px;
}
#main aside #block-cn-videos,
#main aside #block-countryrelatedanalysis,
#main aside .block-cn-country-related-library {
  background-color: #f1f1f1;
  padding: 12px;
  margin-bottom: 4px;
}
#main aside #block-cn-videos h2,
#main aside #block-countryrelatedanalysis h2,
#main aside .block-cn-country-related-library h2 {
  margin-bottom: 2px;
}
#main aside #block-cn-videos .video-title,
#main aside #block-countryrelatedanalysis .video-title,
#main aside .block-cn-country-related-library .video-title {
  color: #777777;
  margin-top: 8px;
}
#main aside #block-cn-videos .iframe-wrapper,
#main aside #block-countryrelatedanalysis .iframe-wrapper,
#main aside .block-cn-country-related-library .iframe-wrapper {
  position: relative;
  padding-bottom: 56%;
  /* 4:3 */
  height: 0;
}
#main aside #block-cn-videos .iframe-wrapper iframe,
#main aside #block-countryrelatedanalysis .iframe-wrapper iframe,
#main aside .block-cn-country-related-library .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main aside #block-cn-videos article,
#main aside #block-countryrelatedanalysis article,
#main aside .block-cn-country-related-library article {
  margin-bottom: 1.2em;
}
#main aside #block-cn-videos article:last-child,
#main aside #block-countryrelatedanalysis article:last-child,
#main aside .block-cn-country-related-library article:last-child {
  margin-bottom: 0;
}
#main aside #block-icttechfairrhmblock {
  background-color: #f1f1f1;
  padding: 12px;
}
#main aside #block-icttechfairrhmblock h2 {
  margin-top: 0;
}
#main aside #block-icttechfairrhmblock .ytline {
  display: inline-block;
  height: 68px;
  margin-bottom: 10px;
}
#main aside #block-icttechfairrhmblock .ytpic {
  height: 66px;
  width: 120px;
  border: 0 transparent;
  background-position: 0px -12px;
  clear: left;
  float: left;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  margin-right: 10px;
  padding-top: 20px;
  top: -12px;
}
.views-exposed-form label.select-wrapper {
  width: 100%;
}
#views-exposed-form-analysis-page-2 .views-exposed-widget {
  width: 49%;
  margin-bottom: 16px;
}
#views-exposed-form-analysis-page-2 .views-exposed-widget.views-widget-filter-tid_2 {
  margin-left: 2%;
}
#views-exposed-form-analysis-page-2 .views-exposed-widget .views-widget .form-group {
  margin-bottom: 0;
}
#views-exposed-form-analysis-page-2 .views-exposed-widget .views-exposed-form .views-exposed-widget {
  padding: 0;
}
#views-exposed-form-analysis-page-2 .views-exposed-widget,
body.path-news form.blue {
  background-color: #11468b;
  padding: 7px;
  float: left;
  line-height: 34px;
}
#views-exposed-form-analysis-page-2 .views-exposed-widget label,
body.path-news form.blue label {
  margin-bottom: 0;
  color: white;
  float: left;
  font-weight: normal;
}
#views-exposed-form-analysis-page-2 .views-exposed-widget label.select-wrapper,
body.path-news form.blue label.select-wrapper {
  display: block;
  width: 60%;
  float: right;
}
@media (max-width: 1199px) {
  #views-exposed-form-analysis-page-2 .views-exposed-widget label.select-wrapper,
  body.path-news form.blue label.select-wrapper {
    width: 50%;
  }
}
@media (max-width: 991px) {
  #views-exposed-form-analysis-page-2 .views-exposed-widget label.select-wrapper,
  body.path-news form.blue label.select-wrapper {
    width: 57%;
  }
}
@media (max-width: 767px) {
  #views-exposed-form-analysis-page-2 .views-exposed-widget label.select-wrapper,
  body.path-news form.blue label.select-wrapper {
    width: 100%;
  }
}
#block-views-tweets-block .item-list ul {
  list-style: none;
  padding: 0;
}
#block-views-tweets-block .item-list ul li,
#block-views-tweets-block .item-list ul .views-row {
  background-color: white;
  margin: 0.2em 0.5em;
  padding: 0.3em;
}
.navbar-default {
  background-color: #f1f1f1;
}
.select-wrapper {
  position: relative;
  display: inline-block;
  padding-right: 0;
  width: inherit;
}
.select-wrapper:after {
  content: "";
  width: 29px;
  height: 100%;
  background: transparent url(../img/select_arrow.png) center center no-repeat;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
}
.select-wrapper select {
  border-width: 0;
  border-radius: 0;
  -webkit-appearance: none;
  width: 100%;
  min-width: 0;
  min-height: 0;
  padding-right: 39px;
}
#faceted-search-ui-form-5 .form-edit-keywords {
  float: left;
}
#faceted-search-ui-form-5 .select-wrapper {
  margin-top: 7px;
  width: 100%;
}
#faceted-search-ui-form-5 .select-wrapper select {
  border: 1px solid #ccc;
}
a.opml-icon,
a.feed-icon {
  display: none;
}
/**
* Rules for /photographs
*/
.view-photo-galleries .views-row,
.view-photo-galleries div.row > div {
  height: 215px;
  /* Fixed height to make the layout work. Makes four lines of title fit */
  background-image: none;
  text-align: center;
}
.view-photo-galleries .img-responsive {
  display: inline;
}
/**
* Rules for /vl/idea-publications-library and /vl/idea-arabic-publications-library
*/
.view-idea-library .views-row,
.view-idea-library div.row > div {
  height: 215px;
  /* Fixed height to make the layout work. Makes four lines of title fit */
  background-image: none;
  text-align: center;
}
.view-idea-library .img-responsive {
  display: inline;
}
/**
* Rules for /community/profiles
*/
.view-profiles div.row > div {
  height: 215px;
  overflow: scroll;
}
.view-profiles .views-field-name {
  font-size: 120%;
}
.view-profiles img.picture-missing {
  width: 80px;
}
#block-admin-display-form tbody td.region {
  border-bottom: 2px solid #28569c;
  font-size: 15px;
  padding-top: 20px;
  text-transform: uppercase;
}
#block-admin-display-form #blocks {
  width: 100%;
}
div.tweets-pulled-listing ul,
#block-cn-12 ul {
  padding-left: 0;
  list-style: none;
}
div.tweets-pulled-listing div.tweet-authorphoto,
#block-cn-12 div.tweet-authorphoto {
  margin: 0 5px 0 0;
  float: left;
}
div.tweets-pulled-listing div.tweet-authorphoto img,
#block-cn-12 div.tweet-authorphoto img {
  max-height: 40px;
  max-width: 40px;
}
div.tweets-pulled-listing .tweet-author a,
#block-cn-12 .tweet-author a {
  font-weight: bold;
}
div.tweets-pulled-listing .tweet-time a,
#block-cn-12 .tweet-time a {
  color: silver;
}
div.tweets-pulled-listing div.tweet-divider,
#block-cn-12 div.tweet-divider {
  clear: left;
  border-bottom: 1px solid #efefef;
  margin: 5px 0 5px 0;
}
.social-big .social-fb {
  background-color: #3b5998;
}
.social-big .social-li {
  background-color: #007bb6;
}
.social-big .social-yt {
  background-color: #e52d27;
}
.social-big .social-twitter {
  background-color: #4099FF;
}
.social-big .social-twitter .icon-twitter {
  margin-left: -7px;
}
.social-big td {
  padding: 4px;
}
.social-big .social {
  display: block;
  color: white;
  width: 5em;
  height: 5em;
  text-align: center;
  padding-top: 5px;
}
.social-big .social i {
  font-size: 3em;
  width: 5em;
  height: 5em;
}
.social-big .social:hover {
  background-color: black;
}
.social-big .social:hover,
.social-big .social:focus,
.social-big .social:active {
  text-decoration: none;
}
/**
 * User profile page
 */
.profile .field--name-profile-first-name {
  float: left;
  margin-right: 0.5em;
}
/**
* For http://d8.constitutionnet.org/news/newsletters
*/
.view-newsletters h2 {
  border-top: solid 1px #ddd;
  padding-top: 12px;
  margin-top: 12px;
  margin-bottom: 8px;
}
.view-newsletters h3 {
  margin-top: 3px;
  margin-bottom: 6px;
}
.col {
  float: left;
  width: 100%;
}
.col.first {
  padding-left: 0;
  margin-left: 0;
}
.col2 .col,
.col3 .col,
.col4 .col {
  padding-left: 2%;
  margin-left: 2%;
}
.col2 .col {
  width: 47%;
}
.col3 .col {
  width: 30%;
}
.col3.lessDistance .col {
  width: 32%;
}
.col4 .col {
  width: 22%;
}
.colDivider {
  padding-top: 15px;
  clear: both;
}
.col-margin-bottom {
  margin-bottom: 1em;
}
div.col2,
div.col3,
div.col4 {
  float: left;
  width: 100%;
}
div.col2.freeCols,
div.col3.freeCols,
div.col4.freeCols {
  float: none;
  width: auto;
}
.grid .col2 .col,
.grid .grid .col3 .col,
.grid .grid .col4 .col {
  padding-bottom: 7px;
}
.grid .col.first {
  clear: left;
}
.grid .col2 .col,
.grid .col3 .col,
.grid .col4 .col {
  padding-bottom: 7px;
}
.lessDistance .col {
  padding-left: 1%;
  margin-left: 1%;
}
.sideBorderedCols .col {
  border-left: 1px solid #f0f0f0;
}
.topBorderedCols .col {
  border-top: 1px solid #f0f0f0;
  padding-top: 12px;
  margin-top: 5px;
}
.sideBorderedCols .col.first {
  border-left: none;
}
.view-videos .row > div {
  text-align: center;
  line-height: 1.35em;
}
@media (min-width: 1200px) {
  .view-videos .row > div {
    height: 280px;
    overflow: hidden;
  }
}
.view-videos .row > div img {
  width: 98%;
  height: auto;
}
.view-videos .row > div a {
  display: block;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  #block-voices .panel,
  #block-analysis .panel {
    background-color: #f5f5f5;
  }
  #block-voices .panel-heading,
  #block-analysis .panel-heading {
    background-color: transparent;
    border-color: transparent;
    padding-bottom: 0;
  }
  #block-voices .panel-body,
  #block-analysis .panel-body {
    padding-top: 0;
  }
  #block-voices .panel-body .title,
  #block-analysis .panel-body .title {
    margin-bottom: 2px;
  }
  #block-voices h4.panel-title a,
  #block-analysis h4.panel-title a {
    font-size: 19px;
    color: black;
    cursor: default;
    pointer-events: none;
  }
  #block-voices h4.panel-title a::before,
  #block-analysis h4.panel-title a::before {
    content: normal;
  }
  #block-voices h4.panel-title a:hover,
  #block-analysis h4.panel-title a:hover,
  #block-voices h4.panel-title a:focus,
  #block-analysis h4.panel-title a:focus,
  #block-voices h4.panel-title a:active,
  #block-analysis h4.panel-title a:active {
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  #main-navigation {
    background-color: transparent;
    border-width: 0;
    margin-top: 26px;
    position: static;
    width: auto;
    overflow-y: visible;
  }
  #main-navigation > ul > li.open > a,
  #main-navigation > ul > li.open > a:hover,
  #main-navigation > ul > li.open > a:focus {
    background-color: transparent;
    color: #888;
    border-bottom-color: #888;
  }
  #main-navigation > ul > li .dropdown-menu {
    border-width: 0 1px 1px;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
  }
  #main-navigation > ul > li .dropdown-menu li.dropdown-header {
    padding-left: 12px;
    color: black;
    font-weight: bold;
    height: 39px;
    line-height: 33px;
    background-color: #f1f1f1;
  }
  #main-navigation > ul > li .dropdown-menu a {
    font-weight: bold;
    line-height: 33px;
    height: auto;
    padding-right: 32px;
  }
  #main-navigation > ul > li .dropdown-menu a.country:before {
    content: "\3009";
    /* See: http://www.fileformat.info/info/unicode/char/3009/index.htm */
    float: right;
    font-size: 120%;
    margin: 0;
    padding: 0 0.8em;
    pointer-events: none;
    text-align: center;
    width: 1em;
    margin-right: -28px;
  }
  #main-navigation > ul > li .dropdown-menu a .flag {
    vertical-align: top;
  }
  #main-navigation > ul > li > a {
    margin-right: 20%;
    text-align: left;
    padding: 15px 12px 10px 0;
    color: black;
    font-size: 125%;
    border-bottom-width: 2px;
    border-bottom-color: #777;
  }
  #main-navigation > ul > li > a.dropdown-toggle:before {
    margin-top: -6px;
  }
  #main-navigation > ul > li.active a {
    background-color: transparent;
  }
  #sidebar-right {
    /* Reset some styles it gets from its classes (some of?) which are needed for the offcanvas thing to function */
    position: static;
    background-color: transparent;
    border-radius: 0;
    border-width: 0;
  }
  body.path-admin-build-block #sidebar-right {
    position: relative;
  }
  .navbar-nav {
    display: table;
    width: 100%;
    margin: 0;
  }
  .navbar-nav > li {
    display: table-cell;
    text-align: center;
    float: none;
    margin: 15px;
  }
  #block-voices .panel h4,
  #block-analysis .panel h4 {
    padding: 6px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main-navigation > ul > li > a {
    margin-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  #main-navigation > ul > li > a {
    padding-right: 3px;
  }
}
@media (max-width: 1199px) {
  #main-navigation > ul > li > a {
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  #logo-container {
    margin-bottom: 18px;
  }
  #comments-floater {
    display: none;
  }
  #search-container {
    padding-left: 30px;
  }
  #padder-right {
    display: none;
  }
  #main {
    margin-top: 1em;
  }
  body.front #fp-row-3 .boxgrey {
    background: transparent;
  }
  body.front #fp-row-3 .row.heading,
  body.front #fp-row-3 .country,
  body.front #fp-row-3 .more {
    background-color: #f1f1f1;
  }
  .node-type-library .vl-details {
    font-size: inherit;
  }
  .node-type-library .vl-details img.cover,
  .node-type-library .vl-details img.img-responsive,
  .node-type-library .vl-details a.filelink {
    display: inline-block;
    max-width: 20%;
    width: 20%;
    vertical-align: middle;
  }
  .node-type-library .vl-details a.filelink {
    width: 55%;
  }
  .node-type-library .vl-details dl dt,
  .node-type-library .vl-details dl dd {
    display: inline;
  }
  .node-type-library .vl-details dl dt ul.links,
  .node-type-library .vl-details dl dd ul.links,
  .node-type-library .vl-details dl dt li,
  .node-type-library .vl-details dl dd li {
    display: inline;
  }
  .node-type-library .vl-details dl dt li:after,
  .node-type-library .vl-details dl dd li:after {
    content: ', ';
  }
  .node-type-library .vl-details dl dt li:last-child:after,
  .node-type-library .vl-details dl dd li:last-child:after {
    content: '';
  }
  .node-type-library .vl-details dl dt {
    margin-right: 4px;
  }
  .node-type-library .vl-details .vl-info {
    margin-bottom: 1.5em;
  }
  body.node-type-country-blurb #row-title div.pre.country-details img.flag {
    width: auto;
    min-width: 80px;
    max-width: 160px;
    max-height: 60px;
    height: auto;
  }
  body.node-type-country-blurb .comment-wrapper {
    margin-left: inherit;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav .dropdown-menu a.country {
    vertical-align: middle;
    line-height: 2.4em;
  }
  .navbar-nav > li > a:after {
    content: "\3009";
    /* See: http://www.fileformat.info/info/unicode/char/3009/index.htm */
    float: right;
    font-size: 120%;
    margin: 0;
    padding: 0 0.8em;
    pointer-events: none;
    text-align: center;
    width: 1em;
    font-size: 90%;
  }
  .navbar-nav > li > a {
    color: black !important;
    border-bottom-width: 4px;
    border-bottom-color: white;
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .navbar-nav > li.nav-social {
    color: black;
    padding: 0.8em;
    font-family: "Montserrat";
    font-weight: 700;
    text-transform: uppercase;
    width: 80%;
  }
  .navbar-nav > li.nav-social div.social {
    float: right;
    white-space: nowrap;
    width: auto;
  }
  .navbar-nav > li.sub a {
    padding-left: 30px;
  }
  .navbar-nav > li.sub a:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    content: '\e811';
    margin-left: -16px;
    margin-right: 0.4em;
    float: left;
  }
  #main-navigation .social a {
    display: inline-block;
  }
  #main-navigation li.nav-social {
    width: auto;
  }
  #sidebar-right {
    padding-top: 0;
    padding-bottom: 1em;
  }
  #sidebar-right #block-cn-16 {
    display: none;
  }
  #sidebar-right #block-cn-18 {
    display: none;
  }
  #sidebar-right #block-cn-19 {
    display: none;
  }
  #sidebar-right #block-cn-22 {
    display: none;
  }
  #sidebar-right #block-cn-25 {
    display: none;
  }
  body.front .row-analysis a.box {
    display: table;
    margin-bottom: 6px;
    width: 100%;
  }
  body.front .row-analysis a.box > div {
    display: table-row;
  }
  body.front .row-analysis a.box > div > div {
    display: table-cell;
    vertical-align: middle;
  }
  body.front .row-analysis a.box > div > div.fp-newsbox-caption div:first-child {
    color: #28569c;
  }
  body.front .row-analysis .image-square {
    height: 110px;
    max-height: 110px;
    max-width: 140px;
    width: 140px;
  }
  body.front .row-analysis div.more {
    padding: 10px;
    background-color: #f1f1f1;
  }
  body.front .row-analysis div.more:after {
    content: "\3009";
    /* See: http://www.fileformat.info/info/unicode/char/3009/index.htm */
    float: right;
    font-size: 120%;
    margin: 0;
    padding: 0 0.8em;
    pointer-events: none;
    text-align: center;
    width: 1em;
  }
  #change-lang-container {
    margin: -8px -20px 0 0;
  }
  #change-lang-container .icon-language {
    font-size: 14px;
  }
  #change-lang-container .dropdown-menu {
    right: 0;
    left: inherit;
    width: 8em;
  }
  #news-photo-container {
    padding-right: 0;
  }
  .view-events article.event a h2 {
    height: 5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.front .img-responsive {
    width: 100%;
  }
  body.front #row2-cn-news {
    margin-top: 1em;
  }
  body.front #fp-row-3 .row.country-row .country {
    margin-bottom: 0;
  }
}
/**
 * Rules for phones
 */
@media (max-width: 767px) {
  .container-fluid {
    padding: 0 40px;
  }
  #menu-xs {
    margin-left: -40px;
  }
  #rhm-xs {
    margin-right: -40px;
  }
  body {
    font-size: 16px;
  }
  h1,
  .h1 {
    font-size: 36px;
    line-height: 1.15;
  }
  article > h1:first-child {
    margin-bottom: 0.5em;
  }
  h2,
  .h2 {
    font-size: 29px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 14px;
  }
  table.constOverview {
    display: block;
  }
  table.constOverview thead,
  table.constOverview tbody,
  table.constOverview tfoot,
  table.constOverview tr,
  table.constOverview th,
  table.constOverview td {
    display: block;
  }
  table.constOverview > tbody > tr > td {
    border-top-width: 0;
    padding: 2px;
  }
  table.constOverview > tbody > tr > td h4 {
    border-top: 1px solid #ddd;
    padding-top: 6px;
    margin-bottom: 0;
  }
  table.constOverview > tbody > tr > td h5 {
    margin: 5px 0;
  }
  table.constOverview th.expandable {
    cursor: pointer;
  }
  table.constOverview th.expandable:before {
    content: "\3009";
    /* See: http://www.fileformat.info/info/unicode/char/3009/index.htm */
    float: right;
    font-size: 120%;
    margin: 0;
    padding: 0 0.8em;
    pointer-events: none;
    text-align: center;
    width: 1em;
  }
  table.constOverview td.tCat ul {
    margin-bottom: 0;
  }
  img#logo-idea {
    width: 60px;
  }
  img#logo-cn-globe {
    width: 60px;
    margin-left: 6px;
  }
  #logo-idea-background {
    width: 39px;
    bottom: -6px;
    left: 20px;
  }
  .with-search-results #search-results {
    margin-bottom: 40px;
  }
  #search-forms {
    margin-left: 0;
    margin-right: 0;
  }
  #search-forms .form-group-pulldowns .col-sm-8 {
    padding-left: 0;
    padding-right: 0;
  }
  .sectionHeading,
  .introBox h2.heading,
  .introBox h2.title {
    padding: 14px 20px;
    margin: 0 0 3px;
    background-color: #f1f1f1;
    cursor: pointer;
  }
  .sectionHeading:before,
  .introBox h2.heading:before,
  .introBox h2.title:before {
    content: "\3009";
    /* See: http://www.fileformat.info/info/unicode/char/3009/index.htm */
    float: right;
    font-size: 120%;
    margin: 0;
    padding: 0 0.8em;
    pointer-events: none;
    text-align: center;
    width: 1em;
    padding: 0 0 0 15px;
    transform: rotate(90deg);
    width: auto;
    margin-right: -8px;
  }
  .sectionHeading.expanded:before,
  .introBox h2.heading.expanded:before,
  .introBox h2.title.expanded:before {
    transform: rotate(-90deg);
  }
  .section {
    display: none;
    padding: 4px 8px;
  }
  body.front #fp-row-3 .boxgrey {
    background: transparent;
  }
  body.front #fp-row-3 .row.heading,
  body.front #fp-row-3 .country {
    background-color: #f1f1f1;
    margin-bottom: 4px;
  }
  body.front #fp-row-3 div.more {
    padding: 10px;
    background-color: #f1f1f1;
  }
  body.front #fp-row-3 div.more:after {
    content: "\3009";
    /* See: http://www.fileformat.info/info/unicode/char/3009/index.htm */
    float: right;
    font-size: 120%;
    margin: 0;
    padding: 0 0.8em;
    pointer-events: none;
    text-align: center;
    width: 1em;
  }
  body.path-news #content_news.news-items {
    margin: 20px 0;
  }
  body.path-news #content_news.news-items .news-item .title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  body.path-news #content_news.news-items .news-item img {
    width: 100px;
  }
  body.path-news #content_news.news-items .news-item .title,
  body.path-news #content_news.news-items .news-item .item-body {
    margin-left: 110px;
    padding-left: 0;
    display: block;
  }
  body.node-type-newsitem div.photoBox {
    width: 100%;
  }
  body.node-type-newsitem div.photoBox.thumbnail {
    width: 100px;
  }
  body.node-type-country-blurb #row-title div.pre.country-details img.flag {
    width: auto;
    max-width: 100%;
    max-height: 100px;
    height: auto;
    min-width: 0;
  }
  body.node-type-country-blurb div.introBox {
    width: 100%;
  }
  #social-left {
    display: none;
  }
  .cn_rhm_partners {
    display: none;
  }
  .faq-qa,
  .faq-description {
    display: none;
  }
  body.path-about h2.faq-header {
    color: white;
    background-color: #2c519b;
    padding: 14px 20px;
    cursor: pointer;
  }
  body.path-about h2.faq-header:after {
    content: "\3009";
    /* See: http://www.fileformat.info/info/unicode/char/3009/index.htm */
    float: right;
    font-size: 120%;
    margin: 0;
    padding: 0 0.8em;
    pointer-events: none;
    text-align: center;
    width: 1em;
    transform: rotate(90deg);
  }
  body.path-about .expanded h2.faq-header:after {
    transform: rotate(-90deg);
  }
  body.path-news .panel {
    border: none;
  }
  body.path-news .panel form.blue {
    padding: 10px;
  }
  body.path-news .panel .panel-heading {
    background-color: #d2d1cc;
    padding: 0;
  }
  body.path-news .panel .panel-heading a.accordion-toggle {
    padding: 10px 15px;
    display: block;
    color: black;
  }
  body.path-news .panel .panel-heading a.accordion-toggle:before {
    content: '';
  }
  body.path-news .panel .panel-heading a.accordion-toggle:after {
    content: "\3009";
    /* See: http://www.fileformat.info/info/unicode/char/3009/index.htm */
    float: right;
    font-size: 120%;
    margin: 0;
    padding: 0 0.8em;
    pointer-events: none;
    text-align: center;
    width: 1em;
    transform: rotate(-90deg);
    color: black;
  }
  body.path-news .panel .panel-heading a.accordion-toggle.collapsed:after {
    transform: rotate(90deg);
  }
  body.path-news .panel .panel-heading .panel-title {
    font-size: inherit;
  }
  body.path-news .panel .panel-body {
    padding: 0;
    background-color: white;
  }
  body.path-news .panel .panel-body .news-item,
  body.path-news .panel .panel-body .item,
  body.path-news .panel .panel-body div.more {
    padding: 10px;
    background-color: #f1f1f1;
    margin: 0 0 4px;
  }
  body.path-news .panel .panel-body .item-voice > a {
    padding-left: 28px;
    display: block;
  }
  body.path-news .panel .panel-body div.more:after {
    content: "\3009";
    /* See: http://www.fileformat.info/info/unicode/char/3009/index.htm */
    float: right;
    font-size: 120%;
    margin: 0;
    padding: 0 0.8em;
    pointer-events: none;
    text-align: center;
    width: 1em;
  }
  #main aside {
    max-width: none;
  }
  #main aside a.btn {
    max-width: none;
  }
  #block-voices h4.panel-title a:hover,
  #block-analysis h4.panel-title a:hover,
  #block-voices h4.panel-title a:focus,
  #block-analysis h4.panel-title a:focus,
  #block-voices h4.panel-title a:active,
  #block-analysis h4.panel-title a:active {
    cursor: pointer;
  }
  .view-events article.event a h2 {
    height: inherit;
  }
}
@media (max-width: 479px) {
  .container-fluid {
    padding: 0 20px;
  }
  #menu-xs {
    padding: 12px 19px;
    margin-left: -20px;
  }
  #rhm-xs {
    margin-right: -20px;
  }
  .news-item img {
    width: 160px;
  }
  .news-item .title,
  .news-item .item-body {
    padding-left: 180px;
  }
  img#logo-idea {
    width: 45px;
  }
  img#logo-cn-globe {
    width: 45px;
    margin-left: 6px;
  }
  #logo-idea-background {
    width: 30px;
    bottom: -6px;
    left: 17px;
  }
  .hidden-xxs {
    display: none !important;
  }
  #logo-container {
    clear: both;
    margin-bottom: 24px;
  }
}
/* Reduce the width of the LHM trigger in "xxxs" mode */
@media (max-width: 420px) {
  #menu-xs {
    padding: 8px 9px;
  }
  #search-container {
    margin-top: 0;
    padding: 0 0 0 6px;
  }
  #logo-idea-container {
    padding-left: 4px;
    padding-right: 4px;
  }
  #rhm-xs {
    line-height: 9px;
    padding: 6px 16px;
  }
}
body.i18n-es #getLatestUpdates label,
body.i18n-fr #getLatestUpdates label {
  line-height: 1.2em;
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?51107104');
  src: url('../fonts/fontello.eot?51107104#iefix') format('embedded-opentype'), url('../fonts/fontello.woff?51107104') format('woff'), url('../fonts/fontello.ttf?51107104') format('truetype'), url('../fonts/fontello.svg?51107104#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?51107104#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-download:before {
  content: '\e800';
}
/* '' */
.icon-plus-squared-alt:before {
  content: '\e801';
}
/* '' */
.icon-minus-squared-alt:before {
  content: '\e802';
}
/* '' */
.icon-ellipsis:before {
  content: '\e803';
}
/* '' */
.icon-dot-3:before {
  content: '\e804';
}
/* '' */
.icon-spin5:before {
  content: '\e805';
}
/* '' */
.icon-down-open-big:before {
  content: '\e806';
}
/* '' */
.icon-left-open-big:before {
  content: '\e807';
}
/* '' */
.icon-right-open-big:before {
  content: '\e808';
}
/* '' */
.icon-up-open-big:before {
  content: '\e809';
}
/* '' */
.icon-search:before {
  content: '\e80a';
}
/* '' */
.icon-asterisk:before {
  content: '\e80b';
}
/* '' */
.icon-down-dir:before {
  content: '\e80c';
}
/* '' */
.icon-up-dir:before {
  content: '\e80d';
}
/* '' */
.icon-left-dir:before {
  content: '\e80e';
}
/* '' */
.icon-right-dir:before {
  content: '\e80f';
}
/* '' */
.icon-menu:before {
  content: '\e810';
}
/* '' */
.icon-level-down:before {
  content: '\e811';
}
/* '' */
.icon-language:before {
  content: '\e812';
}
/* '' */
.icon-sliders:before {
  content: '\e813';
}
/* '' */
.icon-params:before {
  content: '\e814';
}
/* '' */
.icon-linkedin:before {
  content: '\e815';
}
/* '' */
.icon-twitter:before {
  content: '\e816';
}
/* '' */
.icon-youtube:before {
  content: '\e817';
}
/* '' */
.icon-facebook:before {
  content: '\e818';
}
/* '' */
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Chosen v1.1.0 | (c) 2011-2013 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
/* Note: The URLs of the sprite images have been customized and have to be updated when Chosen is upgraded! */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/chosen-sprite.png) no-repeat 0 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #ffffff url(../img/chosen-sprite.png) no-repeat 100% -20px;
  background: url(../img/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #ffffff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto!important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0!important;
  background: transparent!important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #ffffff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111111 !important;
}
.chosen-disabled {
  opacity: .5!important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #ffffff url(../img/chosen-sprite.png) no-repeat -30px -20px;
  background: url(../img/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(../img/chosen-sprite@2x.png) !important;
    background-size: 52px 37px!important;
    background-repeat: no-repeat !important;
  }
}
select.form-control + .chosen-container.chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  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 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}
select.form-control + .chosen-container.chosen-container-single .chosen-single div {
  top: 4px;
  color: #000;
}
select.form-control + .chosen-container .chosen-drop {
  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;
  margin: 2px 0 0;
}
select.form-control + .chosen-container .chosen-search input[type=text] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  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 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}
select.form-control + .chosen-container .chosen-results {
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  margin-bottom: 5px;
}
select.form-control + .chosen-container .chosen-results li,
select.form-control + .chosen-container .chosen-results li.active-result {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
  background-image: none;
}
select.form-control + .chosen-container .chosen-results li:hover,
select.form-control + .chosen-container .chosen-results li.active-result:hover,
select.form-control + .chosen-container .chosen-results li.highlighted {
  color: #FFF;
  text-decoration: none;
  background-color: #428BCA;
  background-image: none;
}
select.form-control + .chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  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 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}
select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: auto;
  padding: 5px 0;
}
select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
  background-image: none;
  padding: 3px 24px 3px 5px;
  margin: 0 6px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  background-color: #FFF;
  border-color: #CCC;
}
select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 8px;
  right: 6px;
}
select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select.form-control + .chosen-container-multi .chosen-results li.result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
  background-color: white;
}
.f16 .flag {
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: text-top;
  line-height: 16px;
  background: url(../img/flags16.png) no-repeat;
}
.f16 ._African_Union {
  background-position: 0 -16px;
}
.f16 ._Arab_League {
  background-position: 0 -32px;
}
.f16 ._ASEAN {
  background-position: 0 -48px;
}
.f16 ._CARICOM {
  background-position: 0 -64px;
}
.f16 ._CIS {
  background-position: 0 -80px;
}
.f16 ._Commonwealth {
  background-position: 0 -96px;
}
.f16 ._England {
  background-position: 0 -112px;
}
.f16 ._European_Union,
.f16 .eu {
  background-position: 0 -128px;
}
.f16 ._Islamic_Conference {
  background-position: 0 -144px;
}
.f16 ._Kosovo {
  background-position: 0 -160px;
}
.f16 .xr {
  background-position: 0 -160px;
}
.f16 ._NATO {
  background-position: 0 -176px;
}
.f16 ._Northern_Cyprus {
  background-position: 0 -192px;
}
.f16 ._Northern_Ireland {
  background-position: 0 -208px;
}
.f16 ._Olimpic_Movement {
  background-position: 0 -224px;
}
.f16 ._OPEC {
  background-position: 0 -240px;
}
.f16 ._Red_Cross {
  background-position: 0 -256px;
}
.f16 ._Scotland {
  background-position: 0 -272px;
}
.f16 ._Somaliland {
  background-position: 0 -288px;
}
.f16 ._Tibet {
  background-position: 0 -304px;
}
.f16 ._United_Nations {
  background-position: 0 -320px;
}
.f16 ._Wales {
  background-position: 0 -336px;
}
.f16 .ad {
  background-position: 0 -352px;
}
.f16 .ae {
  background-position: 0 -368px;
}
.f16 .af {
  background-position: 0 -384px;
}
.f16 .ag {
  background-position: 0 -400px;
}
.f16 .ai {
  background-position: 0 -416px;
}
.f16 .al {
  background-position: 0 -432px;
}
.f16 .am {
  background-position: 0 -448px;
}
.f16 .ao {
  background-position: 0 -464px;
}
.f16 .aq {
  background-position: 0 -480px;
}
.f16 .ar {
  background-position: 0 -496px;
}
.f16 .as {
  background-position: 0 -512px;
}
.f16 .at {
  background-position: 0 -528px;
}
.f16 .au {
  background-position: 0 -544px;
}
.f16 .aw {
  background-position: 0 -560px;
}
.f16 .ax {
  background-position: 0 -576px;
}
.f16 .az {
  background-position: 0 -592px;
}
.f16 .ba {
  background-position: 0 -608px;
}
.f16 .bb {
  background-position: 0 -624px;
}
.f16 .bd {
  background-position: 0 -640px;
}
.f16 .be {
  background-position: 0 -656px;
}
.f16 .bf {
  background-position: 0 -672px;
}
.f16 .bg {
  background-position: 0 -688px;
}
.f16 .bh {
  background-position: 0 -704px;
}
.f16 .bi {
  background-position: 0 -720px;
}
.f16 .bj {
  background-position: 0 -736px;
}
.f16 .bm {
  background-position: 0 -752px;
}
.f16 .bn {
  background-position: 0 -768px;
}
.f16 .bo {
  background-position: 0 -784px;
}
.f16 .br {
  background-position: 0 -800px;
}
.f16 .bs {
  background-position: 0 -816px;
}
.f16 .bt {
  background-position: 0 -832px;
}
.f16 .bw {
  background-position: 0 -848px;
}
.f16 .by {
  background-position: 0 -864px;
}
.f16 .bz {
  background-position: 0 -880px;
}
.f16 .ca {
  background-position: 0 -896px;
}
.f16 .cg {
  background-position: 0 -912px;
}
.f16 .cf {
  background-position: 0 -928px;
}
.f16 .cd {
  background-position: 0 -944px;
}
.f16 .ch {
  background-position: 0 -960px;
}
.f16 .ci {
  background-position: 0 -976px;
}
.f16 .ck {
  background-position: 0 -992px;
}
.f16 .cl {
  background-position: 0 -1008px;
}
.f16 .cm {
  background-position: 0 -1024px;
}
.f16 .cn {
  background-position: 0 -1040px;
}
.f16 .co {
  background-position: 0 -1056px;
}
.f16 .cr {
  background-position: 0 -1072px;
}
.f16 .cu {
  background-position: 0 -1088px;
}
.f16 .cv {
  background-position: 0 -1104px;
}
.f16 .cy {
  background-position: 0 -1120px;
}
.f16 .cz {
  background-position: 0 -1136px;
}
.f16 .de {
  background-position: 0 -1152px;
}
.f16 .dj {
  background-position: 0 -1168px;
}
.f16 .dk {
  background-position: 0 -1184px;
}
.f16 .dm {
  background-position: 0 -1200px;
}
.f16 .do {
  background-position: 0 -1216px;
}
.f16 .dz {
  background-position: 0 -1232px;
}
.f16 .ec {
  background-position: 0 -1248px;
}
.f16 .ee {
  background-position: 0 -1264px;
}
.f16 .eg {
  background-position: 0 -1280px;
}
.f16 .eh {
  background-position: 0 -1296px;
}
.f16 .er {
  background-position: 0 -1312px;
}
.f16 .es {
  background-position: 0 -1328px;
}
.f16 .et {
  background-position: 0 -1344px;
}
.f16 .fi {
  background-position: 0 -1360px;
}
.f16 .fj {
  background-position: 0 -1376px;
}
.f16 .fm {
  background-position: 0 -1392px;
}
.f16 .fo {
  background-position: 0 -1408px;
}
.f16 .fr {
  background-position: 0 -1424px;
}
.f16 .bl,
.f16 .cp,
.f16 .mf,
.f16 .yt {
  background-position: 0 -1424px;
}
.f16 .ga {
  background-position: 0 -1440px;
}
.f16 .gb {
  background-position: 0 -1456px;
}
.f16 .sh {
  background-position: 0 -1456px;
}
.f16 .uk {
  background-position: 0 -1456px;
}
.f16 .gd {
  background-position: 0 -1472px;
}
.f16 .ge {
  background-position: 0 -1488px;
}
.f16 .gg {
  background-position: 0 -1504px;
}
.f16 .gh {
  background-position: 0 -1520px;
}
.f16 .gi {
  background-position: 0 -1536px;
}
.f16 .gl {
  background-position: 0 -1552px;
}
.f16 .gm {
  background-position: 0 -1568px;
}
.f16 .gn {
  background-position: 0 -1584px;
}
.f16 .gp {
  background-position: 0 -1600px;
}
.f16 .gq {
  background-position: 0 -1616px;
}
.f16 .gr {
  background-position: 0 -1632px;
}
.f16 .gt {
  background-position: 0 -1648px;
}
.f16 .gu {
  background-position: 0 -1664px;
}
.f16 .gw {
  background-position: 0 -1680px;
}
.f16 .gy {
  background-position: 0 -1696px;
}
.f16 .hk {
  background-position: 0 -1712px;
}
.f16 .hn {
  background-position: 0 -1728px;
}
.f16 .hr {
  background-position: 0 -1744px;
}
.f16 .ht {
  background-position: 0 -1760px;
}
.f16 .hu {
  background-position: 0 -1776px;
}
.f16 .id {
  background-position: 0 -1792px;
}
.f16 .mc {
  background-position: 0 -1792px;
}
.f16 .ie {
  background-position: 0 -1808px;
}
.f16 .il {
  background-position: 0 -1824px;
}
.f16 .im {
  background-position: 0 -1840px;
}
.f16 .in {
  background-position: 0 -1856px;
}
.f16 .iq {
  background-position: 0 -1872px;
}
.f16 .ir {
  background-position: 0 -1888px;
}
.f16 .is {
  background-position: 0 -1904px;
}
.f16 .it {
  background-position: 0 -1920px;
}
.f16 .je {
  background-position: 0 -1936px;
}
.f16 .jm {
  background-position: 0 -1952px;
}
.f16 .jo {
  background-position: 0 -1968px;
}
.f16 .jp {
  background-position: 0 -1984px;
}
.f16 .ke {
  background-position: 0 -2000px;
}
.f16 .kg {
  background-position: 0 -2016px;
}
.f16 .kh {
  background-position: 0 -2032px;
}
.f16 .ki {
  background-position: 0 -2048px;
}
.f16 .km {
  background-position: 0 -2064px;
}
.f16 .kn {
  background-position: 0 -2080px;
}
.f16 .kp {
  background-position: 0 -2096px;
}
.f16 .kr {
  background-position: 0 -2112px;
}
.f16 .kw {
  background-position: 0 -2128px;
}
.f16 .ky {
  background-position: 0 -2144px;
}
.f16 .kz {
  background-position: 0 -2160px;
}
.f16 .la {
  background-position: 0 -2176px;
}
.f16 .lb {
  background-position: 0 -2192px;
}
.f16 .lc {
  background-position: 0 -2208px;
}
.f16 .li {
  background-position: 0 -2224px;
}
.f16 .lk {
  background-position: 0 -2240px;
}
.f16 .lr {
  background-position: 0 -2256px;
}
.f16 .ls {
  background-position: 0 -2272px;
}
.f16 .lt {
  background-position: 0 -2288px;
}
.f16 .lu {
  background-position: 0 -2304px;
}
.f16 .lv {
  background-position: 0 -2320px;
}
.f16 .ly {
  background-position: 0 -2336px;
}
.f16 .ma {
  background-position: 0 -2352px;
}
.f16 .md {
  background-position: 0 -2368px;
}
.f16 .me {
  background-position: 0 -2384px;
}
.f16 .mg {
  background-position: 0 -2400px;
}
.f16 .mh {
  background-position: 0 -2416px;
}
.f16 .mk {
  background-position: 0 -2432px;
}
.f16 .ml {
  background-position: 0 -2448px;
}
.f16 .mm {
  background-position: 0 -2464px;
}
.f16 .mn {
  background-position: 0 -2480px;
}
.f16 .mo {
  background-position: 0 -2496px;
}
.f16 .mq {
  background-position: 0 -2512px;
}
.f16 .mr {
  background-position: 0 -2528px;
}
.f16 .ms {
  background-position: 0 -2544px;
}
.f16 .mt {
  background-position: 0 -2560px;
}
.f16 .mu {
  background-position: 0 -2576px;
}
.f16 .mv {
  background-position: 0 -2592px;
}
.f16 .mw {
  background-position: 0 -2608px;
}
.f16 .mx {
  background-position: 0 -2624px;
}
.f16 .my {
  background-position: 0 -2640px;
}
.f16 .mz {
  background-position: 0 -2656px;
}
.f16 .na {
  background-position: 0 -2672px;
}
.f16 .nc {
  background-position: 0 -2688px;
}
.f16 .ne {
  background-position: 0 -2704px;
}
.f16 .ng {
  background-position: 0 -2720px;
}
.f16 .ni {
  background-position: 0 -2736px;
}
.f16 .nl {
  background-position: 0 -2752px;
}
.f16 .bq {
  background-position: 0 -2752px;
}
.f16 .no {
  background-position: 0 -2768px;
}
.f16 .bv,
.f16 .nq,
.f16 .sj {
  background-position: 0 -2768px;
}
.f16 .np {
  background-position: 0 -2784px;
}
.f16 .nr {
  background-position: 0 -2800px;
}
.f16 .nz {
  background-position: 0 -2816px;
}
.f16 .om {
  background-position: 0 -2832px;
}
.f16 .pa {
  background-position: 0 -2848px;
}
.f16 .pe {
  background-position: 0 -2864px;
}
.f16 .pf {
  background-position: 0 -2880px;
}
.f16 .pg {
  background-position: 0 -2896px;
}
.f16 .ph {
  background-position: 0 -2912px;
}
.f16 .pk {
  background-position: 0 -2928px;
}
.f16 .pl {
  background-position: 0 -2944px;
}
.f16 .pr {
  background-position: 0 -2960px;
}
.f16 .ps {
  background-position: 0 -2976px;
}
.f16 .pt {
  background-position: 0 -2992px;
}
.f16 .pw {
  background-position: 0 -3008px;
}
.f16 .py {
  background-position: 0 -3024px;
}
.f16 .qa {
  background-position: 0 -3040px;
}
.f16 .re {
  background-position: 0 -3056px;
}
.f16 .ro {
  background-position: 0 -3072px;
}
.f16 .rs {
  background-position: 0 -3088px;
}
.f16 .ru {
  background-position: 0 -3104px;
}
.f16 .rw {
  background-position: 0 -3120px;
}
.f16 .sa {
  background-position: 0 -3136px;
}
.f16 .sb {
  background-position: 0 -3152px;
}
.f16 .sc {
  background-position: 0 -3168px;
}
.f16 .sd {
  background-position: 0 -3184px;
}
.f16 .se {
  background-position: 0 -3200px;
}
.f16 .sg {
  background-position: 0 -3216px;
}
.f16 .si {
  background-position: 0 -3232px;
}
.f16 .sk {
  background-position: 0 -3248px;
}
.f16 .sl {
  background-position: 0 -3264px;
}
.f16 .sm {
  background-position: 0 -3280px;
}
.f16 .sn {
  background-position: 0 -3296px;
}
.f16 .so {
  background-position: 0 -3312px;
}
.f16 .sr {
  background-position: 0 -3328px;
}
.f16 .st {
  background-position: 0 -3344px;
}
.f16 .sv {
  background-position: 0 -3360px;
}
.f16 .sy {
  background-position: 0 -3376px;
}
.f16 .sz {
  background-position: 0 -3392px;
}
.f16 .tc {
  background-position: 0 -3408px;
}
.f16 .td {
  background-position: 0 -3424px;
}
.f16 .tg {
  background-position: 0 -3440px;
}
.f16 .th {
  background-position: 0 -3456px;
}
.f16 .tj {
  background-position: 0 -3472px;
}
.f16 .tl {
  background-position: 0 -3488px;
}
.f16 .tm {
  background-position: 0 -3504px;
}
.f16 .tn {
  background-position: 0 -3520px;
}
.f16 .to {
  background-position: 0 -3536px;
}
.f16 .tr {
  background-position: 0 -3552px;
}
.f16 .tt {
  background-position: 0 -3568px;
}
.f16 .tv {
  background-position: 0 -3584px;
}
.f16 .tw {
  background-position: 0 -3600px;
}
.f16 .tz {
  background-position: 0 -3616px;
}
.f16 .ua {
  background-position: 0 -3632px;
}
.f16 .ug {
  background-position: 0 -3648px;
}
.f16 .us {
  background-position: 0 -3664px;
}
.f16 .uy {
  background-position: 0 -3680px;
}
.f16 .uz {
  background-position: 0 -3696px;
}
.f16 .va {
  background-position: 0 -3712px;
}
.f16 .vc {
  background-position: 0 -3728px;
}
.f16 .ve {
  background-position: 0 -3744px;
}
.f16 .vg {
  background-position: 0 -3760px;
}
.f16 .vi {
  background-position: 0 -3776px;
}
.f16 .vn {
  background-position: 0 -3792px;
}
.f16 .vu {
  background-position: 0 -3808px;
}
.f16 .ws {
  background-position: 0 -3824px;
}
.f16 .ye {
  background-position: 0 -3840px;
}
.f16 .za {
  background-position: 0 -3856px;
}
.f16 .zm {
  background-position: 0 -3872px;
}
.f16 .zw {
  background-position: 0 -3888px;
}
.f16 .sx {
  background-position: 0 -3904px;
}
.f16 .cw {
  background-position: 0 -3920px;
}
.f16 .ss {
  background-position: 0 -3936px;
}
.f32 .flag {
  display: inline-block;
  height: 32px;
  width: 32px;
  vertical-align: text-top;
  line-height: 32px;
  background: url(../img/flags32.png) no-repeat;
}
.f32 ._African_Union {
  background-position: 0 -32px;
}
.f32 ._Arab_League {
  background-position: 0 -64px;
}
.f32 ._ASEAN {
  background-position: 0 -96px;
}
.f32 ._CARICOM {
  background-position: 0 -128px;
}
.f32 ._CIS {
  background-position: 0 -160px;
}
.f32 ._Commonwealth {
  background-position: 0 -192px;
}
.f32 ._England {
  background-position: 0 -224px;
}
.f32 ._European_Union,
.f32 .eu {
  background-position: 0 -256px;
}
.f32 ._Islamic_Conference {
  background-position: 0 -288px;
}
.f32 ._Kosovo {
  background-position: 0 -320px;
}
.f32 ._NATO {
  background-position: 0 -352px;
}
.f32 ._Northern_Cyprus {
  background-position: 0 -384px;
}
.f32 ._Northern_Ireland {
  background-position: 0 -416px;
}
.f32 ._Olimpic_Movement {
  background-position: 0 -448px;
}
.f32 ._OPEC {
  background-position: 0 -480px;
}
.f32 ._Red_Cross {
  background-position: 0 -512px;
}
.f32 ._Scotland {
  background-position: 0 -544px;
}
.f32 ._Somaliland {
  background-position: 0 -576px;
}
.f32 ._Tibet {
  background-position: 0 -608px;
}
.f32 ._United_Nations {
  background-position: 0 -640px;
}
.f32 ._Wales {
  background-position: 0 -672px;
}
.f32 .ad {
  background-position: 0 -704px;
}
.f32 .ae {
  background-position: 0 -736px;
}
.f32 .af {
  background-position: 0 -768px;
}
.f32 .ag {
  background-position: 0 -800px;
}
.f32 .ai {
  background-position: 0 -832px;
}
.f32 .al {
  background-position: 0 -864px;
}
.f32 .am {
  background-position: 0 -896px;
}
.f32 .ao {
  background-position: 0 -928px;
}
.f32 .aq {
  background-position: 0 -960px;
}
.f32 .ar {
  background-position: 0 -992px;
}
.f32 .as {
  background-position: 0 -1024px;
}
.f32 .at {
  background-position: 0 -1056px;
}
.f32 .au {
  background-position: 0 -1088px;
}
.f32 .aw {
  background-position: 0 -1120px;
}
.f32 .ax {
  background-position: 0 -1152px;
}
.f32 .az {
  background-position: 0 -1184px;
}
.f32 .ba {
  background-position: 0 -1216px;
}
.f32 .bb {
  background-position: 0 -1248px;
}
.f32 .bd {
  background-position: 0 -1280px;
}
.f32 .be {
  background-position: 0 -1312px;
}
.f32 .bf {
  background-position: 0 -1344px;
}
.f32 .bg {
  background-position: 0 -1376px;
}
.f32 .bh {
  background-position: 0 -1408px;
}
.f32 .bi {
  background-position: 0 -1440px;
}
.f32 .bj {
  background-position: 0 -1472px;
}
.f32 .bm {
  background-position: 0 -1504px;
}
.f32 .bn {
  background-position: 0 -1536px;
}
.f32 .bo {
  background-position: 0 -1568px;
}
.f32 .br {
  background-position: 0 -1600px;
}
.f32 .bs {
  background-position: 0 -1632px;
}
.f32 .bt {
  background-position: 0 -1664px;
}
.f32 .bw {
  background-position: 0 -1696px;
}
.f32 .by {
  background-position: 0 -1728px;
}
.f32 .bz {
  background-position: 0 -1760px;
}
.f32 .ca {
  background-position: 0 -1792px;
}
.f32 .cd {
  background-position: 0 -1824px;
}
.f32 .cf {
  background-position: 0 -1856px;
}
.f32 .cg {
  background-position: 0 -1888px;
}
.f32 .ch {
  background-position: 0 -1920px;
}
.f32 .ci {
  background-position: 0 -1952px;
}
.f32 .ck {
  background-position: 0 -1984px;
}
.f32 .cl {
  background-position: 0 -2016px;
}
.f32 .cm {
  background-position: 0 -2048px;
}
.f32 .cn {
  background-position: 0 -2080px;
}
.f32 .co {
  background-position: 0 -2112px;
}
.f32 .cr {
  background-position: 0 -2144px;
}
.f32 .cu {
  background-position: 0 -2176px;
}
.f32 .cv {
  background-position: 0 -2208px;
}
.f32 .cy {
  background-position: 0 -2240px;
}
.f32 .cz {
  background-position: 0 -2272px;
}
.f32 .de {
  background-position: 0 -2304px;
}
.f32 .dj {
  background-position: 0 -2336px;
}
.f32 .dk {
  background-position: 0 -2368px;
}
.f32 .dm {
  background-position: 0 -2400px;
}
.f32 .do {
  background-position: 0 -2432px;
}
.f32 .dz {
  background-position: 0 -2464px;
}
.f32 .ec {
  background-position: 0 -2496px;
}
.f32 .ee {
  background-position: 0 -2528px;
}
.f32 .eg {
  background-position: 0 -2560px;
}
.f32 .eh {
  background-position: 0 -2592px;
}
.f32 .er {
  background-position: 0 -2624px;
}
.f32 .es {
  background-position: 0 -2656px;
}
.f32 .et {
  background-position: 0 -2688px;
}
.f32 .fi {
  background-position: 0 -2720px;
}
.f32 .fj {
  background-position: 0 -2752px;
}
.f32 .fm {
  background-position: 0 -2784px;
}
.f32 .fo {
  background-position: 0 -2816px;
}
.f32 .fr {
  background-position: 0 -2848px;
}
.f32 .bl,
.f32 .cp,
.f32 .mf,
.f32 .yt {
  background-position: 0 -2848px;
}
.f32 .ga {
  background-position: 0 -2880px;
}
.f32 .gb {
  background-position: 0 -2912px;
}
.f32 .sh {
  background-position: 0 -2912px;
}
.f32 .uk {
  background-position: 0 -2912px;
}
.f32 .gd {
  background-position: 0 -2944px;
}
.f32 .ge {
  background-position: 0 -2976px;
}
.f32 .gg {
  background-position: 0 -3008px;
}
.f32 .gh {
  background-position: 0 -3040px;
}
.f32 .gi {
  background-position: 0 -3072px;
}
.f32 .gl {
  background-position: 0 -3104px;
}
.f32 .gm {
  background-position: 0 -3136px;
}
.f32 .gn {
  background-position: 0 -3168px;
}
.f32 .gp {
  background-position: 0 -3200px;
}
.f32 .gq {
  background-position: 0 -3232px;
}
.f32 .gr {
  background-position: 0 -3264px;
}
.f32 .gt {
  background-position: 0 -3296px;
}
.f32 .gu {
  background-position: 0 -3328px;
}
.f32 .gw {
  background-position: 0 -3360px;
}
.f32 .gy {
  background-position: 0 -3392px;
}
.f32 .hk {
  background-position: 0 -3424px;
}
.f32 .hn {
  background-position: 0 -3456px;
}
.f32 .hr {
  background-position: 0 -3488px;
}
.f32 .ht {
  background-position: 0 -3520px;
}
.f32 .hu {
  background-position: 0 -3552px;
}
.f32 .id {
  background-position: 0 -3584px;
}
.f32 .mc {
  background-position: 0 -3584px;
}
.f32 .ie {
  background-position: 0 -3616px;
}
.f32 .il {
  background-position: 0 -3648px;
}
.f32 .im {
  background-position: 0 -3680px;
}
.f32 .in {
  background-position: 0 -3712px;
}
.f32 .iq {
  background-position: 0 -3744px;
}
.f32 .ir {
  background-position: 0 -3776px;
}
.f32 .is {
  background-position: 0 -3808px;
}
.f32 .it {
  background-position: 0 -3840px;
}
.f32 .je {
  background-position: 0 -3872px;
}
.f32 .jm {
  background-position: 0 -3904px;
}
.f32 .jo {
  background-position: 0 -3936px;
}
.f32 .jp {
  background-position: 0 -3968px;
}
.f32 .ke {
  background-position: 0 -4000px;
}
.f32 .kg {
  background-position: 0 -4032px;
}
.f32 .kh {
  background-position: 0 -4064px;
}
.f32 .ki {
  background-position: 0 -4096px;
}
.f32 .km {
  background-position: 0 -4128px;
}
.f32 .kn {
  background-position: 0 -4160px;
}
.f32 .kp {
  background-position: 0 -4192px;
}
.f32 .kr {
  background-position: 0 -4224px;
}
.f32 .kw {
  background-position: 0 -4256px;
}
.f32 .ky {
  background-position: 0 -4288px;
}
.f32 .kz {
  background-position: 0 -4320px;
}
.f32 .la {
  background-position: 0 -4352px;
}
.f32 .lb {
  background-position: 0 -4384px;
}
.f32 .lc {
  background-position: 0 -4416px;
}
.f32 .li {
  background-position: 0 -4448px;
}
.f32 .lk {
  background-position: 0 -4480px;
}
.f32 .lr {
  background-position: 0 -4512px;
}
.f32 .ls {
  background-position: 0 -4544px;
}
.f32 .lt {
  background-position: 0 -4576px;
}
.f32 .lu {
  background-position: 0 -4608px;
}
.f32 .lv {
  background-position: 0 -4640px;
}
.f32 .ly {
  background-position: 0 -4672px;
}
.f32 .ma {
  background-position: 0 -4704px;
}
.f32 .md {
  background-position: 0 -4736px;
}
.f32 .me {
  background-position: 0 -4768px;
}
.f32 .mg {
  background-position: 0 -4800px;
}
.f32 .mh {
  background-position: 0 -4832px;
}
.f32 .mk {
  background-position: 0 -4864px;
}
.f32 .ml {
  background-position: 0 -4896px;
}
.f32 .mm {
  background-position: 0 -4928px;
}
.f32 .mn {
  background-position: 0 -4960px;
}
.f32 .mo {
  background-position: 0 -4992px;
}
.f32 .mq {
  background-position: 0 -5024px;
}
.f32 .mr {
  background-position: 0 -5056px;
}
.f32 .ms {
  background-position: 0 -5088px;
}
.f32 .mt {
  background-position: 0 -5120px;
}
.f32 .mu {
  background-position: 0 -5152px;
}
.f32 .mv {
  background-position: 0 -5184px;
}
.f32 .mw {
  background-position: 0 -5216px;
}
.f32 .mx {
  background-position: 0 -5248px;
}
.f32 .my {
  background-position: 0 -5280px;
}
.f32 .mz {
  background-position: 0 -5312px;
}
.f32 .na {
  background-position: 0 -5344px;
}
.f32 .nc {
  background-position: 0 -5376px;
}
.f32 .ne {
  background-position: 0 -5408px;
}
.f32 .ng {
  background-position: 0 -5440px;
}
.f32 .ni {
  background-position: 0 -5472px;
}
.f32 .nl {
  background-position: 0 -5504px;
}
.f32 .bq {
  background-position: 0 -5504px;
}
.f32 .no {
  background-position: 0 -5536px;
}
.f32 .bv,
.f32 .nq,
.f32 .sj {
  background-position: 0 -5536px;
}
.f32 .np {
  background-position: 0 -5568px;
}
.f32 .nr {
  background-position: 0 -5600px;
}
.f32 .nz {
  background-position: 0 -5632px;
}
.f32 .om {
  background-position: 0 -5664px;
}
.f32 .pa {
  background-position: 0 -5696px;
}
.f32 .pe {
  background-position: 0 -5728px;
}
.f32 .pf {
  background-position: 0 -5760px;
}
.f32 .pg {
  background-position: 0 -5792px;
}
.f32 .ph {
  background-position: 0 -5824px;
}
.f32 .pk {
  background-position: 0 -5856px;
}
.f32 .pl {
  background-position: 0 -5888px;
}
.f32 .pr {
  background-position: 0 -5920px;
}
.f32 .ps {
  background-position: 0 -5952px;
}
.f32 .pt {
  background-position: 0 -5984px;
}
.f32 .pw {
  background-position: 0 -6016px;
}
.f32 .py {
  background-position: 0 -6048px;
}
.f32 .qa {
  background-position: 0 -6080px;
}
.f32 .re {
  background-position: 0 -6112px;
}
.f32 .ro {
  background-position: 0 -6144px;
}
.f32 .rs {
  background-position: 0 -6176px;
}
.f32 .ru {
  background-position: 0 -6208px;
}
.f32 .rw {
  background-position: 0 -6240px;
}
.f32 .sa {
  background-position: 0 -6272px;
}
.f32 .sb {
  background-position: 0 -6304px;
}
.f32 .sc {
  background-position: 0 -6336px;
}
.f32 .sd {
  background-position: 0 -6368px;
}
.f32 .se {
  background-position: 0 -6400px;
}
.f32 .sg {
  background-position: 0 -6432px;
}
.f32 .si {
  background-position: 0 -6464px;
}
.f32 .sk {
  background-position: 0 -6496px;
}
.f32 .sl {
  background-position: 0 -6528px;
}
.f32 .sm {
  background-position: 0 -6560px;
}
.f32 .sn {
  background-position: 0 -6592px;
}
.f32 .so {
  background-position: 0 -6624px;
}
.f32 .sr {
  background-position: 0 -6656px;
}
.f32 .st {
  background-position: 0 -6688px;
}
.f32 .sv {
  background-position: 0 -6720px;
}
.f32 .sy {
  background-position: 0 -6752px;
}
.f32 .sz {
  background-position: 0 -6784px;
}
.f32 .tc {
  background-position: 0 -6816px;
}
.f32 .td {
  background-position: 0 -6848px;
}
.f32 .tg {
  background-position: 0 -6880px;
}
.f32 .th {
  background-position: 0 -6912px;
}
.f32 .tj {
  background-position: 0 -6944px;
}
.f32 .tl {
  background-position: 0 -6976px;
}
.f32 .tm {
  background-position: 0 -7008px;
}
.f32 .tn {
  background-position: 0 -7040px;
}
.f32 .to {
  background-position: 0 -7072px;
}
.f32 .tr {
  background-position: 0 -7104px;
}
.f32 .tt {
  background-position: 0 -7136px;
}
.f32 .tv {
  background-position: 0 -7168px;
}
.f32 .tw {
  background-position: 0 -7200px;
}
.f32 .tz {
  background-position: 0 -7232px;
}
.f32 .ua {
  background-position: 0 -7264px;
}
.f32 .ug {
  background-position: 0 -7296px;
}
.f32 .us {
  background-position: 0 -7328px;
}
.f32 .uy {
  background-position: 0 -7360px;
}
.f32 .uz {
  background-position: 0 -7392px;
}
.f32 .va {
  background-position: 0 -7424px;
}
.f32 .vc {
  background-position: 0 -7456px;
}
.f32 .ve {
  background-position: 0 -7488px;
}
.f32 .vg {
  background-position: 0 -7520px;
}
.f32 .vi {
  background-position: 0 -7552px;
}
.f32 .vn {
  background-position: 0 -7584px;
}
.f32 .vu {
  background-position: 0 -7616px;
}
.f32 .ws {
  background-position: 0 -7648px;
}
.f32 .ye {
  background-position: 0 -7680px;
}
.f32 .za {
  background-position: 0 -7712px;
}
.f32 .zm {
  background-position: 0 -7744px;
}
.f32 .zw {
  background-position: 0 -7776px;
}
.f32 .sx {
  background-position: 0 -7808px;
}
.f32 .cw {
  background-position: 0 -7840px;
}
.f32 .ss {
  background-position: 0 -7872px;
}
/**
 * @file
 * Visual styles for comments in Bartik.
 */
/* This is required to win over specificity of #content h2 */
#content .comment-wrapper h2 {
  margin-bottom: 1em;
}
#content .comment-wrapper h2.comment-form__title {
  margin-bottom: 1em;
}
.field-node--comment {
  font-size: 0.934em;
}
.comment {
  margin-bottom: 19px;
  vertical-align: top;
}
[dir="rtl"] .comment {
  direction: rtl;
}
.comment__meta {
  padding: 0 30px 0 0;
  /* LTR */
  font-size: 1.071em;
}
[dir="rtl"] .comment__meta {
  padding: 0 0 0 30px;
}
.comment__attribution img {
  border: 1px solid #d3d7d9;
}
/* This is required to win over specificity of .field--type-image img */
.comment .field--name-user-picture img {
  margin: 0;
}
.comment__author .username {
  white-space: nowrap;
}
.comment__author {
  margin: 4px 0;
  line-height: 1.2;
  display: block;
}
.comment__date {
  display: block;
}
.comment__time {
  margin-bottom: 4px;
  color: #68696b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.733em;
  line-height: 1.2;
}
.comment__permalink {
  font-size: 0.733em;
  line-height: 1.2;
}
.comment__content {
  position: relative;
  padding: 10px 25px 10px 25px;
  vertical-align: top;
  width: 100%;
  border: 1px solid #d3d7d9;
  font-size: 0.929em;
  line-height: 1.6;
  word-break: break-all;
}
.comment__content:before {
  content: '';
  position: absolute;
  right: 100%;
  /* LTR */
  top: 20px;
  border-top: 20px solid transparent;
  border-right: 20px solid #d3d7d9;
  /* LTR */
  border-bottom: 20px solid transparent;
}
[dir="rtl"] .comment__content:before {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #d3d7d9;
}
.comment__content:after {
  content: '';
  position: absolute;
  right: 100%;
  /* LTR */
  top: 20px;
  border-top: 20px solid transparent;
  border-right: 20px solid #fff;
  /* LTR */
  border-bottom: 20px solid transparent;
  margin-right: -1px;
  /* LTR */
}
[dir="rtl"] .comment__content:after {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #fff;
  margin-right: 0;
  margin-left: -1px;
}
.comment__content h3 {
  margin-top: 0.94em;
  margin-bottom: 0.45em;
  font-size: 1.171em;
}
.comment__content nav {
  padding-top: 1px;
}
.indented {
  margin-left: 40px;
  /* LTR */
}
[dir="rtl"] .indented {
  margin-right: 40px;
  margin-left: 0;
}
.comment .links {
  padding: 0 0 0.25em 0;
}
.comment .links li {
  padding: 0 0.5em 0 0;
  /* LTR */
  font-size: 1.08em;
}
[dir="rtl"] .comment .links li {
  padding: 0 0 0 0.5em;
}
.comment--unpublished {
  margin-right: 5px;
  /* LTR */
  padding: 5px 2px 5px 5px;
  /* LTR */
  background: #fff4f4;
}
[dir="rtl"] .comment--unpublished {
  margin-left: 5px;
  margin-right: 0;
  padding: 5px 5px 5px 2px;
}
.comment--unpublished .comment__text:after,
.node--unpublished .comment__text:after {
  border-right-color: #fff4f4;
  /* LTR */
}
[dir="rtl"] .comment--unpublished .comment__content:after,
[dir="rtl"] .node--unpublished .comment__content:after {
  border-left-color: #fff4f4;
}
.flag.ss {
  background-image: url('../svg/flags/ss.svg');
  background-position: 0 0;
  background-size: 32px 24px;
  width: 32px;
  height: 22px;
  box-shadow: 1px 1px 1px #ccc;
}
.flag.ly {
  background-image: url('../svg/flags/ly.svg');
  background-position: 0 0;
  background-size: 32px 24px;
  width: 32px;
  height: 22px;
  box-shadow: 1px 1px 1px #ccc;
}
.flag.xk {
  background-image: url('../svg/flags/xk.svg');
  background-position: 0 0;
  background-size: 32px 24px;
  width: 32px;
  height: 22px;
  box-shadow: 1px 1px 1px #ccc;
}
.flag.iq {
  background-image: url('../svg/flags/iq.svg?2');
  background-position: 0 0;
  background-size: 32px 24px;
  width: 32px;
  height: 22px;
  box-shadow: 1px 1px 1px #ccc;
}
.f16 .flag.ss,
.f16 .flag.ly,
.f16 .flag.xk,
.f16 .flag.iq {
  background-position: 0 0;
  background-size: 16px 12px;
  width: 16px;
  height: 10px;
  box-shadow: 1px 1px 1px #ccc;
}
.f32 .flag.ss,
.f32 .flag.ly,
.f32 .flag.xk,
.f32 .flag.iq {
  margin-top: 4px;
  margin-bottom: 4px;
}
select.form-control + .chosen-container .chosen-results li.disabled-result {
  color: grey !important;
}
.toolbar-tray .menu-item a {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
