/*!
 * Bootstrap v3.0.3
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/*audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
/*html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}*/
.container {
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;
  padding-right: 15px;*/
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
/*@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}*/
/*.row {
  margin-left: -15px;
  margin-right: -15px;
}*/
@media (max-width: 768px) {
    .row:before,
    .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        /*padding-left: 15px;
  padding-right: 15px;*/
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left;
    }

    .col-xs-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: 0%;
    }

    .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: 0%;
    }

    .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%;
    }
}
 .popover.bottom {
    margin-top: 10px;
}
.popover {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: normal;
    z-index: 1010;
}
.popover.bottom > .arrow::after {
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " ";
    margin-left: -10px;
    top: 1px;
}
.popover > .arrow::after {
    border-width: 10px;
    content: "";
}
.popover > .arrow, .popover > .arrow::after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
*::before, *::after {
    box-sizing: border-box;
}
.popover.bottom > .arrow {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px;
}
.popover-content table a {
    padding: 0px;
}
button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}
.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow, .popover > .arrow::after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.arrow {
    color: #6f6f6f;
}

      
/*@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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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%;
  }
}*/
.bs .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.bs .pagination > li {
  display: inline;
}
.bs .pagination > li > a,
.bs .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #003a68;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.bs .pagination > li:first-child > a,
.bs .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bs .pagination > li:last-child > a,
.bs .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bs .pagination > li > a:hover,
.bs .pagination > li > span:hover,
.bs .pagination > li > a:focus,
.bs .pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.bs .pagination > .active > a,
.bs .pagination > .active > span,
.bs .pagination > .active > a:hover,
.bs .pagination > .active > span:hover,
.bs .pagination > .active > a:focus,
.bs .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #003a68;
  border-color: #003a68;
}
.bs .pagination > .disabled > span,
.bs .pagination > .disabled > span:hover,
.bs .pagination > .disabled > span:focus,
.bs .pagination > .disabled > a,
.bs .pagination > .disabled > a:hover,
.bs .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.bs .pagination-lg > li > a,
.bs .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bs .pagination-lg > li:first-child > a,
.bs .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.bs .pagination-lg > li:last-child > a,
.bs .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.bs .pagination-sm > li > a,
.bs .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bs .pagination-sm > li:first-child > a,
.bs .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bs .pagination-sm > li:last-child > a,
.bs .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
}

.page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #003a68;
    border-color: #003a68;
}

.page-item.disabled .page-link {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0275d8;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .page-link:focus, .page-link:hover {
        color: #014c8c;
        text-decoration: none;
        background-color: #eceeef;
        border-color: #ddd;
    }

.bs .pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
}

.bs .pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem;
}

.bs .pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem;
}

.bs .pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
}

.bs .pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem;
}

.bs .pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem;
}
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:0.8em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:0px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{margin:0 2px;padding:.35em .625em .75em}legend{padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0}textarea{overflow:auto;vertical-align:top}table{border-spacing:0}

