.pdf * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pdf html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pdf body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
.pdf input,
.pdf button,
.pdf select,
.pdf textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.pdf img {
  vertical-align: middle;
}
.pdf .img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.pdf .img-rounded {
  border-radius: 6px;
}
.pdf .img-circle {
  border-radius: 500px;
}
.pdf hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.pdf .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
/* CSS Reset */
@media all {
  .pdf * {
    margin: 0;
    padding: 0;
  }
  .pdf .container-fluid {
    font-size: 100%;
  }
  .pdf select {
    padding: 1px;
    display: inline-block;
  }
  .pdf select option {
    height: 2em;
  }
  .pdf div:target {
    outline: 0 none;
  }
  .pdf audio,
  .pdf canvas,
  .pdf video {
    display: inline-block;
  }
  .pdf audio:not([controls]) {
    display: none;
  }
  .pdf [hidden] {
    display: none;
  }
  .pdf fieldset,
  .pdf img {
    border: 0 solid;
  }
  .pdf ul,
  .pdf ol,
  .pdf dl {
    margin: 0;
  }
  .pdf table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .pdf ol,
  .pdf ul {
    list-style: none;
  }
}
.pdf .clearfix:before,
.pdf .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pdf .clearfix:after {
  clear: both;
}
.pdf .pull-right {
  float: right !important;
}
.pdf .pull-left {
  float: left !important;
}
.pdf .hide {
  display: none !important;
}
.pdf .show {
  display: block !important;
}
.pdf .invisible {
  visibility: hidden;
}
.pdf .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.pdf .affix {
  position: fixed;
}
.pdf .ellipsis {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.pdf span.ellipsis {
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
}
.pdf .wordWrap {
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.pdf .narratorText {
  position: absolute;
  left: -1000px;
}
@media only screen and (max-width: 480px) {
  .pdf .container-fluid {
    font-size: 80%;
    line-height: 80%;
  }
}
@media only screen and (min-width: 480px) {
  .pdf .container-fluid {
    max-width: 450px;
    font-size: 80%;
    line-height: 80%;
  }
}
@media (min-width: 768px) {
  .pdf .container-fluid {
    font-size: 90%;
    line-height: 90%;
  }
}
@media (min-width: 992px) {
  .pdf .container-fluid {
    font-size: 95%;
    line-height: 95%;
  }
}
@media (min-width: 1200px) {
  .pdf .container-fluid {
    font-size: 100%;
    line-height: 100%;
  }
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-sm {
  display: block !important;
}
tr.visible-sm {
  display: table-row !important;
}
th.visible-sm,
td.visible-sm {
  display: table-cell !important;
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
.hidden-sm {
  display: none !important;
}
tr.hidden-sm {
  display: none !important;
}
th.hidden-sm,
td.hidden-sm {
  display: none !important;
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-lg {
    display: none !important;
  }
  tr.visible-lg {
    display: none !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: none !important;
  }
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
  .hidden-lg {
    display: block !important;
  }
  tr.hidden-lg {
    display: table-row !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  .visible-md {
    display: none !important;
  }
  tr.visible-md {
    display: none !important;
  }
  th.visible-md,
  td.visible-md {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  .hidden-md {
    display: block !important;
  }
  tr.hidden-md {
    display: table-row !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@media all {
  .pdf {
    font-family: "Segoe UI regular", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 16px;
  }
  .pdf .text,
  .pdf .link3,
  .pdf .l3 {
    font-family: "Segoe UI regular", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 16px;
  }
  .pdf .textSemiBold {
    font-family: "Segoe UI Semibold", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 16px;
  }
  .pdf .textBold {
    font-family: "Segoe UI regular", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
  }
  .pdf h1,
  .pdf .font1 {
    font-family: "Segoe UI light", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 44px;
  }
  .pdf h2,
  .pdf .font2 {
    font-family: "Segoe UI light", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 34px;
  }
  .pdf h3,
  .pdf .font3 {
    font-family: "Segoe UI light", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
  }
  .pdf h4,
  .pdf .font4,
  .pdf .font4SemiBold,
  .pdf .font4smb,
  .pdf .link1,
  .pdf .l1,
  .pdf .link1SemiBold,
  .pdf .l1smb,
  .pdf .bc1SemiBold,
  .pdf .bc1smb {
    font-family: "Segoe UI Semibold", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
  }
  .pdf h5,
  .pdf .font5,
  .pdf .bc2,
  .pdf .bc2Regular,
  .pdf .bc2r,
  .pdf .link2Regular,
  .pdf .l2R {
    font-family: "Segoe UI regular", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: normal;
  }
  .pdf .font5SemiBold,
  .pdf .font5smb,
  .pdf .link2SemiBold,
  .pdf .l2smb {
    font-family: "Segoe UI Semibold", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: normal;
  }
  .pdf .font5Bold,
  .pdf .font5B,
  .pdf .link2Bold,
  .pdf .l2B {
    font-family: "Segoe UI regular", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: normal;
    font-weight: bold;
  }
  .pdf h6,
  .pdf .font6,
  .pdf .link2,
  .pdf .l2,
  .pdf .link4,
  .pdf .l4 {
    font-family: "Segoe UI Semibold", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 16px;
  }
  .pdf .fontLegal {
    font-family: "Segoe UI regular", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-size: 11px;
    line-height: 18px;
  }
  .pdf .h3Regular {
    font-family: "Segoe UI regular", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
  }
  .pdf .bc1Regular,
  .pdf .bc1r,
  .pdf .bc1,
  .pdf .font4Regular,
  .pdf .font4r,
  .pdf .link1Regular,
  .pdf .l1R {
    font-family: "Segoe UI regular", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }
  .pdf .bc1Bold,
  .pdf .bc1bB .font4Bold,
  .pdf .font4B,
  .pdf .link1Bold,
  .pdf .l1b {
    font-family: "Segoe UI regular", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
  }
  .pdf .bc2SemiBold,
  .pdf .bc2smb {
    font-family: "Segoe UI Semibold", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 13px;
    line-height: 19px;
  }
  .pdf .bc2Bold,
  .pdf .bc2B {
    font-family: "Segoe UI regular", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: normal;
    font-weight: bold;
  }
  .pdf .utility1,
  .pdf .utility1Regular,
  .pdf .utility1R,
  .pdf .u1R,
  .pdf .u1Regular {
    font-family: "Segoe UI regular", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 11px;
    line-height: 15px;
  }
  .pdf .utility1SemiBold,
  .pdf .utility1smb,
  .pdf .u1smb,
  .pdf .u1SemiBold {
    font-family: "Segoe UI Semibold", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 11px;
    line-height: 15px;
  }
  .pdf .utility1Bold,
  .pdf .utility1B,
  .pdf .u1B,
  .pdf .u1Bold {
    font-family: "Segoe UI regular", "Segoe UI", Arial, Tahoma, sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
  }
  @-moz-document url-prefix() {
    /* firefox specific style
           Note: To be placed after actual font-weight to avoid override */
    .pdf h1,
    .pdf .font1,
    .pdf h2,
    .pdf .font2,
    .pdf h3,
    .pdf .font3,
    .pdf h4,
    .pdf .font4 {
      font-weight: 100;
    }
  }
  .pdf a,
  .pdf .btn {
    line-height: 20px;
  }
  .pdf h1.clear,
  .pdf h2.clear,
  .pdf h3.clear,
  .pdf h4.clear,
  .pdf h5.clear,
  .pdf .font1.clear,
  .pdf .font2.clear,
  .pdf .font3.clear,
  .pdf .font4.clear,
  .pdf .font5.clear {
    line-height: 100%;
  }
  .pdf .uppercase {
    text-transform: uppercase;
  }
}
/* Grid system */
@media screen {
  .pdfshowgrid {
    background-image: url(img/grid12.gif);
    background-position-x: -10px;
  }
  /* Based on 916 - 12 columns grid */
  .pdf .g1,
  .pdf .g2,
  .pdf .g3,
  .pdf .g4,
  .pdf .g5,
  .pdf .g6,
  .pdf .g7,
  .pdf .g8,
  .pdf .g9,
  .pdf .g10,
  .pdf .g11,
  .pdf .g12 {
    display: inline;
    float: left;
    margin-left: 0px;
    margin-right: 20px;
  }
  .pdf .offset1,
  .pdf .offset2,
  .pdf .offset3,
  .pdf .offset4,
  .pdf .offset5,
  .pdf .offset6,
  .pdf .offset7,
  .pdf .offset8,
  .pdf .offset9,
  .pdf .offset10,
  .pdf .offset11 {
    position: relative;
  }
  .pdf .row {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .pdf .row .g1 {
    width: 58px;
  }
  .pdf .row .g2 {
    width: 136px;
  }
  .pdf .row .g3 {
    width: 214px;
  }
  .pdf .row .g4 {
    width: 292px;
  }
  .pdf .row .g5 {
    width: 370px;
  }
  .pdf .row .g6 {
    width: 448px;
  }
  .pdf .row .g7 {
    width: 526px;
  }
  .pdf .row .g8 {
    width: 604px;
  }
  .pdf .row .g9 {
    width: 682px;
  }
  .pdf .row .g10 {
    width: 760px;
  }
  .pdf .row .g11 {
    width: 838px;
  }
  .pdf .row .g12 {
    width: 916px;
  }
  .pdf .row .offset1 {
    left: 78px;
  }
  .pdf .row .offset2 {
    left: 156px;
  }
  .pdf .row .offset3 {
    left: 234px;
  }
  .pdf .row .offset4 {
    left: 312px;
  }
  .pdf .row .offset5 {
    left: 390px;
  }
  .pdf .row .offset6 {
    left: 468px;
  }
  .pdf .row .offset7 {
    left: 546px;
  }
  .pdf .row .offset8 {
    left: 624px;
  }
  .pdf .row .offset9 {
    left: 702px;
  }
  .pdf .row .offset10 {
    left: 780px;
  }
  .pdf .row .offset11 {
    left: 858px;
  }
  .pdf div.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  .pdf div.clearfix:before,
  .pdf div.clearfix:after,
  .pdf div.row:before,
  .pdf div.row:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }
  .pdf div.clearfix:after,
  .pdf div.row:after {
    clear: both;
  }
  .pdf div.clearfix,
  .pdf div.row {
    zoom: 1;
  }
}
.pdf .container {
  margin-right: auto;
  margin-left: auto;
}
.pdf .container:before,
.pdf .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pdf .container:after {
  clear: both;
}
.pdf .row-fluid:before,
.pdf .row-fluid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pdf .row-fluid:after {
  clear: both;
}
@media (min-width: 768px) {
  .container .pdf .row-fluid {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.pdf .row-fluid .row-fluid {
  margin-left: -15px;
  margin-right: -15px;
}
.pdf .col-1,
.pdf .col-2,
.pdf .col-3,
.pdf .col-4,
.pdf .col-5,
.pdf .col-6,
.pdf .col-7,
.pdf .col-8,
.pdf .col-9,
.pdf .col-10,
.pdf .col-11,
.pdf .col-12,
.pdf .col-sm-1,
.pdf .col-sm-2,
.pdf .col-sm-3,
.pdf .col-sm-4,
.pdf .col-sm-5,
.pdf .col-sm-6,
.pdf .col-sm-7,
.pdf .col-sm-8,
.pdf .col-sm-9,
.pdf .col-sm-10,
.pdf .col-sm-11,
.pdf .col-sm-12,
.pdf .col-lg-1,
.pdf .col-lg-2,
.pdf .col-lg-3,
.pdf .col-lg-4,
.pdf .col-lg-5,
.pdf .col-lg-6,
.pdf .col-lg-7,
.pdf .col-lg-8,
.pdf .col-lg-9,
.pdf .col-lg-10,
.pdf .col-lg-11,
.pdf .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.pdf .col-1,
.pdf .col-2,
.pdf .col-3,
.pdf .col-4,
.pdf .col-5,
.pdf .col-6,
.pdf .col-7,
.pdf .col-8,
.pdf .col-9,
.pdf .col-10,
.pdf .col-11,
.pdf .col-12 {
  float: left;
}
.pdf .col-1 {
  width: 8.33333333%;
}
.pdf .col-2 {
  width: 16.66666667%;
}
.pdf .col-3 {
  width: 25%;
}
.pdf .col-4 {
  width: 33.33333333%;
}
.pdf .col-5 {
  width: 41.66666667%;
}
.pdf .col-6 {
  width: 50%;
}
.pdf .col-7 {
  width: 58.33333333%;
}
.pdf .col-8 {
  width: 66.66666667%;
}
.pdf .col-9 {
  width: 75%;
}
.pdf .col-10 {
  width: 83.33333333%;
}
.pdf .col-11 {
  width: 91.66666667%;
}
.pdf .col-12 {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pdf .container {
    max-width: 728px;
  }
  .pdf .col-sm-1,
  .pdf .col-sm-2,
  .pdf .col-sm-3,
  .pdf .col-sm-4,
  .pdf .col-sm-5,
  .pdf .col-sm-6,
  .pdf .col-sm-7,
  .pdf .col-sm-8,
  .pdf .col-sm-9,
  .pdf .col-sm-10,
  .pdf .col-sm-11,
  .pdf .col-sm-12 {
    float: left;
  }
  .pdf .col-sm-1 {
    width: 8.33333333%;
  }
  .pdf .col-sm-2 {
    width: 16.66666667%;
  }
  .pdf .col-sm-3 {
    width: 25%;
  }
  .pdf .col-sm-4 {
    width: 33.33333333%;
  }
  .pdf .col-sm-5 {
    width: 41.66666667%;
  }
  .pdf .col-sm-6 {
    width: 50%;
  }
  .pdf .col-sm-7 {
    width: 58.33333333%;
  }
  .pdf .col-sm-8 {
    width: 66.66666667%;
  }
  .pdf .col-sm-9 {
    width: 75%;
  }
  .pdf .col-sm-10 {
    width: 83.33333333%;
  }
  .pdf .col-sm-11 {
    width: 91.66666667%;
  }
  .pdf .col-sm-12 {
    width: 100%;
  }
  .pdf .col-sm-push-1 {
    left: 8.33333333%;
  }
  .pdf .col-sm-push-2 {
    left: 16.66666667%;
  }
  .pdf .col-sm-push-3 {
    left: 25%;
  }
  .pdf .col-sm-push-4 {
    left: 33.33333333%;
  }
  .pdf .col-sm-push-5 {
    left: 41.66666667%;
  }
  .pdf .col-sm-push-6 {
    left: 50%;
  }
  .pdf .col-sm-push-7 {
    left: 58.33333333%;
  }
  .pdf .col-sm-push-8 {
    left: 66.66666667%;
  }
  .pdf .col-sm-push-9 {
    left: 75%;
  }
  .pdf .col-sm-push-10 {
    left: 83.33333333%;
  }
  .pdf .col-sm-push-11 {
    left: 91.66666667%;
  }
  .pdf .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .pdf .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .pdf .col-sm-pull-3 {
    right: 25%;
  }
  .pdf .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .pdf .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .pdf .col-sm-pull-6 {
    right: 50%;
  }
  .pdf .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .pdf .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .pdf .col-sm-pull-9 {
    right: 75%;
  }
  .pdf .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .pdf .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .pdf .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .pdf .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .pdf .col-sm-offset-3 {
    margin-left: 25%;
  }
  .pdf .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .pdf .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .pdf .col-sm-offset-6 {
    margin-left: 50%;
  }
  .pdf .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .pdf .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .pdf .col-sm-offset-9 {
    margin-left: 75%;
  }
  .pdf .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .pdf .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .pdf .container {
    max-width: 940px;
  }
  .pdf .col-lg-1,
  .pdf .col-lg-2,
  .pdf .col-lg-3,
  .pdf .col-lg-4,
  .pdf .col-lg-5,
  .pdf .col-lg-6,
  .pdf .col-lg-7,
  .pdf .col-lg-8,
  .pdf .col-lg-9,
  .pdf .col-lg-10,
  .pdf .col-lg-11,
  .pdf .col-lg-12 {
    float: left;
  }
  .pdf .col-lg-1 {
    width: 8.33333333%;
  }
  .pdf .col-lg-2 {
    width: 16.66666667%;
  }
  .pdf .col-lg-3 {
    width: 25%;
  }
  .pdf .col-lg-4 {
    width: 33.33333333%;
  }
  .pdf .col-lg-5 {
    width: 41.66666667%;
  }
  .pdf .col-lg-6 {
    width: 50%;
  }
  .pdf .col-lg-7 {
    width: 58.33333333%;
  }
  .pdf .col-lg-8 {
    width: 66.66666667%;
  }
  .pdf .col-lg-9 {
    width: 75%;
  }
  .pdf .col-lg-10 {
    width: 83.33333333%;
  }
  .pdf .col-lg-11 {
    width: 91.66666667%;
  }
  .pdf .col-lg-12 {
    width: 100%;
  }
  .pdf .col-lg-push-1 {
    left: 8.33333333%;
  }
  .pdf .col-lg-push-2 {
    left: 16.66666667%;
  }
  .pdf .col-lg-push-3 {
    left: 25%;
  }
  .pdf .col-lg-push-4 {
    left: 33.33333333%;
  }
  .pdf .col-lg-push-5 {
    left: 41.66666667%;
  }
  .pdf .col-lg-push-6 {
    left: 50%;
  }
  .pdf .col-lg-push-7 {
    left: 58.33333333%;
  }
  .pdf .col-lg-push-8 {
    left: 66.66666667%;
  }
  .pdf .col-lg-push-9 {
    left: 75%;
  }
  .pdf .col-lg-push-10 {
    left: 83.33333333%;
  }
  .pdf .col-lg-push-11 {
    left: 91.66666667%;
  }
  .pdf .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .pdf .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .pdf .col-lg-pull-3 {
    right: 25%;
  }
  .pdf .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .pdf .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .pdf .col-lg-pull-6 {
    right: 50%;
  }
  .pdf .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .pdf .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .pdf .col-lg-pull-9 {
    right: 75%;
  }
  .pdf .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .pdf .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .pdf .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .pdf .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .pdf .col-lg-offset-3 {
    margin-left: 25%;
  }
  .pdf .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .pdf .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .pdf .col-lg-offset-6 {
    margin-left: 50%;
  }
  .pdf .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .pdf .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .pdf .col-lg-offset-9 {
    margin-left: 75%;
  }
  .pdf .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .pdf .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .pdf .container {
    max-width: 1170px;
  }
}
/* Controls - Link and btn */
@media all {
  .pdf a.noline {
    text-decoration: none;
  }
  .pdf .btn {
    padding: 4px 20px;
    margin-bottom: 0;
    min-width: 50px;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .pdf .btn:hover {
    text-decoration: none;
  }
  .pdf .btn.active,
  .pdf .btn:active {
    outline: 0;
  }
  .pdf .btn.disabled,
  .pdf .btn[disabled],
  .pdf .btn.secondary.disabled,
  .pdf .btn.secondary[disabled] {
    cursor: default;
  }
  .pdf .btn {
    color: #ffffff;
    background-color: #1570a6;
    border-color: #1570a6;
  }
  .pdf .btn.hover,
  .pdf .btn:hover {
    background-color: #737373;
    border-color: #737373;
  }
  .pdf .btn.selected,
  .pdf .btn.selected:hover {
    background-color: #333333;
    border-color: #333333;
  }
  .pdf .btn.secondary {
    background-color: #505050;
    border-color: #505050;
    color: #ffffff;
  }
  .pdf .btn.secondary.hover,
  .pdf .btn.secondary:hover {
    background-color: #737373;
    border-color: #737373;
  }
  .pdf .btn.disabled,
  .pdf .btn[disabled],
  .pdf .btn.secondary.disabled,
  .pdf .btn.secondary[disabled] {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #323232;
  }
  .pdf .helpContainerWrapper {
    position: relative;
    display: block;
    float: left;
    width: 260px;
    margin: 20px;
  }
  .pdf .helpContainerWrapper .arrow {
    display: block;
    height: 22px;
    left: -11px;
    line-height: 20px;
    margin-top: -11px;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 11px;
  }
  .pdf .helpContent {
    background-color: #c7c7c7;
    display: block;
    padding: 9px 14px 9px 14px;
    width: 256px;
    margin-left: 4px;
    border: 1px solid #c7c7c7;
  }
  .pdf .mesgbox {
    position: relative;
    padding: 0px;
  }
  .pdf .mesgbox img {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .pdf .note {
    padding: 20px 20px 20px 25px;
    min-height: 40px;
    background-color: #eeeeee;
  }
  .pdf .alert {
    padding: 20px 30px 20px 25px;
    min-height: 40px;
    background-color: #eeeeee;
  }
  .pdf .notification {
    padding: 20px 30px 20px 25px;
    min-height: 40px;
    background-color: #eeeeee;
  }
  .pdf ul.productBar {
    list-style-type: none;
    margin: 0;
    text-align: left;
    color: white;
    padding: 0;
    font-size: 0px;
  }
  .pdf ul.productBar li {
    display: inline-block;
    text-align: center;
    height: 97px;
    width: 97px;
    margin-right: 20px;
  }
  .pdf ul.productBar img.selected {
    background-color: #eeeeee;
    margin: 0px;
    font-weight: bold;
  }
  .pdf ul.productBar li a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    border: 1px solid transparent;
    font-weight: normal;
  }
  .pdf ul.productBar li a.selected {
    font-weight: bold;
  }
  .pdf .pdf ul.productBar li a span {
    color: black;
  }
  .pdf .productVersions a {
    position: relative;
    text-decoration: none;
    display: inline-block;
  }
  .pdf .productVersions a.selected span {
    font-weight: bold;
    border: 1px solid transparent;
    padding: 10px;
    margin-left: -10px;
  }
  .pdf .mesgboxWrapper {
    padding: 0px;
  }
  .pdf .mesgboxleftEOS img {
    top: 0px;
    left: 0px;
  }
  .pdf .mesgboxleftEOS {
    width: 214px;
    float: left;
  }
  .pdf .mesgboxWrapper .title {
    font-size: 20px;
    color: #333333;
    padding-bottom: 20px;
  }
  .pdf .mesgboxWrapper .mainText {
    font-size: 13px;
    color: #333333;
  }
  .pdf .alertMsgbox {
    float: right;
    height: 122px;
    padding: 20px;
    position: relative;
    width: 468px;
  }
}
/* Layout */
@media screen {
  .pdf .pa {
    position: absolute;
  }
  .pdf .pr {
    position: relative;
  }
  .pdf .wrapper {
    width: 100%;
    overflow: hidden;
  }
  .pdf .max_g1 {
    max-width: 58px;
  }
  .pdf .max_g2 {
    max-width: 136px;
  }
  .pdf .max_g3 {
    max-width: 214px;
  }
  .pdf .max_g4 {
    max-width: 292px;
  }
  .pdf .max_g5 {
    max-width: 370px;
  }
  .pdf .max_g6 {
    max-width: 448px;
  }
  .pdf .max_g7 {
    max-width: 526px;
  }
  .pdf .max_g8 {
    max-width: 604px;
  }
  .pdf .max_g9 {
    max-width: 682px;
  }
  .pdf .max_g10 {
    max-width: 760px;
  }
  .pdf .max_g11 {
    max-width: 838px;
  }
  .pdf .max_g12 {
    max-width: 916px;
  }
  .pdf .min_g1 {
    min-width: 58px;
  }
  .pdf .min_g2 {
    min-width: 136px;
  }
  .pdf .min_g3 {
    min-width: 214px;
  }
  .pdf .min_g4 {
    min-width: 292px;
  }
  .pdf .min_g5 {
    min-width: 370px;
  }
  .pdf .min_g6 {
    min-width: 448px;
  }
  .pdf .min_g7 {
    min-width: 526px;
  }
  .pdf .min_g8 {
    min-width: 604px;
  }
  .pdf .min_g9 {
    min-width: 682px;
  }
  .pdf .min_g10 {
    min-width: 760px;
  }
  .pdf .min_g11 {
    min-width: 838px;
  }
  .pdf .min_g12 {
    min-width: 916px;
  }
}
/* Margin */
@media screen {
  .mt10 {
    margin-top: 10px;
  }
  .mt16 {
    margin-top: 16px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mt35 {
    margin-top: 35px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .mt60 {
    margin-top: 60px;
  }
  .mt80 {
    margin-top: 80px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .mb16 {
    margin-bottom: 16px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .mb80 {
    margin-bottom: 80px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .pb50 {
    padding-bottom: 50px;
  }
  .mr10 {
    margin-right: 10px;
  }
  .mr20 {
    margin-right: 20px;
  }
  .mr0 {
    margin-right: 0px;
  }
  .mr70p {
    margin-right: 70%;
  }
  .mr40 {
    margin-right: 40px;
  }
  .pl10 {
    padding-left: 10px;
  }
  .pt10 {
    padding-top: 10px;
  }
  .pt20 {
    padding-top: 20px;
  }
  .pt30 {
    padding-top: 30px;
  }
  .pt40 {
    padding-top: 40px;
  }
  .ml10 {
    margin-left: 10px;
  }
  .ml20 {
    margin-left: 20px;
  }
  .ml40 {
    margin-left: 40px;
  }
  .ml60 {
    margin-left: 60px;
  }
  .clearFloats {
    clear: both;
  }
  .clr {
    clear: right;
  }
  .clf {
    clear: left;
  }
  .di {
    display: inline;
  }
  .dib {
    display: inline-block;
  }
  .vlt {
    vertical-align: top;
  }
  .vlb {
    vertical-align: bottom;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .zi10 {
    z-index: 10;
  }
  .zi20 {
    z-index: 20;
  }
  .zi30 {
    z-index: 30;
  }
  .zi40 {
    z-index: 40;
  }
  .zi50 {
    z-index: 50;
  }
  .zi60 {
    z-index: 60;
  }
  .zi70 {
    z-index: 70;
  }
  .zi80 {
    z-index: 80;
  }
  .zi90 {
    z-index: 90;
  }
  .zi100 {
    z-index: 100;
  }
}
/* Color */
@media all {
  .pdf {
    color: #323232;
    background-color: #ffffff;
  }
  .pdf a,
  .pdf .link1,
  .pdf .link2,
  .pdf .link3,
  .pdf .l1,
  .pdf .l2,
  .pdf .l3,
  .pdf .link1SemiBold,
  .pdf .l1smb,
  .pdf .link1Bold,
  .pdf .l1B,
  .pdf .link1Regular,
  .pdf .l1R,
  .pdf .link2Regular,
  .pdf .l2R,
  .pdf .link2SemiBold,
  .pdf .l2smb,
  .pdf .link2Bold,
  .pdf .l2B {
    color: #1570a6;
  }
  .pdf .link4,
  .pdf .l4 {
    color: #727272;
  }
  .pdf .error {
    color: #e81123;
  }
  .pdf h1 a,
  .pdf h2 a,
  .pdf h3 a {
    color: #323232;
    text-decoration: none;
  }
  .pdf .themeColor {
    color: #1570a6;
  }
  .pdf .themeBG {
    color: #ffffff;
    background-color: #1570a6;
  }
  .pdf .themeBG a {
    color: #ffffff;
    background-color: #1570a6;
  }
  .pdf .wm {
    color: #afafaf;
  }
}
/*# sourceMappingURL=pdf.base.css.map */