@font-face {
  font-family: 'AmazonEmber-Bold';
  src: url(main/css/resources/fonts/AmazonEmber_Bd.ttf) format("truetype"); }

@font-face {
  font-family: 'AmazonEmber-Regular';
  src: url(main/css/resources/fonts/AmazonEmber_Rg.ttf) format("truetype"); }

@font-face {
  font-family: 'AmazonEmber-Medium';
  src: url(main/css/resources/fonts/AmazonEmber_Md.ttf) format("truetype"); }

@font-face {
  font-family: 'AmazonEmber-Light';
  src: url(main/css/resources/fonts/AmazonEmber_Lt.ttf) format("truetype"); }

@font-face {
  font-family: 'AmazonEmber-Theme';
  src: url(main/css/resources/fonts/AmazonEmber_Th.ttf) format("truetype"); }

html {
  font-size: 62.5%; }

.base-wrapper {
  font-family: 'AmazonEmber-Light';
  word-wrap: break-word;
  font-size: 1.6rem;
  color: #2f2f2f; }
  .base-wrapper .px-3 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important; }
  .base-wrapper .columncontrol.aem-GridColumn {
    display: flex;
    flex-direction: column; }
  @media all and (-ms-high-contrast: none) {
    .base-wrapper .columncontrol.aem-GridColumn {
      display: flex;
      flex-direction: row; } }
  .base-wrapper .hero-banner_wrapper a:not([href]):not([tabindex]),
  .base-wrapper .image-rte_wrapper a:not([href]):not([tabindex]),
  .base-wrapper .text-comp_wrapper a:not([href]):not([tabindex]),
  .base-wrapper .title-comp_wrapper a:not([href]):not([tabindex]) {
    color: #0066c0;
    text-decoration: none; }
  .base-wrapper .hero-banner_wrapper a:not([href]):not([tabindex]):hover,
  .base-wrapper .image-rte_wrapper a:not([href]):not([tabindex]):hover,
  .base-wrapper .text-comp_wrapper a:not([href]):not([tabindex]):hover,
  .base-wrapper .title-comp_wrapper a:not([href]):not([tabindex]):hover {
    color: #e87825;
    text-decoration: none; }
  .base-wrapper .hero-banner_wrapper a,
  .base-wrapper .image-rte_wrapper a,
  .base-wrapper .text-comp_wrapper a,
  .base-wrapper .title-comp_wrapper a {
    color: #0066c0;
    text-decoration: none; }
  .base-wrapper .hero-banner_wrapper a:hover,
  .base-wrapper .image-rte_wrapper a:hover,
  .base-wrapper .text-comp_wrapper a:hover,
  .base-wrapper .title-comp_wrapper a:hover {
    color: #e87825;
    text-decoration: none; }
  .base-wrapper iframe {
    width: 100% !important;
    height: 100% !important; }
  .base-wrapper picture {
    display: block;
    height: 100%; }
  .base-wrapper a.cta-button {
    padding: 0.7rem 2rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
    font-weight: 400;
    text-decoration: none; }
    .base-wrapper a.cta-button:hover, .base-wrapper a.cta-button:active {
      text-decoration: underline; }
  .base-wrapper h1 {
    font-size: 4.4rem;
    line-height: 6.7rem;
    font-family: 'AmazonEmber-Light'; }
  .base-wrapper h2 {
    font-size: 4rem;
    line-height: 5.6rem;
    font-family: 'AmazonEmber-Light'; }
  .base-wrapper h3 {
    font-size: 3.2rem;
    line-height: 4.4rem;
    font-family: 'AmazonEmber-Light'; }
  .base-wrapper h4 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-family: 'AmazonEmber-Light'; }
  .base-wrapper h5 {
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: 'AmazonEmber-regular'; }
  .base-wrapper h6 {
    font-size: 1.6rem;
    line-height: 2rem;
    text-transform: none;
    font-family: 'AmazonEmber-medium'; }
  .base-wrapper p {
    font-size: 1.6rem;
    line-height: 2.2rem; }
  .base-wrapper p:empty {
    display: none; }
  .base-wrapper .mt-none {
    margin-top: 0; }
  .base-wrapper .mt-extra-small {
    margin-top: 0.8rem; }
  .base-wrapper .mt-small {
    margin-top: 1.2rem; }
  .base-wrapper .mt-base {
    margin-top: 1.6rem; }
  .base-wrapper .mt-medium {
    margin-top: 2rem; }
  .base-wrapper .mt-large {
    margin-top: 2.4rem; }
  .base-wrapper .mt-extra-large {
    margin-top: 3.2rem; }
  .base-wrapper .mt-2x-large {
    margin-top: 4.8rem; }
  .base-wrapper .mb-none {
    margin-bottom: 0; }
  .base-wrapper .mb-extra-small {
    margin-bottom: 0.8rem; }
  .base-wrapper .mb-small {
    margin-bottom: 1.2rem; }
  .base-wrapper .mb-base {
    margin-bottom: 1.6rem; }
  .base-wrapper .mb-medium {
    margin-bottom: 2rem; }
  .base-wrapper .mb-large {
    margin-bottom: 2.4rem; }
  .base-wrapper .mb-extra-large {
    margin-bottom: 3.2rem; }
  .base-wrapper .mb-2x-large {
    margin-bottom: 4.8rem; }
  .base-wrapper .p-none {
    padding: 0; }
  .base-wrapper .p-small {
    padding: 1.6rem; }
  .base-wrapper .p-medium {
    padding: 2rem; }
  .base-wrapper .p-large {
    padding: 4.8rem; }
  .base-wrapper a.cta-royal-blue {
    color: #ffffff;
    background: #3366FF; }
    .base-wrapper a.cta-royal-blue:hover, .base-wrapper a.cta-royal-blue:active {
      color: #ffffff; }
  .base-wrapper a.cta-blue {
    color: #ffffff;
    background: #31c4f3; }
    .base-wrapper a.cta-blue:hover, .base-wrapper a.cta-blue:active {
      color: #ffffff; }
  .base-wrapper a.cta-green {
    color: #ffffff;
    background: #36c2b4; }
    .base-wrapper a.cta-green:hover, .base-wrapper a.cta-green:active {
      color: #ffffff; }
  .base-wrapper a.cta-yellow {
    color: #111111;
    background: #f0c14b; }
    .base-wrapper a.cta-yellow:hover, .base-wrapper a.cta-yellow:active {
      color: #111111; }
  .base-wrapper .modal {
    z-index: 10001; }

@media screen and (max-width: 767px) {
  .base-wrapper h1 {
    font-size: 3.6rem;
    line-height: 5rem;
    font-family: "AmazonEmber-Light"; }
  .base-wrapper h2 {
    font-size: 2.8rem;
    line-height: 4rem;
    font-family: 'AmazonEmber-Regular'; }
  .base-wrapper h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-family: 'AmazonEmber-Regular'; }
  .base-wrapper h4 {
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: 'AmazonEmber-Regular'; }
  .base-wrapper h5 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-family: 'AmazonEmber-Bold'; }
  .base-wrapper .inner-wrap {
    max-width: 140rem;
    position: relative;
    margin: auto; }
  .base-wrapper picture {
    text-align: center; } }

@media screen and (min-width: 768px) {
  .base-wrapper .inner-wrap {
    max-width: 140rem;
    position: relative;
    margin: auto; }
  .base-wrapper .px-md-5 {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important; } }

.hero-banner {
  position: relative;
  overflow: hidden; }
  .hero-banner.font-white {
    color: #ffffff; }
  .hero-banner.font-black {
    color: #2f2f2f; }
  .hero-banner .banner-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top; }
  .hero-banner_wrapper {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem; }
    .hero-banner_wrapper_left, .hero-banner_wrapper_right {
      display: flex;
      align-items: center;
      justify-content: center; }
      .hero-banner_wrapper_left .image-pos picture, .hero-banner_wrapper_right .image-pos picture {
        position: relative;
        width: 100%; }
      .hero-banner_wrapper_left .image-pos img, .hero-banner_wrapper_right .image-pos img {
        position: relative;
        width: 100%; }
      .hero-banner_wrapper_left .image-pos .caption, .hero-banner_wrapper_right .image-pos .caption {
        margin-top: 1rem;
        font-family: 'AmazonEmber-Regular';
        font-size: 1.4rem; }
        .hero-banner_wrapper_left .image-pos .caption.text-left, .hero-banner_wrapper_right .image-pos .caption.text-left {
          align-self: flex-start; }
        .hero-banner_wrapper_left .image-pos .caption.text-center, .hero-banner_wrapper_right .image-pos .caption.text-center {
          align-self: center; }
      .hero-banner_wrapper_left .video-pos, .hero-banner_wrapper_right .video-pos {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; }
        .hero-banner_wrapper_left .video-pos iframe, .hero-banner_wrapper_right .video-pos iframe {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          border: none; }
        .hero-banner_wrapper_left .video-pos .video-overlay, .hero-banner_wrapper_right .video-pos .video-overlay {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          cursor: pointer; }
    .hero-banner_wrapper_center {
      display: flex;
      align-items: center;
      justify-content: center; }
      .hero-banner_wrapper_center .text-pos {
        text-align: center;
        margin: auto;
        max-width: 75rem; }
    .hero-banner_wrapper_left .text-pos, .hero-banner_wrapper_right .text-pos, .hero-banner_wrapper_center .text-pos {
      width: 100%; }

@media screen and (max-width: 767px) {
  .hero-banner_wrapper .text-pos {
    text-align: center; }
  .hero-banner_wrapper .image-pos {
    margin-top: 2rem; }
    .hero-banner_wrapper .image-pos .caption {
      text-align: center !important; }
  .hero-banner_wrapper .video-pos {
    margin-top: 2rem; }
  .hero-banner_wrapper_left .video-pos .video-overlay, .hero-banner_wrapper_right .video-pos .video-overlay {
    display: none; }
  .hero-banner_wrapper .row.mobile-pref {
    flex-direction: column-reverse; } }

@media screen and (min-width: 768px) {
  .hero-banner .wrapper-left .hero-banner_wrapper_left {
    align-items: start; }
  .hero-banner .wrapper-right .hero-banner_wrapper_right {
    align-items: start; }
  .hero-banner_wrapper {
    padding-top: 0;
    padding-bottom: 0; }
    .hero-banner_wrapper_left, .hero-banner_wrapper_right {
      min-height: 29rem; }
      .hero-banner_wrapper_left h4, .hero-banner_wrapper_right h4 {
        font-size: 2.4rem;
        line-height: 4rem;
        font-family: 'AmazonEmber-Light'; }
      .hero-banner_wrapper_left .text-pos, .hero-banner_wrapper_right .text-pos {
        max-height: 34rem;
        padding-top: 7.5rem;
        padding-bottom: 5.8rem; }
    .hero-banner_wrapper_center {
      min-height: 29rem; }
      .hero-banner_wrapper_center h4 {
        font-size: 2.4rem;
        line-height: 4rem;
        font-family: 'AmazonEmber-Light'; }
      .hero-banner_wrapper_center .text-pos {
        max-height: 34rem; }
    .hero-banner_wrapper_left .image-pos, .hero-banner_wrapper_right .image-pos {
      max-height: 34rem; }
  .col-lg-60 {
    flex: 0 0 60%;
    max-width: 60%;
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .col-lg-40 {
    flex: 0 0 40%;
    max-width: 38%;
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  #video-modal {
    overflow: hidden; }
    #video-modal .modal-dialog {
      max-width: 75%;
      margin: 2.8rem auto;
      margin-top: 0; }
      #video-modal .modal-dialog.publish {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center; }
      #video-modal .modal-dialog .modal-content {
        border-radius: 0.48rem; }
        #video-modal .modal-dialog .modal-content .modal-body {
          padding: 3.2rem 1.6rem 1.6rem 1.6rem; }
          #video-modal .modal-dialog .modal-content .modal-body .close {
            position: absolute;
            right: 1.5rem;
            top: 0.5rem;
            z-index: 999;
            font-size: 2.4rem; } }

@media screen and (min-width: 1400px) {
  #video-modal .modal-dialog {
    max-width: 50%; } }

div.column-control.bg-none, div.column-control.white {
  background-color: #ffffff; }

div.column-control.bg-none, div.column-control.white, div.column-control.light-grey-1, div.column-control.light-grey-2 {
  color: #2f2f2f; }
  div.column-control.bg-none a, div.column-control.white a, div.column-control.light-grey-1 a, div.column-control.light-grey-2 a {
    color: #0066C0; }
    div.column-control.bg-none a:hover, div.column-control.white a:hover, div.column-control.light-grey-1 a:hover, div.column-control.light-grey-2 a:hover {
      color: #0066C0;
      text-decoration: underline; }

div.column-control.dark-grey-1, div.column-control.dark-grey-2 {
  color: #ffffff; }
  div.column-control.dark-grey-1 a, div.column-control.dark-grey-2 a {
    color: #B6FFFF; }
    div.column-control.dark-grey-1 a:hover, div.column-control.dark-grey-2 a:hover {
      color: #B6FFFF;
      text-decoration: underline; }

div.column-control.orange-1, div.column-control.orange-2, div.column-control.orange-3, div.column-control.teal-1, div.column-control.blue-2, div.column-control.blue-500 {
  color: #2f2f2f; }
  div.column-control.orange-1 a, div.column-control.orange-2 a, div.column-control.orange-3 a, div.column-control.teal-1 a, div.column-control.blue-2 a, div.column-control.blue-500 a {
    color: #00008B; }
    div.column-control.orange-1 a:hover, div.column-control.orange-2 a:hover, div.column-control.orange-3 a:hover, div.column-control.teal-1 a:hover, div.column-control.blue-2 a:hover, div.column-control.blue-500 a:hover {
      color: #00008B;
      text-decoration: underline; }

div.column-control.blue-1, div.column-control.purple-1, div.column-control.squid-ink {
  color: #ffffff; }
  div.column-control.blue-1 a, div.column-control.purple-1 a, div.column-control.squid-ink a {
    color: #E0FFFF; }
    div.column-control.blue-1 a:hover, div.column-control.purple-1 a:hover, div.column-control.squid-ink a:hover {
      color: #E0FFFF;
      text-decoration: underline; }

.column-control .gutter-none {
  margin: 0 0; }

.column-control .inner-wrap {
  max-width: none; }

.column-control_wrapper {
  overflow: hidden; }
  .column-control_wrapper [class*="column-control_wrapper_container"].gutter-small {
    margin: 0 -0.8rem; }
  .column-control_wrapper [class*="column-control_wrapper_container"].gutter-medium {
    margin: 0 -1.2rem; }
  .column-control_wrapper [class*="column-control_wrapper_container"].gutter-large {
    margin: 0 -2rem; }
  .column-control_wrapper [class*="column-control_wrapper_container"].gutter-blog {
    margin: 0 -6rem; }
  .column-control_wrapper [class*="column-control_wrapper_container"] .content-section:nth-child(n).gutter-small {
    margin: 0 0.8rem; }
  .column-control_wrapper [class*="column-control_wrapper_container"] .content-section:nth-child(n).gutter-medium {
    margin: 0 1.2rem; }
  .column-control_wrapper [class*="column-control_wrapper_container"] .content-section:nth-child(n).gutter-large {
    margin: 0 2rem; }
  .column-control_wrapper [class*="column-control_wrapper_container"] .content-section:nth-child(n).gutter-blog {
    margin: 0 6rem; }
  .column-control_wrapper .content-section {
    float: left;
    min-height: 0.1rem;
    overflow: hidden; }
  .column-control_wrapper .content-section:empty {
    visibility: hidden; }
  .column-control_wrapper_container50-50.content-section {
    width: 50%; }
    .column-control_wrapper_container50-50.content-section.gutter-small {
      width: calc(50% - 1.6rem); }
    .column-control_wrapper_container50-50.content-section.gutter-medium {
      width: calc(50% - 2.4rem); }
    .column-control_wrapper_container50-50.content-section.gutter-large {
      width: calc(50% - 4rem); }
    .column-control_wrapper_container50-50.content-section.gutter-blog {
      width: calc(50% - 12rem); }
    .column-control_wrapper_container50-50.content-section.gutter-extra-large {
      width: calc(50% - 2rem); }
    .column-control_wrapper_container50-50.content-section.gutter-2x-large {
      width: calc(50% - 3rem); }
    .column-control_wrapper_container50-50.content-section + .content-section {
      width: 50%; }
      .column-control_wrapper_container50-50.content-section + .content-section.gutter-small {
        width: calc(50% - 1.6rem); }
      .column-control_wrapper_container50-50.content-section + .content-section.gutter-medium {
        width: calc(50% - 2.4rem); }
      .column-control_wrapper_container50-50.content-section + .content-section.gutter-large {
        width: calc(50% - 4rem); }
      .column-control_wrapper_container50-50.content-section + .content-section.gutter-blog {
        width: calc(50% - 12rem); }
      .column-control_wrapper_container50-50.content-section + .content-section.gutter-extra-large {
        width: calc(50% - 2rem); }
      .column-control_wrapper_container50-50.content-section + .content-section.gutter-2x-large {
        width: calc(50% - 3rem); }
  .column-control_wrapper_container25-75.content-section {
    width: 25%; }
    .column-control_wrapper_container25-75.content-section.gutter-small {
      width: calc(25% - 1.6rem); }
    .column-control_wrapper_container25-75.content-section.gutter-medium {
      width: calc(25% - 2.4rem); }
    .column-control_wrapper_container25-75.content-section.gutter-large {
      width: calc(25% - 4rem); }
    .column-control_wrapper_container25-75.content-section.gutter-blog {
      width: calc(25% - 12rem); }
    .column-control_wrapper_container25-75.content-section.gutter-extra-large {
      width: calc(25% - 2rem); }
    .column-control_wrapper_container25-75.content-section.gutter-2x-large {
      width: calc(25% - 3rem); }
    .column-control_wrapper_container25-75.content-section + .content-section {
      width: 75%; }
      .column-control_wrapper_container25-75.content-section + .content-section.gutter-small {
        width: calc(75% - 1.6rem); }
      .column-control_wrapper_container25-75.content-section + .content-section.gutter-medium {
        width: calc(75% - 2.4rem); }
      .column-control_wrapper_container25-75.content-section + .content-section.gutter-large {
        width: calc(75% - 4rem); }
      .column-control_wrapper_container25-75.content-section + .content-section.gutter-blog {
        width: calc(75% - 12rem); }
      .column-control_wrapper_container25-75.content-section + .content-section.gutter-extra-large {
        width: calc(75% - 2rem); }
      .column-control_wrapper_container25-75.content-section + .content-section.gutter-2x-large {
        width: calc(75% - 3rem); }
  .column-control_wrapper_container75-25.content-section {
    width: 75%; }
    .column-control_wrapper_container75-25.content-section.gutter-small {
      width: calc(75% - 1.6rem); }
    .column-control_wrapper_container75-25.content-section.gutter-medium {
      width: calc(75% - 2.4rem); }
    .column-control_wrapper_container75-25.content-section.gutter-large {
      width: calc(75% - 4rem); }
    .column-control_wrapper_container75-25.content-section.gutter-blog {
      width: calc(75% - 12rem); }
    .column-control_wrapper_container75-25.content-section.gutter-extra-large {
      width: calc(75% - 2rem); }
    .column-control_wrapper_container75-25.content-section.gutter-2x-large {
      width: calc(75% - 3rem); }
    .column-control_wrapper_container75-25.content-section + .content-section {
      width: 25%; }
      .column-control_wrapper_container75-25.content-section + .content-section.gutter-small {
        width: calc(25% - 1.6rem); }
      .column-control_wrapper_container75-25.content-section + .content-section.gutter-medium {
        width: calc(25% - 2.4rem); }
      .column-control_wrapper_container75-25.content-section + .content-section.gutter-large {
        width: calc(25% - 4rem); }
      .column-control_wrapper_container75-25.content-section + .content-section.gutter-blog {
        width: calc(25% - 12rem); }
      .column-control_wrapper_container75-25.content-section + .content-section.gutter-extra-large {
        width: calc(25% - 2rem); }
      .column-control_wrapper_container75-25.content-section + .content-section.gutter-2x-large {
        width: calc(25% - 3rem); }
  .column-control_wrapper_container60-40.content-section {
    width: 60%; }
    .column-control_wrapper_container60-40.content-section.gutter-small {
      width: calc(60% - 1.6rem); }
    .column-control_wrapper_container60-40.content-section.gutter-medium {
      width: calc(60% - 2.4rem); }
    .column-control_wrapper_container60-40.content-section.gutter-large {
      width: calc(60% - 4rem); }
    .column-control_wrapper_container60-40.content-section.gutter-blog {
      width: calc(60% - 12rem); }
    .column-control_wrapper_container60-40.content-section.gutter-extra-large {
      width: calc(60% - 2rem); }
    .column-control_wrapper_container60-40.content-section.gutter-2x-large {
      width: calc(60% - 3rem); }
    .column-control_wrapper_container60-40.content-section + .content-section {
      width: 40%; }
      .column-control_wrapper_container60-40.content-section + .content-section.gutter-small {
        width: calc(40% - 1.6rem); }
      .column-control_wrapper_container60-40.content-section + .content-section.gutter-medium {
        width: calc(40% - 2.4rem); }
      .column-control_wrapper_container60-40.content-section + .content-section.gutter-large {
        width: calc(40% - 4rem); }
      .column-control_wrapper_container60-40.content-section + .content-section.gutter-blog {
        width: calc(40% - 12rem); }
      .column-control_wrapper_container60-40.content-section + .content-section.gutter-extra-large {
        width: calc(40% - 2rem); }
      .column-control_wrapper_container60-40.content-section + .content-section.gutter-2x-large {
        width: calc(40% - 3rem); }
  .column-control_wrapper_container40-60.content-section {
    width: 40%; }
    .column-control_wrapper_container40-60.content-section.gutter-small {
      width: calc(40% - 1.6rem); }
    .column-control_wrapper_container40-60.content-section.gutter-medium {
      width: calc(40% - 2.4rem); }
    .column-control_wrapper_container40-60.content-section.gutter-large {
      width: calc(40% - 4rem); }
    .column-control_wrapper_container40-60.content-section.gutter-blog {
      width: calc(40% - 12rem); }
    .column-control_wrapper_container40-60.content-section.gutter-extra-large {
      width: calc(40% - 2rem); }
    .column-control_wrapper_container40-60.content-section.gutter-2x-large {
      width: calc(40% - 3rem); }
    .column-control_wrapper_container40-60.content-section + .content-section {
      width: 60%; }
      .column-control_wrapper_container40-60.content-section + .content-section.gutter-small {
        width: calc(60% - 1.6rem); }
      .column-control_wrapper_container40-60.content-section + .content-section.gutter-medium {
        width: calc(60% - 2.4rem); }
      .column-control_wrapper_container40-60.content-section + .content-section.gutter-large {
        width: calc(60% - 4rem); }
      .column-control_wrapper_container40-60.content-section + .content-section.gutter-blog {
        width: calc(60% - 12rem); }
      .column-control_wrapper_container40-60.content-section + .content-section.gutter-extra-large {
        width: calc(60% - 2rem); }
      .column-control_wrapper_container40-60.content-section + .content-section.gutter-2x-large {
        width: calc(60% - 3rem); }
  .column-control_wrapper_container65-35.content-section {
    width: 65%; }
    .column-control_wrapper_container65-35.content-section.gutter-small {
      width: calc(65% - 1.6rem); }
    .column-control_wrapper_container65-35.content-section.gutter-medium {
      width: calc(65% - 2.4rem); }
    .column-control_wrapper_container65-35.content-section.gutter-large {
      width: calc(65% - 4rem); }
    .column-control_wrapper_container65-35.content-section.gutter-blog {
      width: calc(65% - 12rem); }
    .column-control_wrapper_container65-35.content-section.gutter-extra-large {
      width: calc(65% - 2rem); }
    .column-control_wrapper_container65-35.content-section.gutter-2x-large {
      width: calc(65% - 3rem); }
    .column-control_wrapper_container65-35.content-section + .content-section {
      width: 35%; }
      .column-control_wrapper_container65-35.content-section + .content-section.gutter-small {
        width: calc(35% - 1.6rem); }
      .column-control_wrapper_container65-35.content-section + .content-section.gutter-medium {
        width: calc(35% - 2.4rem); }
      .column-control_wrapper_container65-35.content-section + .content-section.gutter-large {
        width: calc(35% - 4rem); }
      .column-control_wrapper_container65-35.content-section + .content-section.gutter-blog {
        width: calc(35% - 12rem); }
      .column-control_wrapper_container65-35.content-section + .content-section.gutter-extra-large {
        width: calc(35% - 2rem); }
      .column-control_wrapper_container65-35.content-section + .content-section.gutter-2x-large {
        width: calc(35% - 3rem); }
  .column-control_wrapper_container33-33-33 .content-section {
    width: 33.33333%; }
    .column-control_wrapper_container33-33-33 .content-section.gutter-small {
      width: calc(33.3333% - 1.6rem); }
    .column-control_wrapper_container33-33-33 .content-section.gutter-medium {
      width: calc(33.3333% - 2.4rem); }
    .column-control_wrapper_container33-33-33 .content-section.gutter-large {
      width: calc(33.3333% - 4rem); }
    .column-control_wrapper_container33-33-33 .content-section.gutter-blog {
      width: calc(33.3333% - 12rem); }
    .column-control_wrapper_container33-33-33 .content-section.gutter-extra-large {
      width: calc(33.3333% - 2rem); }
    .column-control_wrapper_container33-33-33 .content-section.gutter-2x-large {
      width: calc(33.3333% - 3rem); }
  .column-control_wrapper_container25-50-25 .content-section {
    width: 25%; }
    .column-control_wrapper_container25-50-25 .content-section.gutter-small {
      width: calc(25% - 1.6rem); }
    .column-control_wrapper_container25-50-25 .content-section.gutter-medium {
      width: calc(25% - 2.4rem); }
    .column-control_wrapper_container25-50-25 .content-section.gutter-large {
      width: calc(25% - 4rem); }
    .column-control_wrapper_container25-50-25 .content-section.gutter-blog {
      width: calc(25% - 12rem); }
    .column-control_wrapper_container25-50-25 .content-section.gutter-extra-large {
      width: calc(25% - 2rem); }
    .column-control_wrapper_container25-50-25 .content-section.gutter-2x-large {
      width: calc(25% - 3rem); }
  .column-control_wrapper_container25-50-25 .content-section:nth-child(2) {
    width: 50%; }
    .column-control_wrapper_container25-50-25 .content-section:nth-child(2).gutter-small {
      width: calc(50% - 1.6rem); }
    .column-control_wrapper_container25-50-25 .content-section:nth-child(2).gutter-medium {
      width: calc(50% - 2.4rem); }
    .column-control_wrapper_container25-50-25 .content-section:nth-child(2).gutter-large {
      width: calc(50% - 4rem); }
    .column-control_wrapper_container25-50-25 .content-section:nth-child(2).gutter-blog {
      width: calc(50% - 12rem); }
    .column-control_wrapper_container25-50-25 .content-section:nth-child(2).gutter-extra-large {
      width: calc(50% - 2rem); }
    .column-control_wrapper_container25-50-25 .content-section:nth-child(2).gutter-2x-large {
      width: calc(50% - 3rem); }
  .column-control_wrapper_container25-50-25 .content-section:nth-child(3) {
    width: 25%; }
    .column-control_wrapper_container25-50-25 .content-section:nth-child(3).gutter-small {
      width: calc(25% - 1.6rem); }
    .column-control_wrapper_container25-50-25 .content-section:nth-child(3).gutter-medium {
      width: calc(25% - 2.4rem); }
    .column-control_wrapper_container25-50-25 .content-section:nth-child(3).gutter-large {
      width: calc(25% - 4rem); }
    .column-control_wrapper_container25-50-25 .content-section:nth-child(3).gutter-blog {
      width: calc(25% - 12rem); }
    .column-control_wrapper_container25-50-25 .content-section:nth-child(3).gutter-extra-large {
      width: calc(25% - 2rem); }
    .column-control_wrapper_container25-50-25 .content-section:nth-child(3).gutter-2x-large {
      width: calc(25% - 3rem); }
  .column-control_wrapper_container25-25-25-25 .content-section {
    width: 25%; }
    .column-control_wrapper_container25-25-25-25 .content-section.gutter-small {
      width: calc(25% - 1.6rem); }
    .column-control_wrapper_container25-25-25-25 .content-section.gutter-medium {
      width: calc(25% - 2.4rem); }
    .column-control_wrapper_container25-25-25-25 .content-section.gutter-large {
      width: calc(25% - 4rem); }
    .column-control_wrapper_container25-25-25-25 .content-section.gutter-blog {
      width: calc(25% - 12rem); }
    .column-control_wrapper_container25-25-25-25 .content-section.gutter-extra-large {
      width: calc(25% - 2rem); }
    .column-control_wrapper_container25-25-25-25 .content-section.gutter-2x-large {
      width: calc(25% - 3rem); }
  .column-control_wrapper_container20-20-20-20-20 .content-section {
    width: 20%; }
    .column-control_wrapper_container20-20-20-20-20 .content-section.gutter-small {
      width: calc(20% - 1.6rem); }
    .column-control_wrapper_container20-20-20-20-20 .content-section.gutter-medium {
      width: calc(20% - 2.4rem); }
    .column-control_wrapper_container20-20-20-20-20 .content-section.gutter-large {
      width: calc(20% - 4rem); }
    .column-control_wrapper_container20-20-20-20-20 .content-section.gutter-blog {
      width: calc(20% - 12rem); }
    .column-control_wrapper_container20-20-20-20-20 .content-section.gutter-extra-large {
      width: calc(20% - 2rem); }
    .column-control_wrapper_container20-20-20-20-20 .content-section.gutter-2x-large {
      width: calc(20% - 3rem); }
  .column-control_wrapper_container16-16-16-16-16-16 .content-section {
    width: 16.66666%; }
    .column-control_wrapper_container16-16-16-16-16-16 .content-section.gutter-small {
      width: calc(16.6666% - 1.6rem); }
    .column-control_wrapper_container16-16-16-16-16-16 .content-section.gutter-medium {
      width: calc(16.6666% - 2.4rem); }
    .column-control_wrapper_container16-16-16-16-16-16 .content-section.gutter-large {
      width: calc(16.6666% - 4rem); }
    .column-control_wrapper_container16-16-16-16-16-16 .content-section.gutter-blog {
      width: calc(16.6666% - 12rem); }
    .column-control_wrapper_container16-16-16-16-16-16 .content-section.gutter-extra-large {
      width: calc(16.6666% - 2rem); }
    .column-control_wrapper_container16-16-16-16-16-16 .content-section.gutter-2x-large {
      width: calc(16.6666% - 3rem); }

@media screen and (max-width: 767px) {
  .column-control_wrapper [class*="column-control_wrapper_container"].gutter-small, .column-control_wrapper [class*="column-control_wrapper_container"].gutter-medium, .column-control_wrapper [class*="column-control_wrapper_container"].gutter-large, .column-control_wrapper [class*="column-control_wrapper_container"].gutter-blog {
    margin: 0 0 4.8rem; }
  .column-control_wrapper [class*="column-control_wrapper_container"] .content-section:nth-child(n) {
    width: 100%;
    margin: 0 0 4.8rem; }
    .column-control_wrapper [class*="column-control_wrapper_container"] .content-section:nth-child(n).gutter-small, .column-control_wrapper [class*="column-control_wrapper_container"] .content-section:nth-child(n).gutter-medium, .column-control_wrapper [class*="column-control_wrapper_container"] .content-section:nth-child(n).gutter-large, .column-control_wrapper [class*="column-control_wrapper_container"] .content-section:nth-child(n).gutter-blog {
      width: 100%;
      margin: 0 0 4.8rem; }
  .column-control_wrapper .empty-section {
    display: none; }
  .column-control_wrapper .content-section {
    float: none;
    min-height: 0; } }

.image-rte.font-white {
  color: #ffffff; }

.image-rte.font-black {
  color: #2f2f2f; }

.image-rte_wrapper a {
  font-size: 1.6rem; }

.image-rte_wrapper table td {
  font-size: 1.6rem;
  font-family: 'AmazonEmber-Light'; }

.image-rte_wrapper .image-pos {
  margin-bottom: 1.8rem; }

.image-rte_wrapper .rte-text {
  margin-bottom: 1.4rem; }
  .image-rte_wrapper .rte-text ol,
  .image-rte_wrapper .rte-text ul {
    list-style-position: inside; }

.image-rte_wrapper .cta-link:hover {
  color: #e87825 !important;
  text-decoration-line: none; }

.image-rte_wrapper .cta-link {
  color: #0066c0; }

.image-rte_wrapper .image-wrap {
  overflow: hidden; }
  .image-rte_wrapper .image-wrap a {
    width: 100%; }
  .image-rte_wrapper .image-wrap img {
    max-width: 100%; }

.title-comp {
  display: inline-block;
  width: 100%; }
  .title-comp.font-white {
    color: #ffffff; }
    .title-comp.font-white .title-link {
      color: #ffffff; }
      .title-comp.font-white .title-link:hover {
        color: #e87825;
        text-decoration: none; }
    .title-comp.font-white .title-link:not([href]):not([tabindex]) {
      color: #ffffff; }
      .title-comp.font-white .title-link:not([href]):not([tabindex]):hover {
        color: #e87825;
        text-decoration: none; }
  .title-comp.font-black {
    color: #2f2f2f; }
    .title-comp.font-black .title-link {
      color: #2f2f2f; }
      .title-comp.font-black .title-link:hover {
        color: #e87825;
        text-decoration: none; }
    .title-comp.font-black .title-link:not([href]):not([tabindex]) {
      color: #2f2f2f; }
      .title-comp.font-black .title-link:not([href]):not([tabindex]):hover {
        color: #e87825;
        text-decoration: none; }
  .title-comp_wrapper .title-link {
    text-decoration: none;
    color: #2f2f2f; }
  .title-comp_wrapper .title-link:not([href]):not([tabindex]) {
    color: #2f2f2f; }

.text-comp {
  display: inline-block;
  width: 100%; }
  .text-comp.font-white {
    color: #ffffff; }
  .text-comp.font-black {
    color: #2f2f2f; }
  .text-comp_wrapper {
    /* table element styles within text component */ }
    .text-comp_wrapper .description div {
      margin-bottom: 1.6rem; }
    .text-comp_wrapper .description table {
      margin: auto; }
    .text-comp_wrapper .description ol,
    .text-comp_wrapper .description ul {
      list-style-position: inside; }
    .text-comp_wrapper table {
      font-family: "AmazonEmber-Regular";
      color: #16191F;
      text-align: left;
      word-wrap: break-word;
      /* add horizontal scroll to mobile */
      display: block;
      overflow-x: auto; }
    .text-comp_wrapper tbody {
      display: block; }
    .text-comp_wrapper tr:nth-child(odd) {
      background-color: #F2F3F3; }
    .text-comp_wrapper tr:nth-child(even) {
      background-color: #ffffff; }
    .text-comp_wrapper tr th {
      color: #ffffff;
      background-color: #495159;
      font-family: "AmazonEmber-Bold"; }
    .text-comp_wrapper td,
    .text-comp_wrapper th {
      padding: 10px 20px;
      vertical-align: top;
      max-width: 540px; }
    .text-comp_wrapper th:not(:first-child):before {
      content: '';
      border-right: 1px solid #F6F6F6;
      position: relative;
      left: -20px; }

.row-container .row-component_wrapper.p-none {
  padding: 0; }

.row-container .row-component_wrapper.p-small {
  padding: 1.6rem 0; }

.row-container .row-component_wrapper.p-medium {
  padding: 2rem 0; }

.row-container .row-component_wrapper.p-large {
  padding: 4.8rem 0; }

.row-container .inner-wrap-indent {
  max-width: 140rem;
  position: relative;
  margin: auto; }

.row-container .inner-wrap-superindent {
  max-width: 91rem;
  position: relative;
  margin: auto; }

.image-width {
  max-width: 100%; }

.image-picture {
  display: block; }

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; }
  .video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none; }

.navigation-footer {
  background-color: #1a364c;
  color: #ffffff;
  font-family: 'AmazonEmber-Regular';
  font-weight: 500;
  overflow: hidden; }
  .navigation-footer a:hover {
    text-decoration: none; }
  .navigation-footer .dpfWidth {
    max-width: 140rem;
    margin: 0 auto; }
  .navigation-footer .dpfBackToTopLink {
    color: #ffffff;
    display: block;
    line-height: 6rem;
    text-align: center;
    font-size: 1.7rem;
    max-width: 30rem;
    margin: 0 auto;
    text-decoration: none; }
  .navigation-footer .dpfNav {
    background-color: #152939;
    margin-bottom: 0.1rem;
    padding: 0.8rem 1.6rem 4rem; }
    .navigation-footer .dpfNav .dpfnHideRightMargin {
      margin-right: -4.8rem; }
    .navigation-footer .dpfNav .dpfnCol {
      width: 25%;
      padding-right: 4.8rem;
      float: left; }
      .navigation-footer .dpfNav .dpfnCol .dpfnGroup .dpIconArrow {
        padding: 1.6rem;
        display: none;
        margin-top: 0.4rem;
        position: absolute;
        right: 1.6rem; }
      .navigation-footer .dpfNav .dpfnCol .dpfnGroup.open .dpIconArrow:before {
        transform: rotateZ(90deg); }
      .navigation-footer .dpfNav .dpfnCol .dpfnGroup h3 {
        color: inherit;
        font-family: inherit;
        font-size: 1.6rem;
        margin-top: 3.2rem;
        margin-bottom: 0.8rem;
        font-weight: 600; }
        .navigation-footer .dpfNav .dpfnCol .dpfnGroup h3 a {
          color: inherit; }
      .navigation-footer .dpfNav .dpfnCol .dpfnGroup ul {
        padding-left: 0;
        color: #d0d4d7;
        font-size: 1.3rem;
        margin-left: 0; }
        .navigation-footer .dpfNav .dpfnCol .dpfnGroup ul li {
          list-style: none;
          margin: 0.5rem 0; }
          .navigation-footer .dpfNav .dpfnCol .dpfnGroup ul li a {
            color: inherit; }
  .navigation-footer .dpfSocialLocal {
    background-color: #152939;
    text-align: center;
    position: relative;
    min-height: 8rem;
    padding: 0 1.6rem;
    font-weight: 100; }
    .navigation-footer .dpfSocialLocal .dpfSocial {
      right: 0;
      float: right;
      margin: 2.2rem 0;
      vertical-align: middle;
      max-width: 29.7rem;
      text-align: left; }
    .navigation-footer .dpfSocialLocal .dpfSocialTitle {
      vertical-align: bottom;
      margin-right: 2rem;
      font-size: 1.5rem;
      font-family: 'AmazonEmber-Light';
      float: left;
      margin-top: 0.7rem;
      display: block; }
    .navigation-footer .dpfSocialLocal .dpfSocial a {
      display: inline-block;
      vertical-align: text-bottom;
      margin: 0rem 0rem 0.4rem 0rem; }

@media screen and (max-width: 992px) {
  .navigation-footer .dpfNav .dpfnCol {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .navigation-footer .dpfNav {
    padding: 0 1.6rem;
    margin-bottom: 0rem; }
    .navigation-footer .dpfNav .dpfnHideRightMargin {
      margin-right: 0rem; }
    .navigation-footer .dpfNav .dpfnColWrap {
      width: 100%; }
    .navigation-footer .dpfNav .dpfnCol {
      padding-right: 0; }
      .navigation-footer .dpfNav .dpfnCol .dpfnGroup {
        border-bottom: 0.1rem solid #1a364c;
        margin: 0 -1.6rem;
        padding: 0 1.6rem;
        padding-bottom: 0rem;
        transition: padding-bottom 0.4s;
        will-change: padding-bottom;
        position: relative; }
        .navigation-footer .dpfNav .dpfnCol .dpfnGroup.open {
          padding-bottom: 1.6rem; }
        .navigation-footer .dpfNav .dpfnCol .dpfnGroup .dpIconArrow {
          display: block; }
        .navigation-footer .dpfNav .dpfnCol .dpfnGroup h3 {
          font-size: 1.6rem;
          padding: 1.6rem 0;
          margin: 0;
          padding-right: 4.1rem; }
        .navigation-footer .dpfNav .dpfnCol .dpfnGroup ul {
          padding: 0 2.4rem;
          margin-top: 0;
          will-change: margin-top;
          transition: margin-top 0.4s; }
        .navigation-footer .dpfNav .dpfnCol .dpfnGroup.open ul {
          margin-top: -1.2rem; }
        .navigation-footer .dpfNav .dpfnCol .dpfnGroup ul li {
          margin: 0rem 0;
          opacity: 0;
          will-change: margin, opacity;
          transition: margin 0.4s, opacity 0.3s; }
        .navigation-footer .dpfNav .dpfnCol .dpfnGroup.open ul li {
          margin: 1.6rem 0;
          opacity: 1;
          transition: margin 0.4s, opacity 0.4s 0.2s; }
        .navigation-footer .dpfNav .dpfnCol .dpfnGroup ul li a {
          line-height: 0rem;
          display: block;
          transition: line-height 0.4s;
          will-change: line-height; }
        .navigation-footer .dpfNav .dpfnCol .dpfnGroup.open ul li a {
          line-height: 1.9rem; } }

/* END FOOTER NAV */
/* SOCIAL/LOCALE BAR */
@media screen and (max-width: 1199px) {
  .navigation-footer .dpfSocialLocal {
    white-space: pre-line; }
    .navigation-footer .dpfSocialLocal .dpfSocial {
      float: none;
      position: relative;
      display: inline-block;
      white-space: normal;
      margin: 1.6rem 0; } }

.dpIconArrow:before {
  content: ' ';
  background-image: url(https://m.media-amazon.com/images/G/01/mobile-apps/dex/icons/iconSprite._V519597648_.svg);
  width: 0.9rem;
  height: 1.5rem;
  background-position: -6.5rem -2.1rem;
  background-repeat: no-repeat;
  z-index: 1;
  transform: rotateZ(0deg);
  transition: transform 0.4s;
  will-change: transform;
  transform-origin: 0.4rem 0.6rem;
  display: block; }

/* END SOCIAL/LOCALE BAR */
.navigation-header header {
  background-color: #152939;
  position: relative;
  font-family: 'AmazonEmber-Light';
  font-weight: 300;
  font-size: 1.4rem;
  z-index: 3010;
  padding: 0 1.6rem;
  width: 100%;
  min-height: 4rem;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid #1a364c;
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.4s;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-end; }
  .navigation-header header.scrollHidden {
    transform: translateY(-100%);
    pointer-events: none; }
  .navigation-header header a {
    text-decoration: none;
    color: inherit;
    position: relative; }
  .navigation-header header ul {
    color: inherit;
    margin-top: 0; }

.navigation-header nav.dpPrimaryNav {
  max-width: 140rem;
  margin: 0; }
  .navigation-header nav.dpPrimaryNav ul.dppnItems {
    margin: 0 -4rem 0 0;
    color: #2f2f2f;
    padding: 0; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem {
      display: inline-block;
      margin-right: 4rem;
      position: relative;
      padding-bottom: 1.4rem;
      margin-bottom: -0.4rem; }
      .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem:hover {
        z-index: 2;
        pointer-events: all; }
      .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem > .dppnLink {
        color: #ffffff;
        text-decoration: none;
        padding-bottom: 0.9rem; }
      .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem > span.dppnLink {
        cursor: default; }
      .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemCurrentWithChildren > a {
        transition: border-bottom 0.2s, padding-bottom 0.2s;
        will-change: border-bottom, padding-bottom; }
      .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemCurrentWithChildren:hover > a {
        border-bottom: 0rem solid #ffffff;
        padding-bottom: 1.4rem; }
      .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem .dppnFlyoutWrap {
        width: 45rem;
        position: absolute;
        overflow: hidden;
        height: calc(100vh - 70px);
        left: -0.5rem;
        top: 3.2rem;
        padding: 0rem 0.5rem;
        z-index: 1;
        pointer-events: none;
        margin-bottom: -999.9rem;
        opacity: 0;
        transition: opacity 0s 0.3s;
        will-change: opacity; }
      .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem:hover .dppnFlyoutWrap {
        opacity: 1;
        transition: opacity 0s 0s; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout {
      opacity: 0;
      pointer-events: none;
      position: absolute;
      margin: 0;
      left: 0.5rem;
      top: 0;
      padding: 1.6rem 0rem;
      width: 22rem;
      z-index: 0;
      transform: translateY(-2.5rem);
      transition: opacity 0.3s, transform 0.3s;
      will-change: opacity, transform;
      color: inherit;
      background-color: #ffffff;
      border: 0.1rem solid #cccccc;
      border-top: 0rem;
      box-shadow: 0rem 0.2rem 0.4rem rgba(0, 0, 0, 0.2); }
    .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem:hover ul.dppnFlyout {
      opacity: 1;
      pointer-events: all;
      transform: translateY(0rem); }
    .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem {
      list-style: none;
      cursor: default;
      background-color: #ffffff;
      transition: background-color 0.3s;
      will-change: background-color;
      position: relative; }
      .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding-right: 0;
        box-sizing: content-box; }
      .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem:hover:before {
        padding-right: 0.5rem; }
      .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dppnfLink {
        display: block;
        padding: 0.8rem 4.8rem 0.8rem 3.2rem; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems .dpIconArrow {
      position: absolute;
      opacity: 0.75;
      padding: 0;
      top: 1.2rem;
      right: 3.2rem; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem > .dpIconArrow {
      display: block;
      width: 0rem;
      height: 0rem;
      border-bottom: 0rem solid #ffffff;
      border-left: 0rem solid transparent;
      border-right: 0rem solid transparent;
      position: absolute;
      left: 50%;
      bottom: -0.1rem;
      right: auto;
      top: auto;
      transform: translateX(-50%);
      opacity: 0;
      transition: border-bottom 0.3s, border-left 0.3s, border-right 0.3s, opacity 0.3s;
      will-change: border-bottom, border-left, border-right, opacity; }
      .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem > .dpIconArrow:before {
        display: none; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem:hover > .dpIconArrow {
      border-bottom: 1rem solid #ffffff;
      border-left: 1rem solid transparent;
      border-right: 1rem solid transparent;
      opacity: 1; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dpIconArrow {
      display: block; }
      .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dpIconArrow:before {
        background-position: -6.5rem -0.1rem; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dppnfTitle {
      color: inherit;
      display: block;
      font-family: 'AmazonEmber-Regular'; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dppnfSubtitle {
      display: block;
      color: inherit;
      opacity: 0.5;
      font-family: 'AmazonEmber-Light'; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem ul.dppnLevel3Nav {
      position: absolute;
      left: 100%;
      left: calc(100% + 1px);
      background-color: #ffffff;
      top: -1.7rem;
      z-index: -2;
      opacity: 0;
      pointer-events: none;
      overflow-y: auto;
      overflow-x: hidden;
      border: 0.1rem solid #cccccc;
      box-shadow: 0rem 0.2rem 0.4rem rgba(0, 0, 0, 0.2); }
    .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem:hover ul.dppnLevel3Nav {
      pointer-events: all;
      opacity: 1; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnsnItem ul.dppnLevel3Nav li.dppnl3nItem {
      list-style: none; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRightPartial .dppnFlyoutWrap {
      left: -22.5rem; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRightPartial ul.dppnFlyout {
      left: auto;
      right: 0.5rem; }
      .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRightPartial ul.dppnFlyout li.dppnfItem ul.dppnLevel3Nav {
        left: auto;
        right: 100%; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRight .dppnFlyoutWrap {
      left: auto;
      right: -0.5rem; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRight ul.dppnFlyout {
      left: auto;
      right: 0.5rem; }
      .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRight ul.dppnFlyout li.dppnfItem ul.dppnLevel3Nav {
        left: auto;
        right: 100%; }

@media screen and (max-width: 992px) {
  .navigation-header nav.dpPrimaryNav ul.dppnItems {
    margin-right: 0;
    color: #ffffff; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem {
      display: block;
      border-bottom: 0.1rem solid #495c71;
      padding: 1.6rem 5.6rem 1.7rem 3.2rem;
      margin-right: 0;
      margin-bottom: 0; }
      .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemCurrentWithChildren:hover > a {
        padding-bottom: 1.7rem; }
      .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem .dppnLink {
        color: #ffffff;
        line-height: normal;
        padding-bottom: 0;
        border-bottom: 0;
        display: block;
        padding: 1.6rem 0 1.7rem 3.2rem;
        margin: -1.6rem 0 -1.7rem -3.2rem; }
      .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem ul .dppnfLink {
        line-height: 0rem;
        transition: line-height 0.4s;
        will-change: line-height;
        padding: 0 0 0 3.2rem;
        margin: 0 0 0 -3.2rem; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dppnfLink {
      padding: 0 0 0 3.2rem; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.open ul.dppnSecondaryNav > li.dppnfItem > .dppnfLink, .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.open ul.dppnSecondaryNav > li.dppnfItem.open .dppnfLink {
      line-height: 1.8rem; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem .dppnFlyoutWrap {
      position: initial;
      height: auto;
      width: 100%;
      margin-bottom: 0;
      opacity: 1;
      overflow: visible;
      padding: 0;
      margin-top: 1.6rem;
      margin-bottom: -1.7rem; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRight .dppnFlyoutWrap, .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRightPartial .dppnFlyoutWrap {
      left: -0.5rem; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems .dpIconArrow {
      top: -0.1rem;
      right: 1.6rem;
      padding: 1.6rem; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem > .dpIconArrow {
      width: auto;
      height: auto;
      opacity: 0.75;
      left: auto;
      right: 1.6rem;
      top: 0.3rem;
      transform: none;
      bottom: auto;
      border-bottom: 0rem;
      border-right: 0rem;
      border-left: 0rem;
      padding: 1.6rem; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem:hover > .dpIconArrow {
      border-bottom: 0rem;
      border-right: 0rem;
      border-left: 0rem;
      opacity: 0.75; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem > .dpIconArrow:before {
      display: block; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dpIconArrow:before {
      background-position: -6.5rem -2.1rem; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems li.accrItem.open > .dpIconArrow:before {
      transform: rotateZ(90deg); }
    .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout {
      position: relative;
      opacity: 1;
      width: 100%;
      transform: translateY(0);
      background-color: #1a364c;
      border-top: 0rem solid #495c71;
      margin-left: -3.2rem;
      margin-right: -5.6rem;
      padding: 0;
      width: auto;
      z-index: initial;
      left: 0;
      overflow: hidden;
      transition: padding 0.4s;
      will-change: padding;
      border: 0;
      box-shadow: none; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems .accrItem.open ul.dppnFlyout:not(.dppnLevel3Nav) {
      padding: 0.8rem 0;
      border-top: 0.1rem solid #495c71; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRight ul.dppnFlyout li.dppnfItem ul.dppnLevel3Nav {
      left: 0;
      right: auto; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRightPartial ul.dppnFlyout {
      left: auto;
      right: auto; }
      .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRightPartial ul.dppnFlyout li.dppnfItem ul.dppnLevel3Nav {
        left: 0;
        right: auto; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem ul.dppnFlyout:before {
      display: none; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem {
      background-color: transparent;
      opacity: 0;
      padding: 0rem 5.6rem 0rem 4.8rem;
      transition: padding 0.4s, opacity 0.3s;
      will-change: padding, opacity; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems .open ul.dppnFlyout.dppnSecondaryNav > li.dppnfItem {
      opacity: 1;
      padding: 1.2rem 5.6rem 1.2rem 4.8rem;
      transition: padding 0.4s, opacity 0.4s 0.2s; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout.dppnLevel3Nav > li.dppnfItem {
      padding: 0 0 0 1.6rem; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems .open ul.dppnFlyout li.dppnfItem.open ul.dppnLevel3Nav .dppnfItem {
      opacity: 1;
      padding: 1.2rem 0rem 1.2rem 1.6rem;
      transition: padding 0.4s, opacity 0.4s 0.2s; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dppnfSubtitle {
      opacity: 0.7; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem ul.dppnLevel3Nav {
      position: relative;
      left: auto;
      margin-left: 0;
      margin-right: 0;
      z-index: 40;
      transform: translate3d(0, 0, 0);
      pointer-events: all;
      opacity: 1;
      background-color: transparent;
      top: auto;
      bottom: auto;
      border-top: 0;
      transition: padding 0.4s;
      will-change: padding;
      border: 0;
      box-shadow: none;
      overflow: hidden; }
    .navigation-header nav.dpPrimaryNav ul.dppnItems .open ul.dppnFlyout li.dppnfItem.open ul.dppnLevel3Nav {
      padding: 0.8rem 0; }
  .navigation-header header.dpHeader .dphTopBar {
    max-width: 140rem;
    top: -1.9rem;
    position: relative; }
    .navigation-header header.dpHeader .dphTopBar .dphLeft {
      float: left; }
    .navigation-header header.dpHeader .dphTopBar .dphMenuToggle .dphMenuIcon {
      background-image: url(https://m.media-amazon.com/images/G/01/mobile-apps/dex/icons/iconSprite._V519597648_.svg);
      background-position: -4.5rem -2.1rem;
      width: 2rem;
      margin-right: -2.4rem;
      height: 1.9rem;
      position: relative;
      display: inline-block;
      overflow: hidden;
      vertical-align: middle;
      transform: translateX(0px);
      opacity: 1;
      transition: transform 0.25s, opacity 0.25s;
      will-change: transform, opacity; }
    .navigation-header header.dpHeader .dphTopBar .dphMenuToggle .dphMenuBackIcon {
      background-image: url(https://m.media-amazon.com/images/G/01/mobile-apps/dex/icons/iconSprite._V519597648_.svg);
      background-position: -7.5rem -2.1rem;
      width: 1.6rem;
      height: 1.6rem;
      position: relative;
      display: inline-block;
      overflow: hidden;
      vertical-align: middle;
      transform: translateX(-2rem);
      opacity: 0;
      transition: transform 0.25s, opacity 0.25s;
      will-change: transform, opacity; }
  .navigation-header header.dpHeader.navOpen .dphTopBar .dphMenuToggle .dphMenuBackIcon {
    transform: translateX(0);
    opacity: 1; }
  .navigation-header header.dpHeader.navOpen .dphTopBar .dphMenuToggle .dphMenuIcon {
    transform: translateX(2rem);
    opacity: 0; }
  .navigation-header header.dpHeader.scrollHidden {
    transform: translateY(0);
    pointer-events: all; }
  .navigation-header header.dpHeader .dphTopBar .dphMenuToggle {
    display: inline-block; }
  .navigation-header header.dpHeader .dphNavigation {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 5rem;
    background-color: #31465F;
    width: 100%;
    max-width: 32.7rem;
    height: 100vh;
    z-index: -1;
    transform: translateX(-100%);
    pointer-events: none;
    transition: transform 0.4s;
    will-change: transform; }
  .navigation-header header.dpHeader.navOpen .dphNavigation {
    transform: translateX(0);
    pointer-events: all; }
  .navigation-header header.dpHeader .dphNavigation .dphnWrap {
    overflow: auto;
    width: 100%;
    height: 100%; } }

@media screen and (min-width: 991px) {
  .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemCurrent > a {
    border-bottom: 0.5rem solid #ffffff; }
  .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem:hover {
    background-color: #E5E5E5; } }

.navigation-header .dpIconArrow:before {
  content: ' ';
  background-image: url(https://m.media-amazon.com/images/G/01/mobile-apps/dex/icons/iconSprite._V519597648_.svg);
  width: 0.9rem;
  height: 1.5rem;
  background-position: -6.5rem -2.1rem;
  background-repeat: no-repeat;
  z-index: 1;
  transform: rotateZ(0deg);
  transition: transform 0.4s;
  will-change: transform;
  transform-origin: 0.4rem 0.6rem;
  display: block; }

.dropdown-component form {
  margin-bottom: 14px; }

.dropdown-component input, .dropdown-component select, .dropdown-component textarea {
  transition: all .1s linear;
  line-height: 19px;
  color: black; }

.dropdown-component button, .dropdown-component input, .dropdown-component select, .dropdown-component textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

.feedback-component {
  background-image: url(https://m.media-amazon.com/images/G/01/mobile-apps/dex/alexa/alexa-voice-service/art/ux-assets/Feedback-A._CB496098006_.png);
  position: fixed;
  bottom: 60px;
  right: 0;
  height: 110px;
  width: 33px;
  z-index: 1; }

.blog-post-component__wrapper {
  border: 0;
  margin-bottom: 2rem; }

.blog-post-component__title-text {
  font-size: 2.4rem;
  letter-spacing: 0.51px;
  line-height: 3.4rem; }

.blog-post-component__date {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 22px; }

.blog-post-component__video.href-btn,
.blog-post-component__code.href-btn,
.blog-post-component__video.href-btn a,
.blog-post-component__code.href-btn a {
  color: #111111;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: -0.44px;
  line-height: 13px;
  background-color: #D8D8D8; }
  .blog-post-component__video.href-btn:hover,
  .blog-post-component__code.href-btn:hover,
  .blog-post-component__video.href-btn a:hover,
  .blog-post-component__code.href-btn a:hover {
    text-decoration: none; }

.share__icon {
  position: relative;
  width: 17px;
  height: 17px; }
  .share__icon img {
    width: 100%; }
  .share__icon iframe {
    width: 17px !important;
    height: 17px !important;
    position: absolute !important;
    top: 5px;
    left: 0;
    opacity: 0.001;
    z-index: 99;
    overflow: hidden; }

.SubNavComponent {
  top: 0;
  z-index: 999; }
  .SubNavComponent.fixed-SubNavComponent {
    position: fixed;
    width: 100%; }

.blog-sub-header-component {
  width: 100%; }
  .blog-sub-header-component .sub-nav-items {
    text-align: center;
    display: flex;
    justify-content: center;
    height: 5.7rem; }
    .blog-sub-header-component .sub-nav-items a:hover {
      text-decoration: none; }
    .blog-sub-header-component .sub-nav-items .sub-nav-item {
      display: inline-block;
      padding: 0 2.4rem; }
      .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item {
        display: none;
        backface-visibility: hidden;
        transition: transform .6s ease-in-out; }
        .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.active {
          display: block; }
      .blog-sub-header-component .sub-nav-items .sub-nav-item span {
        position: relative;
        cursor: pointer;
        color: #555555;
        font-size: 1.6rem;
        font-weight: 500;
        display: block;
        padding: 12px 0;
        line-height: 32px;
        font-family: AmazonEmber-medium; }
      .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.active span {
        cursor: pointer;
        color: #555555;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 20px;
        font-family: AmazonEmber-medium; }
      .blog-sub-header-component .sub-nav-items .sub-nav-item.active span,
      .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.selectedactive.active span {
        color: #16191F;
        font-size: 2rem;
        letter-spacing: 0.38px;
        line-height: 2.8rem;
        font-family: AmazonEmber-bold;
        padding: 1.4rem 0; }
      .blog-sub-header-component .sub-nav-items .sub-nav-item span:hover:after {
        position: absolute;
        content: '';
        height: 0.2rem;
        bottom: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        width: auto;
        background-color: #555555; }
      .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item {
        line-height: 4rem; }
        .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.active {
          line-height: 4rem; }
        .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item a.cta-blue {
          line-height: 2rem; }
      .blog-sub-header-component .sub-nav-items .sub-nav-item.active span:after {
        position: absolute;
        content: '';
        height: 0.4rem;
        bottom: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        width: auto;
        background-color: #000000; }
      .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.active.selectedactive span:after {
        position: absolute;
        content: '';
        height: 0.4rem;
        bottom: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        width: auto;
        background-color: #000000; }
      .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.active span:after {
        content: none; }
      .blog-sub-header-component .sub-nav-items .sub-nav-item button {
        height: 40px;
        border: 1px solid blue;
        background: blue;
        color: #fff;
        cursor: pointer;
        min-width: 120px;
        padding: 10px;
        border-radius: 5px; }
      .blog-sub-header-component .sub-nav-items .sub-nav-item:last-child {
        padding-right: 0; }
      .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item-right, .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item-next:not(.carousel-item-left) {
        transform: translateX(100%); }
      .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item-left, .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item-prev:not(.carousel-item-right) {
        transform: translateX(-100%); }

.margin-sl {
  margin: 5px 20px; }

.blog-filter-component .blog-filter-component-header {
  text-align: center;
  background-color: #E6E6E6;
  color: #111;
  font-family: AmazonEmber-Regular;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.58px;
  line-height: 2rem;
  position: relative;
  z-index: 99;
  cursor: pointer; }
  .blog-filter-component .blog-filter-component-header .blog-filter-component-title {
    position: relative;
    cursor: pointer; }

.blog-filter-component-data .blog-filter-data-column .filter-data-title {
  margin-bottom: 0.75rem;
  color: #16191F;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 28px;
  font-family: AmazonEmber-regular; }

.blog-filter-component-data .blog-filter-data-column .filter-data {
  font-size: 16px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  text-transform: capitalize; }
  .blog-filter-component-data .blog-filter-data-column .filter-data .checkbox-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600; }
  .blog-filter-component-data .blog-filter-data-column .filter-data input[type="checkbox"] {
    height: 15px;
    width: 15px;
    border: 1px solid #979797;
    border-radius: 2px;
    background-color: rgba(216, 216, 216, 0.8);
    margin-right: 1rem; }

.blog-filter-component .caret {
  bottom: auto;
  border: 6px solid transparent;
  display: inline-block;
  height: 0;
  margin-left: 20px;
  position: absolute;
  top: 0;
  width: 0; }
  .blog-filter-component .caret.down {
    bottom: 0;
    border-top-color: #111;
    top: auto; }
  .blog-filter-component .caret.up {
    border-bottom-color: #111111; }

.blog-filter-component .crear-filter {
  color: #BDBDBD;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 19px;
  text-decoration: underline; }

.filter-label-item {
  background-color: #B3B3B3;
  display: inline-block;
  padding: 0 5px;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer; }
  .filter-label-item::after {
    content: 'x';
    color: #000000;
    font-weight: 300;
    font-family: Arial, sans-serif;
    margin-left: 5px; }

.blog-filter-component__wrapper {
  border-bottom: 1px solid #555555;
  border-top: 1px solid #555555;
  padding: 2rem 0 1rem;
  margin-bottom: 1rem; }

.blog__wrapper {
  margin: auto; }

.blog__wrapper-list {
  display: flex;
  padding: 1rem 0; }
  .blog__wrapper-list .blog__wrapper-img {
    margin-right: 1rem;
    width: 280px;
    min-width: 280px; }
    .blog__wrapper-list .blog__wrapper-img img {
      width: 100%; }

.blog__desc-item--title a {
  color: #16191F;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.38px;
  line-height: 28px;
  margin: 5px 0;
  font-family: AmazonEmber-regular;
  display: inline-block; }

.blog__desc-item--category span,
.blog__desc-item--category a {
  background-color: #D8D8D8;
  border-radius: 8px;
  color: #16191F;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  padding: 0.15rem 1rem;
  margin-right: 0.25rem;
  text-decoration: none; }
  .blog__desc-item--category span:hover,
  .blog__desc-item--category a:hover {
    text-decoration: none; }

.blog__desc-item--author span,
.blog__desc-item--author a {
  color: #1774c6;
  cursor: pointer;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  font-family: AmazonEmber-regular; }

.blog__desc-item--date {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px; }

.blog-filter-component-data {
  margin-top: 1rem; }

.blog-sub-header-component .sub-nav-items .sub-nav-item .font-white span {
  color: #ffffff !important; }

.blog-sub-header-component .sub-nav-items .sub-nav-item .font-black span {
  color: #000000 !important; }

.blog-sub-header-component .sub-nav-items .sub-nav-item.active .font-white span:after, .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.active.selectedactive .font-white span:after {
  position: absolute;
  content: '';
  height: 0.4rem;
  bottom: -1px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: auto;
  background-color: #FFFFFF; }

.blog-sub-header-component .sub-nav-items .sub-nav-item.active .font-white span {
  color: #FFFFFF !important; }

.blog-sub-header-component .sub-nav-items .sub-nav-item .font-white span:hover:after {
  position: absolute;
  content: '';
  height: 0.2rem;
  bottom: -1px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: auto;
  background-color: #FFFFFF; }

.IN-widget {
  width: 17px !important;
  height: 17px !important;
  position: absolute !important;
  top: 5px;
  left: 0;
  opacity: 0.001;
  z-index: 99;
  overflow: hidden; }

.sub-nav-items .carousel-control-prev, .sub-nav-items .carousel-control-next {
  opacity: 0.8 !important;
  width: 8% !important; }

.sub-nav-items .carousel-control-prev img, .sub-nav-items .carousel-control-next img {
  width: 30px; }

.fixheader {
  position: fixed;
  width: 100%;
  top: 0; }

.blog-sub-header-component .sub-nav-items .sub-nav-item .btn-section {
  line-height: 2.4rem;
  margin: 0.9rem 0; }

.twitter-timeline-widget {
  height: 500px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  margin: 2px; }

@media only screen and (max-width: 767px) {
  .blog-sub-header-component .sub-nav-items .sub-nav-item.active .font-white span:after {
    content: none; }
  .blog-sub-header-component .sub-nav-items .sub-nav-item a {
    display: inline-block; }
  .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.active span {
    line-height: 2.9rem !important; }
  .blog-post-component__wrapper {
    margin: 0; }
    .blog-post-component__wrapper .card-img-overlay {
      position: static;
      background: transparent; }
  .blog-post-component__text-wrapper {
    position: static;
    background: unset;
    opacity: unset;
    color: #000000;
    padding: 0 0.75rem; }
  .blog-post-component__date {
    color: #000000; }
  .blog-post-component__title-text {
    color: #000000 !important;
    font-size: 2rem;
    line-height: 2.8rem; }
  .blog-filter-component-data {
    margin-bottom: 1rem; }
    .blog-filter-component-data .blog-filter-data-column .filter-data-title {
      font-size: 2rem;
      line-height: 2.8rem;
      background-color: #E6E6E6;
      padding: 0 5px; }
  .blog__wrapper-list {
    padding: 1rem 2rem 0; }
    .blog__wrapper-list .blog__wrapper-img,
    .blog__wrapper-list .blog__desc {
      width: 50%;
      min-width: auto; }
  .blog__desc-item--category-m {
    margin: 0 2rem; }
  .blog__desc-item--date {
    font-size: 11px;
    line-height: 17px; }
  .blog__desc-item--title a {
    font-size: 14px;
    line-height: 2rem;
    margin-bottom: 0; }
  .blog-filter-component__wrapper {
    margin: 0 2rem; }
    .blog-filter-component__wrapper .collapse,
    .blog-filter-component__wrapper .collapsing {
      position: absolute;
      background: #FFF;
      width: calc(100% - 4rem);
      z-index: 9; }
    .blog-filter-component__wrapper .blog-filter-data-column .collapse,
    .blog-filter-component__wrapper .blog-filter-data-column .collapsing {
      position: static;
      padding-left: 1.5rem; }
  .margin-sl {
    margin: 5px 0; }
  .blog-filter-data-column {
    padding: 0; }
  .iconMinus:after {
    content: "-";
    float: right;
    margin: 0 5px;
    font-size: 3rem;
    line-height: 2.8rem; }
  .collapsed .iconMinus:after {
    content: "+";
    font-size: 2rem; }
  .twitter-timeline-widget {
    margin: 0 1rem;
    width: calc(100% - 2rem); } }

.fb-share-button {
  width: 17px !important;
  height: 17px !important;
  position: absolute !important;
  top: -2px;
  left: 0;
  opacity: 1;
  z-index: 99; }

.blog-featured-overlay {
  top: auto;
  bottom: 1rem;
  padding: 1rem 2rem;
  background: rgba(0, 0, 0, 0.5); }
  .blog-featured-overlay .blog-post-component__title-text {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: bold;
    margin: 0;
    color: inherit; }
    .blog-featured-overlay .blog-post-component__title-text:hover {
      text-decoration: none; }
  .blog-featured-overlay .blog-post-component__date {
    font-size: 14px;
    line-height: 17px; }

.cdp {
  position: relative;
  text-align: center;
  padding: 20px 0;
  font-size: 0;
  z-index: 6;
  margin: 50px 0; }
  .cdp .caret {
    position: static;
    margin: 0.45rem 1.5rem; }
  .cdp .right {
    border-left-color: inherit; }
  .cdp .left {
    border-right-color: inherit; }
  .cdp_i {
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    line-height: 20px;
    padding: 0 1rem;
    display: none;
    color: #0066C7;
    font-family: AmazonEmber-Regular; }
    .cdp_i:last-child, .cdp_i:nth-child(2), .cdp_i:nth-last-child(2) {
      display: inline-block; }
    .cdp_i.cdp_prev_inactive, .cdp_i.cdp_next_inactive {
      color: #999999 !important;
      display: inline-block !important; }
    .cdp_i.cdp_prev_inactive[href], .cdp_i.cdp_next_inactive[href] {
      color: #0066C7 !important; }
  .cdp_i:hover {
    text-decoration: none; }
  .cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
    display: inline-block; }

.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child) {
  display: inline-block; }

.cdp[actpage="1"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block; }

.cdp[actpage="1"] .cdp_i:nth-child(2) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child) {
  display: inline-block; }

.cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block; }

.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block; }

.cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block; }

.cdp[actpage="2"] .cdp_i:nth-child(3) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block; }

.cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block; }

.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block; }

.cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block; }

.cdp[actpage="3"] .cdp_i:nth-child(4) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block; }

.cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block; }

.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block; }

.cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block; }

.cdp[actpage="4"] .cdp_i:nth-child(5) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block; }

.cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block; }

.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block; }

.cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block; }

.cdp[actpage="5"] .cdp_i:nth-child(6) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block; }

.cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block; }

.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block; }

.cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block; }

.cdp[actpage="6"] .cdp_i:nth-child(7) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block; }

.cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block; }

.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block; }

.cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block; }

.cdp[actpage="7"] .cdp_i:nth-child(8) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block; }

.cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block; }

.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block; }

.cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block; }

.cdp[actpage="8"] .cdp_i:nth-child(9) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block; }

.cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block; }

.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block; }

.cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block; }

.cdp[actpage="9"] .cdp_i:nth-child(10) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block; }

.cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block; }

.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block; }

.cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block; }

.cdp[actpage="10"] .cdp_i:nth-child(11) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block; }

.cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block; }

.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block; }

.cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block; }

.cdp[actpage="11"] .cdp_i:nth-child(12) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block; }

.cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block; }

.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block; }

.cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block; }

.cdp[actpage="12"] .cdp_i:nth-child(13) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block; }

.cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block; }

.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block; }

.cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block; }

.cdp[actpage="13"] .cdp_i:nth-child(14) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block; }

.cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block; }

.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block; }

.cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block; }

.cdp[actpage="14"] .cdp_i:nth-child(15) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block; }

.cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block; }

.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block; }

.cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block; }

.cdp[actpage="15"] .cdp_i:nth-child(16) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block; }

.cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block; }

.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block; }

.cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block; }

.cdp[actpage="16"] .cdp_i:nth-child(17) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block; }

.cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block; }

.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block; }

.cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block; }

.cdp[actpage="17"] .cdp_i:nth-child(18) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block; }

.cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block; }

.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block; }

.cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block; }

.cdp[actpage="18"] .cdp_i:nth-child(19) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block; }

.cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block; }

.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block; }

.cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block; }

.cdp[actpage="19"] .cdp_i:nth-child(20) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block; }

.cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block; }

.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block; }

.cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block; }

.cdp[actpage="20"] .cdp_i:nth-child(21) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block; }

.cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block; }

.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block; }

.cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block; }

.cdp[actpage="21"] .cdp_i:nth-child(22) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block; }

.cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block; }

.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block; }

.cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block; }

.cdp[actpage="22"] .cdp_i:nth-child(23) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block; }

.cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block; }

.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block; }

.cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block; }

.cdp[actpage="23"] .cdp_i:nth-child(24) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block; }

.cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block; }

.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block; }

.cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block; }

.cdp[actpage="24"] .cdp_i:nth-child(25) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block; }

.cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block; }

.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block; }

.cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block; }

.cdp[actpage="25"] .cdp_i:nth-child(26) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block; }

.cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block; }

.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block; }

.cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block; }

.cdp[actpage="26"] .cdp_i:nth-child(27) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block; }

.cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block; }

.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block; }

.cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block; }

.cdp[actpage="27"] .cdp_i:nth-child(28) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block; }

.cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block; }

.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block; }

.cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block; }

.cdp[actpage="28"] .cdp_i:nth-child(29) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block; }

.cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block; }

.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block; }

.cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block; }

.cdp[actpage="29"] .cdp_i:nth-child(30) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block; }

.cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block; }

.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block; }

.cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block; }