/*! end normalize.css v1.0.0 | MIT License | git.io/normalize */
.head-bars{background-color: #003a68;z-index: 100;width: 100%;}
.head-bar-1{border-top: 12px solid #003a68;width:80%;float:left;}
.head-bar-2{border-top: 12px solid #5381ac;width:20%;float:right;}

* {padding: 0; margin: 0;  }
html, body {background: none; margin:0; padding:0;font-family: Arial;font-size:18px;color:#231F20;}
.left-align{ text-align: left !important;}

div {display: block;}
.bare_container {background: #fff; margin: 0 !important;}
.factsheet .left-col {width:32%;float:left;}
.factsheet .right-col {float: right; width: 65%;}
.factsheet .full-col{width:100%;clear: both;}
.factsheet .three-col-1{width:33%; float: left;}
.factsheet .three-col-2{width:33%; float: right;}
.factsheet .three-col-3{width:33%; float: right;}
.fs-header{height:105px; padding:10px 0px 0px 0px;position: relative;border-bottom:3px solid #003667;}
.fs-header .title {width:868px;position: absolute;right: 0;padding: 0;padding-top:1px;}
.fs-header .title-clear {height:168px;}
p {line-height: 1.3em; padding-right: 2px;}

/*tables*/
table.data{width:100%;}
	
table.data th{border-bottom: 1px solid #17507e;text-align: right;padding: 4px 0px 1px 5px;color: #666666;font-weight: normal;vertical-align: bottom;font-size:18px;}	
table.data td{padding: 4px 3px 0px 5px;line-height: 1.3em;color: #000000;text-align: right;vertical-align: top;font-size:15px !important;}
table.data tr.total td{background-color: #f0f0f0;font-weight: bold;}
table.data tr.total > td:first-child{text-align: left;}
table.data td.value{text-align: right;}

.fund-name-container{position: relative;}
.page-two .fund-name-container {top: -12px;}
.fund-name-as-of{margin: 28px 0 0 32px;font-family: sans-serif;font-weight: 100;color: #59A2D7;font-size: 16px;position: absolute;right:2px;top:80px;}
.page-two .fund-name-as-of {margin-top: 5px;}
.fund-ticker {color: white;border-radius: 8px;padding: 2px 14px;margin: 30px 12px 0 0;margin-top:-10px !important;text-align: center;font-size: 30px;float:left;font-weight: bold;}
.fund-ticker.navyBlue{background-color:#003a68;}

h2.fund-name{font-size:36px; text-align:left; margin:30px 0;color: #333333;float:left;line-height: 1.0em;}
h3, .etf_hyothetical_growth h4{border-bottom: 1px solid #000000;color: #333333 !Important;font-family: Arial, -serif;font-size: 24px;font-weight: bold;	padding-bottom: 3px !Important;	margin:0.8em 0 0;line-height:30px;}
.fs-performance-history h3, .fs-performance table.data {margin:0.4em 0;}
.fs-performance table.data th:last-child, .fs-performance table.data td:last-child  {padding-right:5px;}
.fs-performance .performance-quarter {margin-top:20px !important;}

h3 span{font-weight:normal;font-size:.8em;}
h3+p{margin-top:.5em;}

.zebra-table {border-bottom: 1px solid #A2A2A2;}
.zebra-table tr:nth-child(odd){background-color:#f2f6f8;}
.zebra-table th{background-color:#fff;}
table.data{margin-bottom:0.5em;}
.disclosures, .description, .peformance_footer, .footnote{font-size: 15px;color:#666;clear: both;}
.disclosures p, .description p, .peformance_footer p, .footnote p{ margin: 0.5em 0;}
.fs-peformance_footer p{display:none;}
.fs-peformance_footer p:first-child{display:block;margin-top:0px;top:-5px;position: relative;}
.hang{padding-left: 20px;text-indent: -8px;}
.disclosures p{line-height: 1.1em !important;margin: 0.5em 0;}
table.data+.disclosures{margin-top: -1em;}
.page-two-title{height:120px !important; background-color: transparent;left:0px; width:100%;}
.page-two-fund-container{margin-left: 0 !important;margin-top: -30px !important;}
.closing-line{color: #222;font-size: 1.1em;margin-top: 20px;}
.clear-header{border-bottom:3px solid #4B97CF !important;}
.page-two .fs-header{height:80px;padding-top: 0px;margin-bottom:35px;}
.page-two .logo{display:none;}
.fs-sector-weightings h4 SPAN {font-size:14px; font-weight:normal;}
.fund-details h3, .fs-holdings h3, .fs-fund-expense-ratio h3, .fs-calendar-year-return  h3, .fs-description h3 {margin-top:0.8em; margin-bottom:0;}
.fs-fund-expense-ratio-lsn h3{margin-top:25px;}
.fs-fund-expense-ratio-ndr {margin-top:26px;}
.fs-performance-lsn h3{margin-top:25px;}
.fs-performance-ndr h3{margin-top:26px;}
.fs-fund-details table.data .left-align {min-width: 163px;}
.fs-description h3{margin-bottom:0.4em;}
.logo{position: absolute; top:35px;right:0px;width:247px;clip: rect(0px,245px,80px,0px);}
.disclaimer {clear:both; position: relative;page-break-inside: avoid;}
.fs-holdings .total_number {display:none;}
.fs-holdings table.data th:last-child, .fs-holdings table.data td:last-child {text-align:right !important; padding-right:5px;}
.fs-holdings table.data th, .fs-holdings table.data td {text-align:left !important;padding-left:3px !important}
.fs-holdings table.data th:nth-child(4), .fs-holdings table.data td:nth-child(4), .fs-holdings table.data th:nth-child(5), .fs-holdings table.data td:nth-child(5) {display:none;}
.fs-sector-weightings .col-left{width: 50%;padding-right: 5px;display: table-cell;}
.fs-sector-weightings .col-left table{border-collapse: collapse;border-spacing: 0px;width: 100%;}
.fs-sector-weightings .col-right{width: 48%;padding-left: 5px;display: table-cell;vertical-align: bottom;}
.row-container{width: 100%;display: table;}
.fs-sector-weightings table{margin-bottom: 0.5em; margin-top: 2px;}
.fs-sector-weightings table.data.zebra-table th:last-child {padding-right: 5px;text-align: right !important;}
.fs-country-weightings table.data.zebra-table th:last-child, .fs-holdings table.data.zebra-table th:last-child {padding-right:2px;white-space: nowrap;}
.fs-country-weightings {top: -25px;position: relative;}
.fs-country-weightings .country_chart_container_pie {width: 28%;float: left;top:5px;position: relative;min-width: 228px;margin-bottom:30px;}
.fs-country-weightings table.data{margin-bottom:36px;}
.fs-country-weightings.fs-target-sector-weightings-cmc table.data {margin-bottom: 0;}
g.highcharts-button{display:none;}
.fs-country-weightings.fs-target-sector-weightings-cmc {top: 0;}
.fs-country-weightings.fs-target-sector-weightings-cmc .zebra-table {border-bottom:none !important;}
.fs-three-year-risk-measures, .fs-five-year-risk-measures {margin-top:10px;}
.fs-three-year-risk-measures .footnote {display:none;}
.fs-country-weightings .rightCol {overflow: hidden;float: left;width: 72%;top:5px;position: relative;}
.fs-country-weightings table.data th{padding:4px 0px 1px 0px;}
.fs-country-weightings table.data.zebra-table td {white-space: nowrap;}
.fs-country-weightings g.highcharts-button {display: none;}
.fs-country-weightings, .fs-country-weightings .col.twoThird {width: 100%;}
.fs-country-weightings h3{margin-top:0px;}
.fs-market-capitalization {clear:left;}
.fs-cmc-three-year-correlation {margin-bottom:15px;}
.fs-cmc-three-year-correlation h3{margin-top:4px;padding-top:2px;}
.fs-calendar-year-return h3{margin-top:3px;}
.no-bottom{border-bottom: none !important;}
.fs-sector-weightings .col-right .highcharts-container {left:110px !important;top: -14px !important;}
.fs-sector-weightings h3 br, .fs-sector-weightings h3 span {display:none;} 
.pie-legend-sq{width:12px; height:12px;	}
.no-left-pad{padding-left: 0 !important;}
.fs-sector-weightings table td {padding: 4px 3px 3px 5px;line-height: 1.3em;color: #000;text-align: right;vertical-align: top;font-size: 18px;}
.fs-sector-weightings table .no-left-pad {padding-left: 0px !important;vertical-align: middle;}
.fund-data {margin-top: 30px;margin-bottom: 30px;}
.fs-holdings .description{margin-top:0;}
.fs-holdings h3, .fs-sector-weightings h3 {margin-bottom:0;}
.fs-top-ten-countries table.data th:first-child{width:24%;}
.fs-top-ten-countries table.data th:nth-child(2){width:34%;text-align:center;}
.fs-top-ten-countries table.data td:nth-child(2){text-align:center;}
.fs-top-ten-countries table.data th:nth-child(3) {width:42%;}
.fs-three-year-volatility {margin-bottom: 30px;}
.page-two .bottom {position: relative; min-height: 600px;padding-top: 10px;}
.fund-class {top: 20px;position: relative;}
.fund-class SPAN {color: #999;font-size: 15px;}
.fund-class a {color:#006BB4;}
.fs-team-photo .caption {margin-top:5px;font-size:11px;}
.page-one{width: 97%; height:100%; margin-right:3%;page-break-after: always;}
.page-two{width: 97%; height:100%; margin-right:3%;}
.page-two .three-col-1, .page-two .three-col-2, .page-two .three-col-3 {width:31%;}
.page-two .three-col-2, .page-two .three-col-3 {margin-left:3%;}
.page-two .three-col-3 {float:right;}
.page-two .three-col-1, .page-two .three-col-2 {float:left;}
.fs-cmc-three-year-correlation h3 {margin-top:0;}
h3 span.in-usd {float: right; display: inline-block;}

@media print {
	h2.fund-name {font-size: 32px;}
	.fund-name-as-of {font-size: 14pt;}
	table.data td {font-size: 13pt;}
	h3, .etf_hyothetical_growth h4 {font-size: 20pt;line-height: 32px;}
	body{font-size: 14pt;}
	.disclosures, .description, .peformance_footer, .footnote {font-size: 11pt;}
	.fund-class SPAN {font-size:13pt;}
	.fs-sector-weightings table td {font-size: 13pt;}
	.bare_container {padding:0;position:relative;}
	.fs-country-weightings .rightCol {width: 70%;}
	.fs-country-weightings .highcharts-container {left: -10px;}
	table.data th {font-size: 13pt;}
	.fs-team-photo .caption {font-size:13pt;}
	.page-one .bottom-gha {position: relative; min-height: 200px;padding-top: 3px;}
	.page-one .bottom-lsn {min-height: 640px !important;}
	.page-one .bottom-eme {min-height: 220px !important;}
	.page-one .bottom-cmc {min-height: 550px !important;}
	.page-one .bottom-bond {min-height: 400px!important;}
	.page-one .bottom-ndr {min-height: 710px !important;}
	.page-one .bottom-gold {min-height: 300px !important;}
	.page-one .bottom {position: relative; min-height: 280px;margin-top: 20px;padding-top: 3px;}
	.page-one .bottom .disclosures, .page-one .bottom-gha .disclosures, .page-one .bottom-lsn .disclosures, .page-one .bottom-cmc .disclosures, 			.page-one .bottom-eme .disclosures, .page-one .bottom-bond .disclosures, .page-one .bottom-ndr .disclosures,  .page-one .bottom-gold .disclosures {position: absolute;bottom: 0;left: 0;}
	.page-two .bottom {position: relative; min-height: 550px;padding-top: 10px;}
	.page-two .bottom-eme {min-height: 500px;}
	.page-two .bottom-bond {min-height: 410px;}
	.page-two .bottom-gha {min-height: 380px;}
	.page-two .bottom-cmc {min-height: 700px;}
	.page-two .bottom-ndr {min-height: 960px;}
	.page-two .bottom-lsn {min-height: 1100px;}
	.page-two .bottom-gold {min-height: 580px;}
	.page-two .bottom .disclosures, .page-two .bottom-bond .disclosures, .page-two .bottom-eme .disclosures, .page-two .bottom-cmc .disclosures, .page-two .bottom-lsn .disclosures, .page-two .bottom-ndr .disclosures, .page-two .bottom-gha .disclosures, page-two .bottom-gold .disclosures {position: absolute;bottom: 0;left: 0;}
	.page-one{width: 98%; height:100%;margin:0 1%;padding:10px 0 0px;}
	.page-two{width: 98%; height:100%;margin:0 1%;padding:30px 0 10px;} 
	 body{width:100%; padding:0; zoom:1;}
	 @page{size:8.5in 11in;margin:0;padding:0;}
	 .page-content-two.fs-header {top:40px;position:relative;}
	.fs-market-capitalization h3{margin-top:30px;}
	.fs-calendar-year-return table.data td {padding: 4px 3px 0px 5px;}
    .in-usd h3 {font-size: 19pt !important;}
}

/* Remove back-to-top */
.back-to-top {
    display: none;
}




/*# sourceMappingURL=fact-sheet-us-bundle.css.map*/