.cdp[actpage="30"] .cdp_i:nth-child(31) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block; }

.cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block; }

.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block; }

.cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block; }

.cdp[actpage="31"] .cdp_i:nth-child(32) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block; }

.cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block; }

.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block; }

.cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block; }

.cdp[actpage="32"] .cdp_i:nth-child(33) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block; }

.cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block; }

.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block; }

.cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block; }

.cdp[actpage="33"] .cdp_i:nth-child(34) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block; }

.cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block; }

.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block; }

.cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block; }

.cdp[actpage="34"] .cdp_i:nth-child(35) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block; }

.cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block; }

.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block; }

.cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block; }

.cdp[actpage="35"] .cdp_i:nth-child(36) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block; }

.cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block; }

.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block; }

.cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block; }

.cdp[actpage="36"] .cdp_i:nth-child(37) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block; }

.cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block; }

.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block; }

.cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block; }

.cdp[actpage="37"] .cdp_i:nth-child(38) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block; }

.cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block; }

.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block; }

.cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block; }

.cdp[actpage="38"] .cdp_i:nth-child(39) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block; }

.cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block; }

.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block; }

.cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block; }

.cdp[actpage="39"] .cdp_i:nth-child(40) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block; }

.cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block; }

.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block; }

.cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block; }

.cdp[actpage="40"] .cdp_i:nth-child(41) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block; }

.cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block; }

.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block; }

.cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block; }

.cdp[actpage="41"] .cdp_i:nth-child(42) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block; }

.cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block; }

.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block; }

.cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block; }

.cdp[actpage="42"] .cdp_i:nth-child(43) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block; }

.cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block; }

.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block; }

.cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block; }

.cdp[actpage="43"] .cdp_i:nth-child(44) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block; }

.cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block; }

.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block; }

.cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block; }

.cdp[actpage="44"] .cdp_i:nth-child(45) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block; }

.cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block; }

.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block; }

.cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block; }

.cdp[actpage="45"] .cdp_i:nth-child(46) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block; }

.cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block; }

.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block; }

.cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block; }

.cdp[actpage="46"] .cdp_i:nth-child(47) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block; }

.cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block; }

.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block; }

.cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block; }

.cdp[actpage="47"] .cdp_i:nth-child(48) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block; }

.cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block; }

.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block; }

.cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block; }

.cdp[actpage="48"] .cdp_i:nth-child(49) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block; }

.cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block; }

.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block; }

.cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block; }

.cdp[actpage="49"] .cdp_i:nth-child(50) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block; }

.cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block; }

.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block; }

.cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block; }

.cdp[actpage="50"] .cdp_i:nth-child(51) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block; }

.cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block; }

.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block; }

.cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block; }

.cdp[actpage="51"] .cdp_i:nth-child(52) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block; }

.cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block; }

.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block; }

.cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block; }

.cdp[actpage="52"] .cdp_i:nth-child(53) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block; }

.cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block; }

.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block; }

.cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block; }

.cdp[actpage="53"] .cdp_i:nth-child(54) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block; }

.cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block; }

.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block; }

.cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block; }

.cdp[actpage="54"] .cdp_i:nth-child(55) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block; }

.cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block; }

.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block; }

.cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block; }

.cdp[actpage="55"] .cdp_i:nth-child(56) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block; }

.cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block; }

.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block; }

.cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block; }

.cdp[actpage="56"] .cdp_i:nth-child(57) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block; }

.cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block; }

.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block; }

.cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block; }

.cdp[actpage="57"] .cdp_i:nth-child(58) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block; }

.cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block; }

.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block; }

.cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block; }

.cdp[actpage="58"] .cdp_i:nth-child(59) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block; }

.cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block; }

.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block; }

.cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block; }

.cdp[actpage="59"] .cdp_i:nth-child(60) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block; }

.cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block; }

.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block; }

.cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block; }

.cdp[actpage="60"] .cdp_i:nth-child(61) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block; }

.cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block; }

.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block; }

.cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block; }

.cdp[actpage="61"] .cdp_i:nth-child(62) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block; }

.cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block; }

.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block; }

.cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block; }

.cdp[actpage="62"] .cdp_i:nth-child(63) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block; }

.cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block; }

.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block; }

.cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block; }

.cdp[actpage="63"] .cdp_i:nth-child(64) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block; }

.cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block; }

.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block; }

.cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block; }

.cdp[actpage="64"] .cdp_i:nth-child(65) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block; }

.cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block; }

.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block; }

.cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block; }

.cdp[actpage="65"] .cdp_i:nth-child(66) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block; }

.cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block; }

.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block; }

.cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block; }

.cdp[actpage="66"] .cdp_i:nth-child(67) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block; }

.cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block; }

.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block; }

.cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block; }

.cdp[actpage="67"] .cdp_i:nth-child(68) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block; }

.cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block; }

.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block; }

.cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block; }

.cdp[actpage="68"] .cdp_i:nth-child(69) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block; }

.cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block; }

.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block; }

.cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block; }

.cdp[actpage="69"] .cdp_i:nth-child(70) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block; }

.cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block; }

.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block; }

.cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block; }

.cdp[actpage="70"] .cdp_i:nth-child(71) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block; }

.cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block; }

.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block; }

.cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block; }

.cdp[actpage="71"] .cdp_i:nth-child(72) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block; }

.cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block; }

.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block; }

.cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block; }

.cdp[actpage="72"] .cdp_i:nth-child(73) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block; }

.cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block; }

.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block; }

.cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block; }

.cdp[actpage="73"] .cdp_i:nth-child(74) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block; }

.cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block; }

.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block; }

.cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block; }

.cdp[actpage="74"] .cdp_i:nth-child(75) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block; }

.cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block; }

.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block; }

.cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block; }

.cdp[actpage="75"] .cdp_i:nth-child(76) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block; }

.cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block; }

.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block; }

.cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block; }

.cdp[actpage="76"] .cdp_i:nth-child(77) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block; }

.cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block; }

.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block; }

.cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block; }

.cdp[actpage="77"] .cdp_i:nth-child(78) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block; }

.cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block; }

.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block; }

.cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block; }

.cdp[actpage="78"] .cdp_i:nth-child(79) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block; }

.cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block; }

.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block; }

.cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block; }

.cdp[actpage="79"] .cdp_i:nth-child(80) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block; }

.cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block; }

.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block; }

.cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) {
  display: inline-block; }

.cdp[actpage="80"] .cdp_i:nth-child(81) {
  color: #111111;
  display: inline-block; }

.cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block; }

.cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child) {
  display: inline-block; }

.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent; }
  .cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
    color: #111111;
    content: '...';
    margin-left: -8px; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px; }

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

.base-wrapper .docs iframe {
  width: 560px !important;
  height: 315px !important; }

.docs .alert {
  display: block; }

@media (min-width: 992px) {
  .dp-content-slot {
    overflow: hidden;
    clear: both; } }

.dp-content-pixel-tracker-slot {
  line-height: 0; }

.dp-content-slot--transparent {
  opacity: .8; }

.dp-content-slot-inner > .dp-content-slot--buffet-component:-moz-only-whitespace,
.dp-content-slot-inner > .dp-content-slot--buffet-component:empty {
  margin: 0; }

@media (min-width: 992px) {
  .dp-content-slot-inner > .dp-content-slot--buffet-component:-moz-only-whitespace,
  .dp-content-slot-inner > .dp-content-slot--buffet-component:empty {
    margin: 0; } }

.dp-content-slot-inner > .dp-content-slot--buffet-component:first-child:not(:empty) {
  margin-top: 50px; }

.dp-content-slot-inner > .dp-content-slot--buffet-component:last-child:not(:empty) {
  margin-bottom: 50px; }

.dp-content-slot-inner > .dp-content-slot--buffet-component {
  margin-bottom: 30px; }

@media (min-width: 992px) {
  .dp-content-slot-inner > .dp-content-slot--buffet-component {
    margin-bottom: 50px; } }

.dp-content-slot:nth-child(odd) {
  background: #f6f6f6; }

.dp-content-slot--left .dp-content-slot-img-wrapper {
  right: -2%;
  left: auto; }

.dp-content-slot--right .dp-content-slot-img-wrapper {
  left: -2%;
  right: auto; }

.dp-content-slot--right .dp-content-slot-copy-wrapper {
  float: right; }

@media (min-width: 992px) {
  .dp-content-slot-inner {
    max-width: 1400px;
    padding: 0 50px;
    position: relative; } }

.dp-content-slot-img-wrapper {
  max-width: 600px;
  position: absolute;
  bottom: 0;
  display: none; }

@media (min-width: 992px) {
  .dp-content-slot-img-wrapper {
    display: block; } }

.dp-content-slot-category {
  color: inherit;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 14px; }

@media (min-width: 992px) {
  .dp-content-slot-category {
    font-size: 16px; } }

.dp-content-slot-title-wrapper {
  overflow: hidden; }

.dp-content-slot-title-img {
  float: left;
  max-width: 32px;
  margin-right: 8px; }

@media (min-width: 992px) {
  .dp-content-slot-title-img {
    max-width: 48px; } }

@media (min-width: 992px) {
  .dp-content-slot-title-img--large {
    max-width: 60px;
    margin-right: 16px;
    margin-bottom: 14px; } }

.dp-content-slot-title {
  color: inherit;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 28px; }

@media (min-width: 992px) {
  .dp-content-slot-title {
    font-size: 48px;
    font-weight: 300; } }

.dp-content-slot-title--small {
  color: inherit;
  font-size: 28px;
  font-weight: 400; }

@media (min-width: 992px) {
  .dp-content-slot-title--small {
    font-size: 34px;
    font-weight: 300; } }

.dp-content-slot a,
.dp-content-slot li,
.dp-content-slot p {
  line-height: 150%; }

.dp-content-slot p a {
  text-decoration: none; }

.dp-content-slot ul {
  color: inherit;
  font-weight: 300; }

.dp-callout-list {
  margin: 24px 0;
  padding: 0; }

.dp-callout-list li {
  list-style-type: none;
  padding: 16px 0; }

@media (max-width: 991px) {
  .dp-content-slot-aside {
    margin-top: 16px; } }

.dp-content-slot-aside-img {
  width: 100%; }

@media (min-width: 992px) {
  .dp-content-slot {
    display: table;
    width: 100%; } }

.dp-content-slot--l2-component h1,
.dp-content-slot--l2-component h2,
.dp-content-slot--l2-component h3 {
  margin-bottom: 8px; }

@media (min-width: 992px) {
  .dp-content-slot--l2-component h1,
  .dp-content-slot--l2-component h2,
  .dp-content-slot--l2-component h3 {
    margin-bottom: 16px; } }

.dp-content-slot--l2-component p:last-child {
  margin-bottom: 14px; }

@media (min-width: 992px) {
  .dp-content-slot--l2-component p:last-child {
    margin-bottom: 24px; } }

@media (min-width: 992px) {
  .dp-content-slot--l2-component p {
    margin-bottom: 24px; } }

.dp-content-slot--l2-component .media-wrapper {
  margin-bottom: 24px; }

.dp-content-slot--l2-component .media-wrapper--video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.dp-content-slot--l2-component .media-wrapper--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.dp-content-slot--l2-component img {
  width: 100%; }

.dp-content-slot-background-white {
  background-color: #ffffff; }

.dp-content-slot-background-light-font,
.dp-content-slot-background-light-grey,
.dp-content-slot-background-white {
  color: #111111; }

.dp-content-slot-background-alexa-blue,
.dp-content-slot-background-amazon-orange,
.dp-content-slot-background-dark-font, .dp-content-slot-background-dark-grey1,
.dp-content-slot-background-dark-grey2,
.dp-content-slot-background-devportal-orange,
.dp-content-slot-background-drs-cyan,
.dp-content-slot-background-fireos-orange, .dp-content-slot-background-twitch-purple {
  color: #ffffff; }

.dp-content-slot-background-light-grey a:link,
.dp-content-slot-background-light-grey a:visited,
.dp-content-slot-background-light-link a:link,
.dp-content-slot-background-light-link a:visited,
.dp-content-slot-background-white a:link,
.dp-content-slot-background-white a:visited {
  color: #0066c0; }

.dp-content-slot-background-light-grey a:hover,
.dp-content-slot-background-light-link a:hover,
.dp-content-slot-background-white a:hover {
  color: #e37825; }

.dp-content-slot-background-alexa-blue a:link,
.dp-content-slot-background-alexa-blue a:visited,
.dp-content-slot-background-amazon-orange a:link,
.dp-content-slot-background-amazon-orange a:visited,
.dp-content-slot-background-dark-grey1 a:link,
.dp-content-slot-background-dark-grey1 a:visited,
.dp-content-slot-background-dark-grey2 a:link,
.dp-content-slot-background-dark-grey2 a:visited,
.dp-content-slot-background-dark-link a:link,
.dp-content-slot-background-dark-link a:visited,
.dp-content-slot-background-devportal-orange a:link,
.dp-content-slot-background-devportal-orange a:visited,
.dp-content-slot-background-drs-cyan a:link,
.dp-content-slot-background-drs-cyan a:visited,
.dp-content-slot-background-fireos-orange a:link,
.dp-content-slot-background-fireos-orange a:visited,
.dp-content-slot-background-twitch-purple a:link,
.dp-content-slot-background-twitch-purple a:visited {
  color: #00c2e0; }

.dp-content-slot-background-alexa-blue a:hover,
.dp-content-slot-background-amazon-orange a:hover,
.dp-content-slot-background-dark-grey1 a:hover,
.dp-content-slot-background-dark-grey2 a:hover,
.dp-content-slot-background-dark-link a:hover,
.dp-content-slot-background-devportal-orange a:hover,
.dp-content-slot-background-drs-cyan a:hover,
.dp-content-slot-background-fireos-orange a:hover,
.dp-content-slot-background-twitch-purple a:hover {
  color: #e37825; }

.dp-content-slot-background-light-grey {
  background-color: #f6f6f6 !important; }

.dp-content-slot-background-dark-grey1 {
  background-color: #404951 !important; }

.dp-content-slot-background-dark-grey2 {
  background-color: #495159 !important; }

.dp-content-slot-background-devportal-orange {
  background-color: #e37825 !important; }

.dp-content-slot-background-fireos-orange {
  background-color: #ef6426 !important; }

.dp-content-slot-background-alexa-blue {
  background-color: #0068a8 !important; }

.dp-content-slot-background-twitch-purple {
  background-color: #6441a5 !important; }

.dp-content-slot-background-drs-cyan {
  background-color: #07cbda !important; }

.dp-content-slot-background-amazon-orange {
  background-color: #f90 !important; }

.dp-content-slot .h1,
.dp-content-slot .h2,
.dp-content-slot .h3,
.dp-content-slot .h4,
.dp-content-slot .h5,
.dp-content-slot .h6,
.dp-content-slot h1,
.dp-content-slot h2,
.dp-content-slot h3,
.dp-content-slot h4,
.dp-content-slot h5,
.dp-content-slot h6 {
  color: inherit;
  line-height: 125%; }

.dp-content-slot h1 .link-style,
.dp-content-slot .h1 a,
.dp-content-slot .h1 a:active,
.dp-content-slot .h1 a:hover,
.dp-content-slot .h1 a:link,
.dp-content-slot .h1 a:visited,
.dp-content-slot .h2 .link-style,
.dp-content-slot .h2 a,
.dp-content-slot .h2 a:active,
.dp-content-slot .h2 a:hover,
.dp-content-slot .h2 a:link,
.dp-content-slot .h2 a:visited,
.dp-content-slot .h3 .link-style,
.dp-content-slot .h3 a,
.dp-content-slot .h3 a:active,
.dp-content-slot .h3 a:hover,
.dp-content-slot .h3 a:link,
.dp-content-slot .h3 a:visited,
.dp-content-slot .h4 .link-style,
.dp-content-slot .h4 a,
.dp-content-slot .h4 a:active,
.dp-content-slot .h4 a:hover,
.dp-content-slot .h4 a:link,
.dp-content-slot .h4 a:visited,
.dp-content-slot .h5 .link-style,
.dp-content-slot .h5 a,
.dp-content-slot .h5 a:active,
.dp-content-slot .h5 a:hover,
.dp-content-slot .h5 a:link,
.dp-content-slot .h5 a:visited,
.dp-content-slot .h6 .link-style,
.dp-content-slot .h6 a,
.dp-content-slot .h6 a:active,
.dp-content-slot .h6 a:hover,
.dp-content-slot .h6 a:link,
.dp-content-slot .h6 a:visited,
.dp-content-slot h1 .link-style,
.dp-content-slot h1 a,
.dp-content-slot h1 a:active,
.dp-content-slot h1 a:hover,
.dp-content-slot h1 a:link,
.dp-content-slot h1 a:visited,
.dp-content-slot h2 .link-style,
.dp-content-slot h2 a,
.dp-content-slot h2 a:active,
.dp-content-slot h2 a:hover,
.dp-content-slot h2 a:link,
.dp-content-slot h2 a:visited,
.dp-content-slot h3 .link-style,
.dp-content-slot h3 a,
.dp-content-slot h3 a:active,
.dp-content-slot h3 a:hover,
.dp-content-slot h3 a:link,
.dp-content-slot h3 a:visited,
.dp-content-slot h4 .link-style,
.dp-content-slot h4 a,
.dp-content-slot h4 a:active,
.dp-content-slot h4 a:hover,
.dp-content-slot h4 a:link,
.dp-content-slot h4 a:visited,
.dp-content-slot h5 .link-style,
.dp-content-slot h5 a,
.dp-content-slot h5 a:active,
.dp-content-slot h5 a:hover,
.dp-content-slot h5 a:link,
.dp-content-slot h5 a:visited,
.dp-content-slot h6 .link-style,
.dp-content-slot h6 a,
.dp-content-slot h6 a:active,
.dp-content-slot h6 a:hover,
.dp-content-slot h6 a:link,
.dp-content-slot h6 a:visited {
  color: inherit;
  text-decoration: none; }

.dp-content-slot .h1,
.dp-content-slot .h2,
.dp-content-slot .h3,
.dp-content-slot .h4,
.dp-content-slot h1,
.dp-content-slot h2,
.dp-content-slot h3,
.dp-content-slot h4 {
  padding-bottom: 16px; }

.car-control {
  width: 50px;
  height: 90px;
  margin-top: -263px;
  z-index: 2;
  position: relative;
  background-color: #eee; }

.error .content-section {
  color: grey;
  max-width: 1400px;
  margin: auto;
  width: 75%;
  padding-top: 5%;
  padding-bottom: 8%;
  padding-left: 5%; }

.error .error-title {
  font-size: 300%;
  margin-bottom: 2%;
  line-height: 1em; }

.error .error-description {
  font-size: 160%;
  line-height: 1.25em;
  padding-left: .1em;
  font-weight: 300; }

@media screen and (max-width: 992px) {
  .error .error-title {
    font-size: 250%; }
  .error .error-description {
    font-size: 140%; } }

@media screen and (max-width: 600px) {
  .error .error-title {
    font-size: 200%; }
  .error .error-description {
    font-size: 120%; } }

@font-face {
  font-family: icomoon;
  src: url(https://m.media-amazon.com/images/G/01/AUIClients/DeXWebsiteAUIAssets-icomoon-cff8550da8b280dec7eb0b2ec4bcd6bee7450574._V2_.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

.alert.alert-warning, .alert.alert-warning-message {
  padding-left: 50px;
  border-color: #8b6e00; }

.alert {
  padding: 11.25px 15px;
  margin-bottom: 30px;
  border: 1px solid #f7f7f7;
  border-radius: 3px; }

.dp-content-slot--buffet-component nav.product-nav {
  margin: -50px -1999px;
  padding: 0 1999px; }

.dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title .link-style, .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a, .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a:active, .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a:hover, .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a:link, .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a:visited {
  color: inherit;
  text-decoration: none; }

.single-field-form-subtext {
  margin-top: 12px;
  margin-bottom: 0;
  font-weight: 300; }

.single-field-form-error-msg-area {
  display: none;
  margin-bottom: 6px !important;
  text-align: left;
  height: auto; }

.a-icon.a-icon-alert.single-field-form-error-icon {
  top: 17px; }

.single-field-form-error-msg {
  font-size: 14px; }

.single-field-form-input-area {
  margin-top: 12px;
  display: inline-block; }

.single-field-form-email-input {
  width: 360px;
  margin-right: 12px; }

input.single-field-form-email-input {
  height: 35px; }

.single-field-form-submit-button-text {
  margin-left: 20px;
  margin-right: 20px; }

@media (max-width: 991px) {
  .single-field-form-wrapper {
    margin-left: 20px;
    margin-right: 20px; }
  .single-field-form-input-area {
    display: block; }
  .single-field-form-email-input, .single-field-form-error-msg-area, .single-field-form-submit-button {
    width: 100%; }
  .a-icon.a-icon-alert.single-field-form-error-icon {
    top: 11px; }
  .single-field-form-submit-button {
    margin-top: 8px; } }

.docs {
  font-family: Ember,Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  line-height: 1.3em;
  padding-top: 85px;
  margin-top: -60px; }
  .docs .alert,
  .docs .bs-callout,
  .docs div.legend,
  .docs dl dd,
  .docs dt,
  .docs li,
  .docs p {
    font-family: Ember,Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500; }
  .docs .alert,
  .docs .bs-callout,
  .docs a.editButton,
  .docs .subheading,
  .docs dd,
  .docs dt,
  .docs figcaption,
  .docs li,
  .docs ol,
  .docs p,
  .docs table,
  .docs ul,
  .docs span.githubButton {
    color: #111111;
    line-height: 1.5em;
    font-weight: 400; }
  .docs .productTitle,
  .docs .relatedResources,
  .docs h1,
  .docs h2,
  .docs h3,
  .docs h4,
  .docs h5,
  .docs h6 {
    color: #111111;
    line-height: 1.3em; }
  .docs dt[id],
  .docs h1[id],
  .docs h2[id],
  .docs h3[id],
  .docs h4[id],
  .docs h5[id],
  .docs h6[id] {
    padding-top: 85px;
    margin-top: -60px; }
  .docs a {
    color: #0066c0; }
  .docs i.fa {
    font-family: FontAwesome; }
  .docs a:hover {
    color: #e87825; }
  .docs p a:hover {
    text-decoration: underline;
    color: #e87825 !important; }
  .docs p a {
    text-decoration: none; }
  .docs .a-ordered-list, .docs .a-unordered-list, .docs ol, .docs ul {
    padding: 0;
    margin-left: 18px; }
  .docs p {
    margin-bottom: 20px; }
  .docs h2, .docs h3, .docs h4, .docs h5, .docs h6 {
    padding-top: 25px; }
  .docs h1, .docs h1 code.highlighter-rouge {
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: 300;
    background-color: transparent; }
  .docs h2, .docs h2 code.highlighter-rouge {
    font-size: 42px;
    font-weight: 300;
    background-color: transparent; }
  .docs h3, .docs h3 code.highlighter-rouge {
    font-size: 28px;
    font-weight: 300;
    background-color: transparent; }
  .docs h4, .docs h4 code.highlighter-rouge {
    font-size: 21px;
    font-weight: 300;
    background-color: transparent; }
  .docs h5, .docs h5 code.highlighter-rouge {
    font-size: 18px;
    font-weight: 400;
    background-color: transparent; }
  .docs .h6, .docs h6 code.highlighter-rouge {
    font-size: 16em;
    font-weight: 300;
    background-color: transparent; }
  .docs .mydocsidebar {
    height: 100%;
    overflow-y: auto;
    background-color: #f7f7f7;
    padding: 24px 24px 32px 24px;
    margin: 34px 50px 50px 10px;
    width: 270px; }
    .docs .mydocsidebar ul {
      padding-left: 15px;
      padding-right: 5px;
      margin-left: 0;
      margin-right: -5px; }
    .docs .mydocsidebar a, .docs .mydocsidebar a:hover {
      text-decoration: none; }
  .docs p.external {
    font-size: 10px;
    margin-top: 10px; }
  .docs .docnav ul {
    padding-left: 15px; }
  .docs .docnav li {
    list-style: none;
    font: 400 12px "Open Sans", "Lucida Grande", "Helvetica Neue", Arial;
    border-bottom: 0; }
    .docs .docnav li a:active,
    .docs .docnav li a:hover {
      text-decoration: none;
      color: #666; }
    .docs .docnav li.level1 > a > span:after,
    .docs .docnav li.level2 > a > span:after,
    .docs .docnav li.level3 > a > span:after {
      content: '\f0fe';
      font-family: FontAwesome;
      color: #e47911;
      font-size: 14px;
      padding-right: 13px;
      text-decoration: none; }
    .docs .docnav li.level1items > a:before,
    .docs .docnav li.level2items > a:before,
    .docs .docnav li.level3items > a:before {
      content: '\f096';
      font-family: FontAwesome;
      color: #e47911;
      padding-right: 8px;
      text-decoration: none; }
    .docs .docnav li.open > a > span:after {
      content: '\f146';
      font-family: FontAwesome;
      color: #e47911;
      padding-right: 13px; }
    .docs .docnav li.level3, .docs .docnav li.level3items {
      padding-left: 10px; }
    .docs .docnav li.level2, .docs .docnav li.level2items {
      padding-left: 10px; }
    .docs .docnav li.level1, .docs .docnav li.level1items {
      padding-left: 10px; }
    .docs .docnav li {
      margin: 7px 0; }
  .docs ul#docnavsidebar li a:focus {
    text-decoration: none; }
  .docs li.level1.open > ul > li.level1items.open a,
  .docs li.level2.open > ul > li.level2items.open a,
  .docs li.level3.open > ul > li.level3items.open a {
    color: #000000;
    font-weight: 700; }
  .docs li.level1.open > ul > li.level1items.open > a:before,
  .docs li.level2.open > ul > li.level2items.open > a:before,
  .docs li.level3.open > ul > li.level3items.open > a:before {
    color: #000000; }
  .docs li.level1.open > ul > li.level1items a,
  .docs li.level2.open > ul > li.level2items a,
  .docs li.level3.open > ul > li.level3items a {
    font-weight: 400;
    color: #0066c0; }
  .docs li.level1.open > ul > li.level1items > a:before,
  .docs li.level2.open > ul > li.level2items > a:before,
  .docs li.level3.open > ul > li.level3items > a:before {
    font-weight: 400;
    color: #0066c0; }

.docnav li.level1, .docnav li.level1items, .docs .docnav ul li {
  list-style: none; }

li.folderTitle.current.open > a.subfoldersTitle {
  font-weight: 700;
  color: #000000; }

.docs .productTitle {
  font-size: 18px;
  color: #333;
  display: block;
  margin-right: 8px; }

.docs .docnav li a {
  line-height: 18px;
  display: table;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  text-indent: -20px; }

@media (max-width: 600px) {
  .docs .docnav li a {
    max-width: 180px; }
  .docs .githubButton {
    display: none; } }

@media (min-width: 600px) {
  .docnav li a {
    max-width: 240px; } }

.docs {
  font-family: Ember, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  line-height: 1.3em;
  padding-top: 85px;
  margin-top: -60px; }
  .docs ul#entrypages li {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 3px; }
  .docs .relatedResources {
    font-size: 15px;
    color: #000000;
    margin: 10px 0; }
  .docs hr.resourceSeparator {
    display: block;
    margin-top: 1.7em;
    margin-bottom: 1.7em;
    margin-left: 0;
    border-width: 1px;
    color: #000000;
    max-width: 80%; }
  .docs ul#markdown-toc::before {
    content: "Table of Contents"; }
  .docs ul.onPageSectiontoc::before {
    content: "Pages in This Section"; }
  .docs ul#docnavsidebar, .docs ul#entrypages, .docs ul#markdown-toc {
    margin-left: 0; }
  .docs ol ol, .docs ol ul, .docs ul ol, .docs ul ul {
    padding-left: 15px; }
  .docs li {
    margin-top: 10px;
    margin-bottom: 10px; }
  .docs ol li, .docs ul li {
    margin-left: 10px; }
  .docs ul li {
    list-style-type: disc; }
  .docs ol li ol li {
    list-style-type: lower-latin; }
  .docs ol li ol li ul li {
    list-style-type: disc; }
  .docs ol li ol li ol li {
    list-style-type: lower-roman; }
  .docs code {
    font-family: Monaco, Consolas, Courier, monospace;
    font-weight: 400;
    font-size: 14px; }
  .docs a code {
    color: #337ab7; }
  .docs pre {
    background-color: #000000;
    border: 0;
    color: #d7d9db;
    font-family: Monaco, Consolas, Courier, monospace;
    font-weight: 400;
    font-size: 14px;
    padding: 15px; }
  .docs p > code {
    padding: 2px 4px;
    color: #c7254e;
    border-radius: 4px;
    background-color: #f5f5f5;
    font-family: Monaco, Consolas, Courier, monospace;
    font-weight: 400;
    font-size: 14px; }
  .docs .highlight, .docs pre {
    white-space: pre;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #202020;
    color: #d7d9db;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 1.5em;
    font-family: Monaco, Consolas, Courier, monospace;
    font-weight: 400;
    margin-bottom: 20px; }
  .docs .parameter,
  .docs .red {
    color: #f92672; }
  .docs .highlight {
    padding: 10px 10px 1px 10px; }
    .docs .highlight .hll {
      background-color: #202020; }
    .docs .highlight .c,
    .docs .highlight .cm,
    .docs .highlight .cp,
    .docs .highlight .c1,
    .docs .highlight .cs,
    .docs .highlight .gu {
      color: #75715e; }
    .docs .highlight .k,
    .docs .highlight .kc,
    .docs .highlight .kd,
    .docs .highlight .kp,
    .docs .highlight .kr,
    .docs .highlight .kt,
    .docs .highlight .no {
      color: #66d9ef; }
    .docs .highlight .l,
    .docs .highlight .m,
    .docs .highlight .mf,
    .docs .highlight .mh,
    .docs .highlight .mi,
    .docs .highlight .mo,
    .docs .highlight .se,
    .docs .highlight .il {
      color: #ae81ff; }
    .docs .highlight .n,
    .docs .highlight .p,
    .docs .highlight .np,
    .docs .highlight .ni,
    .docs .highlight .nl,
    .docs .highlight .nn,
    .docs .highlight .py,
    .docs .highlight .nv {
      color: #f8f8f2; }
    .docs .highlight .w,
    .docs .highlight .bp,
    .docs .highlight .vc,
    .docs .highlight .vg,
    .docs .highlight .vi {
      color: #f8f8f2; }
    .docs .highlight .o,
    .docs .highlight .kn,
    .docs .highlight .nt,
    .docs .highlight .ow,
    .docs .highlight .gd {
      color: #f92672; }
    .docs .highlight .ge {
      font-style: italic; }
    .docs .highlight .gs {
      font-weight: 700; }
    .docs .highlight .ld,
    .docs .highlight .sb,
    .docs .highlight .sc,
    .docs .highlight .sd,
    .docs .highlight .s2,
    .docs .highlight .sh,
    .docs .highlight .si,
    .docs .highlight .sx,
    .docs .highlight .sr,
    .docs .highlight .s1,
    .docs .highlight .ss,
    .docs .highlight .s {
      color: #e6db74; }
    .docs .highlight .na,
    .docs .highlight .nc,
    .docs .highlight .nd,
    .docs .highlight .ne,
    .docs .highlight .nf,
    .docs .highlight .nx,
    .docs .highlight .gi {
      color: #a6e22e; }
    .docs .highlight .err {
      color: #f5f5f5;
      background-color: transparent !important; }
  .docs ul#entrypages li {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 3px; }
  .docs .relatedResources {
    font-size: 15px;
    color: #000000;
    margin: 10px 0; }
  .docs hr.resourceSeparator {
    display: block;
    margin-top: 1.7em;
    margin-bottom: 1.7em;
    margin-left: 0;
    border-width: 1px;
    color: #000000;
    max-width: 80%; }
  .docs ul#markdown-toc::before {
    content: "Table of Contents"; }
  .docs ul.onPageSectiontoc::before {
    content: "Pages in This Section"; }
  .docs ul#docnavsidebar,
  .docs ul#entrypages,
  .docs ul#markdown-toc {
    margin-left: 0; }
  .docs ol ol,
  .docs ol ul,
  .docs ul ol,
  .docs ul ul {
    padding-left: 15px; }
  .docs li {
    margin-top: 10px;
    margin-bottom: 10px; }
  .docs ol li,
  .docs ul li {
    margin-left: 10px; }
  .docs ul li {
    list-style-type: disc; }
  .docs ol li ol li {
    list-style-type: lower-latin; }
  .docs ol li ol li ul li {
    list-style-type: disc; }
  .docs ol li ol li ol li {
    list-style-type: lower-roman; }
  .docs code {
    font-family: Monaco, Consolas, Courier, monospace;
    font-weight: 400;
    font-size: 14px; }
  .docs a code {
    color: #337ab7; }
  .docs pre {
    background-color: #000000;
    border: 0;
    color: #d7d9db;
    font-family: Monaco, Consolas, Courier, monospace;
    font-weight: 400;
    font-size: 14px;
    padding: 15px; }
  .docs p > code {
    padding: 2px 4px;
    color: #c7254e;
    border-radius: 4px;
    background-color: #f5f5f5;
    font-family: Monaco, Consolas, Courier, monospace;
    font-weight: 400;
    font-size: 14px; }
  .docs .highlight,
  .docs pre {
    white-space: pre;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #202020;
    color: #d7d9db;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 1.5em;
    font-family: Monaco, Consolas, Courier, monospace;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 20px; }
  .docs video {
    border: 1px solid #444;
    max-width: 100%;
    margin: 20px 0; }
  .docs audio {
    margin: 20px 0; }
  .docs .bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px; }
    .docs .bs-callout p:last-child {
      margin-bottom: 0; }
    .docs .bs-callout code {
      border-radius: 3px; }
    .docs .bs-callout + .bs-callout {
      margin-top: -5px; }
  .docs .calloutTitle {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px; }
  .docs .bs-callout-default {
    border-left-color: #777; }
    .docs .bs-callout-default .calloutTitle {
      color: #777; }
  .docs .bs-callout-primary {
    border-left-color: #428bca; }
    .docs .bs-callout-primary .calloutTitle {
      color: #428bca; }
  .docs .bs-callout-success {
    border-left-color: #5cb85c; }
    .docs .bs-callout-success .calloutTitle {
      color: #5cb85c; }
  .docs .bs-callout-danger {
    border-left-color: #d9534f; }
    .docs .bs-callout-danger .calloutTitle {
      color: #d9534f; }
  .docs .bs-callout-warning {
    border-left-color: #f0ad4e; }
    .docs .bs-callout-warning .calloutTitle {
      color: #f0ad4e; }
  .docs .bs-callout-info {
    border-left-color: #5bc0de; }
    .docs .bs-callout-info .calloutTitle {
      color: #5bc0de; }
  .docs .alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 11.25px 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #f7f7f7;
    border-radius: 3px; }
    .docs .alert.alert-warning {
      padding-left: 15px !important;
      border-color: #f5e79e !important; }
  .docs .alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##dff0d8', endColorstr='#c8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1; }
  .docs .alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9edf7', endColorstr='#b9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea; }
  .docs .alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf8e3', endColorstr='#f8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e; }
  .docs .alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2dede', endColorstr='#e7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7; }
  .docs img.docimage {
    max-width: 100%;
    margin-bottom: 20px; }
  .docs img.border {
    border: 1px solid #dedede; }
  .docs img.inline {
    vertical-align: text-bottom; }
  .docs figcaption {
    padding-bottom: 12px;
    margin-bottom: 20px;
    color: gray;
    font-size: 14px;
    font-style: italic; }
  .docs .number_legend {
    margin-bottom: 10px;
    margin-top: 10px; }
    .docs .number_legend > img.inline {
      margin-bottom: 2px; }
  .docs .legend {
    margin-bottom: 12px;
    margin-top: 12px; }
    .docs .legend img {
      margin-bottom: 0; }
  .docs figure {
    margin: 1em 0; }
  .docs table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dedede;
    background-color: transparent;
    border-collapse: collapse;
    word-wrap: break-word;
    table-layout: auto; }
    .docs table th {
      font-weight: 400;
      font-size: 18px; }
    .docs table > tbody > tr:nth-of-type(odd) {
      background-color: #f9f9f9; }
    .docs table col[class*=col-] {
      position: static;
      display: table-column;
      float: none; }
    .docs table tr td {
      hyphens: auto; }
    .docs table.data table thead {
      background-color: #444; }
    .docs table td {
      hyphens: auto; }
    .docs table code {
      background-color: transparent;
      word-wrap: break-word; }
  .docs td.white {
    background-color: #ffffff; }
  .docs td.gray {
    background-color: #f7f7f7; }
  .docs dt {
    font-weight: 700; }
  .docs dl dd {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400; }
  .docs dd {
    margin-left: 30px; }
    .docs dd pre {
      margin-top: 12px;
      margin-bottom: 12px; }
  .docs a.editButton {
    color: #666;
    text-decoration: none; }
    .docs a.editButton:hover {
      text-decoration: none;
      color: #000000; }
  .docs .githubButton {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #dedede;
    padding: 5px;
    border-radius: 5px;
    margin: 20px 0 10px;
    font-size: 14px; }
    .docs .githubButton:hover {
      background-color: #fefefe;
      color: #444;
      text-decoration: none; }
  .docs .githubFeedback {
    margin-bottom: 20px;
    margin-top: 20px; }
  .docs button {
    overflow: visible; }
  .docs .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .docs .btn-default {
    color: #777;
    background-color: #ffffff;
    border-color: #cccccc; }
    .docs .btn-default:hover {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad; }
    .docs .btn-default .badge {
      color: #ffffff;
      background-color: #333; }
  .docs .btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4; }
    .docs .btn-primary:hover {
      color: #ffffff;
      background-color: #286090;
      border-color: #204d74; }
    .docs .btn-primary .badge {
      color: #337ab7;
      background-color: #ffffff; }
  .docs .btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
    .docs .btn-success:hover {
      color: #ffffff;
      background-color: #449d44;
      border-color: #398439; }
    .docs .btn-success .badge {
      color: #5cb85c;
      background-color: #ffffff; }
  .docs .btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da; }
    .docs .btn-info:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-info .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236; }
    .docs .btn-warning:hover {
      color: #ffffff;
      background-color: #ec971f;
      border-color: #d58512; }
    .docs .btn-warning .badge {
      color: #f0ad4e;
      background-color: #ffffff; }
  .docs .btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a; }
    .docs .btn-danger:hover {
      color: #ffffff;
      background-color: #c9302c;
      border-color: #ac2925; }
    .docs .btn-danger .badge {
      color: #d9534f;
      background-color: #ffffff; }
  .docs .btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0; }
  .docs .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .docs .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .docs .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .docs .btn-block {
    display: block;
    width: 100%; }
    .docs .btn-block + .btn-block {
      margin-top: 5px; }
  .docs .expandTitle {
    font-weight: 700;
    vertical-align: -webkit-baseline-middle; }
  .docs .collapse {
    display: none;
    visibility: hidden; }
    .docs .collapse.in {
      display: block;
      visibility: visible; }
  .docs .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility; }
  .docs .btn-expand1 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand1:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand1 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand2 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand2:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand2 .badge {
      color: #5bc0de;
      background-color: #ffffff;
      padding: 3px 6px; }
  .docs .btn-expand3 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand3:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand3 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand4 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand4:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand4 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand5 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand5:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand5 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand6 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand6:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand6 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand7 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand7:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand7 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand8 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand8:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand8 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand9 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand9:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand9 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand10 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand10:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand10 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee; }
  .docs .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; }
  .docs .dropdown-toggle:focus {
    outline: 0; }
  .docs .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-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);
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .docs .dropdown-menu.pull-right {
      right: 0;
      left: auto; }
    .docs .dropdown-menu .divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #E5E5E5; }
    .docs .dropdown-menu > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: 400;
      line-height: 1.42857143;
      color: #333;
      white-space: nowrap; }
  .docs .open > .dropdown-menu {
    display: block; }
  .docs .open > a {
    outline: 0; }
  .docs .dropdown-menu-right {
    left: auto;
    right: 0; }
  .docs .dropdown-menu-left {
    left: 0;
    right: auto; }
  .docs .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap; }
  .docs .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990; }
  .docs .pull-right > .dropdown-menu {
    right: 0;
    left: auto; }
  .docs table > tbody > tr > td,
  .docs table > tfoot > tr > td,
  .docs table > thead > tr > td {
    padding: 8px;
    line-height: 1.5em;
    vertical-align: top; }
  .docs table > tbody > tr > td ol > li,
  .docs table > tbody > tr > td ul > li,
  .docs table > tbody > tr > td > p {
    padding: 0; }
  .docs table > tbody > tr > th,
  .docs table > tfoot > tr > th,
  .docs table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    text-transform: none;
    background-color: #777;
    color: #ffffff;
    padding: 8px;
    line-height: 1.5em;
    vertical-align: top;
    text-align: left; }
  .docs table > caption + thead > tr:first-child > td,
  .docs table > caption + thead > tr:first-child > th,
  .docs table > colgroup + thead > tr:first-child > td,
  .docs table > colgroup + thead > tr:first-child > th,
  .docs table > thead:first-child > tr:first-child > td,
  .docs table > thead:first-child > tr:first-child > th {
    border-top: 0; }
  .docs table td[class*=col-],
  .docs table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none; }
  .docs pre,
  .docs table code {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word; }
  .docs a.githubButton.noExtIcon:hover,
  .docs i.fa.fa-github.fa-lg:hover {
    color: #000000;
    text-decoration: none; }
  .docs button,
  .docs select {
    text-transform: none; }
  .docs button,
  .docs html input[type=button],
  .docs input[type=reset],
  .docs input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer; }
  .docs button[disabled],
  .docs html input[disabled] {
    cursor: default; }
  .docs button::-moz-focus-inner,
  .docs input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .docs .btn.active.focus,
  .docs .btn.active:focus,
  .docs .btn.focus,
  .docs .btn:active.focus,
  .docs .btn:active:focus,
  .docs .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .docs .btn.focus,
  .docs .btn:focus,
  .docs .btn:hover {
    color: #333;
    text-decoration: none; }
  .docs .btn.active,
  .docs .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); }
  .docs .btn.disabled,
  .docs .btn[disabled], .docs fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .docs a.btn.disabled, .docs fieldset[disabled] a.btn {
    pointer-events: none; }
  .docs .btn-default.focus,
  .docs .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .docs .btn-default.active,
  .docs .btn-default:active, .docs .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
  .docs .btn-default.active.focus,
  .docs .btn-default.active:focus,
  .docs .btn-default.active:hover,
  .docs .btn-default:active.focus,
  .docs .btn-default:active:focus,
  .docs .btn-default:active:hover, .docs .open > .dropdown-toggle.btn-default.focus, .docs .open > .dropdown-toggle.btn-default:focus, .docs .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c; }
  .docs .btn-default.disabled.focus,
  .docs .btn-default.disabled:focus,
  .docs .btn-default.disabled:hover,
  .docs .btn-default[disabled].focus,
  .docs .btn-default[disabled]:focus,
  .docs .btn-default[disabled]:hover, .docs fieldset[disabled] .btn-default.focus, .docs fieldset[disabled] .btn-default:focus, .docs fieldset[disabled] .btn-default:hover {
    background-color: #ffffff;
    border-color: #cccccc; }
  .docs .btn-primary.focus,
  .docs .btn-primary:focus {
    color: #ffffff;
    background-color: #286090;
    border-color: #122b40; }
  .docs .btn-primary.active,
  .docs .btn-primary:active, .docs .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
    background-image: none; }
  .docs .btn-primary.active.focus,
  .docs .btn-primary.active:focus,
  .docs .btn-primary.active:hover,
  .docs .btn-primary:active.focus,
  .docs .btn-primary:active:focus,
  .docs .btn-primary:active:hover, .docs .open > .dropdown-toggle.btn-primary.focus, .docs .open > .dropdown-toggle.btn-primary:focus, .docs .open > .dropdown-toggle.btn-primary:hover {
    color: #ffffff;
    background-color: #204d74;
    border-color: #122b40; }
  .docs .btn-primary.disabled.focus,
  .docs .btn-primary.disabled:focus,
  .docs .btn-primary.disabled:hover,
  .docs .btn-primary[disabled].focus,
  .docs .btn-primary[disabled]:focus,
  .docs .btn-primary[disabled]:hover, .docs fieldset[disabled] .btn-primary.focus, .docs fieldset[disabled] .btn-primary:focus, .docs fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .docs .btn-success.focus,
  .docs .btn-success:focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625; }
  .docs .btn-success.active,
  .docs .btn-success:active, .docs .open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
    background-image: none; }
  .docs .btn-success.active.focus,
  .docs .btn-success.active:focus,
  .docs .btn-success.active:hover,
  .docs .btn-success:active.focus,
  .docs .btn-success:active:focus,
  .docs .btn-success:active:hover, .docs .open > .dropdown-toggle.btn-success.focus, .docs .open > .dropdown-toggle.btn-success:focus, .docs .open > .dropdown-toggle.btn-success:hover {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625; }
  .docs .btn-success.disabled.focus,
  .docs .btn-success.disabled:focus,
  .docs .btn-success.disabled:hover,
  .docs .btn-success[disabled].focus,
  .docs .btn-success[disabled]:focus,
  .docs .btn-success[disabled]:hover, .docs fieldset[disabled] .btn-success.focus, .docs fieldset[disabled] .btn-success:focus, .docs fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .docs .btn-info.focus,
  .docs .btn-info:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-info.active,
  .docs .btn-info:active, .docs .open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-info.active.focus,
  .docs .btn-info.active:focus,
  .docs .btn-info.active:hover,
  .docs .btn-info:active.focus,
  .docs .btn-info:active:focus,
  .docs .btn-info:active:hover, .docs .open > .dropdown-toggle.btn-info.focus, .docs .open > .dropdown-toggle.btn-info:focus, .docs .open > .dropdown-toggle.btn-info:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-info.disabled.focus,
  .docs .btn-info.disabled:focus,
  .docs .btn-info.disabled:hover,
  .docs .btn-info[disabled].focus,
  .docs .btn-info[disabled]:focus,
  .docs .btn-info[disabled]:hover, .docs fieldset[disabled] .btn-info.focus, .docs fieldset[disabled] .btn-info:focus, .docs fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-warning.focus,
  .docs .btn-warning:focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .docs .btn-warning.active,
  .docs .btn-warning:active, .docs .open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
    background-image: none; }
  .docs .btn-warning.active.focus,
  .docs .btn-warning.active:focus,
  .docs .btn-warning.active:hover,
  .docs .btn-warning:active.focus,
  .docs .btn-warning:active:focus,
  .docs .btn-warning:active:hover, .docs .open > .dropdown-toggle.btn-warning.focus, .docs .open > .dropdown-toggle.btn-warning:focus, .docs .open > .dropdown-toggle.btn-warning:hover {
    color: #ffffff;
    background-color: #d58512;
    border-color: #985f0d; }
  .docs .btn-warning.disabled.focus,
  .docs .btn-warning.disabled:focus,
  .docs .btn-warning.disabled:hover,
  .docs .btn-warning[disabled].focus,
  .docs .btn-warning[disabled]:focus,
  .docs .btn-warning[disabled]:hover, .docs fieldset[disabled] .btn-warning.focus, .docs fieldset[disabled] .btn-warning:focus, .docs fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .docs .btn-danger.focus,
  .docs .btn-danger:focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19; }
  .docs .btn-danger.active,
  .docs .btn-danger:active, .docs .open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
    background-image: none; }
  .docs .btn-danger.active.focus,
  .docs .btn-danger.active:focus,
  .docs .btn-danger.active:hover,
  .docs .btn-danger:active.focus,
  .docs .btn-danger:active:focus,
  .docs .btn-danger:active:hover, .docs .open > .dropdown-toggle.btn-danger.focus, .docs .open > .dropdown-toggle.btn-danger:focus, .docs .open > .dropdown-toggle.btn-danger:hover {
    color: #ffffff;
    background-color: #ac2925;
    border-color: #761c19; }
  .docs .btn-danger.disabled.focus,
  .docs .btn-danger.disabled:focus,
  .docs .btn-danger.disabled:hover,
  .docs .btn-danger[disabled].focus,
  .docs .btn-danger[disabled]:focus,
  .docs .btn-danger[disabled]:hover, .docs fieldset[disabled] .btn-danger.focus, .docs fieldset[disabled] .btn-danger:focus, .docs fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .docs .btn-link,
  .docs .btn-link.active,
  .docs .btn-link:active,
  .docs .btn-link[disabled], .docs fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .docs .btn-link,
  .docs .btn-link:active,
  .docs .btn-link:focus,
  .docs .btn-link:hover {
    border-color: transparent; }
  .docs .btn-link:focus,
  .docs .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .docs .btn-link[disabled]:focus,
  .docs .btn-link[disabled]:hover, .docs fieldset[disabled] .btn-link:focus, .docs fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none; }
  .docs input[type=button].btn-block, .docs input[type=reset].btn-block, .docs input[type=submit].btn-block {
    width: 100%; }
  .docs #expand1, .docs #expand10, .docs #expand2, .docs #expand3, .docs #expand4, .docs #expand5, .docs #expand6, .docs #expand7, .docs #expand8 {
    margin: 25px; }
  .docs .btn-expand1.focus,
  .docs .btn-expand1:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand1.active,
  .docs .btn-expand1:active, .docs .open > .dropdown-toggle.btn-expand1 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand1.active.focus,
  .docs .btn-expand1.active:focus,
  .docs .btn-expand1.active:hover,
  .docs .btn-expand1:active.focus,
  .docs .btn-expand1:active:focus,
  .docs .btn-expand1:active:hover, .docs .open > .dropdown-toggle.btn-expand1.focus, .docs .open > .dropdown-toggle.btn-expand1:focus, .docs .open > .dropdown-toggle.btn-expand1:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand1.disabled.focus,
  .docs .btn-expand1.disabled:focus,
  .docs .btn-expand1.disabled:hover,
  .docs .btn-expand1[disabled].focus,
  .docs .btn-expand1[disabled]:focus,
  .docs .btn-expand1[disabled]:hover, .docs fieldset[disabled] .btn-expand1.focus, .docs fieldset[disabled] .btn-expand1:focus, .docs fieldset[disabled] .btn-expand1:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand2.focus,
  .docs .btn-expand2:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand2.active,
  .docs .btn-expand2:active, .docs .open > .dropdown-toggle.btn-expand2 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand2.active.focus,
  .docs .btn-expand2.active:focus,
  .docs .btn-expand2.active:hover,
  .docs .btn-expand2:active.focus,
  .docs .btn-expand2:active:focus,
  .docs .btn-expand2:active:hover, .docs .open > .dropdown-toggle.btn-expand2.focus, .docs .open > .dropdown-toggle.btn-expand2:focus, .docs .open > .dropdown-toggle.btn-expand2:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand2.disabled.focus,
  .docs .btn-expand2.disabled:focus,
  .docs .btn-expand2.disabled:hover,
  .docs .btn-expand2[disabled].focus,
  .docs .btn-expand2[disabled]:focus,
  .docs .btn-expand2[disabled]:hover, .docs fieldset[disabled] .btn-expand2.focus, .docs fieldset[disabled] .btn-expand2:focus, .docs fieldset[disabled] .btn-expand2:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand3.focus,
  .docs .btn-expand3:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand3.active,
  .docs .btn-expand3:active, .docs .open > .dropdown-toggle.btn-expand3 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand3.active.focus,
  .docs .btn-expand3.active:focus,
  .docs .btn-expand3.active:hover,
  .docs .btn-expand3:active.focus,
  .docs .btn-expand3:active:focus,
  .docs .btn-expand3:active:hover, .docs .open > .dropdown-toggle.btn-expand3.focus, .docs .open > .dropdown-toggle.btn-expand3:focus, .docs .open > .dropdown-toggle.btn-expand3:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand3.disabled.focus,
  .docs .btn-expand3.disabled:focus,
  .docs .btn-expand3.disabled:hover,
  .docs .btn-expand3[disabled].focus,
  .docs .btn-expand3[disabled]:focus,
  .docs .btn-expand3[disabled]:hover, .docs fieldset[disabled] .btn-expand3.focus, .docs fieldset[disabled] .btn-expand3:focus, .docs fieldset[disabled] .btn-expand3:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand4.focus,
  .docs .btn-expand4:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand4.active,
  .docs .btn-expand4:active, .docs .open > .dropdown-toggle.btn-expand4 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand4.active.focus,
  .docs .btn-expand4.active:focus,
  .docs .btn-expand4.active:hover,
  .docs .btn-expand4:active.focus,
  .docs .btn-expand4:active:focus,
  .docs .btn-expand4:active:hover, .docs .open > .dropdown-toggle.btn-expand4.focus, .docs .open > .dropdown-toggle.btn-expand4:focus, .docs .open > .dropdown-toggle.btn-expand4:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand4.disabled.focus,
  .docs .btn-expand4.disabled:focus,
  .docs .btn-expand4.disabled:hover,
  .docs .btn-expand4[disabled].focus,
  .docs .btn-expand4[disabled]:focus,
  .docs .btn-expand4[disabled]:hover, .docs fieldset[disabled] .btn-expand4.focus, .docs fieldset[disabled] .btn-expand4:focus, .docs fieldset[disabled] .btn-expand4:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand5.focus,
  .docs .btn-expand5:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand5.active,
  .docs .btn-expand5:active, .docs .open > .dropdown-toggle.btn-expand5 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand5.active.focus,
  .docs .btn-expand5.active:focus,
  .docs .btn-expand5.active:hover,
  .docs .btn-expand5:active.focus,
  .docs .btn-expand5:active:focus,
  .docs .btn-expand5:active:hover, .docs .open > .dropdown-toggle.btn-expand5.focus, .docs .open > .dropdown-toggle.btn-expand5:focus, .docs .open > .dropdown-toggle.btn-expand5:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand5.disabled.focus,
  .docs .btn-expand5.disabled:focus,
  .docs .btn-expand5.disabled:hover,
  .docs .btn-expand5[disabled].focus,
  .docs .btn-expand5[disabled]:focus,
  .docs .btn-expand5[disabled]:hover, .docs fieldset[disabled] .btn-expand5.focus, .docs fieldset[disabled] .btn-expand5:focus, .docs fieldset[disabled] .btn-expand5:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand6.focus,
  .docs .btn-expand6:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand6.active,
  .docs .btn-expand6:active, .docs .open > .dropdown-toggle.btn-expand6 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand6.active.focus,
  .docs .btn-expand6.active:focus,
  .docs .btn-expand6.active:hover,
  .docs .btn-expand6:active.focus,
  .docs .btn-expand6:active:focus,
  .docs .btn-expand6:active:hover, .docs .open > .dropdown-toggle.btn-expand6.focus, .docs .open > .dropdown-toggle.btn-expand6:focus, .docs .open > .dropdown-toggle.btn-expand6:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand6.disabled.focus,
  .docs .btn-expand6.disabled:focus,
  .docs .btn-expand6.disabled:hover,
  .docs .btn-expand6[disabled].focus,
  .docs .btn-expand6[disabled]:focus,
  .docs .btn-expand6[disabled]:hover, .docs fieldset[disabled] .btn-expand6.focus, .docs fieldset[disabled] .btn-expand6:focus, .docs fieldset[disabled] .btn-expand6:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand7.focus,
  .docs .btn-expand7:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand7.active,
  .docs .btn-expand7:active, .docs .open > .dropdown-toggle.btn-expand7 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand7.active.focus,
  .docs .btn-expand7.active:focus,
  .docs .btn-expand7.active:hover,
  .docs .btn-expand7:active.focus,
  .docs .btn-expand7:active:focus,
  .docs .btn-expand7:active:hover, .docs .open > .dropdown-toggle.btn-expand7.focus, .docs .open > .dropdown-toggle.btn-expand7:focus, .docs .open > .dropdown-toggle.btn-expand7:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand7.disabled.focus,
  .docs .btn-expand7.disabled:focus,
  .docs .btn-expand7.disabled:hover,
  .docs .btn-expand7[disabled].focus,
  .docs .btn-expand7[disabled]:focus,
  .docs .btn-expand7[disabled]:hover, .docs fieldset[disabled] .btn-expand7.focus, .docs fieldset[disabled] .btn-expand7:focus, .docs fieldset[disabled] .btn-expand7:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand8.focus,
  .docs .btn-expand8:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand8.active,
  .docs .btn-expand8:active, .docs .open > .dropdown-toggle.btn-expand8 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand8.active.focus,
  .docs .btn-expand8.active:focus,
  .docs .btn-expand8.active:hover,
  .docs .btn-expand8:active.focus,
  .docs .btn-expand8:active:focus,
  .docs .btn-expand8:active:hover, .docs .open > .dropdown-toggle.btn-expand8.focus, .docs .open > .dropdown-toggle.btn-expand8:focus, .docs .open > .dropdown-toggle.btn-expand8:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand8.disabled.focus,
  .docs .btn-expand8.disabled:focus,
  .docs .btn-expand8.disabled:hover,
  .docs .btn-expand8[disabled].focus,
  .docs .btn-expand8[disabled]:focus,
  .docs .btn-expand8[disabled]:hover, .docs fieldset[disabled] .btn-expand8.focus, .docs fieldset[disabled] .btn-expand8:focus, .docs fieldset[disabled] .btn-expand8:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand9.focus,
  .docs .btn-expand9:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand9.active,
  .docs .btn-expand9:active, .docs .open > .dropdown-toggle.btn-expand9 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand9.active.focus,
  .docs .btn-expand9.active:focus,
  .docs .btn-expand9.active:hover,
  .docs .btn-expand9:active.focus,
  .docs .btn-expand9:active:focus,
  .docs .btn-expand9:active:hover, .docs .open > .dropdown-toggle.btn-expand9.focus, .docs .open > .dropdown-toggle.btn-expand9:focus, .docs .open > .dropdown-toggle.btn-expand9:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand9.disabled.focus,
  .docs .btn-expand9.disabled:focus,
  .docs .btn-expand9.disabled:hover,
  .docs .btn-expand9[disabled].focus,
  .docs .btn-expand9[disabled]:focus,
  .docs .btn-expand9[disabled]:hover, .docs fieldset[disabled] .btn-expand9.focus, .docs fieldset[disabled] .btn-expand9:focus, .docs fieldset[disabled] .btn-expand9:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand10.focus,
  .docs .btn-expand10:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand10.active,
  .docs .btn-expand10:active, .docs .open > .dropdown-toggle.btn-expand10 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand10.active.focus,
  .docs .btn-expand10.active:focus,
  .docs .btn-expand10.active:hover,
  .docs .btn-expand10:active.focus,
  .docs .btn-expand10:active:focus,
  .docs .btn-expand10:active:hover, .docs .open > .dropdown-toggle.btn-expand10.focus, .docs .open > .dropdown-toggle.btn-expand10:focus, .docs .open > .dropdown-toggle.btn-expand10:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand10.disabled.focus,
  .docs .btn-expand10.disabled:focus,
  .docs .btn-expand10.disabled:hover,
  .docs .btn-expand10[disabled].focus,
  .docs .btn-expand10[disabled]:focus,
  .docs .btn-expand10[disabled]:hover, .docs fieldset[disabled] .btn-expand10.focus, .docs fieldset[disabled] .btn-expand10:focus, .docs fieldset[disabled] .btn-expand10:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .dropdown,
  .docs .dropup {
    position: relative; }
  .docs .dropdown-menu > li > a:focus,
  .docs .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5; }
  .docs .dropdown-menu > .active > a,
  .docs .dropdown-menu > .active > a:focus,
  .docs .dropdown-menu > .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7; }
  .docs .dropdown-menu > .disabled > a,
  .docs .dropdown-menu > .disabled > a:focus,
  .docs .dropdown-menu > .disabled > a:hover {
    color: #777; }
  .docs .dropdown-menu > .disabled > a:focus,
  .docs .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed; }
  .docs .dropup .caret,
  .docs .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""; }
  .docs .dropup .dropdown-menu,
  .docs .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
  .docs video {
    border: 1px solid #444;
    max-width: 100%;
    margin: 20px 0; }
  .docs audio {
    margin: 20px 0; }
  .docs .bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px; }
    .docs .bs-callout p:last-child {
      margin-bottom: 0; }
    .docs .bs-callout code {
      border-radius: 3px; }
    .docs .bs-callout + .bs-callout {
      margin-top: -5px; }
  .docs .calloutTitle {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px; }
  .docs .bs-callout-default {
    border-left-color: #777; }
    .docs .bs-callout-default .calloutTitle {
      color: #777; }
  .docs .bs-callout-primary {
    border-left-color: #428bca; }
    .docs .bs-callout-primary .calloutTitle {
      color: #428bca; }
  .docs .bs-callout-success {
    border-left-color: #5cb85c; }
    .docs .bs-callout-success .calloutTitle {
      color: #5cb85c; }
  .docs .bs-callout-danger {
    border-left-color: #d9534f; }
    .docs .bs-callout-danger .calloutTitle {
      color: #d9534f; }
  .docs .bs-callout-warning {
    border-left-color: #f0ad4e; }
    .docs .bs-callout-warning .calloutTitle {
      color: #f0ad4e; }
  .docs .bs-callout-info {
    border-left-color: #5bc0de; }
    .docs .bs-callout-info .calloutTitle {
      color: #5bc0de; }
  .docs .alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 11.25px 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #f7f7f7;
    border-radius: 3px; }
    .docs .alert.alert-warning {
      padding-left: 15px !important;
      border-color: #f5e79e !important; }
  .docs .alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##dff0d8', endColorstr='#c8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1; }
  .docs .alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9edf7', endColorstr='#b9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea; }
  .docs .alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf8e3', endColorstr='#f8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e; }
  .docs .alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2dede', endColorstr='#e7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7; }
  .docs img.docimage {
    max-width: 100%;
    margin-bottom: 20px; }
  .docs img.border {
    border: 1px solid #dedede; }
  .docs img.inline {
    vertical-align: text-bottom; }
  .docs figcaption {
    padding-bottom: 12px;
    margin-bottom: 20px;
    color: gray;
    font-size: 14px;
    font-style: italic; }
  .docs .number_legend {
    margin-bottom: 10px;
    margin-top: 10px; }
    .docs .number_legend > img.inline {
      margin-bottom: 2px; }
  .docs .legend {
    margin-bottom: 12px;
    margin-top: 12px; }
    .docs .legend img {
      margin-bottom: 0; }
  .docs figure {
    margin: 1em 0; }
  .docs table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dedede;
    background-color: transparent;
    border-collapse: collapse;
    word-wrap: break-word;
    table-layout: auto; }
    .docs table th {
      font-weight: 400;
      font-size: 18px; }
    .docs table > tbody > tr:nth-of-type(odd) {
      background-color: #f9f9f9; }
    .docs table col[class*=col-] {
      position: static;
      display: table-column;
      float: none; }
    .docs table tr td {
      hyphens: auto; }
    .docs table.data table thead {
      background-color: #444; }
    .docs table td {
      hyphens: auto; }
    .docs table code {
      background-color: transparent;
      word-wrap: break-word; }
  .docs td.white {
    background-color: #ffffff; }
  .docs td.gray {
    background-color: #f7f7f7; }
  .docs dt {
    font-weight: 700; }
  .docs dl dd {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400; }
  .docs dd {
    margin-left: 30px; }
    .docs dd pre {
      margin-top: 12px;
      margin-bottom: 12px; }
  .docs a.editButton {
    color: #666;
    text-decoration: none; }
    .docs a.editButton:hover {
      text-decoration: none;
      color: #000000; }
  .docs .githubButton {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #dedede;
    padding: 5px;
    border-radius: 5px;
    margin: 20px 0 10px;
    font-size: 14px; }
    .docs .githubButton:hover {
      background-color: #fefefe;
      color: #444;
      text-decoration: none; }
  .docs .githubFeedback {
    margin-bottom: 20px;
    margin-top: 20px; }
  .docs button {
    overflow: visible; }
  .docs .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .docs .btn-default {
    color: #777;
    background-color: #ffffff;
    border-color: #cccccc; }
    .docs .btn-default:hover {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad; }
    .docs .btn-default .badge {
      color: #ffffff;
      background-color: #333; }
  .docs .btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4; }
    .docs .btn-primary:hover {
      color: #ffffff;
      background-color: #286090;
      border-color: #204d74; }
    .docs .btn-primary .badge {
      color: #337ab7;
      background-color: #ffffff; }
  .docs .btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
    .docs .btn-success:hover {
      color: #ffffff;
      background-color: #449d44;
      border-color: #398439; }
    .docs .btn-success .badge {
      color: #5cb85c;
      background-color: #ffffff; }
  .docs .btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da; }
    .docs .btn-info:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-info .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236; }
    .docs .btn-warning:hover {
      color: #ffffff;
      background-color: #ec971f;
      border-color: #d58512; }
    .docs .btn-warning .badge {
      color: #f0ad4e;
      background-color: #ffffff; }
  .docs .btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a; }
    .docs .btn-danger:hover {
      color: #ffffff;
      background-color: #c9302c;
      border-color: #ac2925; }
    .docs .btn-danger .badge {
      color: #d9534f;
      background-color: #ffffff; }
  .docs .btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0; }
  .docs .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .docs .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .docs .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .docs .btn-block {
    display: block;
    width: 100%; }
    .docs .btn-block + .btn-block {
      margin-top: 5px; }
  .docs .expandTitle {
    font-weight: 700;
    vertical-align: -webkit-baseline-middle; }
  .docs .collapse {
    display: none;
    visibility: hidden; }
    .docs .collapse.in {
      display: block;
      visibility: visible; }
  .docs .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility; }
  .docs .btn-expand1 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand1:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand1 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand2 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand2:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand2 .badge {
      color: #5bc0de;
      background-color: #ffffff;
      padding: 3px 6px; }
  .docs .btn-expand3 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand3:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand3 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand4 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand4:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand4 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand5 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand5:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand5 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand6 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand6:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand6 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand7 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand7:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand7 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand8 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand8:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand8 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand9 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand9:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand9 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand10 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand10:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand10 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee; }
  .docs .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; }
  .docs .dropdown-toggle:focus {
    outline: 0; }
  .docs .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-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);
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .docs .dropdown-menu.pull-right {
      right: 0;
      left: auto; }
    .docs .dropdown-menu .divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #E5E5E5; }
    .docs .dropdown-menu > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: 400;
      line-height: 1.42857143;
      color: #333;
      white-space: nowrap; }
  .docs .open > .dropdown-menu {
    display: block; }
  .docs .open > a {
    outline: 0; }
  .docs .dropdown-menu-right {
    left: auto;
    right: 0; }
  .docs .dropdown-menu-left {
    left: 0;
    right: auto; }
  .docs .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap; }
  .docs .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990; }
  .docs .pull-right > .dropdown-menu {
    right: 0;
    left: auto; }
  .docs table > tbody > tr > td,
  .docs table > tfoot > tr > td,
  .docs table > thead > tr > td {
    padding: 8px;
    line-height: 1.5em;
    vertical-align: top; }
  .docs table > tbody > tr > td ol > li,
  .docs table > tbody > tr > td ul > li,
  .docs table > tbody > tr > td > p {
    padding: 0; }
  .docs table > tbody > tr > th,
  .docs table > tfoot > tr > th,
  .docs table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    text-transform: none;
    background-color: #777;
    color: #ffffff;
    padding: 8px;
    line-height: 1.5em;
    vertical-align: top;
    text-align: left; }
  .docs table > caption + thead > tr:first-child > td,
  .docs table > caption + thead > tr:first-child > th,
  .docs table > colgroup + thead > tr:first-child > td,
  .docs table > colgroup + thead > tr:first-child > th,
  .docs table > thead:first-child > tr:first-child > td,
  .docs table > thead:first-child > tr:first-child > th {
    border-top: 0; }
  .docs table td[class*=col-],
  .docs table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none; }
  .docs pre,
  .docs table code {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word; }
  .docs a.githubButton.noExtIcon:hover,
  .docs i.fa.fa-github.fa-lg:hover {
    color: #000000;
    text-decoration: none; }
  .docs button,
  .docs select {
    text-transform: none; }
  .docs button,
  .docs html input[type=button],
  .docs input[type=reset],
  .docs input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer; }
  .docs button[disabled],
  .docs html input[disabled] {
    cursor: default; }
  .docs button::-moz-focus-inner,
  .docs input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .docs .btn.active.focus,
  .docs .btn.active:focus,
  .docs .btn.focus,
  .docs .btn:active.focus,
  .docs .btn:active:focus,
  .docs .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .docs .btn.focus,
  .docs .btn:focus,
  .docs .btn:hover {
    color: #333;
    text-decoration: none; }
  .docs .btn.active,
  .docs .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); }
  .docs .btn.disabled,
  .docs .btn[disabled], .docs fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .docs a.btn.disabled, .docs fieldset[disabled] a.btn {
    pointer-events: none; }
  .docs .btn-default.focus,
  .docs .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .docs .btn-default.active,
  .docs .btn-default:active, .docs .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
  .docs .btn-default.active.focus,
  .docs .btn-default.active:focus,
  .docs .btn-default.active:hover,
  .docs .btn-default:active.focus,
  .docs .btn-default:active:focus,
  .docs .btn-default:active:hover, .docs .open > .dropdown-toggle.btn-default.focus, .docs .open > .dropdown-toggle.btn-default:focus, .docs .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c; }
  .docs .btn-default.disabled.focus,
  .docs .btn-default.disabled:focus,
  .docs .btn-default.disabled:hover,
  .docs .btn-default[disabled].focus,
  .docs .btn-default[disabled]:focus,
  .docs .btn-default[disabled]:hover, .docs fieldset[disabled] .btn-default.focus, .docs fieldset[disabled] .btn-default:focus, .docs fieldset[disabled] .btn-default:hover {
    background-color: #ffffff;
    border-color: #cccccc; }
  .docs .btn-primary.focus,
  .docs .btn-primary:focus {
    color: #ffffff;
    background-color: #286090;
    border-color: #122b40; }
  .docs .btn-primary.active,
  .docs .btn-primary:active, .docs .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
    background-image: none; }
  .docs .btn-primary.active.focus,
  .docs .btn-primary.active:focus,
  .docs .btn-primary.active:hover,
  .docs .btn-primary:active.focus,
  .docs .btn-primary:active:focus,
  .docs .btn-primary:active:hover, .docs .open > .dropdown-toggle.btn-primary.focus, .docs .open > .dropdown-toggle.btn-primary:focus, .docs .open > .dropdown-toggle.btn-primary:hover {
    color: #ffffff;
    background-color: #204d74;
    border-color: #122b40; }
  .docs .btn-primary.disabled.focus,
  .docs .btn-primary.disabled:focus,
  .docs .btn-primary.disabled:hover,
  .docs .btn-primary[disabled].focus,
  .docs .btn-primary[disabled]:focus,
  .docs .btn-primary[disabled]:hover, .docs fieldset[disabled] .btn-primary.focus, .docs fieldset[disabled] .btn-primary:focus, .docs fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .docs .btn-success.focus,
  .docs .btn-success:focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625; }
  .docs .btn-success.active,
  .docs .btn-success:active, .docs .open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
    background-image: none; }
  .docs .btn-success.active.focus,
  .docs .btn-success.active:focus,
  .docs .btn-success.active:hover,
  .docs .btn-success:active.focus,
  .docs .btn-success:active:focus,
  .docs .btn-success:active:hover, .docs .open > .dropdown-toggle.btn-success.focus, .docs .open > .dropdown-toggle.btn-success:focus, .docs .open > .dropdown-toggle.btn-success:hover {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625; }
  .docs .btn-success.disabled.focus,
  .docs .btn-success.disabled:focus,
  .docs .btn-success.disabled:hover,
  .docs .btn-success[disabled].focus,
  .docs .btn-success[disabled]:focus,
  .docs .btn-success[disabled]:hover, .docs fieldset[disabled] .btn-success.focus, .docs fieldset[disabled] .btn-success:focus, .docs fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .docs .btn-info.focus,
  .docs .btn-info:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-info.active,
  .docs .btn-info:active, .docs .open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-info.active.focus,
  .docs .btn-info.active:focus,
  .docs .btn-info.active:hover,
  .docs .btn-info:active.focus,
  .docs .btn-info:active:focus,
  .docs .btn-info:active:hover, .docs .open > .dropdown-toggle.btn-info.focus, .docs .open > .dropdown-toggle.btn-info:focus, .docs .open > .dropdown-toggle.btn-info:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-info.disabled.focus,
  .docs .btn-info.disabled:focus,
  .docs .btn-info.disabled:hover,
  .docs .btn-info[disabled].focus,
  .docs .btn-info[disabled]:focus,
  .docs .btn-info[disabled]:hover, .docs fieldset[disabled] .btn-info.focus, .docs fieldset[disabled] .btn-info:focus, .docs fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-warning.focus,
  .docs .btn-warning:focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .docs .btn-warning.active,
  .docs .btn-warning:active, .docs .open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
    background-image: none; }
  .docs .btn-warning.active.focus,
  .docs .btn-warning.active:focus,
  .docs .btn-warning.active:hover,
  .docs .btn-warning:active.focus,
  .docs .btn-warning:active:focus,
  .docs .btn-warning:active:hover, .docs .open > .dropdown-toggle.btn-warning.focus, .docs .open > .dropdown-toggle.btn-warning:focus, .docs .open > .dropdown-toggle.btn-warning:hover {
    color: #ffffff;
    background-color: #d58512;
    border-color: #985f0d; }
  .docs .btn-warning.disabled.focus,
  .docs .btn-warning.disabled:focus,
  .docs .btn-warning.disabled:hover,
  .docs .btn-warning[disabled].focus,
  .docs .btn-warning[disabled]:focus,
  .docs .btn-warning[disabled]:hover, .docs fieldset[disabled] .btn-warning.focus, .docs fieldset[disabled] .btn-warning:focus, .docs fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .docs .btn-danger.focus,
  .docs .btn-danger:focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19; }
  .docs .btn-danger.active,
  .docs .btn-danger:active, .docs .open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
    background-image: none; }
  .docs .btn-danger.active.focus,
  .docs .btn-danger.active:focus,
  .docs .btn-danger.active:hover,
  .docs .btn-danger:active.focus,
  .docs .btn-danger:active:focus,
  .docs .btn-danger:active:hover, .docs .open > .dropdown-toggle.btn-danger.focus, .docs .open > .dropdown-toggle.btn-danger:focus, .docs .open > .dropdown-toggle.btn-danger:hover {
    color: #ffffff;
    background-color: #ac2925;
    border-color: #761c19; }
  .docs .btn-danger.disabled.focus,
  .docs .btn-danger.disabled:focus,
  .docs .btn-danger.disabled:hover,
  .docs .btn-danger[disabled].focus,
  .docs .btn-danger[disabled]:focus,
  .docs .btn-danger[disabled]:hover, .docs fieldset[disabled] .btn-danger.focus, .docs fieldset[disabled] .btn-danger:focus, .docs fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .docs .btn-link,
  .docs .btn-link.active,
  .docs .btn-link:active,
  .docs .btn-link[disabled], .docs fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .docs .btn-link,
  .docs .btn-link:active,
  .docs .btn-link:focus,
  .docs .btn-link:hover {
    border-color: transparent; }
  .docs .btn-link:focus,
  .docs .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .docs .btn-link[disabled]:focus,
  .docs .btn-link[disabled]:hover, .docs fieldset[disabled] .btn-link:focus, .docs fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none; }
  .docs input[type=button].btn-block, .docs input[type=reset].btn-block, .docs input[type=submit].btn-block {
    width: 100%; }
  .docs #expand1, .docs #expand10, .docs #expand2, .docs #expand3, .docs #expand4, .docs #expand5, .docs #expand6, .docs #expand7, .docs #expand8 {
    margin: 25px; }
  .docs .btn-expand1.focus,
  .docs .btn-expand1:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand1.active,
  .docs .btn-expand1:active, .docs .open > .dropdown-toggle.btn-expand1 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand1.active.focus,
  .docs .btn-expand1.active:focus,
  .docs .btn-expand1.active:hover,
  .docs .btn-expand1:active.focus,
  .docs .btn-expand1:active:focus,
  .docs .btn-expand1:active:hover, .docs .open > .dropdown-toggle.btn-expand1.focus, .docs .open > .dropdown-toggle.btn-expand1:focus, .docs .open > .dropdown-toggle.btn-expand1:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand1.disabled.focus,
  .docs .btn-expand1.disabled:focus,
  .docs .btn-expand1.disabled:hover,
  .docs .btn-expand1[disabled].focus,
  .docs .btn-expand1[disabled]:focus,
  .docs .btn-expand1[disabled]:hover, .docs fieldset[disabled] .btn-expand1.focus, .docs fieldset[disabled] .btn-expand1:focus, .docs fieldset[disabled] .btn-expand1:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand2.focus,
  .docs .btn-expand2:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand2.active,
  .docs .btn-expand2:active, .docs .open > .dropdown-toggle.btn-expand2 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand2.active.focus,
  .docs .btn-expand2.active:focus,
  .docs .btn-expand2.active:hover,
  .docs .btn-expand2:active.focus,
  .docs .btn-expand2:active:focus,
  .docs .btn-expand2:active:hover, .docs .open > .dropdown-toggle.btn-expand2.focus, .docs .open > .dropdown-toggle.btn-expand2:focus, .docs .open > .dropdown-toggle.btn-expand2:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand2.disabled.focus,
  .docs .btn-expand2.disabled:focus,
  .docs .btn-expand2.disabled:hover,
  .docs .btn-expand2[disabled].focus,
  .docs .btn-expand2[disabled]:focus,
  .docs .btn-expand2[disabled]:hover, .docs fieldset[disabled] .btn-expand2.focus, .docs fieldset[disabled] .btn-expand2:focus, .docs fieldset[disabled] .btn-expand2:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand3.focus,
  .docs .btn-expand3:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand3.active,
  .docs .btn-expand3:active, .docs .open > .dropdown-toggle.btn-expand3 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand3.active.focus,
  .docs .btn-expand3.active:focus,
  .docs .btn-expand3.active:hover,
  .docs .btn-expand3:active.focus,
  .docs .btn-expand3:active:focus,
  .docs .btn-expand3:active:hover, .docs .open > .dropdown-toggle.btn-expand3.focus, .docs .open > .dropdown-toggle.btn-expand3:focus, .docs .open > .dropdown-toggle.btn-expand3:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand3.disabled.focus,
  .docs .btn-expand3.disabled:focus,
  .docs .btn-expand3.disabled:hover,
  .docs .btn-expand3[disabled].focus,
  .docs .btn-expand3[disabled]:focus,
  .docs .btn-expand3[disabled]:hover, .docs fieldset[disabled] .btn-expand3.focus, .docs fieldset[disabled] .btn-expand3:focus, .docs fieldset[disabled] .btn-expand3:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand4.focus,
  .docs .btn-expand4:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand4.active,
  .docs .btn-expand4:active, .docs .open > .dropdown-toggle.btn-expand4 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand4.active.focus,
  .docs .btn-expand4.active:focus,
  .docs .btn-expand4.active:hover,
  .docs .btn-expand4:active.focus,
  .docs .btn-expand4:active:focus,
  .docs .btn-expand4:active:hover, .docs .open > .dropdown-toggle.btn-expand4.focus, .docs .open > .dropdown-toggle.btn-expand4:focus, .docs .open > .dropdown-toggle.btn-expand4:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand4.disabled.focus,
  .docs .btn-expand4.disabled:focus,
  .docs .btn-expand4.disabled:hover,
  .docs .btn-expand4[disabled].focus,
  .docs .btn-expand4[disabled]:focus,
  .docs .btn-expand4[disabled]:hover, .docs fieldset[disabled] .btn-expand4.focus, .docs fieldset[disabled] .btn-expand4:focus, .docs fieldset[disabled] .btn-expand4:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand5.focus,
  .docs .btn-expand5:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand5.active,
  .docs .btn-expand5:active, .docs .open > .dropdown-toggle.btn-expand5 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand5.active.focus,
  .docs .btn-expand5.active:focus,
  .docs .btn-expand5.active:hover,
  .docs .btn-expand5:active.focus,
  .docs .btn-expand5:active:focus,
  .docs .btn-expand5:active:hover, .docs .open > .dropdown-toggle.btn-expand5.focus, .docs .open > .dropdown-toggle.btn-expand5:focus, .docs .open > .dropdown-toggle.btn-expand5:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand5.disabled.focus,
  .docs .btn-expand5.disabled:focus,
  .docs .btn-expand5.disabled:hover,
  .docs .btn-expand5[disabled].focus,
  .docs .btn-expand5[disabled]:focus,
  .docs .btn-expand5[disabled]:hover, .docs fieldset[disabled] .btn-expand5.focus, .docs fieldset[disabled] .btn-expand5:focus, .docs fieldset[disabled] .btn-expand5:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand6.focus,
  .docs .btn-expand6:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand6.active,
  .docs .btn-expand6:active, .docs .open > .dropdown-toggle.btn-expand6 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand6.active.focus,
  .docs .btn-expand6.active:focus,
  .docs .btn-expand6.active:hover,
  .docs .btn-expand6:active.focus,
  .docs .btn-expand6:active:focus,
  .docs .btn-expand6:active:hover, .docs .open > .dropdown-toggle.btn-expand6.focus, .docs .open > .dropdown-toggle.btn-expand6:focus, .docs .open > .dropdown-toggle.btn-expand6:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand6.disabled.focus,
  .docs .btn-expand6.disabled:focus,
  .docs .btn-expand6.disabled:hover,
  .docs .btn-expand6[disabled].focus,
  .docs .btn-expand6[disabled]:focus,
  .docs .btn-expand6[disabled]:hover, .docs fieldset[disabled] .btn-expand6.focus, .docs fieldset[disabled] .btn-expand6:focus, .docs fieldset[disabled] .btn-expand6:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand7.focus,
  .docs .btn-expand7:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand7.active,
  .docs .btn-expand7:active, .docs .open > .dropdown-toggle.btn-expand7 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand7.active.focus,
  .docs .btn-expand7.active:focus,
  .docs .btn-expand7.active:hover,
  .docs .btn-expand7:active.focus,
  .docs .btn-expand7:active:focus,
  .docs .btn-expand7:active:hover, .docs .open > .dropdown-toggle.btn-expand7.focus, .docs .open > .dropdown-toggle.btn-expand7:focus, .docs .open > .dropdown-toggle.btn-expand7:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand7.disabled.focus,
  .docs .btn-expand7.disabled:focus,
  .docs .btn-expand7.disabled:hover,
  .docs .btn-expand7[disabled].focus,
  .docs .btn-expand7[disabled]:focus,
  .docs .btn-expand7[disabled]:hover, .docs fieldset[disabled] .btn-expand7.focus, .docs fieldset[disabled] .btn-expand7:focus, .docs fieldset[disabled] .btn-expand7:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand8.focus,
  .docs .btn-expand8:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand8.active,
  .docs .btn-expand8:active, .docs .open > .dropdown-toggle.btn-expand8 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand8.active.focus,
  .docs .btn-expand8.active:focus,
  .docs .btn-expand8.active:hover,
  .docs .btn-expand8:active.focus,
  .docs .btn-expand8:active:focus,
  .docs .btn-expand8:active:hover, .docs .open > .dropdown-toggle.btn-expand8.focus, .docs .open > .dropdown-toggle.btn-expand8:focus, .docs .open > .dropdown-toggle.btn-expand8:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand8.disabled.focus,
  .docs .btn-expand8.disabled:focus,
  .docs .btn-expand8.disabled:hover,
  .docs .btn-expand8[disabled].focus,
  .docs .btn-expand8[disabled]:focus,
  .docs .btn-expand8[disabled]:hover, .docs fieldset[disabled] .btn-expand8.focus, .docs fieldset[disabled] .btn-expand8:focus, .docs fieldset[disabled] .btn-expand8:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand9.focus,
  .docs .btn-expand9:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand9.active,
  .docs .btn-expand9:active, .docs .open > .dropdown-toggle.btn-expand9 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand9.active.focus,
  .docs .btn-expand9.active:focus,
  .docs .btn-expand9.active:hover,
  .docs .btn-expand9:active.focus,
  .docs .btn-expand9:active:focus,
  .docs .btn-expand9:active:hover, .docs .open > .dropdown-toggle.btn-expand9.focus, .docs .open > .dropdown-toggle.btn-expand9:focus, .docs .open > .dropdown-toggle.btn-expand9:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand9.disabled.focus,
  .docs .btn-expand9.disabled:focus,
  .docs .btn-expand9.disabled:hover,
  .docs .btn-expand9[disabled].focus,
  .docs .btn-expand9[disabled]:focus,
  .docs .btn-expand9[disabled]:hover, .docs fieldset[disabled] .btn-expand9.focus, .docs fieldset[disabled] .btn-expand9:focus, .docs fieldset[disabled] .btn-expand9:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand10.focus,
  .docs .btn-expand10:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand10.active,
  .docs .btn-expand10:active, .docs .open > .dropdown-toggle.btn-expand10 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand10.active.focus,
  .docs .btn-expand10.active:focus,
  .docs .btn-expand10.active:hover,
  .docs .btn-expand10:active.focus,
  .docs .btn-expand10:active:focus,
  .docs .btn-expand10:active:hover, .docs .open > .dropdown-toggle.btn-expand10.focus, .docs .open > .dropdown-toggle.btn-expand10:focus, .docs .open > .dropdown-toggle.btn-expand10:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand10.disabled.focus,
  .docs .btn-expand10.disabled:focus,
  .docs .btn-expand10.disabled:hover,
  .docs .btn-expand10[disabled].focus,
  .docs .btn-expand10[disabled]:focus,
  .docs .btn-expand10[disabled]:hover, .docs fieldset[disabled] .btn-expand10.focus, .docs fieldset[disabled] .btn-expand10:focus, .docs fieldset[disabled] .btn-expand10:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .dropdown,
  .docs .dropup {
    position: relative; }
  .docs .dropdown-menu > li > a:focus,
  .docs .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5; }
  .docs .dropdown-menu > .active > a,
  .docs .dropdown-menu > .active > a:focus,
  .docs .dropdown-menu > .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7; }
  .docs .dropdown-menu > .disabled > a,
  .docs .dropdown-menu > .disabled > a:focus,
  .docs .dropdown-menu > .disabled > a:hover {
    color: #777; }
  .docs .dropdown-menu > .disabled > a:focus,
  .docs .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed; }
  .docs .dropup .caret,
  .docs .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""; }
  .docs .dropup .dropdown-menu,
  .docs .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
  @media (min-width: 768px) {
    .docs .navbar-right .dropdown-menu {
      left: auto;
      right: 0; }
    .docs .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto; } }
  .docs .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    .docs .nav > li {
      position: relative;
      display: block; }
      .docs .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px; }
        .docs .nav > li > a > img {
          max-width: none; }
      .docs .nav > li.disabled > a {
        color: #777; }
    .docs .nav .nav-divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #E5E5E5; }
  .docs .nav-tabs {
    margin-bottom: -3px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #f3f3f3; }
    .docs .nav-tabs > li {
      float: left;
      margin-bottom: -1px;
      border-radius: 0; }
      .docs .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: none; }
        .docs .nav-tabs > li > a:hover {
          border-color: #eee #eee #ddd;
          border-bottom: 0;
          border-left: 0;
          border-right: 0;
          color: #e77600; }
    .docs .nav-tabs li a:hover {
      background-color: transparent; }
    .docs .nav-tabs .nav-justified {
      width: 100%; }
      .docs .nav-tabs .nav-justified > li {
        float: none; }
        .docs .nav-tabs .nav-justified > li > a {
          text-align: center;
          margin-bottom: 5px; }
      .docs .nav-tabs .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto; }
  .docs .nav > li > a:focus,
  .docs .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee; }
  .docs .nav > li.disabled > a:focus,
  .docs .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed; }
  .docs .nav .open > a,
  .docs .nav .open > a:focus,
  .docs .nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7; }
  .docs .nav-tabs a,
  .docs .nav-tabs a:active,
  .docs .nav-tabs a:hover,
  .docs .nav-tabs a:visited {
    text-decoration: none;
    color: #000000;
    border-radius: 0; }
  .docs .nav-tabs > li.active > a,
  .docs .nav-tabs > li.active > a:focus,
  .docs .nav-tabs > li.active > a:hover {
    background-color: #ffffff;
    color: #e77600;
    color: #555;
    background-color: #ffffff;
    cursor: default; }
  @media (min-width: 768px) {
    .docs .nav-tabs .nav-justified > li {
      display: table-cell;
      width: 1%; }
    .docs .nav-tabs .nav-justified > li > a {
      margin-bottom: 0; } }
  .docs .nav-tabs .nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .docs .nav-tabs .nav-justified > .active > a,
  .docs .nav-tabs .nav-justified > .active > a:focus,
  .docs .nav-tabs .nav-justified > .active > a:hover {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .docs .nav-tabs .nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .docs .nav-tabs .nav-justified > .active > a,
    .docs .nav-tabs .nav-justified > .active > a:focus,
    .docs .nav-tabs .nav-justified > .active > a:hover {
      border-bottom-color: #ffffff; } }
  @media (min-width: 768px) {
    .docs .nav-justified > li {
      display: table-cell;
      width: 1%; }
    .docs .nav-justified > li > a {
      margin-bottom: 0; } }
  .docs .nav-tabs-justified {
    border-bottom: 0; }
  .docs .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .docs .nav-tabs-justified > .active > a,
  .docs .nav-tabs-justified > .active > a:focus,
  .docs .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .docs .nav-tabs-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .docs .nav-tabs-justified > .active > a,
    .docs .nav-tabs-justified > .active > a:focus,
    .docs .nav-tabs-justified > .active > a:hover {
      border-bottom-color: #ffffff; } }
  .docs .tab-content > .tab-pane {
    display: none; }
  .docs .tab-content > .active {
    display: block; }
  .docs .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .docs .nav-tabs > li.active > a,
  .docs .nav-tabs > li.active > a:focus,
  .docs .nav-tabs > li.active > a:hover {
    background-color: #EEE;
    color: orange; }
  .docs li a[data-toggle=tab] {
    margin-bottom: -15px; }
  .docs a[data-toggle=tab]:hover {
    color: #000000; }
  .docs .tab-content {
    margin-left: 0;
    margin-bottom: 50px; }
  .docs .nav-tabs li {
    padding-right: 5px;
    padding-left: 5px; }
  .docs .nav-tabs > li.active > a,
  .docs .nav-tabs > li.active > a:focus,
  .docs .nav-tabs > li.active > a:hover {
    background-color: #ffffff;
    color: #444; }
  .docs ul.nav-tabs {
    margin-left: 0;
    padding-bottom: 15px;
    width: 100%; }
  .docs .subheading {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
    margin-top: 30px;
    font-weight: 400;
    color: #e77600; }
  .docs .tab-content .tab-pane.active {
    padding: 15px;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede; }
  .docs .nav-tabs li.active a {
    color: #e77600 !important; }
  .docs .nav-pills > li {
    float: left; }
  .docs .nav-pills > li > a {
    border-radius: 4px; }
  .docs .nav-pills > li + li {
    margin-left: 2px; }
  .docs .nav-pills > li.active > a,
  .docs .nav-pills > li.active > a:focus,
  .docs .nav-pills > li.active > a:hover {
    color: #ffffff;
    background-color: #337ab7; }
  .docs .nav-stacked > li {
    float: none; }
  .docs .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }
  .docs .nav-justified {
    width: 100%; }
  .docs .nav-justified > li {
    float: none; }
  .docs .nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px; }
  .docs .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .docs .nav-justified > li {
      display: table-cell;
      width: 1%; }
    .docs .nav-justified > li > a {
      margin-bottom: 0; } }
  .docs .nav-tabs-justified {
    border-bottom: 0; }
  .docs .nav-tabs-justified > li > a {
    margin-right: 0; }
  .docs .nav-tabs-justified > .active > a,
  .docs .nav-tabs-justified > .active > a:focus,
  .docs .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .docs .nav-tabs-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .docs .nav-tabs-justified > .active > a,
    .docs .nav-tabs-justified > .active > a:focus,
    .docs .nav-tabs-justified > .active > a:hover {
      border-bottom-color: #ffffff; } }
  .docs .tab-content > .tab-pane {
    display: none; }
  .docs .tab-content > .active {
    display: block; }
  .docs .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .docs .breadcrumb a,
  .docs .breadcrumb a:active,
  .docs .breadcrumb a:visited {
    text-decoration: none; }
  .docs .breadcrumb a:hover {
    color: #999; }
  .docs .breadcrumb {
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #777; }
  .docs .breadcrumb > li {
    display: inline-block;
    margin-left: 0;
    padding: 0; }
  .docs .breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
    margin: 0; }
  .docs .breadcrumb > .active {
    color: #777; }
  .docs .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em; }
  .docs a.label:focus,
  .docs a.label:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer; }
  .docs .label:empty {
    display: none; }
  .docs .btn .label {
    position: relative;
    top: -1px; }
  .docs .label-default {
    background-color: #777; }
  .docs .label-default[href]:focus,
  .docs .label-default[href]:hover {
    background-color: #5e5e5e; }
  .docs .label-primary {
    background-color: #337ab7; }
  .docs .label-primary[href]:focus,
  .docs .label-primary[href]:hover {
    background-color: #286090; }
  .docs .label-success {
    background-color: #5cb85c; }
  .docs .label-success[href]:focus,
  .docs .label-success[href]:hover {
    background-color: #449d44; }
  .docs .label-info {
    background-color: #5bc0de; }
  .docs .label-info[href]:focus,
  .docs .label-info[href]:hover {
    background-color: #31b0d5; }
  .docs .label-warning {
    background-color: #f0ad4e; }
  .docs .label-warning[href]:focus,
  .docs .label-warning[href]:hover {
    background-color: #ec971f; }
  .docs .label-danger {
    background-color: #d9534f; }
  .docs .label-danger[href]:focus,
  .docs .label-danger[href]:hover {
    background-color: #c9302c; }
  .docs .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
  .docs .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease; }
  .docs .progress-bar-striped,
  .docs .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px; }
  .docs .progress-bar.active,
  .docs .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; }
  .docs .progress-bar-success {
    background-color: #5cb85c; }
  .docs .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .docs .progress-bar-info {
    background-color: #5bc0de; }
  .docs .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .docs .progress-bar-warning {
    background-color: #f0ad4e; }
  .docs .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .docs .progress-bar-danger {
    background-color: #d9534f; }
  .docs .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .docs .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto; }
  .docs .tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9; }
  .docs .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .docs .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .docs .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .docs .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .docs .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px; }
  .docs .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .docs .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000; }
  .docs .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000; }
  .docs .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000; }
  .docs .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000; }
  .docs .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000; }
  .docs .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000; }
  .docs .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000; }
  .docs .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000; }
  .docs a[data-toggle=tooltip],
  .docs a[data-toggle=popover] {
    color: green;
    border-bottom: 1px dashed gray;
    font-style: italic; }
  .docs .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .docs .pull-right {
    float: right !important; }
  .docs .pull-left {
    float: left !important; }
  .docs .hide {
    display: none !important; }
  .docs .show {
    display: block !important; }
  .docs .invisible {
    visibility: hidden; }
  .docs .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .docs .hidden {
    display: none !important; }
  .docs .affix {
    position: fixed; }
  .docs ul#markdown-toc {
    border: 1px solid #dedede;
    border-radius: 5px;
    max-width: 400px;
    padding: 20px 10px 20px 0;
    margin: 30px 0;
    padding-left: 30px;
    color: gray;
    background-color: #f7f7f7; }
  .docs ul#markdown-toc::before {
    font-size: 18px;
    padding-top: 30px;
    margin: 20px 0 20px -10px; }
  .docs ul#markdown-toc li ul {
    color: gray; }
  .docs ul#markdown-toc ul li {
    margin-left: 5px; }
  .docs ul.onPageSectiontoc {
    border: 1px solid #dedede;
    border-radius: 5px;
    max-width: 400px;
    margin-top: 30px;
    color: gray;
    background-color: #f7f7f7;
    padding: 10px 50px 50px;
    font-size: 14px; }
  .docs ul.onPageSectiontoc::before {
    font-size: 18px;
    padding-top: 30px;
    margin: 20px 10px 20px -20px; }
  .docs .container {
    max-width: 1300px; }
  .docs #sidebar {
    float: left;
    margin-right: 50px;
    width: 275px; }
  .docs .mainColumn {
    overflow: hidden;
    max-width: 800px;
    margin-bottom: 50px; }
  .docs .box {
    padding: 10px;
    border: 1px solid #888;
    box-shadow: 2px 2px 4px #dedede;
    width: 100px;
    height: 90px;
    background-color: #f5f5f5;
    hyphens: auto;
    float: left;
    font-size: 12px; }
  .docs .box:hover {
    background-color: #f0f0f0; }
  .docs .userMap {
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 20px;
    min-width: 550px;
    margin-bottom: 30px; }
  .docs div.box {
    line-height: 17px; }
  .docs .userMap .active {
    background-color: #d6f5d6;
    border: 1px solid #555;
    color: #000000;
    cursor: default; }
  .docs h2.userMapTitle {
    font-family: Ember, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .docs .userMap a:hover {
    text-decoration: none; }
  .docs div.arrow {
    max-width: 50px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 20px; }
  .docs div.content {
    max-width: 110px; }
  .docs .userMap div.arrow, .docs .userMap div.content {
    float: left; }
  .docs .userMap div.arrow {
    position: relative;
    top: 30px; }
  .docs button.btn.btn-default.btn-lg.modalButton1 {
    margin-left: -20px; }
  .docs .userMap .btn-lg {
    width: 100px;
    height: 80px; }
  .docs .userMap .complexArrow {
    font-size: 22px;
    margin: 0 10px; }
  .docs .userMap .btn-lg .active {
    background-color: #d6f5d6; }
  .docs .userMap .btn-lg {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 14px; }
  .docs h3.popover-title {
    background-color: #f1f1f1;
    font-family: "AmazonEmber-Bold";
    font-weight: 700;
    font-size: 14px;
    padding: 10px; }
  .docs a[data-toggle=popover] {
    cursor: pointer; }
  @media screen and (max-width: 992px) {
    .docs h1 {
      font-size: 36px; }
    .docs h2 {
      font-size: 28px; }
    .docs h3 {
      font-size: 24px; }
    .docs #sidebar {
      float: none; }
    .docs ul#markdown-toc {
      padding-left: 26px; }
    .docs ol ol,
    .docs ol ul,
    .docs ul ol,
    .docs ul ul {
      margin: 0; }
    .docs .highlight,
    .docs pre {
      overflow: auto; } }
  .docs span.muted {
    color: #d8d8d8; }
  .docs a[data-toggle=popover]:hover {
    text-decoration: none; }
  .docs .alert code {
    background-color: transparent; }
  .docs .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px; }
  .docs .hide {
    display: none !important; }
  .docs .show {
    display: block !important; }
  .docs .invisible {
    visibility: hidden; }
  .docs .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .docs .hidden {
    display: none !important; }
  .docs .affix {
    position: fixed; }
  @media (min-width: 992px) {
    .docs .dp-content-slot {
      overflow: hidden;
      clear: both; } }
  .docs .dp-content-pixel-tracker-slot {
    line-height: 0; }
  .docs .dp-content-slot--transparent {
    opacity: .8; }
  .docs .dp-content-slot-inner > .dp-content-slot--buffet-component:-moz-only-whitespace,
  .docs .dp-content-slot-inner > .dp-content-slot--buffet-component:empty {
    margin: 0; }
  @media (min-width: 992px) {
    .docs .dp-content-slot-inner > .dp-content-slot--buffet-component:-moz-only-whitespace,
    .docs .dp-content-slot-inner > .dp-content-slot--buffet-component:empty {
      margin: 0; } }
  .docs .dp-content-slot-inner > .dp-content-slot--buffet-component:first-child:not(:empty) {
    margin-top: 50px; }
  .docs .dp-content-slot-inner > .dp-content-slot--buffet-component:last-child:not(:empty) {
    margin-bottom: 50px; }
  .docs .dp-content-slot-inner > .dp-content-slot--buffet-component {
    margin-bottom: 30px; }
  @media (min-width: 992px) {
    .docs .dp-content-slot-inner > .dp-content-slot--buffet-component {
      margin-bottom: 50px; } }
  .docs .dp-content-slot:nth-child(odd) {
    background: #f6f6f6; }
  .docs .dp-content-slot--left .dp-content-slot-img-wrapper {
    right: -2%;
    left: auto; }
  .docs .dp-content-slot--right .dp-content-slot-img-wrapper {
    left: -2%;
    right: auto; }
  .docs .dp-content-slot--right .dp-content-slot-copy-wrapper {
    float: right; }
  @media (min-width: 992px) {
    .docs .dp-content-slot-inner {
      max-width: 1400px;
      padding: 0 50px;
      position: relative; } }
  .docs .dp-content-slot-img-wrapper {
    max-width: 600px;
    position: absolute;
    bottom: 0;
    display: none; }
  @media (min-width: 992px) {
    .docs .dp-content-slot-img-wrapper {
      display: block; } }
  .docs .dp-content-slot-category {
    color: inherit;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 14px; }
  @media (min-width: 992px) {
    .docs .dp-content-slot-category {
      font-size: 16px; } }
  .docs .dp-content-slot-title-wrapper {
    overflow: hidden; }
  .docs .dp-content-slot-title-img {
    float: left;
    max-width: 32px;
    margin-right: 8px; }
  @media (min-width: 992px) {
    .docs .dp-content-slot-title-img {
      max-width: 48px; } }
  @media (min-width: 992px) {
    .docs .dp-content-slot-title-img--large {
      max-width: 60px;
      margin-right: 16px;
      margin-bottom: 14px; } }
  .docs .dp-content-slot-title {
    color: inherit;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 28px; }
  @media (min-width: 992px) {
    .docs .dp-content-slot-title {
      font-size: 48px;
      font-weight: 300; } }
  .docs .dp-content-slot-title--small {
    color: inherit;
    font-size: 28px;
    font-weight: 400; }
  @media (min-width: 992px) {
    .docs .dp-content-slot-title--small {
      font-size: 34px;
      font-weight: 300; } }
  .docs .dp-content-slot a,
  .docs .dp-content-slot li,
  .docs .dp-content-slot p {
    line-height: 150%; }
  .docs .dp-content-slot p a {
    text-decoration: none; }
  .docs .dp-content-slot ul {
    color: inherit;
    font-weight: 300; }
  .docs .dp-callout-list {
    margin: 24px 0;
    padding: 0; }
  .docs .dp-callout-list li {
    list-style-type: none;
    padding: 16px 0; }
  @media (max-width: 991px) {
    .docs .dp-content-slot-aside {
      margin-top: 16px; } }
  .docs .dp-content-slot-aside-img {
    width: 100%; }
  @media (min-width: 992px) {
    .docs .dp-content-slot {
      display: table;
      width: 100%; } }
  .docs .dp-content-slot--l2-component h1,
  .docs .dp-content-slot--l2-component h2,
  .docs .dp-content-slot--l2-component h3 {
    margin-bottom: 8px; }
  @media (min-width: 992px) {
    .docs .dp-content-slot--l2-component h1,
    .docs .dp-content-slot--l2-component h2,
    .docs .dp-content-slot--l2-component h3 {
      margin-bottom: 16px; } }
  .docs .dp-content-slot--l2-component p:last-child {
    margin-bottom: 14px; }
  @media (min-width: 992px) {
    .docs .dp-content-slot--l2-component p:last-child {
      margin-bottom: 24px; } }
  @media (min-width: 992px) {
    .docs .dp-content-slot--l2-component p {
      margin-bottom: 24px; } }
  .docs .dp-content-slot--l2-component .media-wrapper {
    margin-bottom: 24px; }
  .docs .dp-content-slot--l2-component .media-wrapper--video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
  .docs .dp-content-slot--l2-component .media-wrapper--video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .docs .dp-content-slot--l2-component img {
    width: 100%; }
  .docs .dp-content-slot-background-white {
    background-color: #ffffff !important; }
  .docs .dp-content-slot-background-light-font,
  .docs .dp-content-slot-background-light-grey,
  .docs .dp-content-slot-background-white {
    color: #111111; }
  .docs .dp-content-slot-background-alexa-blue,
  .docs .dp-content-slot-background-amazon-orange,
  .docs .dp-content-slot-background-dark-font, .docs .dp-content-slot-background-dark-grey1,
  .docs .dp-content-slot-background-dark-grey2,
  .docs .dp-content-slot-background-devportal-orange,
  .docs .dp-content-slot-background-drs-cyan,
  .docs .dp-content-slot-background-fireos-orange, .docs .dp-content-slot-background-twitch-purple {
    color: #ffffff; }
  .docs .dp-content-slot-background-light-grey a:link,
  .docs .dp-content-slot-background-light-grey a:visited,
  .docs .dp-content-slot-background-light-link a:link,
  .docs .dp-content-slot-background-light-link a:visited,
  .docs .dp-content-slot-background-white a:link,
  .docs .dp-content-slot-background-white a:visited {
    color: #0066c0; }
  .docs .dp-content-slot-background-light-grey a:hover,
  .docs .dp-content-slot-background-light-link a:hover,
  .docs .dp-content-slot-background-white a:hover {
    color: #e37825; }
  .docs .dp-content-slot-background-alexa-blue a:link,
  .docs .dp-content-slot-background-alexa-blue a:visited,
  .docs .dp-content-slot-background-amazon-orange a:link,
  .docs .dp-content-slot-background-amazon-orange a:visited,
  .docs .dp-content-slot-background-dark-grey1 a:link,
  .docs .dp-content-slot-background-dark-grey1 a:visited,
  .docs .dp-content-slot-background-dark-grey2 a:link,
  .docs .dp-content-slot-background-dark-grey2 a:visited,
  .docs .dp-content-slot-background-dark-link a:link,
  .docs .dp-content-slot-background-dark-link a:visited,
  .docs .dp-content-slot-background-devportal-orange a:link,
  .docs .dp-content-slot-background-devportal-orange a:visited,
  .docs .dp-content-slot-background-drs-cyan a:link,
  .docs .dp-content-slot-background-drs-cyan a:visited,
  .docs .dp-content-slot-background-fireos-orange a:link,
  .docs .dp-content-slot-background-fireos-orange a:visited,
  .docs .dp-content-slot-background-twitch-purple a:link,
  .docs .dp-content-slot-background-twitch-purple a:visited {
    color: #00c2e0; }
  .docs .dp-content-slot-background-alexa-blue a:hover,
  .docs .dp-content-slot-background-amazon-orange a:hover,
  .docs .dp-content-slot-background-dark-grey1 a:hover,
  .docs .dp-content-slot-background-dark-grey2 a:hover,
  .docs .dp-content-slot-background-dark-link a:hover,
  .docs .dp-content-slot-background-devportal-orange a:hover,
  .docs .dp-content-slot-background-drs-cyan a:hover,
  .docs .dp-content-slot-background-fireos-orange a:hover,
  .docs .dp-content-slot-background-twitch-purple a:hover {
    color: #e37825; }
  .docs .dp-content-slot-background-light-grey {
    background-color: #f6f6f6 !important; }
  .docs .dp-content-slot-background-dark-grey1 {
    background-color: #404951 !important; }
  .docs .dp-content-slot-background-dark-grey2 {
    background-color: #495159 !important; }
  .docs .dp-content-slot-background-devportal-orange {
    background-color: #e37825 !important; }
  .docs .dp-content-slot-background-fireos-orange {
    background-color: #ef6426 !important; }
  .docs .dp-content-slot-background-alexa-blue {
    background-color: #0068a8 !important; }
  .docs .dp-content-slot-background-twitch-purple {
    background-color: #6441a5 !important; }
  .docs .dp-content-slot-background-drs-cyan {
    background-color: #07cbda !important; }
  .docs .dp-content-slot-background-amazon-orange {
    background-color: #f90 !important; }
  .docs .dp-content-slot .h1,
  .docs .dp-content-slot .h2,
  .docs .dp-content-slot .h3,
  .docs .dp-content-slot .h4,
  .docs .dp-content-slot .h5,
  .docs .dp-content-slot .h6,
  .docs .dp-content-slot h1,
  .docs .dp-content-slot h2,
  .docs .dp-content-slot h3,
  .docs .dp-content-slot h4,
  .docs .dp-content-slot h5,
  .docs .dp-content-slot h6 {
    color: inherit;
    line-height: 125%; }
  .docs .dp-content-slot h1 .link-style,
  .docs .dp-content-slot .h1 a,
  .docs .dp-content-slot .h1 a:active,
  .docs .dp-content-slot .h1 a:hover,
  .docs .dp-content-slot .h1 a:link,
  .docs .dp-content-slot .h1 a:visited,
  .docs .dp-content-slot .h2 .link-style,
  .docs .dp-content-slot .h2 a,
  .docs .dp-content-slot .h2 a:active,
  .docs .dp-content-slot .h2 a:hover,
  .docs .dp-content-slot .h2 a:link,
  .docs .dp-content-slot .h2 a:visited,
  .docs .dp-content-slot .h3 .link-style,
  .docs .dp-content-slot .h3 a,
  .docs .dp-content-slot .h3 a:active,
  .docs .dp-content-slot .h3 a:hover,
  .docs .dp-content-slot .h3 a:link,
  .docs .dp-content-slot .h3 a:visited,
  .docs .dp-content-slot .h4 .link-style,
  .docs .dp-content-slot .h4 a,
  .docs .dp-content-slot .h4 a:active,
  .docs .dp-content-slot .h4 a:hover,
  .docs .dp-content-slot .h4 a:link,
  .docs .dp-content-slot .h4 a:visited,
  .docs .dp-content-slot .h5 .link-style,
  .docs .dp-content-slot .h5 a,
  .docs .dp-content-slot .h5 a:active,
  .docs .dp-content-slot .h5 a:hover,
  .docs .dp-content-slot .h5 a:link,
  .docs .dp-content-slot .h5 a:visited,
  .docs .dp-content-slot .h6 .link-style,
  .docs .dp-content-slot .h6 a,
  .docs .dp-content-slot .h6 a:active,
  .docs .dp-content-slot .h6 a:hover,
  .docs .dp-content-slot .h6 a:link,
  .docs .dp-content-slot .h6 a:visited,
  .docs .dp-content-slot h1 .link-style,
  .docs .dp-content-slot h1 a,
  .docs .dp-content-slot h1 a:active,
  .docs .dp-content-slot h1 a:hover,
  .docs .dp-content-slot h1 a:link,
  .docs .dp-content-slot h1 a:visited,
  .docs .dp-content-slot h2 .link-style,
  .docs .dp-content-slot h2 a,
  .docs .dp-content-slot h2 a:active,
  .docs .dp-content-slot h2 a:hover,
  .docs .dp-content-slot h2 a:link,
  .docs .dp-content-slot h2 a:visited,
  .docs .dp-content-slot h3 .link-style,
  .docs .dp-content-slot h3 a,
  .docs .dp-content-slot h3 a:active,
  .docs .dp-content-slot h3 a:hover,
  .docs .dp-content-slot h3 a:link,
  .docs .dp-content-slot h3 a:visited,
  .docs .dp-content-slot h4 .link-style,
  .docs .dp-content-slot h4 a,
  .docs .dp-content-slot h4 a:active,
  .docs .dp-content-slot h4 a:hover,
  .docs .dp-content-slot h4 a:link,
  .docs .dp-content-slot h4 a:visited,
  .docs .dp-content-slot h5 .link-style,
  .docs .dp-content-slot h5 a,
  .docs .dp-content-slot h5 a:active,
  .docs .dp-content-slot h5 a:hover,
  .docs .dp-content-slot h5 a:link,
  .docs .dp-content-slot h5 a:visited,
  .docs .dp-content-slot h6 .link-style,
  .docs .dp-content-slot h6 a,
  .docs .dp-content-slot h6 a:active,
  .docs .dp-content-slot h6 a:hover,
  .docs .dp-content-slot h6 a:link,
  .docs .dp-content-slot h6 a:visited {
    color: inherit;
    text-decoration: none; }
  .docs .dp-content-slot .h1,
  .docs .dp-content-slot .h2,
  .docs .dp-content-slot .h3,
  .docs .dp-content-slot .h4,
  .docs .dp-content-slot h1,
  .docs .dp-content-slot h2,
  .docs .dp-content-slot h3,
  .docs .dp-content-slot h4 {
    padding-bottom: 16px; }
  .docs .car-control {
    width: 50px;
    height: 90px;
    margin-top: -263px;
    z-index: 2;
    position: relative;
    background-color: #eee; }
  .docs .error .content-section {
    color: grey;
    max-width: 1400px;
    margin: auto;
    width: 75%;
    padding-top: 5%;
    padding-bottom: 8%;
    padding-left: 5%; }
  .docs .error .error-title {
    font-size: 300%;
    margin-bottom: 2%;
    line-height: 1em; }
  .docs .error .error-description {
    font-size: 160%;
    line-height: 1.25em;
    padding-left: .1em;
    font-weight: 300; }
  @media screen and (max-width: 992px) {
    .docs .error .error-title {
      font-size: 250%; }
    .docs .error .error-description {
      font-size: 140%; } }
  @media screen and (max-width: 600px) {
    .docs .error .error-title {
      font-size: 200%; }
    .docs .error .error-description {
      font-size: 120%; } }

@font-face {
  .docs {
    font-family: icomoon;
    src: url(https://m.media-amazon.com/images/G/01/AUIClients/DeXWebsiteAUIAssets-icomoon-cff8550da8b280dec7eb0b2ec4bcd6bee7450574._V2_.woff) format("woff");
    font-weight: 400;
    font-style: normal; } }
  .docs .dp-content-slot--buffet-component nav.product-nav {
    margin: -50px -1999px;
    padding: 0 1999px; }
  .docs .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title .link-style, .docs .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a, .docs .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a:active, .docs .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a:hover, .docs .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a:link, .docs .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a:visited {
    color: inherit;
    text-decoration: none; }
  .docs .single-field-form-subtext {
    margin-top: 12px;
    margin-bottom: 0;
    font-weight: 300; }
  .docs .single-field-form-error-msg-area {
    display: none;
    margin-bottom: 6px !important;
    text-align: left;
    height: auto; }
  .docs .a-icon.a-icon-alert.single-field-form-error-icon {
    top: 17px; }
  .docs .single-field-form-error-msg {
    font-size: 14px; }
  .docs .single-field-form-input-area {
    margin-top: 12px;
    display: inline-block; }
  .docs .single-field-form-email-input {
    width: 360px;
    margin-right: 12px; }
  .docs input.single-field-form-email-input {
    height: 35px; }
  .docs .single-field-form-submit-button-text {
    margin-left: 20px;
    margin-right: 20px; }
  @media (max-width: 991px) {
    .docs .single-field-form-wrapper {
      margin-left: 20px;
      margin-right: 20px; }
    .docs .single-field-form-input-area {
      display: block; }
    .docs .single-field-form-email-input, .docs .single-field-form-error-msg-area, .docs .single-field-form-submit-button {
      width: 100%; }
    .docs .a-icon.a-icon-alert.single-field-form-error-icon {
      top: 11px; }
    .docs .single-field-form-submit-button {
      margin-top: 8px; } }
  .docs .alert,
  .docs .bs-callout,
  .docs div.legend,
  .docs dl dd,
  .docs dt,
  .docs li,
  .docs p {
    font-family: Ember, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500; }
  .docs .alert,
  .docs .bs-callout,
  .docs a.editButton,
  .docs .subheading,
  .docs dd,
  .docs dt,
  .docs figcaption,
  .docs li,
  .docs ol,
  .docs p,
  .docs table,
  .docs ul,
  .docs span.githubButton {
    color: #111111;
    line-height: 1.5em;
    font-weight: 400; }
  .docs .productTitle,
  .docs .relatedResources,
  .docs h1,
  .docs h2,
  .docs h3,
  .docs h4,
  .docs h5,
  .docs h6 {
    color: #111111;
    line-height: 1.3em; }
  .docs dt[id],
  .docs h1[id],
  .docs h2[id],
  .docs h3[id],
  .docs h4[id],
  .docs h5[id],
  .docs h6[id] {
    padding-top: 85px;
    margin-top: -60px; }
  .docs a {
    color: #0066c0; }
  .docs i.fa {
    font-family: FontAwesome; }
  .docs a:hover {
    color: #e87825; }
  .docs p a:hover {
    text-decoration: underline;
    color: #e87825 !important; }
  .docs p a {
    text-decoration: none; }
  .docs .a-ordered-list, .docs .a-unordered-list, .docs ol, .docs ul {
    padding: 0;
    margin-left: 18px; }
  .docs p {
    margin-bottom: 20px; }
  .docs h2, .docs h3, .docs h4, .docs h5, .docs h6 {
    padding-top: 25px; }
  .docs h1, .docs h1 code.highlighter-rouge {
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: 300;
    background-color: transparent; }
  .docs h2, .docs h2 code.highlighter-rouge {
    font-size: 42px;
    font-weight: 300;
    background-color: transparent; }
  .docs h3, .docs h3 code.highlighter-rouge {
    font-size: 28px;
    font-weight: 300;
    background-color: transparent; }
  .docs h4, .docs h4 code.highlighter-rouge {
    font-size: 21px;
    font-weight: 300;
    background-color: transparent; }
  .docs h5, .docs h5 code.highlighter-rouge {
    font-size: 18px;
    font-weight: 400;
    background-color: transparent; }
  .docs .h6, .docs h6 code.highlighter-rouge {
    font-size: 16em;
    font-weight: 300;
    background-color: transparent; }
  .docs .mydocsidebar {
    height: 100%;
    overflow-y: auto;
    background-color: #f7f7f7;
    padding: 24px 24px 32px 24px;
    margin: 34px 50px 50px 10px;
    width: 270px; }
    .docs .mydocsidebar ul {
      padding-left: 15px;
      padding-right: 5px;
      margin-left: 0;
      margin-right: -5px; }
    .docs .mydocsidebar a, .docs .mydocsidebar a:hover {
      text-decoration: none; }
  .docs p.external {
    font-size: 10px;
    margin-top: 10px; }
  .docs .docnav ul {
    padding-left: 15px; }
  .docs .docnav li {
    list-style: none;
    font: 400 12px "Open Sans", "Lucida Grande", "Helvetica Neue", Arial;
    border-bottom: 0; }
    .docs .docnav li a:active,
    .docs .docnav li a:hover {
      text-decoration: none;
      color: #666; }
    .docs .docnav li.level1 > a > span:after,
    .docs .docnav li.level2 > a > span:after,
    .docs .docnav li.level3 > a > span:after {
      content: '\f0fe';
      font-family: FontAwesome;
      color: #e47911;
      font-size: 14px;
      padding-right: 13px;
      text-decoration: none; }
    .docs .docnav li.level1items > a:before,
    .docs .docnav li.level2items > a:before,
    .docs .docnav li.level3items > a:before {
      content: '\f096';
      font-family: FontAwesome;
      color: #e47911;
      padding-right: 8px;
      text-decoration: none; }
    .docs .docnav li.open > a > span:after {
      content: '\f146';
      font-family: FontAwesome;
      color: #e47911;
      padding-right: 13px; }
    .docs .docnav li.level3, .docs .docnav li.level3items {
      padding-left: 10px; }
    .docs .docnav li.level2, .docs .docnav li.level2items {
      padding-left: 10px; }
    .docs .docnav li.level1, .docs .docnav li.level1items {
      padding-left: 10px; }
    .docs .docnav li {
      margin: 7px 0; }
  .docs ul#docnavsidebar li a:focus {
    text-decoration: none; }
  .docs li.level1.open > ul > li.level1items.open a,
  .docs li.level2.open > ul > li.level2items.open a,
  .docs li.level3.open > ul > li.level3items.open a {
    color: #000000;
    font-weight: 700; }
  .docs li.level1.open > ul > li.level1items.open > a:before,
  .docs li.level2.open > ul > li.level2items.open > a:before,
  .docs li.level3.open > ul > li.level3items.open > a:before {
    color: #000000; }
  .docs li.level1.open > ul > li.level1items a,
  .docs li.level2.open > ul > li.level2items a,
  .docs li.level3.open > ul > li.level3items a {
    font-weight: 400;
    color: #0066c0; }
  .docs li.level1.open > ul > li.level1items > a:before,
  .docs li.level2.open > ul > li.level2items > a:before,
  .docs li.level3.open > ul > li.level3items > a:before {
    font-weight: 400;
    color: #0066c0; }
  .docs .docnav li.level1, .docs .docnav li.level1items, .docs .docnav ul li {
    list-style: none; }
  .docs li.folderTitle.current.open > a.subfoldersTitle {
    font-weight: 700;
    color: #000000; }
  .docs .productTitle {
    font-size: 18px;
    color: #333;
    display: block;
    margin-right: 8px; }
  .docs .docnav li a {
    line-height: 18px;
    display: table;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    text-indent: -20px; }
  @media (max-width: 600px) {
    .docs .docnav li a {
      max-width: 180px; }
    .docs .githubButton {
      display: none; } }
  @media (min-width: 600px) {
    .docs .docnav li a {
      max-width: 240px; } }
  .docs ul#entrypages li {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 3px; }
  .docs .relatedResources {
    font-size: 15px;
    color: #000000;
    margin: 10px 0; }
  .docs hr.resourceSeparator {
    display: block;
    margin-top: 1.7em;
    margin-bottom: 1.7em;
    margin-left: 0;
    border-width: 1px;
    color: #000000;
    max-width: 80%; }
  .docs ul#markdown-toc::before {
    content: "Table of Contents"; }
  .docs ul.onPageSectiontoc::before {
    content: "Pages in This Section"; }
  .docs ul#docnavsidebar, .docs ul#entrypages, .docs ul#markdown-toc {
    margin-left: 0; }
  .docs ol ol, .docs ol ul, .docs ul ol, .docs ul ul {
    padding-left: 15px; }
  .docs li {
    margin-top: 10px;
    margin-bottom: 10px; }
  .docs ol li, .docs ul li {
    margin-left: 10px; }
  .docs ul li {
    list-style-type: disc; }
  .docs ol li ol li {
    list-style-type: lower-latin; }
  .docs ol li ol li ul li {
    list-style-type: disc; }
  .docs ol li ol li ol li {
    list-style-type: lower-roman; }
  .docs code {
    font-family: Monaco, Consolas, Courier, monospace;
    font-weight: 400;
    font-size: 14px; }
  .docs a code {
    color: #337ab7; }
  .docs pre {
    background-color: #000000;
    border: 0;
    color: #d7d9db;
    font-family: Monaco, Consolas, Courier, monospace;
    font-weight: 400;
    font-size: 14px;
    padding: 15px; }
  .docs p > code {
    padding: 2px 4px;
    font-size: 85%;
    color: #c7254e;
    border-radius: 4px;
    background-color: #f5f5f5;
    font-family: Monaco, Consolas, Courier, monospace;
    font-weight: 400;
    font-size: 14px; }
  .docs .highlight, .docs pre {
    white-space: pre;
    word-wrap: normal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #202020;
    color: #d7d9db;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 1.5em;
    font-family: Monaco, Consolas, Courier, monospace;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 20px; }
  .docs .parameter,
  .docs .red {
    color: #f92672; }
  .docs .highlight {
    padding: 10px 10px 1px 10px; }
    .docs .highlight .hll {
      background-color: #202020; }
    .docs .highlight .c,
    .docs .highlight .cm,
    .docs .highlight .cp,
    .docs .highlight .c1,
    .docs .highlight .cs,
    .docs .highlight .gu {
      color: #75715e; }
    .docs .highlight .k,
    .docs .highlight .kc,
    .docs .highlight .kd,
    .docs .highlight .kp,
    .docs .highlight .kr,
    .docs .highlight .kt,
    .docs .highlight .no {
      color: #66d9ef; }
    .docs .highlight .l,
    .docs .highlight .m,
    .docs .highlight .mf,
    .docs .highlight .mh,
    .docs .highlight .mi,
    .docs .highlight .mo,
    .docs .highlight .se,
    .docs .highlight .il {
      color: #ae81ff; }
    .docs .highlight .n,
    .docs .highlight .p,
    .docs .highlight .np,
    .docs .highlight .ni,
    .docs .highlight .nl,
    .docs .highlight .nn,
    .docs .highlight .py,
    .docs .highlight .nv {
      color: #f8f8f2; }
    .docs .highlight .w,
    .docs .highlight .bp,
    .docs .highlight .vc,
    .docs .highlight .vg,
    .docs .highlight .vi {
      color: #f8f8f2; }
    .docs .highlight .o,
    .docs .highlight .kn,
    .docs .highlight .nt,
    .docs .highlight .ow,
    .docs .highlight .gd {
      color: #f92672; }
    .docs .highlight .ge {
      font-style: italic; }
    .docs .highlight .gs {
      font-weight: 700; }
    .docs .highlight .ld,
    .docs .highlight .sb,
    .docs .highlight .sc,
    .docs .highlight .sd,
    .docs .highlight .s2,
    .docs .highlight .sh,
    .docs .highlight .si,
    .docs .highlight .sx,
    .docs .highlight .sr,
    .docs .highlight .s1,
    .docs .highlight .ss,
    .docs .highlight .s {
      color: #e6db74; }
    .docs .highlight .na,
    .docs .highlight .nc,
    .docs .highlight .nd,
    .docs .highlight .ne,
    .docs .highlight .nf,
    .docs .highlight .nx,
    .docs .highlight .gi {
      color: #a6e22e; }
    .docs .highlight .err {
      color: #f5f5f5;
      background-color: transparent !important; }
    .docs .highlight ul#entrypages li {
      font-size: 13px;
      margin-top: 0;
      margin-bottom: 3px; }
    .docs .highlight .relatedResources {
      font-size: 15px;
      color: #000000;
      margin: 10px 0; }
    .docs .highlight hr.resourceSeparator {
      display: block;
      margin-top: 1.7em;
      margin-bottom: 1.7em;
      margin-left: 0;
      border-width: 1px;
      color: #000000;
      max-width: 80%; }
    .docs .highlight ul#markdown-toc::before {
      content: "Table of Contents"; }
    .docs .highlight ul.onPageSectiontoc::before {
      content: "Pages in This Section"; }
    .docs .highlight ul#docnavsidebar,
    .docs .highlight ul#entrypages,
    .docs .highlight ul#markdown-toc {
      margin-left: 0; }
    .docs .highlight ol ol,
    .docs .highlight ol ul,
    .docs .highlight ul ol,
    .docs .highlight ul ul {
      padding-left: 15px; }
    .docs .highlight li {
      margin-top: 10px;
      margin-bottom: 10px; }
    .docs .highlight ol li,
    .docs .highlight ul li {
      margin-left: 10px; }
    .docs .highlight ul li {
      list-style-type: disc; }
    .docs .highlight ol li ol li {
      list-style-type: lower-latin; }
    .docs .highlight ol li ol li ul li {
      list-style-type: disc; }
    .docs .highlight ol li ol li ol li {
      list-style-type: lower-roman; }
    .docs .highlight code {
      font-family: Monaco, Consolas, Courier, monospace;
      font-weight: 400;
      font-size: 14px; }
    .docs .highlight a code {
      color: #337ab7; }
    .docs .highlight pre {
      background-color: #000000;
      border: 0;
      color: #d7d9db;
      font-family: Monaco, Consolas, Courier, monospace;
      font-weight: 400;
      font-size: 14px;
      padding: 15px; }
    .docs .highlight p > code {
      padding: 2px 4px;
      color: #c7254e;
      border-radius: 4px;
      background-color: #f5f5f5;
      font-family: Monaco, Consolas, Courier, monospace;
      font-weight: 400;
      font-size: 14px; }
    .docs .highlight .highlight,
    .docs .highlight pre {
      white-space: pre;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background: #202020;
      color: #d7d9db;
      word-break: break-all;
      word-wrap: break-word;
      line-height: 1.5em;
      font-family: Monaco, Consolas, Courier, monospace;
      font-weight: 400;
      font-size: 13px;
      margin-bottom: 20px; }
    .docs .highlight video {
      border: 1px solid #444;
      max-width: 100%;
      margin: 20px 0; }
    .docs .highlight audio {
      margin: 20px 0; }
    .docs .highlight .bs-callout {
      padding: 20px;
      margin: 20px 0;
      border: 1px solid #eee;
      border-left-width: 5px;
      border-radius: 3px; }
      .docs .highlight .bs-callout p:last-child {
        margin-bottom: 0; }
      .docs .highlight .bs-callout code {
        border-radius: 3px; }
      .docs .highlight .bs-callout + .bs-callout {
        margin-top: -5px; }
    .docs .highlight .calloutTitle {
      margin-top: 0;
      margin-bottom: 5px;
      font-size: 18px; }
    .docs .highlight .bs-callout-default {
      border-left-color: #777; }
      .docs .highlight .bs-callout-default .calloutTitle {
        color: #777; }
    .docs .highlight .bs-callout-primary {
      border-left-color: #428bca; }
      .docs .highlight .bs-callout-primary .calloutTitle {
        color: #428bca; }
    .docs .highlight .bs-callout-success {
      border-left-color: #5cb85c; }
      .docs .highlight .bs-callout-success .calloutTitle {
        color: #5cb85c; }
    .docs .highlight .bs-callout-danger {
      border-left-color: #d9534f; }
      .docs .highlight .bs-callout-danger .calloutTitle {
        color: #d9534f; }
    .docs .highlight .bs-callout-warning {
      border-left-color: #f0ad4e; }
      .docs .highlight .bs-callout-warning .calloutTitle {
        color: #f0ad4e; }
    .docs .highlight .bs-callout-info {
      border-left-color: #5bc0de; }
      .docs .highlight .bs-callout-info .calloutTitle {
        color: #5bc0de; }
    .docs .highlight .alert {
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
      padding: 11.25px 15px;
      margin-bottom: 20px;
      margin-top: 20px;
      border: 1px solid #f7f7f7;
      border-radius: 3px; }
      .docs .highlight .alert.alert-warning {
        padding-left: 15px !important;
        border-color: #f5e79e !important; }
    .docs .highlight .alert-success {
      background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
      background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
      background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##dff0d8', endColorstr='#c8e5bc', GradientType=0);
      background-repeat: repeat-x;
      border-color: #b2dba1; }
    .docs .highlight .alert-info {
      background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
      background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
      background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9edf7', endColorstr='#b9def0', GradientType=0);
      background-repeat: repeat-x;
      border-color: #9acfea; }
    .docs .highlight .alert-warning {
      background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
      background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
      background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf8e3', endColorstr='#f8efc0', GradientType=0);
      background-repeat: repeat-x;
      border-color: #f5e79e; }
    .docs .highlight .alert-danger {
      background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
      background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
      background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2dede', endColorstr='#e7c3c3', GradientType=0);
      background-repeat: repeat-x;
      border-color: #dca7a7; }
    .docs .highlight img.docimage {
      max-width: 100%;
      margin-bottom: 20px; }
    .docs .highlight img.border {
      border: 1px solid #dedede; }
    .docs .highlight img.inline {
      vertical-align: text-bottom; }
    .docs .highlight figcaption {
      padding-bottom: 12px;
      margin-bottom: 20px;
      color: gray;
      font-size: 14px;
      font-style: italic; }
    .docs .highlight .number_legend {
      margin-bottom: 10px;
      margin-top: 10px; }
      .docs .highlight .number_legend > img.inline {
        margin-bottom: 2px; }
    .docs .highlight .legend {
      margin-bottom: 12px;
      margin-top: 12px; }
      .docs .highlight .legend img {
        margin-bottom: 0; }
    .docs .highlight figure {
      margin: 1em 0; }
    .docs .highlight table {
      width: 100%;
      margin-bottom: 20px;
      border: 1px solid #dedede;
      background-color: transparent;
      border-collapse: collapse;
      word-wrap: break-word;
      table-layout: auto; }
      .docs .highlight table th {
        font-weight: 400;
        font-size: 18px; }
      .docs .highlight table > tbody > tr:nth-of-type(odd) {
        background-color: #f9f9f9; }
      .docs .highlight table col[class*=col-] {
        position: static;
        display: table-column;
        float: none; }
      .docs .highlight table tr td {
        hyphens: auto; }
      .docs .highlight table.data table thead {
        background-color: #444; }
      .docs .highlight table td {
        hyphens: auto; }
      .docs .highlight table code {
        background-color: transparent;
        word-wrap: break-word; }
    .docs .highlight td.white {
      background-color: #ffffff; }
    .docs .highlight td.gray {
      background-color: #f7f7f7; }
    .docs .highlight dt {
      font-weight: 700; }
    .docs .highlight dl dd {
      margin-top: 20px;
      margin-bottom: 20px;
      font-weight: 400; }
    .docs .highlight dd {
      margin-left: 30px; }
      .docs .highlight dd pre {
        margin-top: 12px;
        margin-bottom: 12px; }
    .docs .highlight a.editButton {
      color: #666;
      text-decoration: none; }
      .docs .highlight a.editButton:hover {
        text-decoration: none;
        color: #000000; }
    .docs .highlight .githubButton {
      color: #000000;
      background-color: #ffffff;
      border: 1px solid #dedede;
      padding: 5px;
      border-radius: 5px;
      margin: 20px 0 10px;
      font-size: 14px; }
      .docs .highlight .githubButton:hover {
        background-color: #fefefe;
        color: #444;
        text-decoration: none; }
    .docs .highlight .githubFeedback {
      margin-bottom: 20px;
      margin-top: 20px; }
    .docs .highlight button {
      overflow: visible; }
    .docs .highlight .btn {
      display: inline-block;
      margin-bottom: 0;
      font-weight: 400;
      text-align: center;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      white-space: nowrap;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .docs .highlight .btn-default {
      color: #777;
      background-color: #ffffff;
      border-color: #cccccc; }
      .docs .highlight .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad; }
      .docs .highlight .btn-default .badge {
        color: #ffffff;
        background-color: #333; }
    .docs .highlight .btn-primary {
      color: #ffffff;
      background-color: #337ab7;
      border-color: #2e6da4; }
      .docs .highlight .btn-primary:hover {
        color: #ffffff;
        background-color: #286090;
        border-color: #204d74; }
      .docs .highlight .btn-primary .badge {
        color: #337ab7;
        background-color: #ffffff; }
    .docs .highlight .btn-success {
      color: #ffffff;
      background-color: #5cb85c;
      border-color: #4cae4c; }
      .docs .highlight .btn-success:hover {
        color: #ffffff;
        background-color: #449d44;
        border-color: #398439; }
      .docs .highlight .btn-success .badge {
        color: #5cb85c;
        background-color: #ffffff; }
    .docs .highlight .btn-info {
      color: #ffffff;
      background-color: #5bc0de;
      border-color: #46b8da; }
      .docs .highlight .btn-info:hover {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc; }
      .docs .highlight .btn-info .badge {
        color: #5bc0de;
        background-color: #ffffff; }
    .docs .highlight .btn-warning {
      color: #ffffff;
      background-color: #f0ad4e;
      border-color: #eea236; }
      .docs .highlight .btn-warning:hover {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #d58512; }
      .docs .highlight .btn-warning .badge {
        color: #f0ad4e;
        background-color: #ffffff; }
    .docs .highlight .btn-danger {
      color: #ffffff;
      background-color: #d9534f;
      border-color: #d43f3a; }
      .docs .highlight .btn-danger:hover {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925; }
      .docs .highlight .btn-danger .badge {
        color: #d9534f;
        background-color: #ffffff; }
    .docs .highlight .btn-link {
      color: #337ab7;
      font-weight: 400;
      border-radius: 0; }
    .docs .highlight .btn-lg {
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.3333333;
      border-radius: 6px; }
    .docs .highlight .btn-sm {
      padding: 5px 10px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px; }
    .docs .highlight .btn-xs {
      padding: 1px 5px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px; }
    .docs .highlight .btn-block {
      display: block;
      width: 100%; }
      .docs .highlight .btn-block + .btn-block {
        margin-top: 5px; }
    .docs .highlight .expandTitle {
      font-weight: 700;
      vertical-align: -webkit-baseline-middle; }
    .docs .highlight .collapse {
      display: none;
      visibility: hidden; }
      .docs .highlight .collapse.in {
        display: block;
        visibility: visible; }
    .docs .highlight .collapsing {
      position: relative;
      height: 0;
      overflow: hidden;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease;
      -webkit-transition-duration: .15s;
      -o-transition-duration: .15s;
      transition-duration: .15s;
      -webkit-transition-property: height, visibility;
      -o-transition-property: height, visibility;
      transition-property: height, visibility; }
    .docs .highlight .btn-expand1 {
      color: #ffffff;
      background-color: #5bc0de;
      border-color: #46b8da;
      padding: 3px 6px; }
      .docs .highlight .btn-expand1:hover {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc; }
      .docs .highlight .btn-expand1 .badge {
        color: #5bc0de;
        background-color: #ffffff; }
    .docs .highlight .btn-expand2 {
      color: #ffffff;
      background-color: #5bc0de;
      border-color: #46b8da;
      padding: 3px 6px; }
      .docs .highlight .btn-expand2:hover {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc; }
      .docs .highlight .btn-expand2 .badge {
        color: #5bc0de;
        background-color: #ffffff;
        padding: 3px 6px; }
    .docs .highlight .btn-expand3 {
      color: #ffffff;
      background-color: #5bc0de;
      border-color: #46b8da;
      padding: 3px 6px; }
      .docs .highlight .btn-expand3:hover {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc; }
      .docs .highlight .btn-expand3 .badge {
        color: #5bc0de;
        background-color: #ffffff; }
    .docs .highlight .btn-expand4 {
      color: #ffffff;
      background-color: #5bc0de;
      border-color: #46b8da;
      padding: 3px 6px; }
      .docs .highlight .btn-expand4:hover {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc; }
      .docs .highlight .btn-expand4 .badge {
        color: #5bc0de;
        background-color: #ffffff; }
    .docs .highlight .btn-expand5 {
      color: #ffffff;
      background-color: #5bc0de;
      border-color: #46b8da;
      padding: 3px 6px; }
      .docs .highlight .btn-expand5:hover {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc; }
      .docs .highlight .btn-expand5 .badge {
        color: #5bc0de;
        background-color: #ffffff; }
    .docs .highlight .btn-expand6 {
      color: #ffffff;
      background-color: #5bc0de;
      border-color: #46b8da;
      padding: 3px 6px; }
      .docs .highlight .btn-expand6:hover {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc; }
      .docs .highlight .btn-expand6 .badge {
        color: #5bc0de;
        background-color: #ffffff; }
    .docs .highlight .btn-expand7 {
      color: #ffffff;
      background-color: #5bc0de;
      border-color: #46b8da;
      padding: 3px 6px; }
      .docs .highlight .btn-expand7:hover {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc; }
      .docs .highlight .btn-expand7 .badge {
        color: #5bc0de;
        background-color: #ffffff; }
    .docs .highlight .btn-expand8 {
      color: #ffffff;
      background-color: #5bc0de;
      border-color: #46b8da;
      padding: 3px 6px; }
      .docs .highlight .btn-expand8:hover {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc; }
      .docs .highlight .btn-expand8 .badge {
        color: #5bc0de;
        background-color: #ffffff; }
    .docs .highlight .btn-expand9 {
      color: #ffffff;
      background-color: #5bc0de;
      border-color: #46b8da;
      padding: 3px 6px; }
      .docs .highlight .btn-expand9:hover {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc; }
      .docs .highlight .btn-expand9 .badge {
        color: #5bc0de;
        background-color: #ffffff; }
    .docs .highlight .btn-expand10 {
      color: #ffffff;
      background-color: #5bc0de;
      border-color: #46b8da;
      padding: 3px 6px; }
      .docs .highlight .btn-expand10:hover {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc; }
      .docs .highlight .btn-expand10 .badge {
        color: #5bc0de;
        background-color: #ffffff; }
    .docs .highlight hr {
      margin-top: 20px;
      margin-bottom: 20px;
      border: 0;
      border-top: 1px solid #eee; }
    .docs .highlight .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; }
    .docs .highlight .dropdown-toggle:focus {
      outline: 0; }
    .docs .highlight .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-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);
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
      .docs .highlight .dropdown-menu.pull-right {
        right: 0;
        left: auto; }
      .docs .highlight .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #E5E5E5; }
      .docs .highlight .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap; }
    .docs .highlight .open > .dropdown-menu {
      display: block; }
    .docs .highlight .open > a {
      outline: 0; }
    .docs .highlight .dropdown-menu-right {
      left: auto;
      right: 0; }
    .docs .highlight .dropdown-menu-left {
      left: 0;
      right: auto; }
    .docs .highlight .dropdown-header {
      display: block;
      padding: 3px 20px;
      font-size: 12px;
      line-height: 1.42857143;
      color: #777;
      white-space: nowrap; }
    .docs .highlight .dropdown-backdrop {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 990; }
    .docs .highlight .pull-right > .dropdown-menu {
      right: 0;
      left: auto; }
  .docs table > tbody > tr > td,
  .docs table > tfoot > tr > td,
  .docs table > thead > tr > td {
    padding: 8px;
    line-height: 1.5em;
    vertical-align: top; }
  .docs table > tbody > tr > td ol > li,
  .docs table > tbody > tr > td ul > li,
  .docs table > tbody > tr > td > p {
    padding: 0; }
  .docs table > tbody > tr > th,
  .docs table > tfoot > tr > th,
  .docs table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    text-transform: none;
    background-color: #777;
    color: #ffffff;
    padding: 8px;
    line-height: 1.5em;
    vertical-align: top;
    text-align: left; }
  .docs table > caption + thead > tr:first-child > td,
  .docs table > caption + thead > tr:first-child > th,
  .docs table > colgroup + thead > tr:first-child > td,
  .docs table > colgroup + thead > tr:first-child > th,
  .docs table > thead:first-child > tr:first-child > td,
  .docs table > thead:first-child > tr:first-child > th {
    border-top: 0; }
  .docs table td[class*=col-],
  .docs table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none; }
  .docs pre,
  .docs table code {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word; }
  .docs a.githubButton.noExtIcon:hover,
  .docs i.fa.fa-github.fa-lg:hover {
    color: #000000;
    text-decoration: none; }
  .docs button,
  .docs select {
    text-transform: none; }
  .docs button,
  .docs html input[type=button],
  .docs input[type=reset],
  .docs input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer; }
  .docs button[disabled],
  .docs html input[disabled] {
    cursor: default; }
  .docs button::-moz-focus-inner,
  .docs input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .docs .btn.active.focus,
  .docs .btn.active:focus,
  .docs .btn.focus,
  .docs .btn:active.focus,
  .docs .btn:active:focus,
  .docs .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .docs .btn.focus,
  .docs .btn:focus,
  .docs .btn:hover {
    color: #333;
    text-decoration: none; }
  .docs .btn.active,
  .docs .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); }
  .docs .btn.disabled,
  .docs .btn[disabled], .docs fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .docs a.btn.disabled, .docs fieldset[disabled] a.btn {
    pointer-events: none; }
  .docs .btn-default.focus,
  .docs .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .docs .btn-default.active,
  .docs .btn-default:active, .docs .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
  .docs .btn-default.active.focus,
  .docs .btn-default.active:focus,
  .docs .btn-default.active:hover,
  .docs .btn-default:active.focus,
  .docs .btn-default:active:focus,
  .docs .btn-default:active:hover, .docs .open > .dropdown-toggle.btn-default.focus, .docs .open > .dropdown-toggle.btn-default:focus, .docs .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c; }
  .docs .btn-default.disabled.focus,
  .docs .btn-default.disabled:focus,
  .docs .btn-default.disabled:hover,
  .docs .btn-default[disabled].focus,
  .docs .btn-default[disabled]:focus,
  .docs .btn-default[disabled]:hover, .docs fieldset[disabled] .btn-default.focus, .docs fieldset[disabled] .btn-default:focus, .docs fieldset[disabled] .btn-default:hover {
    background-color: #ffffff;
    border-color: #cccccc; }
  .docs .btn-primary.focus,
  .docs .btn-primary:focus {
    color: #ffffff;
    background-color: #286090;
    border-color: #122b40; }
  .docs .btn-primary.active,
  .docs .btn-primary:active, .docs .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
    background-image: none; }
  .docs .btn-primary.active.focus,
  .docs .btn-primary.active:focus,
  .docs .btn-primary.active:hover,
  .docs .btn-primary:active.focus,
  .docs .btn-primary:active:focus,
  .docs .btn-primary:active:hover, .docs .open > .dropdown-toggle.btn-primary.focus, .docs .open > .dropdown-toggle.btn-primary:focus, .docs .open > .dropdown-toggle.btn-primary:hover {
    color: #ffffff;
    background-color: #204d74;
    border-color: #122b40; }
  .docs .btn-primary.disabled.focus,
  .docs .btn-primary.disabled:focus,
  .docs .btn-primary.disabled:hover,
  .docs .btn-primary[disabled].focus,
  .docs .btn-primary[disabled]:focus,
  .docs .btn-primary[disabled]:hover, .docs fieldset[disabled] .btn-primary.focus, .docs fieldset[disabled] .btn-primary:focus, .docs fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .docs .btn-success.focus,
  .docs .btn-success:focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625; }
  .docs .btn-success.active,
  .docs .btn-success:active, .docs .open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
    background-image: none; }
  .docs .btn-success.active.focus,
  .docs .btn-success.active:focus,
  .docs .btn-success.active:hover,
  .docs .btn-success:active.focus,
  .docs .btn-success:active:focus,
  .docs .btn-success:active:hover, .docs .open > .dropdown-toggle.btn-success.focus, .docs .open > .dropdown-toggle.btn-success:focus, .docs .open > .dropdown-toggle.btn-success:hover {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625; }
  .docs .btn-success.disabled.focus,
  .docs .btn-success.disabled:focus,
  .docs .btn-success.disabled:hover,
  .docs .btn-success[disabled].focus,
  .docs .btn-success[disabled]:focus,
  .docs .btn-success[disabled]:hover, .docs fieldset[disabled] .btn-success.focus, .docs fieldset[disabled] .btn-success:focus, .docs fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .docs .btn-info.focus,
  .docs .btn-info:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-info.active,
  .docs .btn-info:active, .docs .open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-info.active.focus,
  .docs .btn-info.active:focus,
  .docs .btn-info.active:hover,
  .docs .btn-info:active.focus,
  .docs .btn-info:active:focus,
  .docs .btn-info:active:hover, .docs .open > .dropdown-toggle.btn-info.focus, .docs .open > .dropdown-toggle.btn-info:focus, .docs .open > .dropdown-toggle.btn-info:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-info.disabled.focus,
  .docs .btn-info.disabled:focus,
  .docs .btn-info.disabled:hover,
  .docs .btn-info[disabled].focus,
  .docs .btn-info[disabled]:focus,
  .docs .btn-info[disabled]:hover, .docs fieldset[disabled] .btn-info.focus, .docs fieldset[disabled] .btn-info:focus, .docs fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-warning.focus,
  .docs .btn-warning:focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .docs .btn-warning.active,
  .docs .btn-warning:active, .docs .open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
    background-image: none; }
  .docs .btn-warning.active.focus,
  .docs .btn-warning.active:focus,
  .docs .btn-warning.active:hover,
  .docs .btn-warning:active.focus,
  .docs .btn-warning:active:focus,
  .docs .btn-warning:active:hover, .docs .open > .dropdown-toggle.btn-warning.focus, .docs .open > .dropdown-toggle.btn-warning:focus, .docs .open > .dropdown-toggle.btn-warning:hover {
    color: #ffffff;
    background-color: #d58512;
    border-color: #985f0d; }
  .docs .btn-warning.disabled.focus,
  .docs .btn-warning.disabled:focus,
  .docs .btn-warning.disabled:hover,
  .docs .btn-warning[disabled].focus,
  .docs .btn-warning[disabled]:focus,
  .docs .btn-warning[disabled]:hover, .docs fieldset[disabled] .btn-warning.focus, .docs fieldset[disabled] .btn-warning:focus, .docs fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .docs .btn-danger.focus,
  .docs .btn-danger:focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19; }
  .docs .btn-danger.active,
  .docs .btn-danger:active, .docs .open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
    background-image: none; }
  .docs .btn-danger.active.focus,
  .docs .btn-danger.active:focus,
  .docs .btn-danger.active:hover,
  .docs .btn-danger:active.focus,
  .docs .btn-danger:active:focus,
  .docs .btn-danger:active:hover, .docs .open > .dropdown-toggle.btn-danger.focus, .docs .open > .dropdown-toggle.btn-danger:focus, .docs .open > .dropdown-toggle.btn-danger:hover {
    color: #ffffff;
    background-color: #ac2925;
    border-color: #761c19; }
  .docs .btn-danger.disabled.focus,
  .docs .btn-danger.disabled:focus,
  .docs .btn-danger.disabled:hover,
  .docs .btn-danger[disabled].focus,
  .docs .btn-danger[disabled]:focus,
  .docs .btn-danger[disabled]:hover, .docs fieldset[disabled] .btn-danger.focus, .docs fieldset[disabled] .btn-danger:focus, .docs fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .docs .btn-link,
  .docs .btn-link.active,
  .docs .btn-link:active,
  .docs .btn-link[disabled], .docs fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .docs .btn-link,
  .docs .btn-link:active,
  .docs .btn-link:focus,
  .docs .btn-link:hover {
    border-color: transparent; }
  .docs .btn-link:focus,
  .docs .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .docs .btn-link[disabled]:focus,
  .docs .btn-link[disabled]:hover, .docs fieldset[disabled] .btn-link:focus, .docs fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none; }
  .docs input[type=button].btn-block, .docs input[type=reset].btn-block, .docs input[type=submit].btn-block {
    width: 100%; }
  .docs #expand1, .docs #expand10, .docs #expand2, .docs #expand3, .docs #expand4, .docs #expand5, .docs #expand6, .docs #expand7, .docs #expand8 {
    margin: 25px; }
  .docs .btn-expand1.focus,
  .docs .btn-expand1:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand1.active,
  .docs .btn-expand1:active, .docs .open > .dropdown-toggle.btn-expand1 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand1.active.focus,
  .docs .btn-expand1.active:focus,
  .docs .btn-expand1.active:hover,
  .docs .btn-expand1:active.focus,
  .docs .btn-expand1:active:focus,
  .docs .btn-expand1:active:hover, .docs .open > .dropdown-toggle.btn-expand1.focus, .docs .open > .dropdown-toggle.btn-expand1:focus, .docs .open > .dropdown-toggle.btn-expand1:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand1.disabled.focus,
  .docs .btn-expand1.disabled:focus,
  .docs .btn-expand1.disabled:hover,
  .docs .btn-expand1[disabled].focus,
  .docs .btn-expand1[disabled]:focus,
  .docs .btn-expand1[disabled]:hover, .docs fieldset[disabled] .btn-expand1.focus, .docs fieldset[disabled] .btn-expand1:focus, .docs fieldset[disabled] .btn-expand1:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand2.focus,
  .docs .btn-expand2:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand2.active,
  .docs .btn-expand2:active, .docs .open > .dropdown-toggle.btn-expand2 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand2.active.focus,
  .docs .btn-expand2.active:focus,
  .docs .btn-expand2.active:hover,
  .docs .btn-expand2:active.focus,
  .docs .btn-expand2:active:focus,
  .docs .btn-expand2:active:hover, .docs .open > .dropdown-toggle.btn-expand2.focus, .docs .open > .dropdown-toggle.btn-expand2:focus, .docs .open > .dropdown-toggle.btn-expand2:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand2.disabled.focus,
  .docs .btn-expand2.disabled:focus,
  .docs .btn-expand2.disabled:hover,
  .docs .btn-expand2[disabled].focus,
  .docs .btn-expand2[disabled]:focus,
  .docs .btn-expand2[disabled]:hover, .docs fieldset[disabled] .btn-expand2.focus, .docs fieldset[disabled] .btn-expand2:focus, .docs fieldset[disabled] .btn-expand2:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand3.focus,
  .docs .btn-expand3:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand3.active,
  .docs .btn-expand3:active, .docs .open > .dropdown-toggle.btn-expand3 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand3.active.focus,
  .docs .btn-expand3.active:focus,
  .docs .btn-expand3.active:hover,
  .docs .btn-expand3:active.focus,
  .docs .btn-expand3:active:focus,
  .docs .btn-expand3:active:hover, .docs .open > .dropdown-toggle.btn-expand3.focus, .docs .open > .dropdown-toggle.btn-expand3:focus, .docs .open > .dropdown-toggle.btn-expand3:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand3.disabled.focus,
  .docs .btn-expand3.disabled:focus,
  .docs .btn-expand3.disabled:hover,
  .docs .btn-expand3[disabled].focus,
  .docs .btn-expand3[disabled]:focus,
  .docs .btn-expand3[disabled]:hover, .docs fieldset[disabled] .btn-expand3.focus, .docs fieldset[disabled] .btn-expand3:focus, .docs fieldset[disabled] .btn-expand3:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand4.focus,
  .docs .btn-expand4:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand4.active,
  .docs .btn-expand4:active, .docs .open > .dropdown-toggle.btn-expand4 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand4.active.focus,
  .docs .btn-expand4.active:focus,
  .docs .btn-expand4.active:hover,
  .docs .btn-expand4:active.focus,
  .docs .btn-expand4:active:focus,
  .docs .btn-expand4:active:hover, .docs .open > .dropdown-toggle.btn-expand4.focus, .docs .open > .dropdown-toggle.btn-expand4:focus, .docs .open > .dropdown-toggle.btn-expand4:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand4.disabled.focus,
  .docs .btn-expand4.disabled:focus,
  .docs .btn-expand4.disabled:hover,
  .docs .btn-expand4[disabled].focus,
  .docs .btn-expand4[disabled]:focus,
  .docs .btn-expand4[disabled]:hover, .docs fieldset[disabled] .btn-expand4.focus, .docs fieldset[disabled] .btn-expand4:focus, .docs fieldset[disabled] .btn-expand4:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand5.focus,
  .docs .btn-expand5:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand5.active,
  .docs .btn-expand5:active, .docs .open > .dropdown-toggle.btn-expand5 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand5.active.focus,
  .docs .btn-expand5.active:focus,
  .docs .btn-expand5.active:hover,
  .docs .btn-expand5:active.focus,
  .docs .btn-expand5:active:focus,
  .docs .btn-expand5:active:hover, .docs .open > .dropdown-toggle.btn-expand5.focus, .docs .open > .dropdown-toggle.btn-expand5:focus, .docs .open > .dropdown-toggle.btn-expand5:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand5.disabled.focus,
  .docs .btn-expand5.disabled:focus,
  .docs .btn-expand5.disabled:hover,
  .docs .btn-expand5[disabled].focus,
  .docs .btn-expand5[disabled]:focus,
  .docs .btn-expand5[disabled]:hover, .docs fieldset[disabled] .btn-expand5.focus, .docs fieldset[disabled] .btn-expand5:focus, .docs fieldset[disabled] .btn-expand5:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand6.focus,
  .docs .btn-expand6:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand6.active,
  .docs .btn-expand6:active, .docs .open > .dropdown-toggle.btn-expand6 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand6.active.focus,
  .docs .btn-expand6.active:focus,
  .docs .btn-expand6.active:hover,
  .docs .btn-expand6:active.focus,
  .docs .btn-expand6:active:focus,
  .docs .btn-expand6:active:hover, .docs .open > .dropdown-toggle.btn-expand6.focus, .docs .open > .dropdown-toggle.btn-expand6:focus, .docs .open > .dropdown-toggle.btn-expand6:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand6.disabled.focus,
  .docs .btn-expand6.disabled:focus,
  .docs .btn-expand6.disabled:hover,
  .docs .btn-expand6[disabled].focus,
  .docs .btn-expand6[disabled]:focus,
  .docs .btn-expand6[disabled]:hover, .docs fieldset[disabled] .btn-expand6.focus, .docs fieldset[disabled] .btn-expand6:focus, .docs fieldset[disabled] .btn-expand6:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand7.focus,
  .docs .btn-expand7:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand7.active,
  .docs .btn-expand7:active, .docs .open > .dropdown-toggle.btn-expand7 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand7.active.focus,
  .docs .btn-expand7.active:focus,
  .docs .btn-expand7.active:hover,
  .docs .btn-expand7:active.focus,
  .docs .btn-expand7:active:focus,
  .docs .btn-expand7:active:hover, .docs .open > .dropdown-toggle.btn-expand7.focus, .docs .open > .dropdown-toggle.btn-expand7:focus, .docs .open > .dropdown-toggle.btn-expand7:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand7.disabled.focus,
  .docs .btn-expand7.disabled:focus,
  .docs .btn-expand7.disabled:hover,
  .docs .btn-expand7[disabled].focus,
  .docs .btn-expand7[disabled]:focus,
  .docs .btn-expand7[disabled]:hover, .docs fieldset[disabled] .btn-expand7.focus, .docs fieldset[disabled] .btn-expand7:focus, .docs fieldset[disabled] .btn-expand7:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand8.focus,
  .docs .btn-expand8:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand8.active,
  .docs .btn-expand8:active, .docs .open > .dropdown-toggle.btn-expand8 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand8.active.focus,
  .docs .btn-expand8.active:focus,
  .docs .btn-expand8.active:hover,
  .docs .btn-expand8:active.focus,
  .docs .btn-expand8:active:focus,
  .docs .btn-expand8:active:hover, .docs .open > .dropdown-toggle.btn-expand8.focus, .docs .open > .dropdown-toggle.btn-expand8:focus, .docs .open > .dropdown-toggle.btn-expand8:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand8.disabled.focus,
  .docs .btn-expand8.disabled:focus,
  .docs .btn-expand8.disabled:hover,
  .docs .btn-expand8[disabled].focus,
  .docs .btn-expand8[disabled]:focus,
  .docs .btn-expand8[disabled]:hover, .docs fieldset[disabled] .btn-expand8.focus, .docs fieldset[disabled] .btn-expand8:focus, .docs fieldset[disabled] .btn-expand8:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand9.focus,
  .docs .btn-expand9:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand9.active,
  .docs .btn-expand9:active, .docs .open > .dropdown-toggle.btn-expand9 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand9.active.focus,
  .docs .btn-expand9.active:focus,
  .docs .btn-expand9.active:hover,
  .docs .btn-expand9:active.focus,
  .docs .btn-expand9:active:focus,
  .docs .btn-expand9:active:hover, .docs .open > .dropdown-toggle.btn-expand9.focus, .docs .open > .dropdown-toggle.btn-expand9:focus, .docs .open > .dropdown-toggle.btn-expand9:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand9.disabled.focus,
  .docs .btn-expand9.disabled:focus,
  .docs .btn-expand9.disabled:hover,
  .docs .btn-expand9[disabled].focus,
  .docs .btn-expand9[disabled]:focus,
  .docs .btn-expand9[disabled]:hover, .docs fieldset[disabled] .btn-expand9.focus, .docs fieldset[disabled] .btn-expand9:focus, .docs fieldset[disabled] .btn-expand9:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand10.focus,
  .docs .btn-expand10:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand10.active,
  .docs .btn-expand10:active, .docs .open > .dropdown-toggle.btn-expand10 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand10.active.focus,
  .docs .btn-expand10.active:focus,
  .docs .btn-expand10.active:hover,
  .docs .btn-expand10:active.focus,
  .docs .btn-expand10:active:focus,
  .docs .btn-expand10:active:hover, .docs .open > .dropdown-toggle.btn-expand10.focus, .docs .open > .dropdown-toggle.btn-expand10:focus, .docs .open > .dropdown-toggle.btn-expand10:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand10.disabled.focus,
  .docs .btn-expand10.disabled:focus,
  .docs .btn-expand10.disabled:hover,
  .docs .btn-expand10[disabled].focus,
  .docs .btn-expand10[disabled]:focus,
  .docs .btn-expand10[disabled]:hover, .docs fieldset[disabled] .btn-expand10.focus, .docs fieldset[disabled] .btn-expand10:focus, .docs fieldset[disabled] .btn-expand10:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .dropdown,
  .docs .dropup {
    position: relative; }
  .docs .dropdown-menu > li > a:focus,
  .docs .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5; }
  .docs .dropdown-menu > .active > a,
  .docs .dropdown-menu > .active > a:focus,
  .docs .dropdown-menu > .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7; }
  .docs .dropdown-menu > .disabled > a,
  .docs .dropdown-menu > .disabled > a:focus,
  .docs .dropdown-menu > .disabled > a:hover {
    color: #777; }
  .docs .dropdown-menu > .disabled > a:focus,
  .docs .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed; }
  .docs .dropup .caret,
  .docs .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid;
    content: ""; }
  .docs .dropup .dropdown-menu,
  .docs .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
  .docs video {
    border: 1px solid #444;
    max-width: 100%;
    margin: 20px 0; }
  .docs audio {
    margin: 20px 0; }
  .docs .bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px; }
    .docs .bs-callout p:last-child {
      margin-bottom: 0; }
    .docs .bs-callout code {
      border-radius: 3px; }
    .docs .bs-callout + .bs-callout {
      margin-top: -5px; }
  .docs .calloutTitle {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px; }
  .docs .bs-callout-default {
    border-left-color: #777; }
    .docs .bs-callout-default .calloutTitle {
      color: #777; }
  .docs .bs-callout-primary {
    border-left-color: #428bca; }
    .docs .bs-callout-primary .calloutTitle {
      color: #428bca; }
  .docs .bs-callout-success {
    border-left-color: #5cb85c; }
    .docs .bs-callout-success .calloutTitle {
      color: #5cb85c; }
  .docs .bs-callout-danger {
    border-left-color: #d9534f; }
    .docs .bs-callout-danger .calloutTitle {
      color: #d9534f; }
  .docs .bs-callout-warning {
    border-left-color: #f0ad4e; }
    .docs .bs-callout-warning .calloutTitle {
      color: #f0ad4e; }
  .docs .bs-callout-info {
    border-left-color: #5bc0de; }
    .docs .bs-callout-info .calloutTitle {
      color: #5bc0de; }
  .docs .alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 11.25px 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #f7f7f7;
    border-radius: 3px; }
    .docs .alert.alert-warning {
      padding-left: 15px !important;
      border-color: #f5e79e !important; }
  .docs .alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##dff0d8', endColorstr='#c8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1; }
  .docs .alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9edf7', endColorstr='#b9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea; }
  .docs .alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf8e3', endColorstr='#f8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e; }
  .docs .alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2dede', endColorstr='#e7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7; }
  .docs img.docimage {
    max-width: 100%;
    margin-bottom: 20px; }
  .docs img.border {
    border: 1px solid #dedede; }
  .docs img.inline {
    vertical-align: text-bottom; }
  .docs figcaption {
    padding-bottom: 12px;
    margin-bottom: 20px;
    color: gray;
    font-size: 14px;
    font-style: italic; }
  .docs .number_legend {
    margin-bottom: 10px;
    margin-top: 10px; }
    .docs .number_legend > img.inline {
      margin-bottom: 2px; }
  .docs .legend {
    margin-bottom: 12px;
    margin-top: 12px; }
    .docs .legend img {
      margin-bottom: 0; }
  .docs figure {
    margin: 1em 0; }
  .docs table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dedede;
    background-color: transparent;
    border-collapse: collapse;
    word-wrap: break-word;
    table-layout: auto; }
    .docs table th {
      font-weight: 400;
      font-size: 18px; }
    .docs table > tbody > tr:nth-of-type(odd) {
      background-color: #f9f9f9; }
    .docs table col[class*=col-] {
      position: static;
      display: table-column;
      float: none; }
    .docs table tr td {
      hyphens: auto; }
    .docs table.data table thead {
      background-color: #444; }
    .docs table td {
      hyphens: auto; }
    .docs table code {
      background-color: transparent;
      word-wrap: break-word; }
  .docs td.white {
    background-color: #ffffff; }
  .docs td.gray {
    background-color: #f7f7f7; }
  .docs dt {
    font-weight: 700; }
  .docs dl dd {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400; }
  .docs dd {
    margin-left: 30px; }
    .docs dd pre {
      margin-top: 12px;
      margin-bottom: 12px; }
  .docs a.editButton {
    color: #666;
    text-decoration: none; }
    .docs a.editButton:hover {
      text-decoration: none;
      color: #000000; }
  .docs .githubButton {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #dedede;
    padding: 5px;
    border-radius: 5px;
    margin: 20px 0 10px;
    font-size: 14px; }
    .docs .githubButton:hover {
      background-color: #fefefe;
      color: #444;
      text-decoration: none; }
  .docs .githubFeedback {
    margin-bottom: 20px;
    margin-top: 20px; }
  .docs button {
    overflow: visible; }
  .docs .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .docs .btn-default {
    color: #777;
    background-color: #ffffff;
    border-color: #cccccc; }
    .docs .btn-default:hover {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad; }
    .docs .btn-default .badge {
      color: #ffffff;
      background-color: #333; }
  .docs .btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4; }
    .docs .btn-primary:hover {
      color: #ffffff;
      background-color: #286090;
      border-color: #204d74; }
    .docs .btn-primary .badge {
      color: #337ab7;
      background-color: #ffffff; }
  .docs .btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
    .docs .btn-success:hover {
      color: #ffffff;
      background-color: #449d44;
      border-color: #398439; }
    .docs .btn-success .badge {
      color: #5cb85c;
      background-color: #ffffff; }
  .docs .btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da; }
    .docs .btn-info:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-info .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236; }
    .docs .btn-warning:hover {
      color: #ffffff;
      background-color: #ec971f;
      border-color: #d58512; }
    .docs .btn-warning .badge {
      color: #f0ad4e;
      background-color: #ffffff; }
  .docs .btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a; }
    .docs .btn-danger:hover {
      color: #ffffff;
      background-color: #c9302c;
      border-color: #ac2925; }
    .docs .btn-danger .badge {
      color: #d9534f;
      background-color: #ffffff; }
  .docs .btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0; }
  .docs .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .docs .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .docs .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .docs .btn-block {
    display: block;
    width: 100%; }
    .docs .btn-block + .btn-block {
      margin-top: 5px; }
  .docs .expandTitle {
    font-weight: 700;
    vertical-align: -webkit-baseline-middle; }
  .docs .collapse {
    display: none;
    visibility: hidden; }
    .docs .collapse.in {
      display: block;
      visibility: visible; }
  .docs .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility; }
  .docs .btn-expand1 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand1:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand1 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand2 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand2:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand2 .badge {
      color: #5bc0de;
      background-color: #ffffff;
      padding: 3px 6px; }
  .docs .btn-expand3 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand3:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand3 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand4 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand4:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand4 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand5 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand5:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand5 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand6 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand6:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand6 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand7 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand7:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand7 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand8 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand8:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand8 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand9 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand9:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand9 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs .btn-expand10 {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 3px 6px; }
    .docs .btn-expand10:hover {
      color: #ffffff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .docs .btn-expand10 .badge {
      color: #5bc0de;
      background-color: #ffffff; }
  .docs hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee; }
  .docs .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .docs .dropdown-toggle:focus {
    outline: 0; }
  .docs .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-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);
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .docs .dropdown-menu.pull-right {
      right: 0;
      left: auto; }
    .docs .dropdown-menu .divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #E5E5E5; }
    .docs .dropdown-menu > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: 400;
      line-height: 1.42857143;
      color: #333;
      white-space: nowrap; }
  .docs .open > .dropdown-menu {
    display: block; }
  .docs .open > a {
    outline: 0; }
  .docs .dropdown-menu-right {
    left: auto;
    right: 0; }
  .docs .dropdown-menu-left {
    left: 0;
    right: auto; }
  .docs .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap; }
  .docs .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990; }
  .docs .pull-right > .dropdown-menu {
    right: 0;
    left: auto; }
  .docs table > tbody > tr > td,
  .docs table > tfoot > tr > td,
  .docs table > thead > tr > td {
    padding: 8px;
    line-height: 1.5em;
    vertical-align: top; }
  .docs table > tbody > tr > td ol > li,
  .docs table > tbody > tr > td ul > li,
  .docs table > tbody > tr > td > p {
    padding: 0; }
  .docs table > tbody > tr > th,
  .docs table > tfoot > tr > th,
  .docs table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    text-transform: none;
    background-color: #777;
    color: #ffffff;
    padding: 8px;
    line-height: 1.5em;
    vertical-align: top;
    text-align: left; }
  .docs table > caption + thead > tr:first-child > td,
  .docs table > caption + thead > tr:first-child > th,
  .docs table > colgroup + thead > tr:first-child > td,
  .docs table > colgroup + thead > tr:first-child > th,
  .docs table > thead:first-child > tr:first-child > td,
  .docs table > thead:first-child > tr:first-child > th {
    border-top: 0; }
  .docs table td[class*=col-],
  .docs table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none; }
  .docs pre,
  .docs table code {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word; }
  .docs a.githubButton.noExtIcon:hover,
  .docs i.fa.fa-github.fa-lg:hover {
    color: #000000;
    text-decoration: none; }
  .docs button,
  .docs select {
    text-transform: none; }
  .docs button,
  .docs html input[type=button],
  .docs input[type=reset],
  .docs input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer; }
  .docs button[disabled],
  .docs html input[disabled] {
    cursor: default; }
  .docs button::-moz-focus-inner,
  .docs input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .docs .btn.active.focus,
  .docs .btn.active:focus,
  .docs .btn.focus,
  .docs .btn:active.focus,
  .docs .btn:active:focus,
  .docs .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .docs .btn.focus,
  .docs .btn:focus,
  .docs .btn:hover {
    color: #333;
    text-decoration: none; }
  .docs .btn.active,
  .docs .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); }
  .docs .btn.disabled,
  .docs .btn[disabled], .docs fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .docs a.btn.disabled, .docs fieldset[disabled] a.btn {
    pointer-events: none; }
  .docs .btn-default.focus,
  .docs .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .docs .btn-default.active,
  .docs .btn-default:active, .docs .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
  .docs .btn-default.active.focus,
  .docs .btn-default.active:focus,
  .docs .btn-default.active:hover,
  .docs .btn-default:active.focus,
  .docs .btn-default:active:focus,
  .docs .btn-default:active:hover, .docs .open > .dropdown-toggle.btn-default.focus, .docs .open > .dropdown-toggle.btn-default:focus, .docs .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c; }
  .docs .btn-default.disabled.focus,
  .docs .btn-default.disabled:focus,
  .docs .btn-default.disabled:hover,
  .docs .btn-default[disabled].focus,
  .docs .btn-default[disabled]:focus,
  .docs .btn-default[disabled]:hover, .docs fieldset[disabled] .btn-default.focus, .docs fieldset[disabled] .btn-default:focus, .docs fieldset[disabled] .btn-default:hover {
    background-color: #ffffff;
    border-color: #cccccc; }
  .docs .btn-primary.focus,
  .docs .btn-primary:focus {
    color: #ffffff;
    background-color: #286090;
    border-color: #122b40; }
  .docs .btn-primary.active,
  .docs .btn-primary:active, .docs .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
    background-image: none; }
  .docs .btn-primary.active.focus,
  .docs .btn-primary.active:focus,
  .docs .btn-primary.active:hover,
  .docs .btn-primary:active.focus,
  .docs .btn-primary:active:focus,
  .docs .btn-primary:active:hover, .docs .open > .dropdown-toggle.btn-primary.focus, .docs .open > .dropdown-toggle.btn-primary:focus, .docs .open > .dropdown-toggle.btn-primary:hover {
    color: #ffffff;
    background-color: #204d74;
    border-color: #122b40; }
  .docs .btn-primary.disabled.focus,
  .docs .btn-primary.disabled:focus,
  .docs .btn-primary.disabled:hover,
  .docs .btn-primary[disabled].focus,
  .docs .btn-primary[disabled]:focus,
  .docs .btn-primary[disabled]:hover, .docs fieldset[disabled] .btn-primary.focus, .docs fieldset[disabled] .btn-primary:focus, .docs fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .docs .btn-success.focus,
  .docs .btn-success:focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625; }
  .docs .btn-success.active,
  .docs .btn-success:active, .docs .open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
    background-image: none; }
  .docs .btn-success.active.focus,
  .docs .btn-success.active:focus,
  .docs .btn-success.active:hover,
  .docs .btn-success:active.focus,
  .docs .btn-success:active:focus,
  .docs .btn-success:active:hover, .docs .open > .dropdown-toggle.btn-success.focus, .docs .open > .dropdown-toggle.btn-success:focus, .docs .open > .dropdown-toggle.btn-success:hover {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625; }
  .docs .btn-success.disabled.focus,
  .docs .btn-success.disabled:focus,
  .docs .btn-success.disabled:hover,
  .docs .btn-success[disabled].focus,
  .docs .btn-success[disabled]:focus,
  .docs .btn-success[disabled]:hover, .docs fieldset[disabled] .btn-success.focus, .docs fieldset[disabled] .btn-success:focus, .docs fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .docs .btn-info.focus,
  .docs .btn-info:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-info.active,
  .docs .btn-info:active, .docs .open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-info.active.focus,
  .docs .btn-info.active:focus,
  .docs .btn-info.active:hover,
  .docs .btn-info:active.focus,
  .docs .btn-info:active:focus,
  .docs .btn-info:active:hover, .docs .open > .dropdown-toggle.btn-info.focus, .docs .open > .dropdown-toggle.btn-info:focus, .docs .open > .dropdown-toggle.btn-info:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-info.disabled.focus,
  .docs .btn-info.disabled:focus,
  .docs .btn-info.disabled:hover,
  .docs .btn-info[disabled].focus,
  .docs .btn-info[disabled]:focus,
  .docs .btn-info[disabled]:hover, .docs fieldset[disabled] .btn-info.focus, .docs fieldset[disabled] .btn-info:focus, .docs fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-warning.focus,
  .docs .btn-warning:focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .docs .btn-warning.active,
  .docs .btn-warning:active, .docs .open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
    background-image: none; }
  .docs .btn-warning.active.focus,
  .docs .btn-warning.active:focus,
  .docs .btn-warning.active:hover,
  .docs .btn-warning:active.focus,
  .docs .btn-warning:active:focus,
  .docs .btn-warning:active:hover, .docs .open > .dropdown-toggle.btn-warning.focus, .docs .open > .dropdown-toggle.btn-warning:focus, .docs .open > .dropdown-toggle.btn-warning:hover {
    color: #ffffff;
    background-color: #d58512;
    border-color: #985f0d; }
  .docs .btn-warning.disabled.focus,
  .docs .btn-warning.disabled:focus,
  .docs .btn-warning.disabled:hover,
  .docs .btn-warning[disabled].focus,
  .docs .btn-warning[disabled]:focus,
  .docs .btn-warning[disabled]:hover, .docs fieldset[disabled] .btn-warning.focus, .docs fieldset[disabled] .btn-warning:focus, .docs fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .docs .btn-danger.focus,
  .docs .btn-danger:focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19; }
  .docs .btn-danger.active,
  .docs .btn-danger:active, .docs .open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
    background-image: none; }
  .docs .btn-danger.active.focus,
  .docs .btn-danger.active:focus,
  .docs .btn-danger.active:hover,
  .docs .btn-danger:active.focus,
  .docs .btn-danger:active:focus,
  .docs .btn-danger:active:hover, .docs .open > .dropdown-toggle.btn-danger.focus, .docs .open > .dropdown-toggle.btn-danger:focus, .docs .open > .dropdown-toggle.btn-danger:hover {
    color: #ffffff;
    background-color: #ac2925;
    border-color: #761c19; }
  .docs .btn-danger.disabled.focus,
  .docs .btn-danger.disabled:focus,
  .docs .btn-danger.disabled:hover,
  .docs .btn-danger[disabled].focus,
  .docs .btn-danger[disabled]:focus,
  .docs .btn-danger[disabled]:hover, .docs fieldset[disabled] .btn-danger.focus, .docs fieldset[disabled] .btn-danger:focus, .docs fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .docs .btn-link,
  .docs .btn-link.active,
  .docs .btn-link:active,
  .docs .btn-link[disabled], .docs fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .docs .btn-link,
  .docs .btn-link:active,
  .docs .btn-link:focus,
  .docs .btn-link:hover {
    border-color: transparent; }
  .docs .btn-link:focus,
  .docs .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .docs .btn-link[disabled]:focus,
  .docs .btn-link[disabled]:hover, .docs fieldset[disabled] .btn-link:focus, .docs fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none; }
  .docs input[type=button].btn-block, .docs input[type=reset].btn-block, .docs input[type=submit].btn-block {
    width: 100%; }
  .docs #expand1, .docs #expand10, .docs #expand2, .docs #expand3, .docs #expand4, .docs #expand5, .docs #expand6, .docs #expand7, .docs #expand8 {
    margin: 25px; }
  .docs .btn-expand1.focus,
  .docs .btn-expand1:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand1.active,
  .docs .btn-expand1:active, .docs .open > .dropdown-toggle.btn-expand1 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand1.active.focus,
  .docs .btn-expand1.active:focus,
  .docs .btn-expand1.active:hover,
  .docs .btn-expand1:active.focus,
  .docs .btn-expand1:active:focus,
  .docs .btn-expand1:active:hover, .docs .open > .dropdown-toggle.btn-expand1.focus, .docs .open > .dropdown-toggle.btn-expand1:focus, .docs .open > .dropdown-toggle.btn-expand1:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand1.disabled.focus,
  .docs .btn-expand1.disabled:focus,
  .docs .btn-expand1.disabled:hover,
  .docs .btn-expand1[disabled].focus,
  .docs .btn-expand1[disabled]:focus,
  .docs .btn-expand1[disabled]:hover, .docs fieldset[disabled] .btn-expand1.focus, .docs fieldset[disabled] .btn-expand1:focus, .docs fieldset[disabled] .btn-expand1:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand2.focus,
  .docs .btn-expand2:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand2.active,
  .docs .btn-expand2:active, .docs .open > .dropdown-toggle.btn-expand2 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand2.active.focus,
  .docs .btn-expand2.active:focus,
  .docs .btn-expand2.active:hover,
  .docs .btn-expand2:active.focus,
  .docs .btn-expand2:active:focus,
  .docs .btn-expand2:active:hover, .docs .open > .dropdown-toggle.btn-expand2.focus, .docs .open > .dropdown-toggle.btn-expand2:focus, .docs .open > .dropdown-toggle.btn-expand2:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand2.disabled.focus,
  .docs .btn-expand2.disabled:focus,
  .docs .btn-expand2.disabled:hover,
  .docs .btn-expand2[disabled].focus,
  .docs .btn-expand2[disabled]:focus,
  .docs .btn-expand2[disabled]:hover, .docs fieldset[disabled] .btn-expand2.focus, .docs fieldset[disabled] .btn-expand2:focus, .docs fieldset[disabled] .btn-expand2:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand3.focus,
  .docs .btn-expand3:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand3.active,
  .docs .btn-expand3:active, .docs .open > .dropdown-toggle.btn-expand3 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand3.active.focus,
  .docs .btn-expand3.active:focus,
  .docs .btn-expand3.active:hover,
  .docs .btn-expand3:active.focus,
  .docs .btn-expand3:active:focus,
  .docs .btn-expand3:active:hover, .docs .open > .dropdown-toggle.btn-expand3.focus, .docs .open > .dropdown-toggle.btn-expand3:focus, .docs .open > .dropdown-toggle.btn-expand3:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand3.disabled.focus,
  .docs .btn-expand3.disabled:focus,
  .docs .btn-expand3.disabled:hover,
  .docs .btn-expand3[disabled].focus,
  .docs .btn-expand3[disabled]:focus,
  .docs .btn-expand3[disabled]:hover, .docs fieldset[disabled] .btn-expand3.focus, .docs fieldset[disabled] .btn-expand3:focus, .docs fieldset[disabled] .btn-expand3:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand4.focus,
  .docs .btn-expand4:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand4.active,
  .docs .btn-expand4:active, .docs .open > .dropdown-toggle.btn-expand4 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand4.active.focus,
  .docs .btn-expand4.active:focus,
  .docs .btn-expand4.active:hover,
  .docs .btn-expand4:active.focus,
  .docs .btn-expand4:active:focus,
  .docs .btn-expand4:active:hover, .docs .open > .dropdown-toggle.btn-expand4.focus, .docs .open > .dropdown-toggle.btn-expand4:focus, .docs .open > .dropdown-toggle.btn-expand4:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand4.disabled.focus,
  .docs .btn-expand4.disabled:focus,
  .docs .btn-expand4.disabled:hover,
  .docs .btn-expand4[disabled].focus,
  .docs .btn-expand4[disabled]:focus,
  .docs .btn-expand4[disabled]:hover, .docs fieldset[disabled] .btn-expand4.focus, .docs fieldset[disabled] .btn-expand4:focus, .docs fieldset[disabled] .btn-expand4:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand5.focus,
  .docs .btn-expand5:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand5.active,
  .docs .btn-expand5:active, .docs .open > .dropdown-toggle.btn-expand5 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand5.active.focus,
  .docs .btn-expand5.active:focus,
  .docs .btn-expand5.active:hover,
  .docs .btn-expand5:active.focus,
  .docs .btn-expand5:active:focus,
  .docs .btn-expand5:active:hover, .docs .open > .dropdown-toggle.btn-expand5.focus, .docs .open > .dropdown-toggle.btn-expand5:focus, .docs .open > .dropdown-toggle.btn-expand5:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand5.disabled.focus,
  .docs .btn-expand5.disabled:focus,
  .docs .btn-expand5.disabled:hover,
  .docs .btn-expand5[disabled].focus,
  .docs .btn-expand5[disabled]:focus,
  .docs .btn-expand5[disabled]:hover, .docs fieldset[disabled] .btn-expand5.focus, .docs fieldset[disabled] .btn-expand5:focus, .docs fieldset[disabled] .btn-expand5:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand6.focus,
  .docs .btn-expand6:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand6.active,
  .docs .btn-expand6:active, .docs .open > .dropdown-toggle.btn-expand6 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand6.active.focus,
  .docs .btn-expand6.active:focus,
  .docs .btn-expand6.active:hover,
  .docs .btn-expand6:active.focus,
  .docs .btn-expand6:active:focus,
  .docs .btn-expand6:active:hover, .docs .open > .dropdown-toggle.btn-expand6.focus, .docs .open > .dropdown-toggle.btn-expand6:focus, .docs .open > .dropdown-toggle.btn-expand6:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand6.disabled.focus,
  .docs .btn-expand6.disabled:focus,
  .docs .btn-expand6.disabled:hover,
  .docs .btn-expand6[disabled].focus,
  .docs .btn-expand6[disabled]:focus,
  .docs .btn-expand6[disabled]:hover, .docs fieldset[disabled] .btn-expand6.focus, .docs fieldset[disabled] .btn-expand6:focus, .docs fieldset[disabled] .btn-expand6:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand7.focus,
  .docs .btn-expand7:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand7.active,
  .docs .btn-expand7:active, .docs .open > .dropdown-toggle.btn-expand7 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand7.active.focus,
  .docs .btn-expand7.active:focus,
  .docs .btn-expand7.active:hover,
  .docs .btn-expand7:active.focus,
  .docs .btn-expand7:active:focus,
  .docs .btn-expand7:active:hover, .docs .open > .dropdown-toggle.btn-expand7.focus, .docs .open > .dropdown-toggle.btn-expand7:focus, .docs .open > .dropdown-toggle.btn-expand7:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand7.disabled.focus,
  .docs .btn-expand7.disabled:focus,
  .docs .btn-expand7.disabled:hover,
  .docs .btn-expand7[disabled].focus,
  .docs .btn-expand7[disabled]:focus,
  .docs .btn-expand7[disabled]:hover, .docs fieldset[disabled] .btn-expand7.focus, .docs fieldset[disabled] .btn-expand7:focus, .docs fieldset[disabled] .btn-expand7:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand8.focus,
  .docs .btn-expand8:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand8.active,
  .docs .btn-expand8:active, .docs .open > .dropdown-toggle.btn-expand8 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand8.active.focus,
  .docs .btn-expand8.active:focus,
  .docs .btn-expand8.active:hover,
  .docs .btn-expand8:active.focus,
  .docs .btn-expand8:active:focus,
  .docs .btn-expand8:active:hover, .docs .open > .dropdown-toggle.btn-expand8.focus, .docs .open > .dropdown-toggle.btn-expand8:focus, .docs .open > .dropdown-toggle.btn-expand8:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand8.disabled.focus,
  .docs .btn-expand8.disabled:focus,
  .docs .btn-expand8.disabled:hover,
  .docs .btn-expand8[disabled].focus,
  .docs .btn-expand8[disabled]:focus,
  .docs .btn-expand8[disabled]:hover, .docs fieldset[disabled] .btn-expand8.focus, .docs fieldset[disabled] .btn-expand8:focus, .docs fieldset[disabled] .btn-expand8:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand9.focus,
  .docs .btn-expand9:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand9.active,
  .docs .btn-expand9:active, .docs .open > .dropdown-toggle.btn-expand9 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand9.active.focus,
  .docs .btn-expand9.active:focus,
  .docs .btn-expand9.active:hover,
  .docs .btn-expand9:active.focus,
  .docs .btn-expand9:active:focus,
  .docs .btn-expand9:active:hover, .docs .open > .dropdown-toggle.btn-expand9.focus, .docs .open > .dropdown-toggle.btn-expand9:focus, .docs .open > .dropdown-toggle.btn-expand9:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand9.disabled.focus,
  .docs .btn-expand9.disabled:focus,
  .docs .btn-expand9.disabled:hover,
  .docs .btn-expand9[disabled].focus,
  .docs .btn-expand9[disabled]:focus,
  .docs .btn-expand9[disabled]:hover, .docs fieldset[disabled] .btn-expand9.focus, .docs fieldset[disabled] .btn-expand9:focus, .docs fieldset[disabled] .btn-expand9:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .btn-expand10.focus,
  .docs .btn-expand10:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .docs .btn-expand10.active,
  .docs .btn-expand10:active, .docs .open > .dropdown-toggle.btn-expand10 {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none; }
  .docs .btn-expand10.active.focus,
  .docs .btn-expand10.active:focus,
  .docs .btn-expand10.active:hover,
  .docs .btn-expand10:active.focus,
  .docs .btn-expand10:active:focus,
  .docs .btn-expand10:active:hover, .docs .open > .dropdown-toggle.btn-expand10.focus, .docs .open > .dropdown-toggle.btn-expand10:focus, .docs .open > .dropdown-toggle.btn-expand10:hover {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .docs .btn-expand10.disabled.focus,
  .docs .btn-expand10.disabled:focus,
  .docs .btn-expand10.disabled:hover,
  .docs .btn-expand10[disabled].focus,
  .docs .btn-expand10[disabled]:focus,
  .docs .btn-expand10[disabled]:hover, .docs fieldset[disabled] .btn-expand10.focus, .docs fieldset[disabled] .btn-expand10:focus, .docs fieldset[disabled] .btn-expand10:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .docs .dropdown,
  .docs .dropup {
    position: relative; }
  .docs .dropdown-menu > li > a:focus,
  .docs .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5; }
  .docs .dropdown-menu > .active > a,
  .docs .dropdown-menu > .active > a:focus,
  .docs .dropdown-menu > .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7; }
  .docs .dropdown-menu > .disabled > a,
  .docs .dropdown-menu > .disabled > a:focus,
  .docs .dropdown-menu > .disabled > a:hover {
    color: #777; }
  .docs .dropdown-menu > .disabled > a:focus,
  .docs .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed; }
  .docs .dropup .caret,
  .docs .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid;
    content: ""; }
  .docs .dropup .dropdown-menu,
  .docs .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
  @media (min-width: 768px) {
    .docs .navbar-right .dropdown-menu {
      left: auto;
      right: 0; }
    .docs .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto; } }
  .docs .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    .docs .nav > li {
      position: relative;
      display: block; }
      .docs .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px; }
        .docs .nav > li > a > img {
          max-width: none; }
      .docs .nav > li.disabled > a {
        color: #777; }
    .docs .nav .nav-divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #E5E5E5; }
  .docs .nav-tabs {
    margin-bottom: -3px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #f3f3f3; }
    .docs .nav-tabs > li {
      float: left;
      margin-bottom: -1px;
      border-radius: 0; }
      .docs .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: none; }
        .docs .nav-tabs > li > a:hover {
          border-color: #eee #eee #ddd;
          border-bottom: 0;
          border-left: 0;
          border-right: 0;
          color: #e77600; }
    .docs .nav-tabs li a:hover {
      background-color: transparent; }
    .docs .nav-tabs .nav-justified {
      width: 100%; }
      .docs .nav-tabs .nav-justified > li {
        float: none; }
        .docs .nav-tabs .nav-justified > li > a {
          text-align: center;
          margin-bottom: 5px; }
      .docs .nav-tabs .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto; }
  .docs .nav > li > a:focus,
  .docs .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee; }
  .docs .nav > li.disabled > a:focus,
  .docs .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed; }
  .docs .nav .open > a,
  .docs .nav .open > a:focus,
  .docs .nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7; }
  .docs .nav-tabs a,
  .docs .nav-tabs a:active,
  .docs .nav-tabs a:hover,
  .docs .nav-tabs a:visited {
    text-decoration: none;
    color: #000000;
    border-radius: 0; }
  .docs .nav-tabs > li.active > a,
  .docs .nav-tabs > li.active > a:focus,
  .docs .nav-tabs > li.active > a:hover {
    background-color: #ffffff;
    color: #e77600;
    color: #555;
    background-color: #ffffff;
    cursor: default; }
  @media (min-width: 768px) {
    .docs .nav-tabs .nav-justified > li {
      display: table-cell;
      width: 1%; }
    .docs .nav-tabs .nav-justified > li > a {
      margin-bottom: 0; } }
  .docs .nav-tabs .nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .docs .nav-tabs .nav-justified > .active > a,
  .docs .nav-tabs .nav-justified > .active > a:focus,
  .docs .nav-tabs .nav-justified > .active > a:hover {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .docs .nav-tabs .nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .docs .nav-tabs .nav-justified > .active > a,
    .docs .nav-tabs .nav-justified > .active > a:focus,
    .docs .nav-tabs .nav-justified > .active > a:hover {
      border-bottom-color: #ffffff; } }
  @media (min-width: 768px) {
    .docs .nav-justified > li {
      display: table-cell;
      width: 1%; }
    .docs .nav-justified > li > a {
      margin-bottom: 0; } }
  .docs .nav-tabs-justified {
    border-bottom: 0; }
  .docs .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .docs .nav-tabs-justified > .active > a,
  .docs .nav-tabs-justified > .active > a:focus,
  .docs .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .docs .nav-tabs-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .docs .nav-tabs-justified > .active > a,
    .docs .nav-tabs-justified > .active > a:focus,
    .docs .nav-tabs-justified > .active > a:hover {
      border-bottom-color: #ffffff; } }
  .docs .tab-content > .tab-pane {
    display: none; }
  .docs .tab-content > .active {
    display: block; }
  .docs .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .docs .nav-tabs > li.active > a,
  .docs .nav-tabs > li.active > a:focus,
  .docs .nav-tabs > li.active > a:hover {
    background-color: #EEE;
    color: orange; }
  .docs li a[data-toggle=tab] {
    margin-bottom: -15px; }
  .docs a[data-toggle=tab]:hover {
    color: #000000; }
  .docs .tab-content {
    margin-left: 0;
    margin-bottom: 50px; }
  .docs .nav-tabs li {
    padding-right: 5px;
    padding-left: 5px; }
  .docs .nav-tabs > li.active > a,
  .docs .nav-tabs > li.active > a:focus,
  .docs .nav-tabs > li.active > a:hover {
    background-color: #ffffff;
    color: #444; }
  .docs ul.nav-tabs {
    margin-left: 0;
    padding-bottom: 15px;
    width: 100%; }
  .docs .subheading {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
    margin-top: 30px;
    font-weight: 400;
    color: #e77600; }
  .docs .tab-content .tab-pane.active {
    padding: 15px;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede; }
  .docs .nav-tabs li.active a {
    color: #e77600 !important; }
  .docs .nav-pills > li {
    float: left; }
  .docs .nav-pills > li > a {
    border-radius: 4px; }
  .docs .nav-pills > li + li {
    margin-left: 2px; }
  .docs .nav-pills > li.active > a,
  .docs .nav-pills > li.active > a:focus,
  .docs .nav-pills > li.active > a:hover {
    color: #ffffff;
    background-color: #337ab7; }
  .docs .nav-stacked > li {
    float: none; }
  .docs .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }
  .docs .nav-justified {
    width: 100%; }
  .docs .nav-justified > li {
    float: none; }
  .docs .nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px; }
  .docs .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .docs .nav-justified > li {
      display: table-cell;
      width: 1%; }
    .docs .nav-justified > li > a {
      margin-bottom: 0; } }
  .docs .nav-tabs-justified {
    border-bottom: 0; }
  .docs .nav-tabs-justified > li > a {
    margin-right: 0; }
  .docs .nav-tabs-justified > .active > a,
  .docs .nav-tabs-justified > .active > a:focus,
  .docs .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .docs .nav-tabs-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .docs .nav-tabs-justified > .active > a,
    .docs .nav-tabs-justified > .active > a:focus,
    .docs .nav-tabs-justified > .active > a:hover {
      border-bottom-color: #ffffff; } }
  .docs .tab-content > .tab-pane {
    display: none; }
  .docs .tab-content > .active {
    display: block; }
  .docs .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .docs .breadcrumb a,
  .docs .breadcrumb a:active,
  .docs .breadcrumb a:visited {
    text-decoration: none; }
  .docs .breadcrumb a:hover {
    color: #999; }
  .docs .breadcrumb {
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #777; }
  .docs .breadcrumb > li {
    display: inline-block;
    margin-left: 0;
    padding: 0; }
  .docs .breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
    margin: 0; }
  .docs .breadcrumb > .active {
    color: #777; }
  .docs .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em; }
  .docs a.label:focus,
  .docs a.label:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer; }
  .docs .label:empty {
    display: none; }
  .docs .btn .label {
    position: relative;
    top: -1px; }
  .docs .label-default {
    background-color: #777; }
  .docs .label-default[href]:focus,
  .docs .label-default[href]:hover {
    background-color: #5e5e5e; }
  .docs .label-primary {
    background-color: #337ab7; }
  .docs .label-primary[href]:focus,
  .docs .label-primary[href]:hover {
    background-color: #286090; }
  .docs .label-success {
    background-color: #5cb85c; }
  .docs .label-success[href]:focus,
  .docs .label-success[href]:hover {
    background-color: #449d44; }
  .docs .label-info {
    background-color: #5bc0de; }
  .docs .label-info[href]:focus,
  .docs .label-info[href]:hover {
    background-color: #31b0d5; }
  .docs .label-warning {
    background-color: #f0ad4e; }
  .docs .label-warning[href]:focus,
  .docs .label-warning[href]:hover {
    background-color: #ec971f; }
  .docs .label-danger {
    background-color: #d9534f; }
  .docs .label-danger[href]:focus,
  .docs .label-danger[href]:hover {
    background-color: #c9302c; }
  .docs .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
  .docs .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease; }
  .docs .progress-bar-striped,
  .docs .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px; }
  .docs .progress-bar.active,
  .docs .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; }
  .docs .progress-bar-success {
    background-color: #5cb85c; }
  .docs .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .docs .progress-bar-info {
    background-color: #5bc0de; }
  .docs .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .docs .progress-bar-warning {
    background-color: #f0ad4e; }
  .docs .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .docs .progress-bar-danger {
    background-color: #d9534f; }
  .docs .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .docs .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto; }
  .docs .tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9; }
  .docs .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .docs .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .docs .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .docs .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .docs .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px; }
  .docs .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .docs .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000; }
  .docs .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000; }
  .docs .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000; }
  .docs .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000; }
  .docs .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000; }
  .docs .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000; }
  .docs .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000; }
  .docs .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000; }
  .docs a[data-toggle=tooltip],
  .docs a[data-toggle=popover] {
    color: green;
    border-bottom: 1px dashed gray;
    font-style: italic; }
  .docs .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .docs .pull-right {
    float: right !important; }
  .docs .pull-left {
    float: left !important; }
  .docs .hide {
    display: none !important; }
  .docs .show {
    display: block !important; }
  .docs .invisible {
    visibility: hidden; }
  .docs .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .docs .hidden {
    display: none !important; }
  .docs .affix {
    position: fixed; }
  .docs ul#markdown-toc {
    border: 1px solid #dedede;
    border-radius: 5px;
    max-width: 400px;
    padding: 20px 10px 20px 0;
    margin: 30px 0;
    padding-left: 30px;
    color: gray;
    background-color: #f7f7f7; }
  .docs ul#markdown-toc::before {
    font-size: 18px;
    padding-top: 30px;
    margin: 20px 0 20px -10px; }
  .docs ul#markdown-toc li ul {
    color: gray; }
  .docs ul#markdown-toc ul li {
    margin-left: 5px; }
  .docs ul.onPageSectiontoc {
    border: 1px solid #dedede;
    border-radius: 5px;
    max-width: 400px;
    padding-top: 5px;
    margin-top: 30px;
    color: gray;
    padding-right: 20px;
    background-color: #f7f7f7;
    padding: 10px 50px 50px;
    font-size: 14px; }
  .docs ul.onPageSectiontoc::before {
    font-size: 18px;
    padding-top: 30px;
    margin: 20px 10px 20px -20px; }
  .docs .container {
    max-width: 1300px; }
  .docs #sidebar {
    float: left;
    margin-right: 50px;
    width: 275px; }
  .docs .mainColumn {
    overflow: hidden;
    max-width: 800px;
    margin-bottom: 50px; }
  .docs .box {
    padding: 10px;
    border: 1px solid #888;
    box-shadow: 2px 2px 4px #dedede;
    width: 100px;
    height: 90px;
    background-color: #f5f5f5;
    font-size: 12px;
    hyphens: auto;
    float: left; }
  .docs .box:hover {
    background-color: #f0f0f0; }
  .docs .userMap {
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 20px;
    min-width: 550px;
    margin-bottom: 30px; }
  .docs div.box {
    line-height: 17px; }
  .docs .userMap .active {
    background-color: #d6f5d6;
    border: 1px solid #555;
    color: #000000;
    cursor: default; }
  .docs h2.userMapTitle {
    font-family: Ember, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .docs .userMap a:hover {
    text-decoration: none; }
  .docs div.arrow {
    max-width: 50px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 20px; }
  .docs div.content {
    max-width: 110px; }
  .docs .userMap div.arrow, .docs .userMap div.content {
    float: left; }
  .docs .userMap div.arrow {
    position: relative;
    top: 30px; }
  .docs button.btn.btn-default.btn-lg.modalButton1 {
    margin-left: -20px; }
  .docs .userMap .btn-lg {
    width: 100px;
    height: 80px; }
  .docs .userMap .complexArrow {
    font-size: 22px;
    margin: 0 10px; }
  .docs .userMap .btn-lg .active {
    background-color: #d6f5d6; }
  .docs .userMap .btn-lg {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 14px; }
  .docs a[data-toggle=popover] {
    cursor: pointer; }
  @media screen and (max-width: 992px) {
    .docs h1 {
      font-size: 36px; }
    .docs h2 {
      font-size: 28px; }
    .docs h3 {
      font-size: 24px; }
    .docs #sidebar {
      float: none; }
    .docs ul#markdown-toc {
      padding-left: 26px; }
    .docs ol ol,
    .docs ol ul,
    .docs ul ol,
    .docs ul ul {
      margin: 0; }
    .docs .highlight,
    .docs pre {
      overflow: auto; } }
  .docs span.muted {
    color: #d8d8d8; }
  .docs a[data-toggle=popover]:hover {
    text-decoration: none; }
  .docs .alert code {
    background-color: transparent; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.highlight-text {
  color: #c7254e;
  background: #f5f5f5;
  font-style: italic;
  font-family: Monaco, Consolas, Courier, monospace;
  font-size: 1.4rem;
}
