.loading-animation-wrapper {
  display: inline-block;
  align-items: center;
  margin-left: 10px;
  vertical-align: top;
}
.loading-animation-container {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
  height: 24px;
  border-radius: 6.85714286px;
  padding: 0 0;
}
.loading-animation-viewport {
  position: relative;
  display: block;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 4px;
  overflow: hidden;
}
.loading-animation-bar {
  display: flex;
  position: absolute;
  width: 30%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #085cc1 15%, #085cc1 85%, rgba(0, 0, 0, 0));
  animation: move_bar 0.9s linear infinite;
}
@-webkit-keyframes move_bar {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 100%;
  }
}
@-moz-keyframes move_bar {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 100%;
  }
}
@-o-keyframes move_bar {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 100%;
  }
}
@keyframes move_bar {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 100%;
  }
}
/**************************************************** Saving Loader ******************************************/
.saving-state {
  opacity: .3;
}
.loader-position {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	background: rgba(255,255,255,1);
	padding-right: 0px;
	padding-top: 0px;
}
    .loader-web-gray-1-bkg {
        background: #e5e5e5;
        background: rgba(229,229,229,0.9);
    }

    .loader-position .loader-user-feedback {
      text-align: center;
      opacity: .6;
      margin: 0 auto;
      font-size: 14px;
      color: #333;
      width: 200px;
      font-weight: 600;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0px;
    }
        .loader-position .loader-user-feedback .dots {
          display: inline-block;
          position: relative;
        }
            .loader-position .loader-user-feedback .dots:not(:last-child) {
              margin-right: 6.5px;
            }
            .loader-position .loader-user-feedback .dots:before,
            .loader-position .loader-user-feedback .dots:after {
              border-radius: 50%;
              content: "";
              display: inline-block;
              height: 5px;
              width: 5px;
              position: absolute;
            }
            .loader-position .loader-user-feedback .dots:after {
              left: 12px;
            }
            .loader-position .loader-user-feedback .dots:nth-child(1):before {
              animation: animBefore 2s linear infinite;
              animation-delay: -1.8s;
              background-color: #085cc1;
              transform: translateY(-330%);
            }
            .loader-position .loader-user-feedback .dots:nth-child(1):after {
              animation: animAfter 2s linear infinite;
              animation-delay: -1.8s;
              background-color: #BAC1CB;
              transform: translateY(330%);
            }
            .loader-position .loader-user-feedback .dots:nth-child(2):before {
              animation: animBefore 2s linear infinite;
              animation-delay: -3.6s;
              background-color: #085cc1;
              transform: translateY(-330%);
            }
            .loader-position .loader-user-feedback .dots:nth-child(2):after {
              animation: animAfter 2s linear infinite;
              animation-delay: -3.6s;
              background-color: #BAC1CB;
              transform: translateY(330%);
            }
            .loader-position .loader-user-feedback .dots:nth-child(3):before {
              animation: animBefore 2s linear infinite;
              animation-delay: -5.4s;
              background-color: #085cc1;
              transform: translateY(-330%);
            }
            .loader-position .loader-user-feedback .dots:nth-child(3):after {
              animation: animAfter 2s linear infinite;
              animation-delay: -5.4s;
              background-color: #BAC1CB;
              transform: translateY(330%);
            }
            .loader-position .loader-user-feedback .dots:nth-child(4):before {
              animation: animBefore 2s linear infinite;
              animation-delay: -7.2s;
              background-color: #085cc1;
              transform: translateY(-330%);
            }
            .loader-position .loader-user-feedback .dots:nth-child(4):after {
              animation: animAfter 2s linear infinite;
              animation-delay: -7.2s;
              background-color: #BAC1CB;
              transform: translateY(330%);
            }
            .loader-position .loader-user-feedback .dots:nth-child(5):before {
              animation: animBefore 2s linear infinite;
              animation-delay: -9s;
              background-color: #085cc1;
              transform: translateY(-330%);
            }
            .loader-position .loader-user-feedback .dots:nth-child(5):after {
              animation: animAfter 2s linear infinite;
              animation-delay: -9s;
              background-color: #BAC1CB;
              transform: translateY(330%);
            }
            .loader-position .loader-user-feedback .dots:nth-child(6):before {
              animation: animBefore 2s linear infinite;
              animation-delay: -10.8s;
              background-color: #085cc1;
              transform: translateY(-330%);
            }
            .loader-position .loader-user-feedback .dots:nth-child(6):after {
              animation: animAfter 2s linear infinite;
              animation-delay: -10.8s;
              background-color: #BAC1CB;
              transform: translateY(330%);
            }
            .loader-position .loader-user-feedback .dots:nth-child(7):before {
              animation: animBefore 2s linear infinite;
              animation-delay: -12.6s;
              background-color: #085cc1;
              transform: translateY(-330%);
            }
            .loader-position .loader-user-feedback .dots:nth-child(7):after {
              animation: animAfter 2s linear infinite;
              animation-delay: -12.6s;
              background-color: #BAC1CB;
              transform: translateY(330%);
            }
            .loader-position .loader-user-feedback .dots:nth-child(8):before {
              animation: animBefore 2s linear infinite;
              animation-delay: -14.4s;
              background-color: #085cc1;
              transform: translateY(-330%);
            }
            .loader-position .loader-user-feedback .dots:nth-child(8):after {
              animation: animAfter 2s linear infinite;
              animation-delay: -14.4s;
              background-color: #BAC1CB;
              transform: translateY(330%);
            }
            .loader-position .loader-user-feedback .dots:nth-child(9):before {
              animation: animBefore 2s linear infinite;
              animation-delay: -16.2s;
              background-color: #085cc1;
              transform: translateY(-330%);
            }
            .loader-position .loader-user-feedback .dots:nth-child(9):after {
              animation: animAfter 2s linear infinite;
              animation-delay: -16.2s;
              background-color: #BAC1CB;
              transform: translateY(330%);
            }
            .loader-position .loader-user-feedback .dots:nth-child(10):before {
              animation: animBefore 2s linear infinite;
              animation-delay: -18s;
              background-color: #085cc1;
              transform: translateY(-330%);
            }
            .loader-position .loader-user-feedback .dots:nth-child(10):after {
              animation: animAfter 2s linear infinite;
              animation-delay: -18s;
              background-color: #BAC1CB;
              transform: translateY(330%);
            }
@keyframes animBefore {
  0% {
    transform: scale(1) translateY(330%);
    z-index: 1;
  }
  25% {
    background-color: #0968dc;
    transition: background-color 2s linear;
    transform: scale(1.6) translateY(0);
    z-index: 1;
  }
  50% {
    transform: scale(1) translateY(-330%);
    z-index: -1;
  }
  75% {
    background-color: #085cc1;
    transition: background-color 2s linear;
    transform: scale(0.5) translateY(0);
    z-index: -1;
  }
  100% {
    transform: scale(1) translateY(330%);
    z-index: -1;
  }
}
@keyframes animAfter {
  0% {
    transform: scale(1) translateY(-330%);
    z-index: -1;
  }
  25% {
    background-color: #BAC1CB;
    transition: background-color 2s linear;
    transform: scale(0.5) translateY(0);
    z-index: -1;
  }
  50% {
    transform: scale(1) translateY(330%);
    z-index: 1;
  }
  75% {
    background-color: #8995A5;
    transition: background-color 2s linear;
    transform: scale(1.6) translateY(0);
    z-index: 1;
  }
  100% {
    transform: scale(1) translateY(-330%);
    z-index: 1;
  }
}

/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
/*
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*/
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('clientlibs_bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('clientlibs_bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('clientlibs_bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('clientlibs_bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('clientlibs_bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('clientlibs_bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  /*font-size: 10px;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #4E60EE;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 2px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #4E60EE;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #4E60EE;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #4E60EE;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #4E60EE;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #4E60EE;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #4E60EE;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #4E60EE;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 2px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #4E60EE;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #4E60EE;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #4E60EE;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #4E60EE;
  border-color: #4E60EE;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #4E60EE;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #4E60EE;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 2px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #4E60EE;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-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;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #4E60EE;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #4E60EE;
  border-color: #4E60EE;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #4E60EE;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #4E60EE;
  border-color: #4E60EE;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4E60EE;
}
.panel-primary > .panel-heading .badge {
  color: #4E60EE;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4E60EE;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 2px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 2px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

/*
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
*/

.visible-print-block {
  display: none !important;
}

/*
@media print {
  .visible-print-block {
    display: block !important;
  }
}
*/


.visible-print-inline {
  display: none !important;
}

/*
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
*/


.visible-print-inline-block {
  display: none !important;
}

/*
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
*/

/*:::::::::: RGH Overview Video Navigation ::::::::::*/
.rgh-overview-video .navbar-fixed-bottom {
    position: absolute;
    border: 0;
    min-height: 0;
    z-index: 10;
}

.rgh-overview-video .navbar-nav {
    float: none;
    display: table;
    margin: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .rgh-overview-video .hero-clinical-bar-bkg {
        min-height: 50px;
    }
    .rgh-overview-video .navbar-nav {
        display: none;
    }
}

.rgh-overview-video .navbar-nav li {
    float: none;
    display: table-cell;
    width: 20%;
    border-left: 1px solid #fed08c;
    height: 100%;
}

.rgh-overview-video .navbar-nav li:last-child {
    border-right: 1px solid #fed08c;
}

.rgh-overview-video .navbar-nav li a {
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 20px 15px;
    display: table;
    width: 100%;
    height: 100%;
}

.rgh-overview-video .navbar-nav li a:hover, .rgh-overview-video .navbar-nav li a:focus {
    background: #f0950a !important;
}

.rgh-overview-video .fullpage-down-arrow {
    text-align: center;
    position: absolute;
    width: 100%;
    top: -80px;
}

.rgh-overview-video .fullpage-down-arrow .fa {
    font-size: 55px;
    color: #fff;
    margin: auto;
    width: 35px;
    transition: all .2s;
}

.rgh-overview-video .fullpage-down-arrow .fa:hover {
    -webkit-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    transform: translate(0, 6px);
}
/*:::::::::: RGH Overview Video Navigation ::::::::::*/



/*:::::::::: RGH Section Navigation ::::::::::*/
.rgh-section-nav .rgh-section-banner h4 {
    margin-top: 100px;
    font-size: 22px;
    line-height: 28px;
}

.rgh-section-nav .rgh-section-banner h5 {
    margin-bottom: 100px;
    font-size: 16px;
    line-height: 22px;
}

.rgh-section-nav .rgh-section-content h6 {
    font-size: 16px;
}

@media (max-width: 767px) {
    .rgh-section-nav .rgh-section-banner {
        background: #f9f9f9 !important;
    }
    .rgh-section-nav .rgh-section-banner h4 {
        margin-top: 40px;
    }
    .rgh-section-nav .rgh-section-banner h5 {
        margin-bottom: 40px;
    }
}

.rgh-section-content {
    padding: 30px 0;
}

.rgh-section-content p {
}
/*:::::::::: RGH Section Navigation ::::::::::*/

/*:::::::::: Side Bar Navigation - Digital Style Guide ::::::::::*/
/*:::::::::: Added by Shadow Van Houten 07/14/16 ::::::::::*/

.digital-style-guide nav.sidebar.affix {
    width:160px;
    top: 20px;
}

.digital-style-guide a.back-to-top {
    text-transform: uppercase;
    font-size: 10px;
} 

/*:::::::::: Side Bar Navigation - Digital Style Guide ::::::::::*/
.legal-links a.cb-update::after {
    content: "|";
    display: inline-block;
    margin: 0 .5em 0 .75em;
    color: #BBBBBB;
}

.legal-links a.cb-update:last-of-type::after {
    display: none;
}
/*:::::::::: Base Style and Sticky Nav ::::::::::*/
.hero-banner-container,
.hero-banner-container-no-sticky-nav {
  margin: 0 0 30px 0;
  position: relative;
}

@media (max-width: 1024px) {
  .hero-banner-container,
  .hero-banner-container-no-sticky-nav {
    margin-top: 0px;
  }
}
/*:::::::::: Base Style and Sticky Nav ::::::::::*/

.hero-banner-container h3,
.hero-banner-container-no-sticky-nav h3 {
  font-size: 24px;
  line-height: 1.4;
}

@media (max-width: 576px) {
  .hero-banner-container h2,
  .hero-banner-container-no-sticky-nav h2 {
    font-size: 40px;
  }
  .hero-banner-container h3,
  .hero-banner-container-no-sticky-nav h3 {
    font-size: 20px;
  }
}

/*:::::::::: Default Background Colors ::::::::::*/
.hero-default-pumpkin-bkg {
  background: url("../../../content/dam/illumina-marketing/images/banners/hero-default-lightfield-energetic-alternate-bkg.jpg")
    no-repeat;
  background-size: cover;
}
.hero-default-pumpkin-no-ge-bkg {
  background: url("../../../content/dam/illumina-marketing/images/banners/hero-default-lightfield-energetic-alternate-bkg.jpg")
    no-repeat;
  background-size: cover;
}
.hero-default-green-bkg {
  background: url("../../../content/dam/illumina-marketing/images/banners/hero-default-bluegreen-bkg.jpg")
    no-repeat;
  background-size: cover;
}
.hero-default-blue-bkg {
  background: url("../../../content/dam/illumina-marketing/images/banners/hero-default-blueviolet-bkg.jpg")
    no-repeat;
  background-size: cover;
}
.hero-default-purple-bkg {
  background: url("../../../content/dam/illumina-marketing/images/banners/hero-default-uplifting-bkg.jpg")
    no-repeat;
  background-size: cover;
}
.hero-default-teal-bkg {
  background: url("../../../content/dam/illumina-marketing/images/banners/hero-default-coolmix-bkg.jpg")
    no-repeat;
  background-size: cover;
}
.hero-default-raspberry-bkg {
  background: url("../../../content/dam/illumina-marketing/images/banners/hero-default-progress-bkg.jpg")
    no-repeat;
  background-size: cover;
}

/* Old class - DO NOT USE */
.hero-default-orange-bkg {
  background: url("../../../content/dam/illumina-marketing/images/banners/hero-default-lightfield-energetic-alternate-bkg.jpg")
    no-repeat;
  background-size: cover;
}
/* Old class - DO NOT USE */
/*:::::::::: Default Background Colors ::::::::::*/

/*:::::::::: Content Spacing ::::::::::*/
.hero-text h2 {
  margin: 40px 0 0 0;
}
.hero-text-with-bar h2 {
  margin-top: 85px;
}
@media (max-width: 767px) {
  .hero-text h2 {
    color: #fff;
    margin: 40px 0;
  }
  .hero-text-with-bar h2 {
    color: #fff;
    margin-top: 40px;
  }
}
/*:::::::::: Content Spacing ::::::::::*/

/*:::::::::: Hero Swap for Mobile ::::::::::*/
@media (max-width: 767px) {
  .hero-swap-pumpkin-bkg {
    background: url("../../../content/dam/illumina-marketing/images/banners/hero-default-lightfield-energetic-alternate-bkg.jpg")
      no-repeat !important;
    min-height: 0 !important;
  }
  .hero-swap-pumpkin-no-ge-bkg {
    background: url("../../../content/dam/illumina-marketing/images/banners/hero-default-lightfield-energetic-alternate-bkg.jpg")
      no-repeat !important;
    min-height: 0 !important;
  }
  .hero-swap-green-bkg {
    background: url("../../../content/dam/illumina-marketing/images/banners/hero-default-bluegreen-bkg.jpg")
      no-repeat !important;
    min-height: 0 !important;
  }
  .hero-swap-blue-bkg {
    background: url("../../../content/dam/illumina-marketing/images/banners/hero-default-blueviolet-bkg.jpg")
      no-repeat !important;
    min-height: 0 !important;
  }
  .hero-swap-purple-bkg {
    background: url("../../../content/dam/illumina-marketing/images/banners/hero-default-uplifting-bkg.jpg")
      no-repeat !important;
    min-height: 0 !important;
  }
  .hero-swap-teal-bkg {
    background: url("../../../content/dam/illumina-marketing/images/banners/hero-default-coolmix-bkg.jpg")
      no-repeat !important;
    min-height: 0 !important;
  }
  .hero-swap-web-gray-2-bkg {
    background: #f9f9f9 !important;
    min-height: 0 !important;
  }
  .hero-swap-pumpkin-bkg h2,
  .hero-swap-green-bkg h2,
  .hero-swap-blue-bkg h2,
  .hero-swap-purple-bkg h2,
  .hero-swap-teal-bkg h2,
  .hero-swap-pumpkin-bkg h3,
  .hero-swap-green-bkg h3,
  .hero-swap-blue-bkg h3,
  .hero-swap-purple-bkg h3,
  .hero-swap-teal-bkg h3,
  .hero-swap-pumpkin-bkg h5,
  .hero-swap-green-bkg h5,
  .hero-swap-blue-bkg h5,
  .hero-swap-purple-bkg h5,
  .hero-swap-teal-bkg h5 {
    color: #fff;
  }
}
/*:::::::::: Hero Swap for Mobile ::::::::::*/

/*:::::::::: Bars ::::::::::*/
.hero-pumpkin-bar-bkg {
  padding: 25px 0;

  background-image: url("../../../content/dam/illumina-marketing/images/banners/applications/oncology/hero-oncology-ge-bkg.png"),
    linear-gradient(
      to right,
      rgba(242, 110, 2, 0.7) 0%,
      rgba(247, 152, 0, 0.8) 50%,
      rgba(255, 168, 27, 0.8) 100%
    ); /* W3C */
  background-image: url("../../../content/dam/illumina-marketing/images/banners/applications/oncology/hero-oncology-ge-bkg.png"),
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyNmUwMiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjc5ODAwIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZhODFiIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: url("../../../content/dam/illumina-marketing/images/banners/applications/oncology/hero-oncology-ge-bkg.png"),
    -moz-linear-gradient(left, rgba(242, 110, 2, 0.7) 0%, rgba(247, 152, 0, 0.8)
          50%, rgba(255, 168, 27, 0.8) 100%); /* FF3.6+ */
  background-image: url("../../../content/dam/illumina-marketing/images/banners/applications/oncology/hero-oncology-ge-bkg.png"),
    -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(242, 110, 2, 0.7)), color-stop(50%, rgba(247, 152, 0, 0.8)), color-stop(100%, rgba(255, 168, 27, 0.8))); /* Chrome,Safari4+ */
  background-image: url("../../../content/dam/illumina-marketing/images/banners/applications/oncology/hero-oncology-ge-bkg.png"),
    -webkit-linear-gradient(left, rgba(242, 110, 2, 0.7) 0%, rgba(
            247,
            152,
            0,
            0.8
          )
          50%, rgba(255, 168, 27, 0.8) 100%); /* Chrome10+,Safari5.1+ */
  background-image: url("../../../content/dam/illumina-marketing/images/banners/applications/oncology/hero-oncology-ge-bkg.png"),
    -o-linear-gradient(left, rgba(242, 110, 2, 0.7) 0%, rgba(247, 152, 0, 0.8)
          50%, rgba(255, 168, 27, 0.8) 100%); /* Opera 11.10+ */
  background-image: url("../../../content/dam/illumina-marketing/images/banners/applications/oncology/hero-oncology-ge-bkg.png"),
    -ms-linear-gradient(left, rgba(242, 110, 2, 0.7) 0%, rgba(247, 152, 0, 0.8)
          50%, rgba(255, 168, 27, 0.8) 100%); /* IE10+ */
  background-repeat: no-repeat, no-repeat;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f26e02', endColorstr='#ccffa81b',GradientType=1 ); /* IE6-8 */
  margin: 25px 0 0 0;
}
@media (max-width: 767px) {
  .hero-pumpkin-bar-bkg {
    background-image: none;
    margin: 0;
    padding: 15px 0 40px 0;
  }
}
:root .hero-pumpkin-bar-bkg {
  filter: none \0 / IE9;
}
.hero-pumpkin-bar-bkg h3 {
  margin: 0;
}

.hero-clinical-bar-bkg {
  background: url("../../../content/dam/illumina-marketing/images/banners/hero-ge-bkg.png")
      no-repeat center center / cover,
    -moz-linear-gradient(left, #ec9334 0%, #feb441 50%, #ec9334 100%);
  background: url("../../../content/dam/illumina-marketing/images/banners/hero-ge-bkg.png")
      no-repeat center center / cover,
    -webkit-linear-gradient(left, #ec9334 0%, #feb441 50%, #ec9334 100%);
  background: url("../../../content/dam/illumina-marketing/images/banners/hero-ge-bkg.png")
      no-repeat center center / cover,
    linear-gradient(to right, #ec9334 0%, #feb441 50%, #ec9334 100%);
  min-height: 70px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .hero-banner-container .hero-clinical-bar-bkg {
    display: none;
  }
}
/*:::::::::: Bars ::::::::::*/

/*:::::::::: Takeover Banner ::::::::::*/

.banner-takeover-wrapper {
  background-color: #fff;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .banner-takeover-wrapper {
    margin-bottom: 60px;
  }
}

/*IE Specific Fix*/
@media all and (-ms-high-contrast: none) and (min-width: 768px),
  (-ms-high-contrast: active) {
  .banner-takeover-wrapper {
    display: flex;
  }
  .banner-takeover {
    width: 100%;
  }
}
/*IE Specific Fix*/

/*Default Banner Background Positioning*/
.banner-takeover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*Default Banner Background Positioning*/

/* Banner Copy and Button Styling*/
.banner-takeover p {
  font-size: 18px;
  margin-bottom: 30px;
}

/*Old styling before we used BS spacing*/
/*
.banner-takeover .btn-primary-outline {
    margin-left: 15px;
}
*/

@media (max-width: 767px) {
  .banner-takeover .btn-primary-outline {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
  }

  .banner-takeover .btn-primary-outline:hover,
  .banner-takeover .btn-primary-outline:active,
  .banner-takeover .btn-primary-outline:focus {
    background: none;
    color: #444648;
    background-color: #fff;
    border: 1px solid #fff;
  }

  .banner-takeover .btn-primary-outline:not(:disabled):not(.disabled):focus,
  .banner-takeover .btn-primary-outline:not(:disabled):not(.disabled):focus {
    box-shadow: 0 0 0 4px rgba(78, 96, 238, 0.6);
    outline: none;
    color: #444648;
  }

  .banner-takeover
    .btn-primary-outline:not(:disabled):not(.disabled):focus:active {
    box-shadow: 0 0 0 4px rgba(78, 96, 238, 0.6);
    background-color: #fff;
    color: #444648;
  }

  .banner-takeover .btn-primary-outline:not(:disabled):not(.disabled):active {
    background-color: #fff;
    color: #444648;
  }
}

@media (max-height: 800px) {
  .banner-takeover p {
    font-size: 16px;
  }
  .banner-takeover h2 {
    font-size: 42px;
    line-height: 48px;
  }
}
/* Banner Copy and Button Styling*/

/* Banner Takeover Height Adjustment */
@media (min-width: 768px) {
  .banner-takeover {
    box-shadow: inset 0 -14vh 0 0 #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*min-height: calc(100vh - 135px);*/
    height: calc(100vh - 133px);
    position: relative;
  }
  .banner-takeover .banner-takeover-container-top .row {
    flex: 1 0 100%;
  }
  /* Custom styles for Banner Issue in Edit Mode */
  .cq-Editable-dom .banner-takeover {
    box-shadow: inset 0 -14px 0 0 #fff;
    height: 540px !important;
  }
  .cq-Editable-dom .systems-banner-default .banner-takeover-container-bottom {
    height: 200px;
  }
  .cq-Editable-dom .systems-banner-default .banner-takeover-image {
    margin-left: -80px;
  }
  .cq-Editable-dom .banner-takeover-container-top {
    padding-bottom: 0px;
  }
  .cq-Editable-dom .banner-takeover h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .cq-Editable-dom .banner-takeover p {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .banner-takeover {
    height: calc(100vh - 80px);
  }
}

@media (max-width: 767px) {
  .banner-takeover {
    height: inherit;
  }
}

@media (max-height: 700px) {
  .banner-takeover {
    /*min-height: calc(100vh - 135px);*/
    height: inherit;
  }
}

/* Banner Takeover Height Adjustment */

/* Mobile Background Color and Button*/
@media (max-width: 767px) {
  .banner-takeover {
    background: url("../../../content/dam/illumina-marketing/images/banners/hero-default-blueviolet-bkg.jpg")
      no-repeat !important;
    background-size: cover !important;
  }
  .banner-takeover h2,
  .banner-takeover h3,
  .banner-takeover p {
    color: #fff;
  }

  .banner-takeover .btn-primary {
    color: #4e60ee;
    background-color: #fff;
    background-image: none;
    border-color: transparent;
  }

  .banner-takeover .btn-primary:hover,
  .banner-takeover .btn-primary:not(:disabled):not(.disabled):active,
  .banner-takeover .btn-primary:not(:disabled):not(.disabled):active:focus {
    background: none;
    background-color: #fff;
    color: #444648;
    border-color: transparent;
  }

  .banner-takeover .btn-primary:not(:disabled):not(.disabled):active {
    outline: none;
  }

  .banner-takeover .btn-primary:not(:disabled):not(.disabled):focus {
    background: none;
    background-color: #fff;
    color: #444648;
    border-color: transparent;
  }

  .banner-takeover .btn-primary:not(:disabled):not(.disabled):focus:hover {
    background: none;
    background-color: #fff;
  }
}
/* Mobile Background Color and Button*/

/*Banner Container Top*/
.banner-takeover-container-top {
  padding-bottom: 30px;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .banner-takeover-container-top {
    padding-bottom: 60px;
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
  }
}
@media (max-height: 800px) and (max-width: 1200px) {
  .banner-takeover-container-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/*Banner Container Top*/

/*Banner Container Bottom*/
.banner-takeover-container-bottom {
  padding-bottom: 30px;
}
.banner-takeover-container-bottom img {
  max-height: 100%;
}
/*Banner Container Bottom*/

/*:::::::::: End Takeover Banner ::::::::::*/

/*:::::::::: Change hero image in mobile view ::::::::::*/
@media (max-width: 768px) {
  .remove-hero-img-in-mobile-view {
    background: url("../../../content/dam/illumina-marketing/images/banners/hero-default-lightfield-energetic-alternate-bkg.jpg")
      no-repeat !important;
    background-size: cover;
  }
  .remove-hero-img-in-mobile-view h2,
  .remove-hero-img-in-mobile-view h3 {
    color: white;
  }
}
/*:::::::::: Change hero image in mobile view ::::::::::*/

/*:::::::::: Flexbox Vertical Centering ::::::::::*/
.hero-vertical-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
/*:::::::::: Flexbox Vertical Centering ::::::::::*/

/* class for font color */
.pumpkin-txt {
    color: inherit;
}

.light-gray-txt {
    color: #bbb;
}

.dark-gray-txt {
    color: #666;
}

.web-gray-1-txt {
    color: #e5e5e5;
}
.web-gray-2-txt {
    color: #f9f9f9;
}

.white-txt {
    color: #fff;
}

.blue-txt {
    color: #0077C8;
}

.purple-txt {
    color: #7D55C7;
}

.green-txt {
    color: #0077C8;
}

.yellow-txt {
    color: #f1c719;
}

.raspberry-txt {
    color: #DE1B76;
}

.teal-txt {
    color: #0077C8;
}

.vivid-pumpkin-txt {
    color: #f68920;
}

.vivid-blue-txt {
    color: #328ed1;
}

.alt-blue-txt {
    color: #054b87;
}

.earth-pumpkin-txt {
    color: #e06425;
}

.earth-blue-txt {
    color: #2e6991;
}

.earth-purple-txt {
    color: #703d5e;
}

.earth-green-txt {
    color: #447d3b;
}

.functional-red-txt {
    color: #ff0000;
}

.functionl-green-txt {
    color: #00af43;
}

.functional-blue-txt {
    color: #9ec4eb;
}



/* Border Color */
.border-web-gray-1 {
    border: 1px solid #e5e5e5;
}
.border-top-web-gray-1 {
    border-top: 1px solid #e5e5e5;
}
.border-right-web-gray-1 {
    border-right: 1px solid #e5e5e5;
}
.border-bottom-web-gray-1 {
    border-bottom: 1px solid #e5e5e5;
}
.border-left-web-gray-1 {
    border-left: 1px solid #e5e5e5;
}

.border-light-gray {
    border: 1px solid #bbb;
}
.border-top-light-gray {
    border-top: 1px solid #bbb;
}
.border-right-light-gray {
    border-right: 1px solid #bbb;
}
.border-bottom-light-gray {
    border-bottom: 1px solid #bbb;
}
.border-left-light-gray {
    border-left: 1px solid #bbb;
}

.border-white {
    border: 1px solid #fff;
}
.border-top-white {
    border-top: 1px solid #fff;
}
.border-right-white {
    border-right: 1px solid #fff;
}
.border-bottom-white {
    border-bottom: 1px solid #fff;
}
.border-left-white {
    border-left: 1px solid #fff;
}
/* Border Color */



/* class for background color */
.pumpkin-bkg {
    background: #ED8B00;
}

.light-gray-bkg {
    background: #bbb;
}

.dark-gray-bkg {
    background: #666;
}

.web-gray-1-bkg {
    background: #e5e5e5;
}

.web-gray-2-bkg {
    background: #f9f9f9;
}

.white-bkg {
    background: #fff;
}

.blue-bkg {
    background: #0077C8;
}

.purple-bkg {
    background: #7D55C7;
}

.green-bkg {
    background: #0077C8;
}

.yellow-bkg {
    background: #f1c719;
}

.raspberry-bkg {
    background: #DE1B76;
}

.teal-bkg {
    background: #0077C8;
}

.vivid-pumpkin-bkg {
    background: #f68920;
}

.vivid-blue-bkg {
    background: #328ed1;
}

.alt-blue-bkg {
    background: #054b87;
}

.earth-pumpkin-bkg {
    background: #e06425;
}

.earth-blue-bkg {
    background: #2e6991;
}

.earth-purple-bkg {
    background: #703d5e;
}

.earth-green-bkg {
    background: #447d3b;
}

.functional-red-bkg {
    background: #ff0000;
}

.functional-yellow-bkg {
    background: #fff200;
}

.functionl-green-bkg {
    background: #00af43;
}

.functional-blue-bkg {
    background: #9ec4eb;
}




/*UPDATED GRADIENTS 072216 Shadow Van Houten*/
/*:::::::::: Background Gradients ::::::::::*/

.web-gray-gradient {
    background-color:#f9f9f9;
    background-image:-webkit-linear-gradient(#f9f9f9, #e5e5e5);
    background-image:-moz-linear-gradient(#f9f9f9, #e5e5e5);
    background-image:-ms-linear-gradient(#f9f9f9, #e5e5e5);
    background-image:linear-gradient(#f9f9f9, #e5e5e5);
}

.pumpkin-gradient {
    background-color:#ED8B00;
    background-image:-webkit-linear-gradient(#F1A233, #ED8B00);
    background-image:-moz-linear-gradient(#F1A233, #ED8B00);
    background-image:-ms-linear-gradient(#F1A233, #ED8B00);
    background-image:linear-gradient(#F1A233, #ED8B00);
}

.purple-gradient {
    background-color:#7D55C7;
    background-image:-webkit-linear-gradient(#9777D2, #7D55C7);
    background-image:-moz-linear-gradient(#9777D2, #7D55C7);
    background-image:-ms-linear-gradient(#9777D2, #7D55C7);
    background-image:linear-gradient(#9777D2, #7D55C7);
}


.blue-gradient,
.green-gradient,
.teal-gradient {
    background-color:#0077C8;
    background-image:-webkit-linear-gradient(#3392D3, #0077C8);
    background-image:-moz-linear-gradient(#3392D3, #0077C8);
    background-image:-ms-linear-gradient(#3392D3, #0077C8);
    background-image:linear-gradient(#3392D3, #0077C8);
}


/*.green-gradient {*/
/*    background-color:#97ad4a;*/
/*    background-image:-webkit-linear-gradient(#97ad4a, #416738);*/
/*    background-image:-moz-linear-gradient(#97ad4a, #416738);*/
/*    background-image:-ms-linear-gradient(#97ad4a, #416738);*/
/*    background-image:linear-gradient(#97ad4a, #416738);*/
/*}*/

.yellow-gradient {
    background-color:#f1c719;
    background-image:-webkit-linear-gradient(#f1c719, #cc961f);
    background-image:-moz-linear-gradient(#f1c719, #cc961f);
    background-image:-ms-linear-gradient(#f1c719, #cc961f);
    background-image:linear-gradient(#f1c719, #cc961f);
}

.raspberry-gradient {
    background-color:#DE1B76;
    background-image:-webkit-linear-gradient(#E54991, #DE1B76);
    background-image:-moz-linear-gradient(#E54991, #DE1B76);
    background-image:-ms-linear-gradient(#E54991, #DE1B76);
    background-image:linear-gradient(#E54991, #DE1B76);
}

/*.teal-gradient {*/
/*    background-color:#24bec5;*/
/*    background-image:-webkit-linear-gradient(#24bec5, #1c949a);*/
/*    background-image:-moz-linear-gradient(#24bec5, #1c949a);*/
/*    background-image:-ms-linear-gradient(#24bec5, #1c949a);*/
/*    background-image:linear-gradient(#24bec5, #1c949a);*/
/*}*/

/*.clinical-pumpkin-gradient-center,*/
/*.clinical-pumpkin-gradient-left,*/
/*.clinical-pumpkin-gradient-right {*/
/*    background: #ED8B00 url("../../../content/dam/illumina-marketing/images/banners/hero-default-lightfield-energetic-alternate-bkg.jpg")*/
/*    no-repeat;*/
/*    background-size: cover;*/
/*}*/
.clinical-pumpkin-gradient-center {
    background-color: #ED8B00;
    background-image: -webkit-linear-gradient(to right, #ED8B00 0%, #F1A233 50%, #ED8B00 100%);
    background-image: -moz-linear-gradient(to right, #ED8B00 0%, #F1A233 50%, #ED8B00 100%);
    background-image: -ms-linear-gradient(to right, #ED8B00 0%, #F1A233 50%, #ED8B00 100%);
    background-image: linear-gradient(to right, #ED8B00 0%, #F1A233 50%, #ED8B00 100%);
}

.clinical-pumpkin-gradient-left {
    background-color: #ED8B00;
    background-image: -webkit-linear-gradient(to right, #ED8B00 0%, #F1A233 20%, #ED8B00 100%);
    background-image: -moz-linear-gradient(to right, #ED8B00 0%, #F1A233 20%, #ED8B00 100%);
    background-image: -ms-linear-gradient(to right, #ED8B00 0%, #F1A233 20%, #ED8B00 100%);
    background-image: linear-gradient(to right, #ED8B00 0%, #F1A233 20%, #ED8B00 100%);
}

.clinical-pumpkin-gradient-right {
    background-color: #ED8B00;
    background-image: -webkit-linear-gradient(to right, #ED8B00 0%, #F1A233 80%, #ED8B00 100%);
    background-image: -moz-linear-gradient(to right, #ED8B00 0%, #F1A233 80%, #ED8B00 100%);
    background-image: -ms-linear-gradient(to right, #ED8B00 0%, #F1A233 80%, #ED8B00 100%);
    background-image: linear-gradient(to right, #ED8B00 0%, #F1A233 80%, #ED8B00 100%);
}

.web-gray-gradient-center {
    background-color: #f9f9f9;
    background-image: -webkit-linear-gradient(to right, #e5e5e5 0%, #f9f9f9 50%, #e5e5e5 100%);
    background-image: -moz-linear-gradient(to right, #e5e5e5 0%, #f9f9f9 50%, #e5e5e5 100%);
    background-image: -ms-linear-gradient(to right, #e5e5e5 0%, #f9f9f9 50%, #e5e5e5 100%);
    background-image: linear-gradient(to right, #e5e5e5 0%, #f9f9f9 50%, #e5e5e5 100%);
}

.web-gray-gradient-left {
    background-color: #f9f9f9;
    background-image: -webkit-linear-gradient(to right, #e5e5e5 0%, #f9f9f9 20%, #e5e5e5 100%);
    background-image: -moz-linear-gradient(to right, #e5e5e5 0%, #f9f9f9 20%, #e5e5e5 100%);
    background-image: -ms-linear-gradient(to right, #e5e5e5 0%, #f9f9f9 20%, #e5e5e5 100%);
    background-image: linear-gradient(to right, #e5e5e5 0%, #f9f9f9 20%, #e5e5e5 100%);
}

.web-gray-gradient-right {
    background-color: #f9f9f9;
    background-image: -webkit-linear-gradient(to right, #e5e5e5 0%, #f9f9f9 80%, #e5e5e5 100%);
    background-image: -moz-linear-gradient(to right, #e5e5e5 0%, #f9f9f9 80%, #e5e5e5 100%);
    background-image: -ms-linear-gradient(to right, #e5e5e5 0%, #f9f9f9 80%, #e5e5e5 100%);
    background-image: linear-gradient(to right, #e5e5e5 0%, #f9f9f9 80%, #e5e5e5 100%);
}

.purple-gradient-center {
    background-color: #7D55C7;
    background-image: -webkit-linear-gradient(to right, #7D55C7 0%, #9777D2 50%, #7D55C7 100%);
    background-image: -moz-linear-gradient(to right, #7D55C7 0%, #9777D2 50%, #7D55C7 100%);
    background-image: -ms-linear-gradient(to right, #7D55C7 0%, #9777D2 50%, #7D55C7 100%);
    background-image: linear-gradient(to right, #7D55C7 0%, #9777D2 50%, #7D55C7 100%);
}

.purple-gradient-left {
    background-color: #7D55C7;
    background-image: -webkit-linear-gradient(to right, #7D55C7 0%, #9777D2 20%, #7D55C7 100%);
    background-image: -moz-linear-gradient(to right, #7D55C7 0%, #9777D2 20%, #7D55C7 100%);
    background-image: -ms-linear-gradient(to right, #7D55C7 0%, #9777D2 20%, #7D55C7 100%);
    background-image: linear-gradient(to right, #7D55C7 0%, #9777D2 20%, #7D55C7 100%);
}

.purple-gradient-right {
    background-color: #7D55C7;
    background-image: -webkit-linear-gradient(to right, #7D55C7 0%, #9777D2 80%, #7D55C7 100%);
    background-image: -moz-linear-gradient(to right, #7D55C7 0%, #9777D2 80%, #7D55C7 100%);
    background-image: -ms-linear-gradient(to right, #7D55C7 0%, #9777D2 80%, #7D55C7 100%);
    background-image: linear-gradient(to right, #7D55C7 0%, #9777D2 80%, #7D55C7 100%);
}

.blue-gradient-center,
.green-gradient-center,
.teal-gradient-center {
    background-color: #0077C8;
    background-image: -webkit-linear-gradient(to right, #0077C8 0%, #3392D3 50%, #0077C8 100%);
    background-image: -moz-linear-gradient(to right, #0077C8 0%, #3392D3 50%, #0077C8 100%);
    background-image: -ms-linear-gradient(to right, #0077C8 0%, #3392D3 50%, #0077C8 100%);
    background-image: linear-gradient(to right, #0077C8 0%, #3392D3 50%, #0077C8 100%);
}

.blue-gradient-left,
.green-gradient-left,
.teal-gradient-left {
    background-color: #0077C8;
    background-image: -webkit-linear-gradient(to right, #0077C8 0%, #3392D3 20%, #0077C8 100%);
    background-image: -moz-linear-gradient(to right, #0077C8 0%, #3392D3 20%, #0077C8 100%);
    background-image: -ms-linear-gradient(to right, #0077C8 0%, #3392D3 20%, #0077C8 100%);
    background-image: linear-gradient(to right, #0077C8 0%, #3392D3 20%, #0077C8 100%);
}

.blue-gradient-right,
.green-gradient-right,
.teal-gradient-right {
    background-color: #0077C8;
    background-image: -webkit-linear-gradient(to right, #0077C8 0%, #3392D3 80%, #0077C8 100%);
    background-image: -moz-linear-gradient(to right, #0077C8 0%, #3392D3 80%, #0077C8 100%);
    background-image: -ms-linear-gradient(to right, #0077C8 0%, #3392D3 80%, #0077C8 100%);
    background-image: linear-gradient(to right, #0077C8 0%, #3392D3 80%, #0077C8 100%);
}

/*.green-gradient-center {*/
/*    background-color: #97ad4a;*/
/*    background-image: -webkit-linear-gradient(to right, #416738 0%, #97ad4a 50%, #416738 100%);*/
/*    background-image: -moz-linear-gradient(to right, #416738 0%, #97ad4a 50%, #416738 100%);*/
/*    background-image: -ms-linear-gradient(to right, #416738 0%, #97ad4a 50%, #416738 100%);*/
/*    background-image: linear-gradient(to right, #416738 0%, #97ad4a 50%, #416738 100%);*/
/*}*/

/*.green-gradient-left {*/
/*    background-color: #97ad4a;*/
/*    background-image: -webkit-linear-gradient(to right, #416738 0%, #97ad4a 20%, #416738 100%);*/
/*    background-image: -moz-linear-gradient(to right, #416738 0%, #97ad4a 20%, #416738 100%);*/
/*    background-image: -ms-linear-gradient(to right, #416738 0%, #97ad4a 20%, #416738 100%);*/
/*    background-image: linear-gradient(to right, #416738 0%, #97ad4a 20%, #416738 100%);*/
/*}*/

/*.green-gradient-right {*/
/*    background-color: #97ad4a;*/
/*    background-image: -webkit-linear-gradient(to right, #416738 0%, #97ad4a 80%, #416738 100%);*/
/*    background-image: -moz-linear-gradient(to right, #416738 0%, #97ad4a 80%, #416738 100%);*/
/*    background-image: -ms-linear-gradient(to right, #416738 0%, #97ad4a 80%, #416738 100%);*/
/*    background-image: linear-gradient(to right, #416738 0%, #97ad4a 80%, #416738 100%);*/
/*}*/

.yellow-gradient-center {
    background-color: #f1c719;
    background-image: -webkit-linear-gradient(to right, #cc961f 0%, #f1c719 50%, #cc961f 100%);
    background-image: -moz-linear-gradient(to right, #cc961f 0%, #f1c719 50%, #cc961f 100%);
    background-image: -ms-linear-gradient(to right, #cc961f 0%, #f1c719 50%, #cc961f 100%);
    background-image: linear-gradient(to right, #cc961f 0%, #f1c719 50%, #cc961f 100%);
}

.yellow-gradient-left {
    background-color: #f1c719;
    background-image: -webkit-linear-gradient(to right, #cc961f 0%, #f1c719 20%, #cc961f 100%);
    background-image: -moz-linear-gradient(to right, #cc961f 0%, #f1c719 20%, #cc961f 100%);
    background-image: -ms-linear-gradient(to right, #cc961f 0%, #f1c719 20%, #cc961f 100%);
    background-image: linear-gradient(to right, #cc961f 0%, #f1c719 20%, #cc961f 100%);
}

.yellow-gradient-right {
    background-color: #f1c719;
    background-image: -webkit-linear-gradient(to right, #cc961f 0%, #f1c719 80%, #cc961f 100%);
    background-image: -moz-linear-gradient(to right, #cc961f 0%, #f1c719 80%, #cc961f 100%);
    background-image: -ms-linear-gradient(to right, #cc961f 0%, #f1c719 80%, #cc961f 100%);
    background-image: linear-gradient(to right, #cc961f 0%, #f1c719 80%, #cc961f 100%);
}

.raspberry-gradient-center {
    background-color: #DE1B76;
    background-image: -webkit-linear-gradient(to right, #DE1B76 0%, #E54991 50%, #DE1B76 100%);
    background-image: -moz-linear-gradient(to right, #DE1B76 0%, #E54991 50%, #DE1B76 100%);
    background-image: -ms-linear-gradient(to right, #DE1B76 0%, #E54991 50%, #DE1B76 100%);
    background-image: linear-gradient(to right, #DE1B76 0%, #E54991 50%, #DE1B76 100%);
}

.raspberry-gradient-left {
    background-color: #DE1B76;
    background-image: -webkit-linear-gradient(to right, #DE1B76 0%, #E54991 20%, #DE1B76 100%);
    background-image: -moz-linear-gradient(to right, #DE1B76 0%, #E54991 20%, #DE1B76 100%);
    background-image: -ms-linear-gradient(to right, #DE1B76 0%, #E54991 20%, #DE1B76 100%);
    background-image: linear-gradient(to right, #DE1B76 0%, #E54991 20%, #DE1B76 100%);
}

.raspberry-gradient-right {
    background-color: #DE1B76;
    background-image: -webkit-linear-gradient(to right, #DE1B76 0%, #E54991 80%, #DE1B76 100%);
    background-image: -moz-linear-gradient(to right, #DE1B76 0%, #E54991 80%, #DE1B76 100%);
    background-image: -ms-linear-gradient(to right, #DE1B76 0%, #E54991 80%, #DE1B76 100%);
    background-image: linear-gradient(to right, #DE1B76 0%, #E54991 80%, #DE1B76 100%);
}

/*.teal-gradient-center {*/
/*    background-color: #24bec5;*/
/*    background-image: -webkit-linear-gradient(to right, #1c949a 0%, #24bec5 50%, #1c949a 100%);*/
/*    background-image: -moz-linear-gradient(to right, #1c949a 0%, #24bec5 50%, #1c949a 100%);*/
/*    background-image: -ms-linear-gradient(to right, #1c949a 0%, #24bec5 50%, #1c949a 100%);*/
/*    background-image: linear-gradient(to right, #1c949a 0%, #24bec5 50%, #1c949a 100%);*/
/*}*/

/*.teal-gradient-left {*/
/*    background-color: #24bec5;*/
/*    background-image: -webkit-linear-gradient(to right, #1c949a 0%, #24bec5 20%, #1c949a 100%);*/
/*    background-image: -moz-linear-gradient(to right, #1c949a 0%, #24bec5 20%, #1c949a 100%);*/
/*    background-image: -ms-linear-gradient(to right, #1c949a 0%, #24bec5 20%, #1c949a 100%);*/
/*    background-image: linear-gradient(to right, #1c949a 0%, #24bec5 20%, #1c949a 100%);*/
/*}*/

/*.teal-gradient-right {*/
/*    background-color: #24bec5;*/
/*    background-image: -webkit-linear-gradient(to right, #1c949a 0%, #24bec5 80%, #1c949a 100%);*/
/*    background-image: -moz-linear-gradient(to right, #1c949a 0%, #24bec5 80%, #1c949a 100%);*/
/*    background-image: -ms-linear-gradient(to right, #1c949a 0%, #24bec5 80%, #1c949a 100%);*/
/*    background-image: linear-gradient(to right, #1c949a 0%, #24bec5 80%, #1c949a 100%);*/
/*}*/

/*:::::::::: Background Gradients ::::::::::*/


/*UPDATED GRADIENTS 011817 Adam Prince*/
/*:::::::::: Background Gradients ::::::::::*/

.gradient-dark-left-green {
    background-color: #81af45;
    background-image: -webkit-linear-gradient(right, #81af45 0%, #528c37);
    background-image: linear-gradient(to left, #81af45 0%, #528c37);
    background-repeat: repeat-x;
}

.gradient-dark-right-green {
    background-color: #81af45;
    background-image: -webkit-linear-gradient(left, #81af45 0%, #528c37);
    background-image: linear-gradient(to right, #81af45 0%, #528c37);
    background-repeat: repeat-x;
}

.gradient-dark-left-blue {
    background-color: #0077C8;
    background-image: -webkit-linear-gradient(right, #3e7ebe 0%, #324b98);
    background-image: linear-gradient(to left, #3e7ebe 0%, #324b98);
    background-repeat: repeat-x;
}

.gradient-dark-right-blue {
    background-color: #0077C8;
    background-image: -webkit-linear-gradient(left, #3e7ebe 0%, #324b98);
    background-image: linear-gradient(to right, #3e7ebe 0%, #324b98);
    background-repeat: repeat-x;
}

.gradient-dark-left-purple {
    background-color: #885087;
    background-image: -webkit-linear-gradient(right, #885087 0%, #6d4061);
    background-image: linear-gradient(to left, #885087 0%, #6d4061);
    background-repeat: repeat-x;
}

.gradient-dark-right-purple {
    background-color: #885087;
    background-image: -webkit-linear-gradient(left, #885087 0%, #6d4061);
    background-image: linear-gradient(to right, #885087 0%, #6d4061);
    background-repeat: repeat-x;
}

.gradient-dark-left-teal {
    background-color: #24bec5;
    background-image: -webkit-linear-gradient(right, #24bec5 0%, #1c949a);
    background-image: linear-gradient(to left, #24bec5 0%, #1c949a);
    background-repeat: repeat-x;
}

.gradient-dark-right-teal {
    background-color: #24bec5;
    background-image: -webkit-linear-gradient(left, #24bec5 0%, #1c949a);
    background-image: linear-gradient(to right, #24bec5 0%, #1c949a);
    background-repeat: repeat-x;
}

.gradient-dark-left-raspberry {
    background-color: #DE1B76;
    background-image: -webkit-linear-gradient(right, #c5246E 0%, #9e1d38);
    background-image: linear-gradient(to left, #c5246E 0%, #9e1d38);
    background-repeat: repeat-x;
}

.gradient-dark-right-raspberry {
    background-color: #DE1B76;
    background-image: -webkit-linear-gradient(left, #c5246E 0%, #9e1d38);
    background-image: linear-gradient(to right, #c5246E 0%, #9e1d38);
    background-repeat: repeat-x;
}
/*:::::::::: Vertical Spacing ::::::::::*/
.content-section {
    padding: 60px 0;
}
.content-section-sm {
    padding: 30px 0;
}
.row-group-spacing {
	margin-bottom: 60px;
}
.row-group-spacing-sm {
	margin-bottom: 30px;
}

@media (max-width: 992px) {

.col-full-group-spacing > [class*="col-"] {
	margin-bottom: 60px; /*old spacing*/
	margin-bottom: 30px;
}
.col-full-subgroup-spacing > [class*="col-"]:first-child { /* subgroup */
    margin-bottom: 30px;
}
.col-full-section-spacing > [class*="col-"] {
	margin-bottom: 120px;
}
.col-footer-links-spacing > [class*="col-"] {
	margin-bottom: 5px;
}
.col-full-group-spacing > [class*="col-"]:last-child, .col-full-section-spacing > [class*="col-"]:last-child, .col-footer-links-spacing > [class*="col-"]:last-child {
	margin-bottom: 0;
}

}


@media (max-width:768px) {

.content-section {
    padding: 30px 0;
}
.row-group-spacing {
	margin-bottom: 30px;
}

.col-split-section-spacing > [class*="col-"], .col-full-section-spacing > [class*="col-"] {
	margin-bottom: 60px;
}
.col-split-group-spacing > [class*="col-"] /*.col-full-group-spacing > [class*="col-"]*/ /*old spacing*/ {
	margin-bottom: 30px;
}

.col-split-section-spacing > [class*="col-"]:last-child, .col-split-group-spacing > [class*="col-"]:last-child, .col-full-group-spacing > [class*="col-"]:last-child {
	margin-bottom: 0;
}

}
/*:::::::::: Vertical Spacing ::::::::::*/




/*:::::::::: Horizontal Spacing ::::::::::*/
.col-split-gutter-spacing > [class*="col-"]:first-child, .col-split-gutter-single-spacing > [class*="col-"]:first-child {
	padding-right: 40px;
}
.col-split-gutter-spacing > [class*="col-"]:last-child {
	padding-left: 40px;
}
@media (max-width: 992px) {
.col-split-gutter-spacing > [class*="col-"]:first-child, .col-split-gutter-single-spacing > [class*="col-"]:first-child {
	padding-right: 15px;
}
.col-split-gutter-spacing > [class*="col-"]:last-child {
	padding-left: 15px;
}
}
/*:::::::::: Horizontal Spacing ::::::::::*/




/*:::::::::: Vertical & Horizontal Spacing ::::::::::*/
.m-0 {
    margin: 0 0!important
}

.mt-0 {
    margin-top: 0!important
}

.mr-0 {
    margin-right: 0!important
}

.mb-0 {
    margin-bottom: 0!important
}

.ml-0 {
    margin-left: 0!important
}

.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.m-1 {
    margin: 15px 15px!important
}

.mt-1 {
    margin-top: 15px!important
}

.mr-1 {
    margin-right: 15px!important
}

.mb-1 {
    margin-bottom: 15px!important
}

.ml-1 {
    margin-left: 15px!important
}

.mx-1 {
    margin-right: 15px!important;
    margin-left: 15px!important
}

.my-1 {
    margin-top: 15px!important;
    margin-bottom: 15px!important
}

.m-2 {
    margin: 30px 30px!important
}

.mt-2 {
    margin-top: 30px!important
}

.mr-2 {
    margin-right: 30px!important
}

.mb-2 {
    margin-bottom: 30px!important
}

.ml-2 {
    margin-left: 30px!important
}

.mx-2 {
    margin-right: 30px!important;
    margin-left: 30px!important
}

.my-2 {
    margin-top: 30px!important;
    margin-bottom: 30px!important
}

.m-3 {
    margin: 45px 45px!important
}

.mt-3 {
    margin-top: 45px!important
}

.mr-3 {
    margin-right: 45px!important
}

.mb-3 {
    margin-bottom: 45px!important
}

.ml-3 {
    margin-left: 45px!important
}

.mx-3 {
    margin-right: 45px!important;
    margin-left: 45px!important
}

.my-3 {
    margin-top: 45px!important;
    margin-bottom: 45px!important
}

.m-4 {
    margin: 60px 60px!important
}

.mt-4 {
    margin-top: 60px!important
}

.mr-4 {
    margin-right: 60px!important
}

.mb-4 {
    margin-bottom: 60px!important
}

.ml-4 {
    margin-left: 60px!important
}

.mx-4 {
    margin-right: 60px!important;
    margin-left: 60px!important
}

.my-4 {
    margin-top: 60px!important;
    margin-bottom: 60px!important
}

.m-5 {
    margin: 75px 75px!important
}

.mt-5 {
    margin-top: 75px!important
}

.mr-5 {
    margin-right: 75px!important
}

.mb-5 {
    margin-bottom: 75px!important
}

.ml-5 {
    margin-left: 75px!important
}

.mx-5 {
    margin-right: 75px!important;
    margin-left: 75px!important
}

.my-5 {
    margin-top: 75px!important;
    margin-bottom: 75px!important
}

.p-0 {
    padding: 0 0!important
}

.pt-0 {
    padding-top: 0!important
}

.pr-0 {
    padding-right: 0!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pl-0 {
    padding-left: 0!important
}

.px-0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.p-1 {
    padding: 15px 15px!important
}

.pt-1 {
    padding-top: 15px!important
}

.pr-1 {
    padding-right: 15px!important
}

.pb-1 {
    padding-bottom: 15px!important
}

.pl-1 {
    padding-left: 15px!important
}

.px-1 {
    padding-right: 15px!important;
    padding-left: 15px!important
}

.py-1 {
    padding-top: 15px!important;
    padding-bottom: 15px!important
}

.p-2 {
    padding: 30px 30px!important
}

.pt-2 {
    padding-top: 30px!important
}

.pr-2 {
    padding-right: 30px!important
}

.pb-2 {
    padding-bottom: 30px!important
}

.pl-2 {
    padding-left: 30px!important
}

.px-2 {
    padding-right: 30px!important;
    padding-left: 30px!important
}

.py-2 {
    padding-top: 30px!important;
    padding-bottom: 30px!important
}

.p-3 {
    padding: 45px 45px!important
}

.pt-3 {
    padding-top: 45px!important
}

.pr-3 {
    padding-right: 45px!important
}

.pb-3 {
    padding-bottom: 45px!important
}

.pl-3 {
    padding-left: 45px!important
}

.px-3 {
    padding-right: 45px!important;
    padding-left: 45px!important
}

.py-3 {
    padding-top: 45px!important;
    padding-bottom: 45px!important
}

.p-4 {
    padding: 60px 60px!important
}

.pt-4 {
    padding-top: 60px!important
}

.pr-4 {
    padding-right: 60px!important
}

.pb-4 {
    padding-bottom: 60px!important
}

.pl-4 {
    padding-left: 60px!important
}

.px-4 {
    padding-right: 60px!important;
    padding-left: 60px!important
}

.py-4 {
    padding-top: 60px!important;
    padding-bottom: 60px!important
}

.p-5 {
    padding: 75px 75px!important
}

.pt-5 {
    padding-top: 75px!important
}

.pr-5 {
    padding-right: 75px!important
}

.pb-5 {
    padding-bottom: 75px!important
}

.pl-5 {
    padding-left: 75px!important
}

.px-5 {
    padding-right: 75px!important;
    padding-left: 75px!important
}

.py-5 {
    padding-top: 75px!important;
    padding-bottom: 75px!important
}

.m-auto {
    margin: auto!important
}

.mt-auto {
    margin-top: auto!important
}

.mr-auto {
    margin-right: auto!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ml-auto {
    margin-left: auto!important
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

@media (min-width:415px) {
    .m-xs-0 {
        margin: 0 0!important
    }
    .mt-xs-0 {
        margin-top: 0!important
    }
    .mr-xs-0 {
        margin-right: 0!important
    }
    .mb-xs-0 {
        margin-bottom: 0!important
    }
    .ml-xs-0 {
        margin-left: 0!important
    }
    .mx-xs-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }
    .my-xs-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    .m-xs-1 {
        margin: 15px 15px!important
    }
    .mt-xs-1 {
        margin-top: 15px!important
    }
    .mr-xs-1 {
        margin-right: 15px!important
    }
    .mb-xs-1 {
        margin-bottom: 15px!important
    }
    .ml-xs-1 {
        margin-left: 15px!important
    }
    .mx-xs-1 {
        margin-right: 15px!important;
        margin-left: 15px!important
    }
    .my-xs-1 {
        margin-top: 15px!important;
        margin-bottom: 15px!important
    }
    .m-xs-2 {
        margin: 30px 30px!important
    }
    .mt-xs-2 {
        margin-top: 30px!important
    }
    .mr-xs-2 {
        margin-right: 30px!important
    }
    .mb-xs-2 {
        margin-bottom: 30px!important
    }
    .ml-xs-2 {
        margin-left: 30px!important
    }
    .mx-xs-2 {
        margin-right: 30px!important;
        margin-left: 30px!important
    }
    .my-xs-2 {
        margin-top: 30px!important;
        margin-bottom: 30px!important
    }
    .m-xs-3 {
        margin: 45px 45px!important
    }
    .mt-xs-3 {
        margin-top: 45px!important
    }
    .mr-xs-3 {
        margin-right: 45px!important
    }
    .mb-xs-3 {
        margin-bottom: 45px!important
    }
    .ml-xs-3 {
        margin-left: 45px!important
    }
    .mx-xs-3 {
        margin-right: 45px!important;
        margin-left: 45px!important
    }
    .my-xs-3 {
        margin-top: 45px!important;
        margin-bottom: 45px!important
    }
    .m-xs-4 {
        margin: 60px 60px!important
    }
    .mt-xs-4 {
        margin-top: 60px!important
    }
    .mr-xs-4 {
        margin-right: 60px!important
    }
    .mb-xs-4 {
        margin-bottom: 60px!important
    }
    .ml-xs-4 {
        margin-left: 60px!important
    }
    .mx-xs-4 {
        margin-right: 60px!important;
        margin-left: 60px!important
    }
    .my-xs-4 {
        margin-top: 60px!important;
        margin-bottom: 60px!important
    }
    .m-xs-5 {
        margin: 75px 75px!important
    }
    .mt-xs-5 {
        margin-top: 75px!important
    }
    .mr-xs-5 {
        margin-right: 75px!important
    }
    .mb-xs-5 {
        margin-bottom: 75px!important
    }
    .ml-xs-5 {
        margin-left: 75px!important
    }
    .mx-xs-5 {
        margin-right: 75px!important;
        margin-left: 75px!important
    }
    .my-xs-5 {
        margin-top: 75px!important;
        margin-bottom: 75px!important
    }
    .p-xs-0 {
        padding: 0 0!important
    }
    .pt-xs-0 {
        padding-top: 0!important
    }
    .pr-xs-0 {
        padding-right: 0!important
    }
    .pb-xs-0 {
        padding-bottom: 0!important
    }
    .pl-xs-0 {
        padding-left: 0!important
    }
    .px-xs-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .py-xs-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .p-xs-1 {
        padding: 15px 15px!important
    }
    .pt-xs-1 {
        padding-top: 15px!important
    }
    .pr-xs-1 {
        padding-right: 15px!important
    }
    .pb-xs-1 {
        padding-bottom: 15px!important
    }
    .pl-xs-1 {
        padding-left: 15px!important
    }
    .px-xs-1 {
        padding-right: 15px!important;
        padding-left: 15px!important
    }
    .py-xs-1 {
        padding-top: 15px!important;
        padding-bottom: 15px!important
    }
    .p-xs-2 {
        padding: 30px 30px!important
    }
    .pt-xs-2 {
        padding-top: 30px!important
    }
    .pr-xs-2 {
        padding-right: 30px!important
    }
    .pb-xs-2 {
        padding-bottom: 30px!important
    }
    .pl-xs-2 {
        padding-left: 30px!important
    }
    .px-xs-2 {
        padding-right: 30px!important;
        padding-left: 30px!important
    }
    .py-xs-2 {
        padding-top: 30px!important;
        padding-bottom: 30px!important
    }
    .p-xs-3 {
        padding: 45px 45px!important
    }
    .pt-xs-3 {
        padding-top: 45px!important
    }
    .pr-xs-3 {
        padding-right: 45px!important
    }
    .pb-xs-3 {
        padding-bottom: 45px!important
    }
    .pl-xs-3 {
        padding-left: 45px!important
    }
    .px-xs-3 {
        padding-right: 45px!important;
        padding-left: 45px!important
    }
    .py-xs-3 {
        padding-top: 45px!important;
        padding-bottom: 45px!important
    }
    .p-xs-4 {
        padding: 60px 60px!important
    }
    .pt-xs-4 {
        padding-top: 60px!important
    }
    .pr-xs-4 {
        padding-right: 60px!important
    }
    .pb-xs-4 {
        padding-bottom: 60px!important
    }
    .pl-xs-4 {
        padding-left: 60px!important
    }
    .px-xs-4 {
        padding-right: 60px!important;
        padding-left: 60px!important
    }
    .py-xs-4 {
        padding-top: 60px!important;
        padding-bottom: 60px!important
    }
    .p-xs-5 {
        padding: 75px 75px!important
    }
    .pt-xs-5 {
        padding-top: 75px!important
    }
    .pr-xs-5 {
        padding-right: 75px!important
    }
    .pb-xs-5 {
        padding-bottom: 75px!important
    }
    .pl-xs-5 {
        padding-left: 75px!important
    }
    .px-xs-5 {
        padding-right: 75px!important;
        padding-left: 75px!important
    }
    .py-xs-5 {
        padding-top: 75px!important;
        padding-bottom: 75px!important
    }
    .m-xs-auto {
        margin: auto!important
    }
    .mt-xs-auto {
        margin-top: auto!important
    }
    .mr-xs-auto {
        margin-right: auto!important
    }
    .mb-xs-auto {
        margin-bottom: auto!important
    }
    .ml-xs-auto {
        margin-left: auto!important
    }
    .mx-xs-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }
    .my-xs-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
}

@media (min-width:768px) {
    .m-sm-0 {
        margin: 0 0!important
    }
    .mt-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0 {
        margin-left: 0!important
    }
    .mx-sm-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }
    .my-sm-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    .m-sm-1 {
        margin: 15px 15px!important
    }
    .mt-sm-1 {
        margin-top: 15px!important
    }
    .mr-sm-1 {
        margin-right: 15px!important
    }
    .mb-sm-1 {
        margin-bottom: 15px!important
    }
    .ml-sm-1 {
        margin-left: 15px!important
    }
    .mx-sm-1 {
        margin-right: 15px!important;
        margin-left: 15px!important
    }
    .my-sm-1 {
        margin-top: 15px!important;
        margin-bottom: 15px!important
    }
    .m-sm-2 {
        margin: 30px 30px!important
    }
    .mt-sm-2 {
        margin-top: 30px!important
    }
    .mr-sm-2 {
        margin-right: 30px!important
    }
    .mb-sm-2 {
        margin-bottom: 30px!important
    }
    .ml-sm-2 {
        margin-left: 30px!important
    }
    .mx-sm-2 {
        margin-right: 30px!important;
        margin-left: 30px!important
    }
    .my-sm-2 {
        margin-top: 30px!important;
        margin-bottom: 30px!important
    }
    .m-sm-3 {
        margin: 45px 45px!important
    }
    .mt-sm-3 {
        margin-top: 45px!important
    }
    .mr-sm-3 {
        margin-right: 45px!important
    }
    .mb-sm-3 {
        margin-bottom: 45px!important
    }
    .ml-sm-3 {
        margin-left: 45px!important
    }
    .mx-sm-3 {
        margin-right: 45px!important;
        margin-left: 45px!important
    }
    .my-sm-3 {
        margin-top: 45px!important;
        margin-bottom: 45px!important
    }
    .m-sm-4 {
        margin: 60px 60px!important
    }
    .mt-sm-4 {
        margin-top: 60px!important
    }
    .mr-sm-4 {
        margin-right: 60px!important
    }
    .mb-sm-4 {
        margin-bottom: 60px!important
    }
    .ml-sm-4 {
        margin-left: 60px!important
    }
    .mx-sm-4 {
        margin-right: 60px!important;
        margin-left: 60px!important
    }
    .my-sm-4 {
        margin-top: 60px!important;
        margin-bottom: 60px!important
    }
    .m-sm-5 {
        margin: 75px 75px!important
    }
    .mt-sm-5 {
        margin-top: 75px!important
    }
    .mr-sm-5 {
        margin-right: 75px!important
    }
    .mb-sm-5 {
        margin-bottom: 75px!important
    }
    .ml-sm-5 {
        margin-left: 75px!important
    }
    .mx-sm-5 {
        margin-right: 75px!important;
        margin-left: 75px!important
    }
    .my-sm-5 {
        margin-top: 75px!important;
        margin-bottom: 75px!important
    }
    .p-sm-0 {
        padding: 0 0!important
    }
    .pt-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0 {
        padding-left: 0!important
    }
    .px-sm-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .p-sm-1 {
        padding: 15px 15px!important
    }
    .pt-sm-1 {
        padding-top: 15px!important
    }
    .pr-sm-1 {
        padding-right: 15px!important
    }
    .pb-sm-1 {
        padding-bottom: 15px!important
    }
    .pl-sm-1 {
        padding-left: 15px!important
    }
    .px-sm-1 {
        padding-right: 15px!important;
        padding-left: 15px!important
    }
    .py-sm-1 {
        padding-top: 15px!important;
        padding-bottom: 15px!important
    }
    .p-sm-2 {
        padding: 30px 30px!important
    }
    .pt-sm-2 {
        padding-top: 30px!important
    }
    .pr-sm-2 {
        padding-right: 30px!important
    }
    .pb-sm-2 {
        padding-bottom: 30px!important
    }
    .pl-sm-2 {
        padding-left: 30px!important
    }
    .px-sm-2 {
        padding-right: 30px!important;
        padding-left: 30px!important
    }
    .py-sm-2 {
        padding-top: 30px!important;
        padding-bottom: 30px!important
    }
    .p-sm-3 {
        padding: 45px 45px!important
    }
    .pt-sm-3 {
        padding-top: 45px!important
    }
    .pr-sm-3 {
        padding-right: 45px!important
    }
    .pb-sm-3 {
        padding-bottom: 45px!important
    }
    .pl-sm-3 {
        padding-left: 45px!important
    }
    .px-sm-3 {
        padding-right: 45px!important;
        padding-left: 45px!important
    }
    .py-sm-3 {
        padding-top: 45px!important;
        padding-bottom: 45px!important
    }
    .p-sm-4 {
        padding: 60px 60px!important
    }
    .pt-sm-4 {
        padding-top: 60px!important
    }
    .pr-sm-4 {
        padding-right: 60px!important
    }
    .pb-sm-4 {
        padding-bottom: 60px!important
    }
    .pl-sm-4 {
        padding-left: 60px!important
    }
    .px-sm-4 {
        padding-right: 60px!important;
        padding-left: 60px!important
    }
    .py-sm-4 {
        padding-top: 60px!important;
        padding-bottom: 60px!important
    }
    .p-sm-5 {
        padding: 75px 75px!important
    }
    .pt-sm-5 {
        padding-top: 75px!important
    }
    .pr-sm-5 {
        padding-right: 75px!important
    }
    .pb-sm-5 {
        padding-bottom: 75px!important
    }
    .pl-sm-5 {
        padding-left: 75px!important
    }
    .px-sm-5 {
        padding-right: 75px!important;
        padding-left: 75px!important
    }
    .py-sm-5 {
        padding-top: 75px!important;
        padding-bottom: 75px!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto {
        margin-left: auto!important
    }
    .mx-sm-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }
    .my-sm-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
}

@media (min-width:992px) {
    .m-md-0 {
        margin: 0 0!important
    }
    .mt-md-0 {
        margin-top: 0!important
    }
    .mr-md-0 {
        margin-right: 0!important
    }
    .mb-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0 {
        margin-left: 0!important
    }
    .mx-md-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }
    .my-md-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    .m-md-1 {
        margin: 15px 15px!important
    }
    .mt-md-1 {
        margin-top: 15px!important
    }
    .mr-md-1 {
        margin-right: 15px!important
    }
    .mb-md-1 {
        margin-bottom: 15px!important
    }
    .ml-md-1 {
        margin-left: 15px!important
    }
    .mx-md-1 {
        margin-right: 15px!important;
        margin-left: 15px!important
    }
    .my-md-1 {
        margin-top: 15px!important;
        margin-bottom: 15px!important
    }
    .m-md-2 {
        margin: 30px 30px!important
    }
    .mt-md-2 {
        margin-top: 30px!important
    }
    .mr-md-2 {
        margin-right: 30px!important
    }
    .mb-md-2 {
        margin-bottom: 30px!important
    }
    .ml-md-2 {
        margin-left: 30px!important
    }
    .mx-md-2 {
        margin-right: 30px!important;
        margin-left: 30px!important
    }
    .my-md-2 {
        margin-top: 30px!important;
        margin-bottom: 30px!important
    }
    .m-md-3 {
        margin: 45px 45px!important
    }
    .mt-md-3 {
        margin-top: 45px!important
    }
    .mr-md-3 {
        margin-right: 45px!important
    }
    .mb-md-3 {
        margin-bottom: 45px!important
    }
    .ml-md-3 {
        margin-left: 45px!important
    }
    .mx-md-3 {
        margin-right: 45px!important;
        margin-left: 45px!important
    }
    .my-md-3 {
        margin-top: 45px!important;
        margin-bottom: 45px!important
    }
    .m-md-4 {
        margin: 60px 60px!important
    }
    .mt-md-4 {
        margin-top: 60px!important
    }
    .mr-md-4 {
        margin-right: 60px!important
    }
    .mb-md-4 {
        margin-bottom: 60px!important
    }
    .ml-md-4 {
        margin-left: 60px!important
    }
    .mx-md-4 {
        margin-right: 60px!important;
        margin-left: 60px!important
    }
    .my-md-4 {
        margin-top: 60px!important;
        margin-bottom: 60px!important
    }
    .m-md-5 {
        margin: 75px 75px!important
    }
    .mt-md-5 {
        margin-top: 75px!important
    }
    .mr-md-5 {
        margin-right: 75px!important
    }
    .mb-md-5 {
        margin-bottom: 75px!important
    }
    .ml-md-5 {
        margin-left: 75px!important
    }
    .mx-md-5 {
        margin-right: 75px!important;
        margin-left: 75px!important
    }
    .my-md-5 {
        margin-top: 75px!important;
        margin-bottom: 75px!important
    }
    .p-md-0 {
        padding: 0 0!important
    }
    .pt-md-0 {
        padding-top: 0!important
    }
    .pr-md-0 {
        padding-right: 0!important
    }
    .pb-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0 {
        padding-left: 0!important
    }
    .px-md-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .p-md-1 {
        padding: 15px 15px!important
    }
    .pt-md-1 {
        padding-top: 15px!important
    }
    .pr-md-1 {
        padding-right: 15px!important
    }
    .pb-md-1 {
        padding-bottom: 15px!important
    }
    .pl-md-1 {
        padding-left: 15px!important
    }
    .px-md-1 {
        padding-right: 15px!important;
        padding-left: 15px!important
    }
    .py-md-1 {
        padding-top: 15px!important;
        padding-bottom: 15px!important
    }
    .p-md-2 {
        padding: 30px 30px!important
    }
    .pt-md-2 {
        padding-top: 30px!important
    }
    .pr-md-2 {
        padding-right: 30px!important
    }
    .pb-md-2 {
        padding-bottom: 30px!important
    }
    .pl-md-2 {
        padding-left: 30px!important
    }
    .px-md-2 {
        padding-right: 30px!important;
        padding-left: 30px!important
    }
    .py-md-2 {
        padding-top: 30px!important;
        padding-bottom: 30px!important
    }
    .p-md-3 {
        padding: 45px 45px!important
    }
    .pt-md-3 {
        padding-top: 45px!important
    }
    .pr-md-3 {
        padding-right: 45px!important
    }
    .pb-md-3 {
        padding-bottom: 45px!important
    }
    .pl-md-3 {
        padding-left: 45px!important
    }
    .px-md-3 {
        padding-right: 45px!important;
        padding-left: 45px!important
    }
    .py-md-3 {
        padding-top: 45px!important;
        padding-bottom: 45px!important
    }
    .p-md-4 {
        padding: 60px 60px!important
    }
    .pt-md-4 {
        padding-top: 60px!important
    }
    .pr-md-4 {
        padding-right: 60px!important
    }
    .pb-md-4 {
        padding-bottom: 60px!important
    }
    .pl-md-4 {
        padding-left: 60px!important
    }
    .px-md-4 {
        padding-right: 60px!important;
        padding-left: 60px!important
    }
    .py-md-4 {
        padding-top: 60px!important;
        padding-bottom: 60px!important
    }
    .p-md-5 {
        padding: 75px 75px!important
    }
    .pt-md-5 {
        padding-top: 75px!important
    }
    .pr-md-5 {
        padding-right: 75px!important
    }
    .pb-md-5 {
        padding-bottom: 75px!important
    }
    .pl-md-5 {
        padding-left: 75px!important
    }
    .px-md-5 {
        padding-right: 75px!important;
        padding-left: 75px!important
    }
    .py-md-5 {
        padding-top: 75px!important;
        padding-bottom: 75px!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto {
        margin-left: auto!important
    }
    .mx-md-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }
    .my-md-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
}

@media (min-width:1200px) {
   .m-lg-0 {
       margin: 0 0!important
   }
   .mt-lg-0 {
       margin-top: 0!important
   }
   .mr-lg-0 {
       margin-right: 0!important
   }
   .mb-lg-0 {
       margin-bottom: 0!important
   }
   .ml-lg-0 {
       margin-left: 0!important
   }
   .mx-lg-0 {
       margin-right: 0!important;
       margin-left: 0!important
   }
   .my-lg-0 {
       margin-top: 0!important;
       margin-bottom: 0!important
   }
   .m-lg-1 {
       margin: 15px 15px!important
   }
   .mt-lg-1 {
       margin-top: 15px!important
   }
   .mr-lg-1 {
       margin-right: 15px!important
   }
   .mb-lg-1 {
       margin-bottom: 15px!important
   }
   .ml-lg-1 {
       margin-left: 15px!important
   }
   .mx-lg-1 {
       margin-right: 15px!important;
       margin-left: 15px!important
   }
   .my-lg-1 {
       margin-top: 15px!important;
       margin-bottom: 15px!important
   }
   .m-lg-2 {
       margin: 30px 30px!important
   }
   .mt-lg-2 {
       margin-top: 30px!important
   }
   .mr-lg-2 {
       margin-right: 30px!important
   }
   .mb-lg-2 {
       margin-bottom: 30px!important
   }
   .ml-lg-2 {
       margin-left: 30px!important
   }
   .mx-lg-2 {
       margin-right: 30px!important;
       margin-left: 30px!important
   }
   .my-lg-2 {
       margin-top: 30px!important;
       margin-bottom: 30px!important
   }
   .m-lg-3 {
       margin: 45px 45px!important
   }
   .mt-lg-3 {
       margin-top: 45px!important
   }
   .mr-lg-3 {
       margin-right: 45px!important
   }
   .mb-lg-3 {
       margin-bottom: 45px!important
   }
   .ml-lg-3 {
       margin-left: 45px!important
   }
   .mx-lg-3 {
       margin-right: 45px!important;
       margin-left: 45px!important
   }
   .my-lg-3 {
       margin-top: 45px!important;
       margin-bottom: 45px!important
   }
   .m-lg-4 {
       margin: 60px 60px!important
   }
   .mt-lg-4 {
       margin-top: 60px!important
   }
   .mr-lg-4 {
       margin-right: 60px!important
   }
   .mb-lg-4 {
       margin-bottom: 60px!important
   }
   .ml-lg-4 {
       margin-left: 60px!important
   }
   .mx-lg-4 {
       margin-right: 60px!important;
       margin-left: 60px!important
   }
   .my-lg-4 {
       margin-top: 60px!important;
       margin-bottom: 60px!important
   }
   .m-lg-5 {
       margin: 75px 75px!important
   }
   .mt-lg-5 {
       margin-top: 75px!important
   }
   .mr-lg-5 {
       margin-right: 75px!important
   }
   .mb-lg-5 {
       margin-bottom: 75px!important
   }
   .ml-lg-5 {
       margin-left: 75px!important
   }
   .mx-lg-5 {
       margin-right: 75px!important;
       margin-left: 75px!important
   }
   .my-lg-5 {
       margin-top: 75px!important;
       margin-bottom: 75px!important
   }
   .p-lg-0 {
       padding: 0 0!important
   }
   .pt-lg-0 {
       padding-top: 0!important
   }
   .pr-lg-0 {
       padding-right: 0!important
   }
   .pb-lg-0 {
       padding-bottom: 0!important
   }
   .pl-lg-0 {
       padding-left: 0!important
   }
   .px-lg-0 {
       padding-right: 0!important;
       padding-left: 0!important
   }
   .py-lg-0 {
       padding-top: 0!important;
       padding-bottom: 0!important
   }
   .p-lg-1 {
       padding: 15px 15px!important
   }
   .pt-lg-1 {
       padding-top: 15px!important
   }
   .pr-lg-1 {
       padding-right: 15px!important
   }
   .pb-lg-1 {
       padding-bottom: 15px!important
   }
   .pl-lg-1 {
       padding-left: 15px!important
   }
   .px-lg-1 {
       padding-right: 15px!important;
       padding-left: 15px!important
   }
   .py-lg-1 {
       padding-top: 15px!important;
       padding-bottom: 15px!important
   }
   .p-lg-2 {
       padding: 30px 30px!important
   }
   .pt-lg-2 {
       padding-top: 30px!important
   }
   .pr-lg-2 {
       padding-right: 30px!important
   }
   .pb-lg-2 {
       padding-bottom: 30px!important
   }
   .pl-lg-2 {
       padding-left: 30px!important
   }
   .px-lg-2 {
       padding-right: 30px!important;
       padding-left: 30px!important
   }
   .py-lg-2 {
       padding-top: 30px!important;
       padding-bottom: 30px!important
   }
   .p-lg-3 {
       padding: 45px 45px!important
   }
   .pt-lg-3 {
       padding-top: 45px!important
   }
   .pr-lg-3 {
       padding-right: 45px!important
   }
   .pb-lg-3 {
       padding-bottom: 45px!important
   }
   .pl-lg-3 {
       padding-left: 45px!important
   }
   .px-lg-3 {
       padding-right: 45px!important;
       padding-left: 45px!important
   }
   .py-lg-3 {
       padding-top: 45px!important;
       padding-bottom: 45px!important
   }
   .p-lg-4 {
       padding: 60px 60px!important
   }
   .pt-lg-4 {
       padding-top: 60px!important
   }
   .pr-lg-4 {
       padding-right: 60px!important
   }
   .pb-lg-4 {
       padding-bottom: 60px!important
   }
   .pl-lg-4 {
       padding-left: 60px!important
   }
   .px-lg-4 {
       padding-right: 60px!important;
       padding-left: 60px!important
   }
   .py-lg-4 {
       padding-top: 60px!important;
       padding-bottom: 60px!important
   }
   .p-lg-5 {
       padding: 75px 75px!important
   }
   .pt-lg-5 {
       padding-top: 75px!important
   }
   .pr-lg-5 {
       padding-right: 75px!important
   }
   .pb-lg-5 {
       padding-bottom: 75px!important
   }
   .pl-lg-5 {
       padding-left: 75px!important
   }
   .px-lg-5 {
       padding-right: 75px!important;
       padding-left: 75px!important
   }
   .py-lg-5 {
       padding-top: 75px!important;
       padding-bottom: 75px!important
   }
   .m-lg-auto {
       margin: auto!important
   }
   .mt-lg-auto {
       margin-top: auto!important
   }
   .mr-lg-auto {
       margin-right: auto!important
   }
   .mb-lg-auto {
       margin-bottom: auto!important
   }
   .ml-lg-auto {
       margin-left: auto!important
   }
   .mx-lg-auto {
       margin-right: auto!important;
       margin-left: auto!important
   }
   .my-lg-auto {
       margin-top: auto!important;
       margin-bottom: auto!important
   }
}

/*:::::::::: Vertical & Horizontal Spacing ::::::::::*/




/*:::::::::: Kits Spacing ::::::::::*/
.kits-spacing [id*="icom_product_id"], .kits-spacing [id*="catalog_num_wrap"], .kits-spacing [id*="catalog_price_wrap"] {
	margin-bottom: 15px;
}
@media (max-width: 992px) {
.kits-spacing .kits-list-quantity {
	margin-bottom: 15px;
}
}
/*:::::::::: Kits Spacing ::::::::::*/




/*:::::::::: Page Header ::::::::::*/
.content-section .page-header {
	margin: 0 0 20px 0;
}
.page-header {
	padding-bottom: 10px;
}
.page-header.page-header-no-hr {
    border: none;
    margin: 0;
}
/*:::::::::: Page Header ::::::::::*/




/*:::::::::: Padding & Margin ::::::::::*/
.no-padding-left {
	padding-left: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-left-right {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.no-padding-top-bottom {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.no-margin-left {
	margin-left: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-margin-left-right {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-margin-top-bottom {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

@media (min-width:0) {
.no-margin-min-xs {
	margin: 0 !important;
}
}

@media (min-width:768px) {
.no-margin-min-sm {
	margin: 0 !important;
}
}

@media (min-width:992px) {
.no-margin-min-md {
	margin: 0 !important;
}
}
@media (min-width:1200px) {
.no-margin-min-lg {
	margin: 0 !important;
}
}


@media (max-width:768px) {
.no-margin-max-sm {
	margin: 0 !important;
}
}

@media (max-width:992px) {
.no-margin-max-md {
	margin: 0 !important;
}
}
@media (max-width:1200px) {
.no-margin-max-lg {
	margin: 0 !important;
}
}
/*:::::::::: Padding & Margin ::::::::::*/



/*:::::::::: Borders ::::::::::*/
.no-border {
	border: none !important;
}

@media (max-width:768px) {
.no-border-xs {
	border: none !important;
}
}

@media (max-width:992px) {
.no-border-sm {
	border: none !important;
}
}
@media (max-width:1200px) {
.no-border-md {
	border: none !important;
}
}
/*:::::::::: Borders ::::::::::*/




/*:::::::::: Vertical Content Alignment ::::::::::*/
.v-align-table {
    display: table;
    width: 100%;
}

.v-align-table-cell-middle {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
/*:::::::::: Vertical Content Alignment ::::::::::*/





/*********** USE BOOTSTRAP CLASS FOR HIDE/SHOW THIS IS OUTDATED ***********/
/*:::::::::: Show/hide on Mobile ::::::::::*/
.show-on-mobile {
  display:none;
}

@media screen and (max-width:768px) {
  .show-on-mobile {
    display:inline-block;
  }
  .thumbnail .show-on-mobile {
    display:block;
  }
  .hide-on-mobile {
    display:none;
  }
}
/*:::::::::: Show/hide on Mobile ::::::::::*/




/*:::::::::: Flexbox ::::::::::*/
.flex-row,
.flex-row > div[class*="col-"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex !important;
  /*-webkit-flex: auto !important;
      -ms-flex: auto !important;
          flex: auto !important;*/
}
.flex-auto {
    -webkit-flex: 1 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
}
.flex-col {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}
.flex-container {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
/*.flex-auto {
	-ms-flex: 1 auto;
	-webkit-box-flex: 1;
	flex: 1 auto;
}*/
.flex-wrap {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
/* Fixes Mobile Safari bug, which breaks the grid */
.flex-wrap.row:before {
	display: none;
}
/* IE10+ CSS Only*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.flex-col {
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	/*Fix for IE stretching images in flex containers*/
	.flex-col > img,
  .flex-col > a:first-child {
		flex-shrink: 0;
	}
}

@media (max-width:767px) {
.no-flex-xs {
	display: block !important;
}
}

@media (max-width:992px) {
.no-flex-sm {
	display: block !important;
}
}
@media (max-width:1200px) {
.no-flex-md {
	display: block !important;
}
}

.flex-btn-group {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 100%;
}

@media (min-width: 768px) {
  .flex-btn-group {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.flex-btn-group .btn {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
  .flex-btn-group .btn {
    margin: 0 15px 15px 15px;
  }
}
/*:::::::::: Flexbox ::::::::::*/




/*********** USE FLEXBOX CLASSES ABOVE - THIS IS OUTDATED - USED IN RGH ***********/
/*:::::::::: Equal Height Columns and bottom align using flexbox ::::::::::*/
@media screen and (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .row-eq-height > [class*="col-"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .row-eq-height .bottom-align {
    margin-top: auto;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
/*:::::::::: Equal Height Columns and bottom align using flexbox ::::::::::*/

@media (max-width:767px) {
.no-equal-height-xs {
	height: auto !important;
}
}

@media (max-width:992px) {
.no-equal-height-sm {
	height:auto !important;
}
}
@media (max-width:1200px) {
.no-equal-height-md {
	height:auto !important;
}
}

/*:::::::::: Equal Height Columns and bottom align using flexbox ::::::::::*/

/*:::::::::: CSS columns ::::::::::*/

h1,
h2,
h3,
h4,
h5,
h6,
li,
.no-break {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

@media (min-width:768px) {
    .col-flow-2,
    .col-flow-3 {
        -webkit-column-gap: 30px;
        column-gap: 30px;
        -webkit-column-fill: balance;
        column-fill: balance;
        /* Fixes min-height bug in Safari 9.0 */
        min-height: 0 !important;
    }

    .col-split-gutter-spacing > .col-flow-2,
    .col-split-gutter-spacing > .col-flow-3 {
        -webkit-column-gap: 80px;
        column-gap: 80px;
        padding: 0 15px !important;
    }

    .col-flow-2 {
        -webkit-column-count: 2;
        column-count: 2;
    }
    .col-flow-3 {
        -webkit-column-count: 3;
        column-count: 3;
    }
}

/*:::::::::: CSS columns ::::::::::*/

.sidebar-collapse {
    -webkit-transition: transform .5s; /* Safari */
    transition: transform .5s;
    z-index: 20;
}
.sidebar-collapse.open {
	transform: translate3d(0,0,0);
	position: relative;
}

@media (max-width:767px) {
.sidebar-collapse-xs {
	transform: translate3d(-100%, 0, 0);
	position: absolute;
	background: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
}
}

@media (max-width:992px) {
.sidebar-collapse-sm {
	transform: translate3d(-100%, 0, 0);
	position: absolute;
	background: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
}
}

@media (max-width:1200px) {
.sidebar-collapse-md {
	transform: translate3d(-100%, 0, 0);
	position: absolute;
	background: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
}
}

/*CQ Default Style */
.cq-illumina-style {
    color:#cccccc;
    cursor:default;
    font-family:arial,helvetica,sans-serif;
    font-size:16px;
    font-weight:bold;
    position:relative;
    top:20%;
    z-index: 8003;
}


/* CSS Transitions/Animations */

.no-animate {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    transition: none!important;
}

.hidden-inline {
    opacity: 0;
    pointer-events: none;
}

/*  Anchor link helper classes to provide offset for the header */
[class^="oa-"]::before, [class^="offset-anchor-"]::before {
    display: block;
    content: " ";
    margin-top: -40px;
    height: 40px;
    visibility: hidden;
    pointer-events: none;
}

@media (min-width: 768px) {
    .oa-100::before, .offset-anchor-100::before {
         display: block;
         content: " ";
         margin-top: -100px;
         height: 100px;
         visibility: hidden;
         pointer-events: none;
     }
}
/*:::::::::: Recent Publications Component ::::::::::*/
.recent-pubs {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 5px;
}
.recent-pubs .row {
    margin: 0;
}
.recent-pubs .col-md-4:first-child {
    border: medium none;
}
.recent-pubs .row + .row {
    display: table;
}
.recent-pubs .col-md-4 {
    border-left: 1px solid #bbb;
    display: table-cell;
    float: none;
    padding: 15px;
    width: 33%;
}
.recent-pubs .list-unstyled {
    margin-bottom: 0;
}
.recent-pubs .list-unstyled > li:last-child {
    margin-top: 10px;
}

.recent-pubs-header .col-md-12 {
    padding: 0;
}
.recent-pubs-header .page-header {
    margin: 0;
    padding: 15px;
}
.recent-pubs-header .page-header > h5 {
    margin: 0;
}
.recent-pubs .col-md-4 p span:before {
    content: ", ";
}



@media (max-width:768px) {
.recent-pubs .col-md-4 {
	float: left;
	border: none;
	width: 100%;
}
}
/*:::::::::: Recent Publications Component ::::::::::*/




/*:::::::::: Promo Row ::::::::::*/
.promo-row .content-spacing {
    padding: 60px;
}

@media (max-width: 767px) {
    .promo-row .promo-row-img {
        padding: 0 !important;
    }
    .promo-row .content-spacing {
        text-align: center;
    }
    .promo-row .content-spacing {
        padding: 30px;
    }
}
/*:::::::::: Promo Row ::::::::::*/




/*:::::::::: Promo Row Process ::::::::::*/
.promo-row-process img {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width:767px) {
	.promo-row-process p { 
		text-align: center; 
	}
}
/*:::::::::: Promo Row Process ::::::::::*/




/*:::::::::: Breakout Promo Row ::::::::::*/
.promo-breakout-content {
	padding: 30px 0;
}
@media (min-width: 768px) {
	.promo-breakout-content {
		padding: 60px 0;
	}
}
@media (min-width: 992px) {
	.promo-breakout-content {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		-webkit-align-self: center;
		align-self: center;
		padding: 90px 0 30px 30px;
		width: 60%;
	}
	.promo-breakout-content > :last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.promo-breakout-content {
		margin-left: 5.33333333%;
		width: 61.33333333%;
	}
}

.promo-breakout-image {
	display: none;
}

@media (min-width: 992px) {
	.promo-breakout-image {
		display: block;
		padding-right: 15px;
		width: 40%;
	}
}

@media (min-width: 1200px) {
	.promo-breakout-image {
		width: 33.33333333%;
	}
}

@media (min-width: 992px) {
	.promo-breakout {
		box-shadow: inset 0 60px 0 0 #fff;
	}
}
/*:::::::::: End Breakout Promo Row ::::::::::*/




/*:::::::::: Bullet Box ::::::::::*/
.bullet-box {
    padding: 20px 25px;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .3px;
    /*border: 1px solid #ddd;*/
    margin: 10px 0 0 0;
    position: relative;
    overflow: hidden;
    background: #eee;
    border-bottom: 5px solid #24BEC5;
}

.bullet-box p {
    font-weight: normal;
    margin: 0;
}
/*:::::::::: Bullet Box ::::::::::*/



/*:::::::::: Quote Box ::::::::::*/
.quote-box .quote, .quote-box .author {
    display: block;
    text-align: center;
    letter-spacing: .5px;
    font-weight: 300;
}

.quote-box .quote {
    font-size: 22px;
    margin-bottom: 15px;
}

.quote-box .author {
    font-size: 16px;
}
/*:::::::::: Quote Box ::::::::::*/



/*:::::::::: Products Services Listing ::::::::::*/
.product-services-listing h4 {
    margin-bottom: 20px;
}

.product-services-listing h6 {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .product-services-listing h6 {
        margin-top: 0;
    }
}
.product-services-listing .col-md-6 h6:first-child {
    margin-top: 0;
}
/*:::::::::: Products Services Listing ::::::::::*/




/*:::::::::: FAQ Panel ::::::::::*/
.faq-panel h4.panel-title:hover {
    color: #4E60EE;
}

.faq-panel .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #3e7ebe;
    line-height: 22px;
}
/*:::::::::: FAQ Panel ::::::::::*/




/*:::::::::: Drop Down Filters ::::::::::*/
.resources-filter .resources-filter-dropdown .form-group {
    width: 25%;
    padding: 0 10px 0 0;
    float: left;
}

.resources-filter .resources-filter-dropdown .form-group:last-child {
    padding: 0 0 10px 0;
}

.resources-filter {
    margin-bottom: 60px;
}
/*:::::::::: Drop Down Filters ::::::::::*/




/*:::::::::: Automation Methods Controller ::::::::::*/
.automation-methods {
    display:none;
}

.author-mode .automation-methods {
    display:block;
}    

.automation-methods-controller h6 img {
    cursor:pointer;
    transition:box-shadow 0.5s ease;
    border-radius: 5px;
}

.automation-methods-controller h6 img:hover {
    box-shadow:rgba(0,0,0,0.2) 0 0 5px;
    transition:box-shadow 0.5s ease;    
}    

.automation-methods-controller h6 {
    margin-bottom: 15px;
}

#am .modal-footer p {
    text-align:left;
}

#am .modal-footer p a {
    display:inline-block;
	margin-right:10px;            
}
/*:::::::::: Automation Methods Controller ::::::::::*/


/*:::::::::: Promo Workflow ::::::::::*/
.promo-workflow-section {
	background: rgba(50,131,209,.8);
}
.promo-workflow-more .btn-default {
	text-align: center;
	color: #c2defb;
	border-color: #c2defb;
	background: none;
}
.promo-workflow-more .col-md-6:first-child {
	text-align: right;
}
.promo-workflow a {
	color: #c2defb;
}
.promo-workflow a:hover {
	color: #fff;
}
.promo-workflow a:focus {
	color: #c2defb;
}
.promo-workflow p {
	color: #fff;
}
.promo-page-header {
	margin: 0 0 40px 0;
	text-align: center;
}
.promo-page-sub-header {
	margin: 25px 0 20px 0;
	text-align: center;
}
.promo-workflow h5, .promo-page-header h4, .promo-page-sub-header h5 {
	color: #fff;
}
.icon-chevron-right:after {
	content: "\f054";
	margin-left: 6px;
}
.promo-workflow-section .icon-fa:after {
	font-size: 12px;
}
@media (max-width:992px) {
	.promo-workflow .col-md-3 img {
		margin: 10px auto 20px auto;
	}
	.promo-workflow .col-md-4:first-child .col-md-3 img {
		margin: 10px auto 20px auto;
		position: relative;
		left: 20px;
	}
	.promo-workflow-section .btn:first-child {
		margin-bottom: 15px;
	}
}
@media (max-width:768px) {
	.promo-workflow .col-md-9 h5 {
		margin: 0 0 25px 0;
		text-align: center;
	}
	.promo-workflow-section .btn {
		display: block;
	}
}
/*:::::::::: Promo Workflow ::::::::::*/





/*:::::::::: Recommended Workflow ::::::::::*/
/*:::::::::: Added by Adam Prince | May 4, 2016 ::::::::::*/

/* Theme Colors */
.recommended-workflow {
  background-color: #fff;
}
.recommended-workflow.recommended-workflow-purple .recommended-workflow-footer h5 {
  color: #7D55C7;
}
.recommended-workflow.recommended-workflow-purple .recommended-workflow-step-indicator:before {
  background-color: #7D55C7;
}
.recommended-workflow.recommended-workflow-purple .recommended-workflow-icon {
  background-color: #7D55C7;
}
.recommended-workflow.recommended-workflow-blue .recommended-workflow-footer h5 {
  color: #0077C8;
}
.recommended-workflow.recommended-workflow-blue .recommended-workflow-step-indicator:before {
  background-color: #0077C8;
}
.recommended-workflow.recommended-workflow-blue .recommended-workflow-icon {
  background-color: #0077C8;
}
.recommended-workflow.recommended-workflow-green .recommended-workflow-footer h5 {
  color: #0077C8;
}
.recommended-workflow.recommended-workflow-green .recommended-workflow-step-indicator:before {
  background-color: #0077C8;
}
.recommended-workflow.recommended-workflow-green .recommended-workflow-icon {
  background-color: #0077C8;
}
.recommended-workflow.recommended-workflow-raspberry .recommended-workflow-footer h5 {
  color: #DE1B76;
}
.recommended-workflow.recommended-workflow-raspberry .recommended-workflow-step-indicator:before {
  background-color: #DE1B76;
}
.recommended-workflow.recommended-workflow-raspberry .recommended-workflow-icon {
  background-color: #DE1B76;
}
.recommended-workflow.recommended-workflow-teal .recommended-workflow-footer h5 {
  color: #0077C8;
}
.recommended-workflow.recommended-workflow-teal .recommended-workflow-step-indicator:before {
  background-color: #0077C8;
}
.recommended-workflow.recommended-workflow-teal .recommended-workflow-icon {
  background-color: #0077C8;
}

@media (min-width: 768px) {
  .recommended-workflow-heading {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .recommended-workflow .recommended-workflow-body {
    text-align: center;
  }
}

.recommended-workflow-step-indicator {
  background-color: #e5e5e5;
  width: 100%;
  height: 7px;
  overflow: hidden;
  position: relative;
}
.recommended-workflow-step-indicator:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 33.333%;
}
.recommended-workflow-fourstep .recommended-workflow-step-indicator:before {
	width: 25%;
}

.recommended-workflow-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  border-radius: 50%;
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto 15px auto;
}

.recommended-workflow-item {
  padding-top: 20px;
}


.recommended-workflow-item-design .recommended-workflow-icon {
  background-image: url(../../../content/dam/illumina-marketing/images/icons/support-workflow-design-icon-white.png);
  background-image: url(../../../content/dam/illumina-marketing/images/icons/support-workflow-design-icon-white.svg), -webkit-linear-gradient(transparent, transparent);
  background-image: url(../../../content/dam/illumina-marketing/images/icons/support-workflow-design-icon-white.svg), linear-gradient(transparent, transparent);
}

.recommended-workflow-fourstep .recommended-workflow-item-prep .recommended-workflow-step-indicator:before {
	left: 25%;
}
.recommended-workflow-item-prep .recommended-workflow-icon {
  background-image: url(../../../content/dam/illumina-marketing/images/icons/support-workflow-prep-icon-white.png);
  background-image: url(../../../content/dam/illumina-marketing/images/icons/support-workflow-prep-icon-white.svg), -webkit-linear-gradient(transparent, transparent);
  background-image: url(../../../content/dam/illumina-marketing/images/icons/support-workflow-prep-icon-white.svg), linear-gradient(transparent, transparent);
}

.recommended-workflow-item-sequencing .recommended-workflow-step-indicator:before {
  left: 33.333%;
}
.recommended-workflow-fourstep .recommended-workflow-item-sequencing .recommended-workflow-step-indicator:before {
	left: 50%;
}
.recommended-workflow-item-sequencing .recommended-workflow-icon {
  background-image: url(../../../content/dam/illumina-marketing/images/icons/support-workflow-sequencing-icon-white.png);
  background-image: url(../../../content/dam/illumina-marketing/images/icons/support-workflow-sequencing-icon-white.svg), -webkit-linear-gradient(transparent, transparent);
  background-image: url(../../../content/dam/illumina-marketing/images/icons/support-workflow-sequencing-icon-white.svg), linear-gradient(transparent, transparent);
}

.recommended-workflow-item-analysis .recommended-workflow-step-indicator:before {
  left: 66.666%;
}
.recommended-workflow-fourstep .recommended-workflow-item-analysis .recommended-workflow-step-indicator:before {
	left: 75%;
}
.recommended-workflow-item-analysis .recommended-workflow-icon {
  background-image: url(../../../content/dam/illumina-marketing/images/icons/support-workflow-analysis-icon-white.png);
  background-image: url(../../../content/dam/illumina-marketing/images/icons/support-workflow-analysis-icon-white.svg), -webkit-linear-gradient(transparent, transparent);
  background-image: url(../../../content/dam/illumina-marketing/images/icons/support-workflow-analysis-icon-white.svg), linear-gradient(transparent, transparent);
}

.recommended-workflow-footer {
  text-align: center;
}
.recommended-workflow-footer .btn {
  display: block;
  margin: 15px auto;
}
@media (min-width: 768px) {
  .recommended-workflow-footer .btn {
    display: inline-block;
    margin: 15px;
  }
}
/*:::::::::: Recommended Workflow ::::::::::*/


/*:::::::::: Recommended Workflow Updates ::::::::::*/
.recommended-workflow-3-steps .recommended-workflow-step-indicator:before {
    width: 33.333%;
}

.recommended-workflow-3-steps .recommended-workflow-step-two .recommended-workflow-step-indicator:before {
    left: 33.333%;
}

.recommended-workflow-3-steps .recommended-workflow-step-three .recommended-workflow-step-indicator:before {
	left: 66.666%;
}

.recommended-workflow-4-steps .recommended-workflow-step-indicator:before {
    width: 25%;
}

.recommended-workflow-4-steps .recommended-workflow-step-two .recommended-workflow-step-indicator:before {
    left: 25%;
}

.recommended-workflow-4-steps .recommended-workflow-step-three .recommended-workflow-step-indicator:before {
	left: 50%;
}

.recommended-workflow-4-steps .recommended-workflow-step-four .recommended-workflow-step-indicator:before {
    left: 75%;
}

.recommended-workflow-5-steps .recommended-workflow-step-indicator:before {
    width: 20%;
}

.recommended-workflow-5-steps .recommended-workflow-step-two .recommended-workflow-step-indicator:before {
    left: 20%;
}

.recommended-workflow-5-steps .recommended-workflow-step-three .recommended-workflow-step-indicator:before {
    left: 40%;
}

.recommended-workflow-5-steps .recommended-workflow-step-four .recommended-workflow-step-indicator:before {
    left: 60%;
}

.recommended-workflow-5-steps .recommended-workflow-step-five .recommended-workflow-step-indicator:before {
    left: 80%;
}

.icon-test-tube {
    background-image: url(../../../content/dam/illumina-marketing/images/icons/support-workflow-prep-icon-white.png);
    background-image: url(../../../content/dam/illumina-marketing/images/icons/support-workflow-prep-icon-white.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../../../content/dam/illumina-marketing/images/icons/support-workflow-prep-icon-white.svg), linear-gradient(transparent, transparent);
}

.icon-system {
    background-image: url(../../../content/dam/illumina-marketing/images/icons/support-workflow-sequencing-icon-white.png);
    background-image: url(../../../content/dam/illumina-marketing/images/icons/support-workflow-sequencing-icon-white.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../../../content/dam/illumina-marketing/images/icons/support-workflow-sequencing-icon-white.svg), linear-gradient(transparent, transparent);
}

.icon-system-novaseq {
    background-image: url(../../../content/dam/illumina-marketing/images/icons/novaseq-icon.png);
    background-image: url(../../../content/dam/illumina-marketing/images/icons/novaseq-icon.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../../../content/dam/illumina-marketing/images/icons/novaseq-icon.svg), linear-gradient(transparent, transparent);
}

.icon-cloud-computing {
    background-image: url(../../../content/dam/illumina-marketing/images/icons/monitor-design-icon-workflow-white.svg);
    background-image: url(../../../content/dam/illumina-marketing/images/icons/monitor-design-icon-workflow-white.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../../../content/dam/illumina-marketing/images/icons/monitor-design-icon-workflow-white.svg), linear-gradient(transparent, transparent);
}

.icon-monitor {
    background-image: url(../../../content/dam/illumina-marketing/images/icons/monitor-design-icon-workflow-white.png);
    background-image: url(../../../content/dam/illumina-marketing/images/icons/monitor-design-icon-workflow-white.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../../../content/dam/illumina-marketing/images/icons/monitor-design-icon-workflow-white.svg), linear-gradient(transparent, transparent);
}

.icon-manage {
    background-image: url(../../../content/dam/illumina-marketing/images/icons/icon-manage.png);
    background-image: url(../../../content/dam/illumina-marketing/images/icons/icon-manage.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../../../content/dam/illumina-marketing/images/icons/icon-manage.svg), linear-gradient(transparent, transparent);
}

.icon-sequence {
    background-image: url(../../../content/dam/illumina-marketing/images/icons/icon-sequence.png);
    background-image: url(../../../content/dam/illumina-marketing/images/icons/icon-sequence.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../../../content/dam/illumina-marketing/images/icons/icon-sequence.svg), linear-gradient(transparent, transparent);
}


/* Bootstrap grid tweak to get 5 column workflow */
.col-md-2-even {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	position: relative;
}
@media (min-width: 992px) {
	.col-md-2-even{
	    float: left;
	    width: 20%;
	}
}
/*:::::::::: End Recommended Workflow Updates ::::::::::*/


/*:::::::::: Callout Widget ::::::::::*/
/*:::::::::: Added by Frank Shanley | August 23, 2016 ::::::::::*/

.callout-widget {
	padding: 20px;
    margin: 0px 0px 0px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.15);
    z-index: 9;
}
/*:::::::::: Callout Widget ::::::::::*/

/*:::::::::: Impact Statement Promo Row ::::::::::*/
/*:::::::::: Added by Adam Prince | February 20, 2017 ::::::::::*/
.impact-statement {
  margin-top: 30px;
  text-align: center;
}

.impact-statement-icon {
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .impact-statement-three-up {
    text-align: left;
  }
}

.impact-statement-teal .impact-statement-icon {
  color: #0077C8;
}

.impact-statement-raspberry .impact-statement-icon {
  color: #DE1B76;
}

.impact-statement-purple .impact-statement-icon {
  color: #7D55C7;
}

.impact-statement-green .impact-statement-icon {
  color: #0077C8;
}

.impact-statement-teal.impact-statement-no-icons .lead {
  color: #0077C8;
}

.impact-statement-raspberry.impact-statement-no-icons .lead {
  color: #DE1B76;
}

.impact-statement-purple.impact-statement-no-icons .lead {
  color: #7D55C7;
}

.impact-statement-green.impact-statement-no-icons .lead {
  color: #0077C8;
}
/*:::::::::: Impact Statement Promo Row ::::::::::*/




/*:::::::::: Literature List ::::::::::*/
.literature-list {
	margin-bottom: 0;
}

.literature-list > li {
	margin-bottom: 15px;
}
/*:::::::::: End Literature List ::::::::::*/

/*:::::::::: Social Links ::::::::::*/
.twitter-tweet-button, .facebook-share-button, .IN-widget{
	vertical-align: middle !important;
}

.social-blocks{
	display: inline-block;
	margin-right: 7px;
}
/*:::::::::: End Social Links ::::::::::*/
/*:::::::::: Base Bootstrap class names ::::::::::*/

/* Illumina Tertiary Button */

.btn {
  white-space: normal;
}

.btn-primary:disabled,
.btn-outline-primary:disabled,
.btn-primary-outline:disabled,
.btn-dark:disabled,
.btn-outline-dark:disabled,
.btn-reverse:disabled {
  opacity: .4;
}

/* Default is the white button */

.btn-default,
.btn-primary {
  text-align: left;
}

.btn-default {
  color: #666;
}

/* Primary */

.btn-primary {
  background: linear-gradient(61.68deg, #225DE6 -4.27%, #A664FD 116.09%);
  color: #fff;
  border: 1px solid transparent;
}


.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  border-color: transparent;
}

/* Outline Primary*/

.btn-outline-primary,
.btn-primary-outline {
  border-color: #4E60EE;

}

.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-primary-outline:focus,
.btn-primary-outline:hover {
  color: #fff;
}

/*Primary and Outline Primary, and Reverse*/


.btn-primary,
.btn-outline-primary,
.btn-reverse,
.btn-primary-outline,
.btn-dark,
.btn-outline-dark {
  border-radius: 28px;
  transition: none;
  -webkit-transition: 150ms box-shadow ease-in-out, 150ms border ease-in-out;
  transition: 150ms box-shadow ease-in-out, 150ms border ease-in-out;
  white-space: normal;
  padding: 8px 24px;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-primary:hover,
.btn-outline-primary:hover,
.btn-primary-outline:hover {
  background: linear-gradient(61.68deg, #0045E6 -4.27%, #8A33FD 116.09%);
}

.btn-outline-primary:focus:hover,
.btn-primary-outline:focus:hover {
  color: #fff;
}

.btn-outline-primary:focus,
.btn-primary-outline:focus {
  color: #4E60EE;
}

.btn-primary:focus {
  background: linear-gradient(61.68deg, #225DE6 -4.27%, #A664FD 116.09%);
}

.btn-primary:focus,
.btn-outline-primary:focus,
.btn-primary-outline:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(78, 96, 238, .6);
}

.btn-primary:not(:disabled):not(.disabled):focus,
.btn-outline-primary:not(:disabled):not(.disabled):focus .btn-primary-outline:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 4px rgba(78, 96, 238, .6);
}

.btn-primary:not(:disabled):not(.disabled):focus,
.btn-outline-primary:not(:disabled):not(.disabled):focus .btn-primary-outline:not(:disabled):not(.disabled):focus {
  background: linear-gradient(61.68deg, #0045E6 -4.27%, #8A33FD 116.09%);
}

.btn-primary:not(:disabled):not(.disabled):focus {
  background: linear-gradient(61.68deg, #225DE6 -4.27%, #A664FD 116.09%);
}

.btn-primary:not(:disabled):not(.disabled):focus:hover {
  background: linear-gradient(61.68deg, #0045E6 -4.27%, #8A33FD 116.09%);
}

.btn-primary:not(:disabled):not(.disabled):focus:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):focus:active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-primary-outline:not(:disabled):not(.disabled):focus:active,
.btn-primary-outline:not(:disabled):not(.disabled):active {
  box-shadow: 0 0 0 4px rgba(78, 96, 238, .6);
  background: none;
  background-color: #4E60EE;
}

/*http://localhost:4502/cf#/content/illumina-marketing/en/search.html*/
.site-search .input-group-btn .btn.btn-primary:not(:disabled):not(.disabled):focus:active,
.site-search .input-group-btn .btn.btn-primary:not(:disabled):not(.disabled):active,
.site-search .input-group-btn .btn.btn-primary:not(:disabled):not(.disabled):focus,
.site-search .input-group-btn .btn.btn-primary:disabled {
  background: none;
  box-shadow: none;
  outline: none;
  border-color: transparent;
}

/*END OF*/

/* .btn-dark */


.btn-dark {
  color: #fff;
  background-color: #444648;
  border-color: #444648;
}

.btn-dark:hover {
  color: #fff;
  background-color: #111111;
  border-color: #111111;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 4px rgba(78, 96, 238, .6);
  background-color: #111111;
  border-color: #111111;
  color: #ffffff;
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #111111;
  border-color: #111111;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #111111;
  border-color: #111111;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 4px rgba(78, 96, 238, .6);
  color: #ffffff;
}

.btn-dark:not(:disabled):not(.disabled):focus:active,
.btn-dark:not(:disabled):not(.disabled):active {
  background-color: #111111;
  color: #ffffff;
}

/*.btn-outline-dark*/

/* #444648 is $gray-900*/

.btn-outline-dark {
  color: #444648;
  background-color: transparent;
  background-image: none;
  border-color: #444648;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #111111;
  border-color: #111111;

}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 4px rgba(78, 96, 238, .6);
  background-color: #111111;
  border-color: #111111;
  color: #ffffff;
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #111111;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #111111;
  border-color: #111111;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 4px rgba(78, 96, 238, .6);
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #111111;
  border-color: #111111;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 4px rgba(78, 96, 238, .6);
}

.btn-outline-dark:not(:disabled):not(.disabled):focus:active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #111111;
}

/*more buttons*/

.btn-link,
.btn-link:hover {
  color: #3e7ebe;
  text-decoration: none;
}

/* Outline button (transparent background and blue border/text, inverse hover) */

/*.btn-primary-outline {
  color: #3e7ebe;
  background-color: rgba(256, 256, 256, 0.6);
   background-color: transparent; 
  background-image: none;
  border-color: #3e7ebe;
}*/

/*.btn-primary-outline:hover {
  background-color: #3e7ebe;
  color: #fff;
}*/

/*:::::::::: Base Bootstrap class names ::::::::::*/

/*:::::::::: Reverse Buttons and Links ::::::::::*/

.btn-blue-txt,
.btn-blue-txt:hover,
.btn-blue-txt:active,
.btn-blue-txt:focus {
  color: #3e7ebe;
}

.btn-teal-txt,
.btn-teal-txt:hover,
.btn-teal-txt:active,
.btn-teal-txt:focus {
  color: #24bec5;
}

.btn-raspberry-txt,
.btn-raspberry-txt:hover,
.btn-raspberry-txt:active,
.btn-raspberry-txt:focus {
  color: #c5246e;
}

.btn-pumpkin-txt,
.btn-pumpkin-txt:hover,
.btn-pumpkin-txt:active,
.btn-pumpkin-txt:focus {
  color: #ffb441;
}

.btn-green-txt,
.btn-green-txt:hover,
.btn-green-txt:active,
.btn-green-txt:focus {
  color: #81af45;
}

.btn-purple-txt,
.btn-purple-txt:hover,
.btn-purple-txt:active,
.btn-purple-txt:focus {
  color: #885087;
}

.cta-white-txt,
.cta-white-txt:hover,
.cta-white-txt:active,
.cta-white-txt:focus {
  color: #fff;
}

.btn-reverse {
  background-color: #fff;
  color: #4E60EE;
}

.btn-reverse:hover,
.btn-reverse:active,
.btn-reverse:focus {
  background-color: #fff;
  color: #3946af;

}

.btn-reverse:not(:disabled):not(.disabled):focus,
.btn-primary-outline.btn-reverse:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 4px rgba(78, 96, 238, .6);
  outline: none;
}

.btn-reverse:not(:disabled):not(.disabled):active {
  box-shadow: 0 0 0 4px rgba(78, 96, 238, .6);
}

.btn-primary-outline.btn-reverse {
  color: #fff !important;
  background-color: transparent;
  border-color: #fff !important;
}

.btn-primary-outline.btn-reverse:hover,
.btn-primary-outline.btn-reverse:focus {
  background: none;
  color: #444648 !important;
  background-color: #fff;
  border: 1px solid #fff;
}

.btn-primary-outline.btn-reverse:not(:disabled):not(.disabled):active {
  background-color: #fff;
}





/*:::::::::: Reverse Buttons and Links ::::::::::*/

/*:::::::::: Custom class names not associated with Bootstrap ::::::::::*/

/* Brand Color Buttons */

.btn-pumpkin {
  background-color: #ffb441;
  border-color: transparent;
  color: #fff;
}

.btn-pumpkin:hover {
  background-color: #f68920;
  border-color: transparent;
  color: #fff;
}

.btn-purple {
  background-color: #ad73ac;
  border-color: transparent;
  color: #fff;
}

.btn-purple:hover {
  background-color: #ba3c93;
  border-color: transparent;
  color: #fff;
}

/*:::::::::: Custom class names not associated with Bootstrap ::::::::::*/

/*:::::::::: Font Awesome ::::::::::*/

.btn-icon-arrow:after {
  content: "\f138";
  margin-left: 6px;
}

.btn-icon-info:after {
  content: "\f05a";
  margin-left: 6px;
}

.btn-icon-doc:before {
  content: "\f0f6";
  margin-right: 6px;
}

.btn-icon-picture:before {
  content: "\f03e";
  margin-right: 6px;
}

.btn-icon-video:before {
  content: "\f03d";
  margin-right: 6px;
}

.btn-icon-external:before {
  content: "\f14c";
  margin-right: 6px;
}

.btn-icon-contact:before {
  content: "\f0e0";
  margin-right: 6px;
}

.btn-icon-learn:before {
  content: "\f02d";
  margin-right: 6px;
}

.btn-icon-more:before {
  content: "\f055";
  margin-right: 6px;
}

.btn-icon-cart:before {
  content: "\f07a";
  margin-right: 6px;
}

.btn-icon-back-arrow:before {
  content: "\f053";
  margin-right: 6px;
}

.btn-icon-reset:before {
  content: "\f01e";
  margin-right: 6px;
}

.btn-icon-collapse:before {
  content: "\f054";
  margin-right: 6px;
}

.btn-icon-expand:before {
  content: "\f078";
  margin-right: 6px;
}

.btn-icon-zoom:before {
  content: "\f00e";
  margin-right: 6px;
}

.btn-icon-download:before {
  content: "\f019";
  margin-right: 6px;
}

/*:::::::::: Font Awesome ::::::::::*/

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-color: #e5e5e5;
  color: #666;
}

/*:::::::::: Workflow Arrow Buttons ::::::::::*/

.workflow {
  margin-top: 20px;
}

.workflow-arrow {
  color: #fff;
  display: block;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  padding: 17px;
  white-space: nowrap;
}

.workflow-arrow:hover,
.workflow-arrow:active,
.workflow-arrow:focus {
  color: #fff;
}

.workflow-arrow:after {
  content: "";
  height: 56px;
  width: 30px;
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 1;
}

/*Media Query*/

@media (max-width: 992px) {
  .workflow-arrow:after {
    right: 50px;
    top: 56px;
  }
}

/*Media Query*/

.workflow-arrow-orange {
  background: #ffb441;
  border-radius: 5px 0 0 5px;
}

.workflow-arrow-orange:hover {
  background: #ff9a00;
}

.workflow-arrow-orange:hover:after {
  border-left-color: #ff9a00;
}

.workflow-arrow-purple {
  background: #ad73ac;
}

.workflow-arrow-purple:hover {
  background: #ad5aac;
}

.workflow-arrow-purple:hover:after {
  border-left-color: #ad5aac;
}

.workflow-arrow-green {
  background: #bac147;
  border-radius: 0 5px 5px 0;
}

.workflow-arrow-green:hover {
  background: #b0b825;
}

/*Media Query*/

@media (max-width: 992px) {

  .workflow-arrow-orange,
  .workflow-arrow-green,
  .workflow-arrow-purple {
    border-radius: 5px;
  }

  .workflow-arrow {
    text-align: left;
  }
}

/*Media Query*/

.workflow-arrow-orange:after {
  border-bottom: 28px solid transparent;
  border-left: 28px solid #ffb441;
  border-top: 28px solid transparent;
}

.workflow-arrow-purple:after {
  border-bottom: 28px solid transparent;
  border-left: 28px solid #ad73ac;
  border-top: 28px solid transparent;
}

.workflow-arrow-green:after {
  content: none;
}

.workflow-arrow-orange-padding {
  padding-right: 0;
}

.workflow-arrow-purple-padding {
  padding-right: 0;
  padding-left: 0;
}

.workflow-arrow-green-padding {
  padding-left: 0;
}

/*Media Query*/

@media (max-width: 992px) {
  .workflow-arrow-orange-padding {
    padding-right: 15px;
    margin-bottom: 2px;
  }

  .workflow-arrow-purple-padding {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 2px;
  }

  .workflow-arrow-green-padding {
    padding-left: 15px;
  }

  .workflow-arrow-orange:after {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #ffb441;
  }

  .workflow-arrow-purple:after {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #ad73ac;
  }

  .workflow-arrow-orange:hover:after {
    border-top-color: #ff9a00;
    border-left-color: transparent;
  }

  .workflow-arrow-purple:hover:after {
    border-top-color: #ad5aac;
    border-left-color: transparent;
  }
}

/*Media Query*/

/*:::::::::: Workflow Arrow Buttons ::::::::::*/

/*:::::::::: Preview Content ::::::::::*/

.thumbnail.preview-content {
  border-color: #3e7ebe;
  position: relative;
}

.preview-content span[class*="btn-icon"]:before {
  font-size: 21px;
  margin-right: 0;
}

.preview-content a span {
  border-radius: 5px 0 3px;
  bottom: 0;
  position: absolute;
  right: 0;
}

/*.preview-content a:hover span {
  background: #;
}

.thumbnail.preview-content:hover {
  border-color: #;
}*/

/*:::::::::: Preview Content ::::::::::*/


/*:::::::::: RGH ::::::::::*/

.rgh-products-services .btn {
  margin-top: 15px;
}

/*:::::::::: RGH ::::::::::*/

/* Spinner Button */
.btn[data-button-spinner] {
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn[data-button-spinner].complete,
.btn[data-button-spinner].complete[disabled],
.btn[data-button-spinner].complete.disabled {
  background: #666;
  color: #fff;
  border-color: #666;
}

/* Copy of BS4 spinner styles */
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 14px;
  height: 14px;
  border-width: 0.2em;
}
.pattern code {
	background-color: inherit;
	color: #2e6991;
	padding: 0;
	margin: 0 0 4px 0;
	display: block;
}
/* Kit Page Forms */
.kit-form {
	max-width:300px;
    margin-top:25px;
}
.kit-form select {
	margin-bottom:15px;
}
.kit-form input[type=text] {
	display: inline-block;
	width: 50px;
}
/* Kit Page Forms */


/*:::::::::: Marketo Forms ::::::::::*/
.marketo-form h5 {
    margin-bottom: 25px;
}
@media (max-width: 1200px) {
	.remove-form {
		display: none;
	}
}
/*:::::::::: Marketo Forms ::::::::::*/



/*:::::::::: Marketo Sticky Nav Form ::::::::::*/
.marketo-sticky-nav {
    min-height: 0;
    display: none;
}

.marketo-sticky-nav-btn {
    border-radius: 0 !important;
    padding: 10px 0;
}

.marketo-sticky-nav-btn:active, .marketo-sticky-nav-btn:focus {
    outline: none;
}

.marketo-sticky-nav-btn h5 {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
}

.marketo-sticky-nav-btn h5:after {
    font-family: FontAwesome;
    position: absolute;
    padding-left: 10px;
}
.marketo-sticky-nav-btn.angle-down h5:after {
    content: "\f107";
}
.marketo-sticky-nav-btn.angle-up h5:after {
    content: "\f106";
}

@media (max-width: 320px) {
    .marketo-sticky-nav-btn h5 {
        font-size: 16px;
    }
}
.marketo-sticky-nav-form h5 {
    text-align: center;
}
@media (max-width: 767px) {
    .marketo-sticky-nav {
        position: relative;
    }
}
/*:::::::::: Marketo Sticky Nav Form ::::::::::*/




/*:::::::::: Marketo Thumbnail Form ::::::::::*/
.thumbnail-grid-form-flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}
.thumbnail-grid-form-flex > [class*="col-"] {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}
.thumbnail-grid-form-flex .parsys, .thumbnail-grid-form-flex .text, .thumbnail-grid-form-flex .modalMarketoForm {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}
.thumbnail-grid-form-flex .thumbnail {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    /*flex: 1 0 auto;*/
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.thumbnail-grid-form-flex .thumbnail .form-cancer {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex-flex: 1 0 auto;
}

@media (max-width: 991px) {

.thumbnail-grid-form-flex {
    display: block;
}
.thumbnail-grid-form-flex > [class*="col-"], .thumbnail-grid-form-flex .parsys, .thumbnail-grid-form-flex .text, .thumbnail-grid-form-flex .modalMarketoForm {
    display: block;
}

}

/*IE CSS Only*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

.thumbnail-grid-form-flex img {
    height: auto;
}
.thumbnail-grid-form-flex .thumbnail {
    display: block;
    flex: 1 0 auto;
    -ms-flex-flex: 1 0 auto;
}
.thumbnail-grid-form-flex .thumbnail .form-cancer {
    height: 100%;
}
.thumbnail-grid-form-flex > [class*="col-"] div {
    width: 100%;
}

}
/*:::::::::: Marketo Thumbnail Form ::::::::::*/



/* Grid Form */
.thumbnail-grid-form-flex .form-cancer {
    padding: 20px;
    background: rgba(124, 168, 212, 0.2) url("../../../content/dam/illumina-marketing/images/applications/cancer/v2/oncology-web-graphic-form-docs.png") no-repeat;
    background-size: 95%;
    background-position: 105px 75px;
    border-radius: 5px;
}

@media (max-width: 1200px) {
.thumbnail-grid-form-flex .form-cancer {
    background: rgba(124, 168, 212, 0.2) url("../../../content/dam/illumina-marketing/images/applications/cancer/v2/oncology-web-graphic-form-docs.png") no-repeat;
    background-size: 100%;
    background-position: 85px 95px;
}
}

@media (max-width: 991px) {
.thumbnail-grid-form-flex .form-cancer {
    background: rgba(124, 168, 212, 0.2) url("../../../content/dam/illumina-marketing/images/applications/cancer/v2/oncology-web-graphic-form-docs.png") no-repeat;
    background-size: 53%;
    background-position: 380px -55px;
}
}

@media (max-width: 768px) {
.thumbnail-grid-form-flex .form-cancer {
    background: rgba(124, 168, 212, 0.2) url("../../../content/dam/illumina-marketing/images/applications/cancer/v2/oncology-web-graphic-form-docs.png") no-repeat;
    background-size: 43%;
    background-position: right 15px;
}
}

.grid-form-6 h5 {
	margin-bottom: 20px;
}
.grid-form-6 .modal-dialog iframe {
	margin-bottom: 20px;
}
/* Grid Form */

/*:::::::::: Extend Bootstrap Styles ::::::::::*/
table {
  empty-cells: show;
  /* Fixes Safari bug where table does not extend the full width. */
  max-width: inherit;
}

/* Make lists flush left with a hanging indent. Woot! */
.table ul,
.table ol {
  padding-left: 0;
  margin-bottom: 0;
}

.table ul li,
.table ol li {
  list-style-position: outside;
  margin-left: 15px;
}

/* Because they act as headings, table captions are styled to match h5 */
.table > caption {
  background-color: #f9f9f9;
  border-color: #ddd;
  border-style: solid;
  border-width: 0 0 1px 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  padding-left: 8px;
}

@media screen and (min-width: 767px) {
  .table > caption {
    border-width: 1px 1px 0 1px;
    border-radius: 5px 5px 0 0;
  }
}

.table > tfoot > tr > th {
  border-top-width: 2px;
}

.table-selectable tbody tr {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.table-selectable tbody tr:hover {
  background-color: #f9f9f9;
}

.table-footnotes {
  font-size: 12px;
  margin-bottom: 20px;
  /* Bring the footnotes up a bit for stronger visual association with the table above */
  margin-top: -10px;
}

.table-footnotes p {
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
	.table-responsive.table-wrap > .table > thead > tr > th, 
  	.table-responsive.table-wrap > .table > tbody > tr > th, 
  	.table-responsive.table-wrap > .table > tfoot > tr > th, 
  	.table-responsive.table-wrap > .table > thead > tr > td, 
  	.table-responsive.table-wrap > .table > tbody > tr > td, 
  	.table-responsive.table-wrap > .table > tfoot > tr > td {
		white-space: normal;
  	}
  
  .table-footnotes {
    border-top: 2px solid #ddd;
    padding: 8px 8px 5px 8px;
    width: auto;
    overflow-x: auto;
	/* Override the margin styles above */ 
    margin: 0;
    max-width: 100%;
  }
}

.web-gray-1-bkg th {
    border-right: 1px solid #fff !important;
}
.web-gray-1-bkg th:last-child {
    border-right: none !important;
}

/*:::::::::: Promo Table ::::::::::*/
/* Added by Frank Shanley 03/9/16 */

.promo-table {
  margin-top: 20px;
  float: left;
  width: 100%;
  overflow: visible;
}

.promo-table table.bordered {
  width: 100%;
  min-width: 650px;
}

.promo-table h3 {
  font-size: 18px;
  position: relative;
  text-align: center;
  padding: 35px 0 25px;
  float: left;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.promo-table h3 small {
  font-size: 11px;
  position: absolute;
  width: 100%;
  letter-spacing: 0;
  display: block;
  text-align: center;
}

.promo-table .promo-table-cta {
  z-index: 10;
  font-size: 10px;
  background: #f68920;
  color: #fff;
  padding: 7px 0;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  width: 100%;
  border-left: 2px solid #f68920;
  border-right: 2px solid #f68920;
  box-sizing: content-box;
  position: absolute;
  top: -23px;
  border-radius: 7px 7px 0 0;
  left: -2px;
}

.promo-table .promo-table-cta sup {
  margin-top: -0.4em;
}

.promo-table table.bordered tr td,
.promo-table table.bordered tr th {
  width: 24.33%;
  background: #f9f9f9;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  border: 1px solid #cfcfcf;
}

.promo-table table.bordered tr th:first-child {
  width: 27%;
  text-align: left;
}

.promo-table table.bordered thead tr th {
  background: #f9f9f9;
  border: 0;
  padding:0;
  border: 1px solid #cfcfcf!important;
}

.promo-table table.table td ul li {
  font-size: 15px;
}

.promo-table table.bordered .fa {
  color: #f68920;
  font-size: 17px;
}
.promo-table-pumpkin table.bordered .fa {
	color: #ffb441;
}

.promo-table-light-gray table.bordered .fa {
	color: #bbb;
}
.promo-table-dark-gray table.bordered .fa {
	color: #666;	
}
.promo-table-green table.bordered .fa {
	color: #81af45;
}
.promo-table-blue table.bordered .fa {
	color: #3e7ebe;
}
.promo-table-purple table.bordered .fa {
	color: #885087;
}
.promo-table-teal table.bordered .fa {
	color: #24bec5;
}
.promo-table-raspberry table.bordered .fa {
	color: #c5246e;
}

.promo-table table.bordered small {
  font-size: 11px;
}

@media screen and (max-width:1024px) {
  .promo-table.table-responsive {
    overflow: scroll;
  }
}

/* Override these 4 styles for the specific column you want to feature/target */
.promo-table table.bordered thead tr th:nth-child(3) {
  border-left: 0;
}

.promo-table table.bordered thead tr th:nth-child(2n) h3 {
  background: #e5e5e5;
}

.promo-table table.bordered tr th:nth-child(2n),
.promo-table table.bordered tr td:nth-child(2n) {
  background: #e5e5e5;
}

.promo-table table.bordered thead tr th:nth-child(3) h3 {
  border-left: none;
}
/*:::::::::: Paragraphs ::::::::::*/
body {
	color: #444648;
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -0.011em;
}

p,
ul,
ol,
dl,
figure {
	margin-bottom: 24px;
}

.lead {
	font-size: 20px;
	letter-spacing: -0.017em;
}

.last-paragraph p:last-child {
	margin-bottom: 0;
}

/*:::::::::: Paragraphs ::::::::::*/




/*:::::::::: Headings ::::::::::*/
h1 {
	font-size: 68px;
	font-weight: 300;
	letter-spacing: -0.022em;
}

.breadcrumb h1,
.title.heading h1 {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}

h2 {
	font-size: 56px;
	font-weight: 300;
	letter-spacing: -0.022em;
}

/*@media (max-width: 400px) {*/
/*	.hero-banner-container h2,*/
/*	.hero-banner-container-no-sticky-nav h2 {*/
/*		font-size: 34px;*/
/*		line-height: 40px;*/
/*		letter-spacing: -0.021em;*/
/*	}*/
/*}*/

h3 {
	font-size: 44px;
	font-weight: 400;
	letter-spacing: -0.022em;
}

h4 {
	font-size: 32px;
	font-weight: 400;
	letter-spacing: -0.021em;
}

h5 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.019em;
}

h6 {
	font-size: 18px;
	margin: 0 0 5px 0;
	font-weight: 600;
	letter-spacing: -0.014em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 16px;
	line-height: 1.2;
}

.page-header .pumpkin-txt {
	color: inherit;
}

@media (max-width: 992px) {
	h1 {
		font-size: 60px;
		letter-spacing: -0.022em;
	}
	h2 {
		font-size: 48px;
		letter-spacing: -0.022em;
	}
	h3 {
		font-size: 36px;
		letter-spacing: -0.021em;
	}
	h4 {
		font-size: 28px;
		letter-spacing: -0.02em;
	}
	h5 {
		font-size: 22px;
		letter-spacing: -0.018em;
	}
	h6 {
		font-size: 18px;
		letter-spacing: -0.014em;
	}
	.lead {
		font-size: 18px;
		letter-spacing: -0.014em;
	}
}

/*:::::::::: Headings ::::::::::*/




/*:::::::::: Links ::::::::::*/
a {
	color: #4E60EE;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

a:hover,
a:focus {
	color: #4E60EE;
	text-decoration: none;
	outline: none;
}

a.white-txt:hover {
	color: #FFFFFF;
}

/*:::::::::: Links ::::::::::*/

/*:::::::::: Lists ::::::::::*/
ul,
ol {
	padding-left: 17px;
}

li {
	margin-bottom: 8px;
}

/*:::::::::: Lists ::::::::::*/

/*:::::::::: Reverse Links ::::::::::*/
.link-reverse {
	color: #fff;
}

.link-reverse:hover,
.link-reverse:active,
.link-reverse:focus {
	color: rgba(255, 255, 255, 0.9) !important;
}

/*:::::::::: Reverse Links ::::::::::*/

/*:::::::::: Disable Innappropriate Linking on Mobile ::::::::::*/
.link-disabled,
.link-disabled>a {
	cursor: default;
	color: inherit;
	text-decoration: none;
}

/*:::::::::: Word Break ::::::::::*/
@media (max-width:375px) {

	h2 .word-wrap:after {
		content: "-";
	}

}


@media (max-width: 414px) {
	.hero-banner-container h2 {
		word-wrap: break-word;
	}
}

/*:::::::::: Word Break ::::::::::*/

/*:::::::::: Tables ::::::::::*/

table {
	font-size: 14px;
}

table h6 {
	font-size: inherit;
}

/*:::::::::: Tables ::::::::::*/

/*:::::::::: Bold Elements ::::::::::*/
b, strong, th, dt {
	font-weight: 600;
}

/*:::::::::: Promo SVG Pattern ::::::::::*/
.cls-1 {
	fill: none;
	stroke: #595a5c;
	stroke-width: 3px;
}

.nipt-svg {
	height: 80px;
}

/* Eighty Nine */
.nipt-lab.hero-banner-container .eighty-nine .number svg {
	fill: #444648;
}

@media all and (min-width: 768px) {
	.eighty-nine .flex-row-1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: .5rem;
	}

	.eighty-nine .flex-column-1 {
		margin-right: .5rem;
	}

	.eighty-nine .number {
		width: 100px;
	}

	.eighty-nine .flex-column-2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}

	.eighty-nine .percentage {
		background-image: url(../../../content/dam/illumina-marketing/images/destination/nipt-labs/percent.svg);
		background-repeat: no-repeat;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}


@media all and (max-width: 767px) {
	.eighty-nine .number::after {
		content: '';
		display: block;
		background: url(../../../content/dam/illumina-marketing/images/destination/nipt-labs/percent.svg) no-repeat;
		height: 54px;
		width: 39px;
		position: absolute;
		top: 5px;
		left: 150px;

	}
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
	.eighty-nine .number {
		width: 132px;
	}

	.eighty-nine .percentage {
		background-position: 0 12px;
	}

	.eighty-nine .text-1 {
		padding-bottom: 10px;
	}
}

@media screen and (-ms-high-contrast: active) and (max-width: 767px),
screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.eighty-nine .percentage {
		display: none;
	}
}

/* Eighty Nine */

@media only screen and (min-width : 581px) and (max-width : 767px) {
	.eighty-nine {
		max-width: 267px;
	}
}

/* Big One */
.big-one-path {
	fill: #444648;
}

.big-one .flex-row-1 {
	display: flex;
}

/*.big-one .flex-column-1 {*/

/*> svg {*/
/*//      transform:scale(1.8);*/
/*}*/
/*}*/
.big-one .flex-column-2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: -5rem;
}

.big-one .flex-column-2 a {
	position: absolute;
	bottom: 4px;
	margin-left: 15px;
}

@media all and (min-width: 768px) {
	.twenty-six {
		font-size: 100px;
		line-height: 1;
		float: left;
	}
}

@media all and (max-width: 535px) {
	.big-one .flex-column-2 h2 {
		font-size: 6.1rem !important;
	}
}

@media all and (max-width: 475px) {
	.big-one .flex-column-2 h2 {
		font-size: 5.1rem !important;
	}
}

@media all and (max-width: 430px) {
	.big-one .flex-column-2 h2 {
		font-size: 4.1rem !important;
	}
}

@media all and (max-width: 370px) {
	.big-one .flex-column-2 h2 {
		font-size: 3.1rem !important;
	}
}


/* Big One */

/* Big Twenty-Six */
.big-twenty-six-path {
	fill: #444648;
}

@media all and (min-width: 768px) {
	.big-twenty-six .flex-row-1 {
		display: flex;
		margin-bottom: 2rem;
	}

	.big-twenty-six .flex-column-1 {
		margin-right: 2rem;
		/*> svg {*/
		/*//      transform:scale(1.8);*/
		/*}*/
	}

	.big-twenty-six .flex-column-2 {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
}

/* Big Twenty-Six */
.gdpc-link,
.gdpc-link:hover {
    color: #4E60EE !important;
    text-decoration: none !important;
}
/*:::::::::: Font Awesome Icon Set ::::::::::*/
.icon-fa:after, .icon-fa:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: FontAwesome;
	/*line-height: 0;*/ /*removed for Safari fix - Burt 6/16/16*/
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*:::::::::: Font Awesome Icon Set ::::::::::*/


/*:::::::::: Font Awesome Icon Name ::::::::::*/
/*.icon-cta:after {*/
/*	content: "\f054";*/
/*	margin-left: 6px;*/
/*}*/
/*.icon-play:after {*/
/*	content: "\f144";*/
/*}*/
/*.icon-download:after {*/
/*	content: "\f019";*/
/*}*/

/*.icon-zoom:after {*/
/*	content: "\f00e";*/
/*}*/

.icon-shadow {
    text-shadow: 0 2px 20px rgba(0, 0, 0, .4);
}
/*:::::::::: Font Awesome Icon Name ::::::::::*/


/*:::::::::: Thumbnail ::::::::::*/
.thumbnail {
	border: 1px solid #bbb;
	margin-bottom: 30px;
}
/*
.col-split-group-spacing .thumbnail {
	margin-bottom: 0;
}
*/

.thumbnail, .thumbnail img {
    border-radius: 2px;
}
/* Quick fix for caption links spacing */
.thumbnail .caption a + br {
	line-height: 2em;
}
/* Quick fix for caption links spacing */
/*:::::::::: Thumbnail ::::::::::*/





/*:::::::::: Thumbnail Preview ::::::::::*/
.thumbnail-preview {
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.thumbnail-preview .icon-fa {
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.thumbnail-preview .mask {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
}

.thumbnail-preview .mask:hover {
    background: rgba(0, 0, 0, 0.1);
}

.thumbnail-preview.thumbnail:hover, .thumbnail-preview.thumbnail:active, .thumbnail-preview.thumbnail:focus {
    border-color: #bbb;
}
/*:::::::::: Thumbnail Preview ::::::::::*/



/*:::::::::: Thumbnail Feature ::::::::::*/
.thumbnail.thumbnail-feature {
    padding: 0;
    margin-bottom: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.thumbnail-feature .caption {
    height: inherit !important;
    padding: 15px;
}

.thumbnail-feature .caption:after {
    background: none;
}

.thumbnail-feature h5 {
    margin: 0;
	font-weight: 500;
    font-size: 20px
}

.thumbnail-feature .btn {
    border-radius: 0 5px 5px 0;
}

.thumbnail-feature .icon-fa:before {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.table-responsive.thumbnail-feature-collapse {
    margin: -16px 15px 15px 15px;
}
/*:::::::::: Thumbnail Feature ::::::::::*/




/*:::::::::: Thumbnail Grid ::::::::::*/
.thumbnail-grid .btn-block + .btn-block {
    margin-top: 0;
}

@media (min-width: 768px) {
.thumbnail-grid .thumbnail .caption {
	height: 140px;
	position:relative;
	overflow:hidden;
}

.thumbnail-grid .thumbnail .caption:after {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(80%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:35px;
	z-index:1;
	content:'';
    pointer-events: none;
}

}

@media (min-width:992px) {
.thumbnail-grid .thumbnail .caption {
	height: 160px;
    }
}
/*:::::::::: Thumbnail Grid ::::::::::*/



/*:::::::::: Thumbnail Section ::::::::::*/
.thumbnail-section .thumbnail {
    padding: 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    transition: all .2s;
}

.thumbnail-section .thumbnail:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .12), 0 0 5px rgba(0, 0, 0, .08);
    border-color: #bbb;
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
}

.thumbnail-section .thumbnail img {
    border-radius: 0;
}

.thumbnail-section .thumbnail .caption {
    padding: 35px;
}

.thumbnail-section .thumbnail .caption p {
    margin: 0;
}

.thumbnail-section .mask {
    opacity: 0;
    /*overflow: visible;*/
    background: rgba(255, 255, 255, .5);
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.thumbnail-section .mask:hover {
    opacity: 1;
}
/*:::::::::: Thumbnail Section ::::::::::*/




/*:::::::::: Content Cards - 3up ::::::::::*/
.thumbnail-card  {
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 0.2s;
    /* The following fix the flickering on hover */
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.thumbnail-card .caption-heading {
    box-shadow: inset 0 -6px 0 0 rgba(0,0,0,0.15);
    padding: 20px 15px 26px 15px;
	display: table;
	width: 100%;
}

.thumbnail-card .card-text {
    font-size: 16px;
    margin: 15px;
}

.thumbnail-card .caption-heading > h5 {
    margin: 0;
    /* Leyla: adding this to center-align headers */

    vertical-align: middle;
    display: table-cell;
    /* center align code end */

    font-size: 18px;
}

@media (max-width: 767px) {
	.thumbnail-card .caption-heading.equal-height-box {
		height: auto !important;
	}
}

.thumbnail-card:hover {
    border-color: #bbb !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12),
                0 0 5px rgba(0, 0, 0, 0.08);
    -webkit-transform: translate(0, -3px);
            transform: translate(0, -3px);
}
.thumbnail-card:focus {
    border-color: #bbb !important;
}

.thumbnail.thumbnail-card > img  {
    border-radius: 0;
}

@media (min-width: 768px) {
    .flex-row > div[class*="col-"] > .parsys,
    .flex-row > div[class*="col-"] > .parsys > .parbase {
	    display: -ms-flexbox;
	    display: -webkit-box;
	    display: flex;
			width: 100%;
    }
}
/*:::::::::: End Content Cards - 3up ::::::::::*/




/*:::::::::: thumbnail 2.0 Component ::::::::::*/

.thumbnail.thumbnail2 {
    border: 0;
    background-color: #eaf1f9; /* for IE fallback */
    background-color: rgba(124,168,212, 0.2);
}
.thumbnail2 p {
    margin-bottom:0;
}
.thumbnail2 p a {
	display: inline-block;
    margin-top: 5px;
}
.static-workflow-img {
	padding:20px 0;
	text-align:center;
	background-color:#fff;
	margin-bottom:10px;
	border-radius:3px;
}
.static-workflow-img span {
    position: relative;
    display: inline-block;
    margin-left: 50px;
}

.static-workflow-img span:first-child {
    margin-left: 0;
}

.static-workflow-img span:before {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent;
    border-left-color: #e5e5e5;
    position: absolute;
    left: 0;
    top: 0;
    margin: 15px 0 0 -30px;
}

.static-workflow-img span:first-child:before {
    content: none;
}

.static-workflow-header {
    margin-top:20px;
    padding:15px;
    border:1px solid #bbb;
    border-bottom:0;
    border-radius:5px 5px 0 0;
}

.static-workflow-header h3 {
    margin-bottom:0;
}

.static-workflow {
    border:1px solid #bbb;
    border-radius:0 0 5px 5px;
    overflow:hidden;
}

.static-workflow .row {
	margin:0;
}

.static-workflow .row > div {
    border-left:1px solid #bbb;
    padding:0;
}

.static-workflow .row > div:first-child {
	border-left:0;
}

.sw-upper-content {
	position:relative;
    border-bottom:5px solid #7ca8d4;
    margin:1px;
}

.static-workflow-control .large-badge,
.sw-upper-content .large-badge {
    font-size:26px;
	padding:10px 14px 6px;
	border-radius:100%;
}

.sw-upper-content .large-badge {
	background-color:#f68920;
	position:absolute;
	left:0;
    top:0;
    margin:15px 0 0 15px;
}

.sw-upper-content p {
	font-size:24px;
	line-height:1.1em;
    letter-spacing:1px;
    margin-bottom:0;
    margin-top:10px;
}

.sw-upper-content p small {
	display:block;
    margin-top:5px;
	font-size:.6em;
}

.sw-lower-content {
    padding:20px;
}

.sw-lower-content > a {
    font-size:16px;
    display:inline-block;
    margin-bottom:5px;
}

.static-workflow-control .large-badge,
.sw-upper-content {
	padding:20px 0;
}

@media screen and (max-width:768px) {
	.static-workflow-header {
    	padding-bottom:0;
	}
	.static-workflow-header h3 {
    	font-size:18px;
        line-height:1.2em;
	}
	.static-workflow-control {
    	border:1px solid #bbb;
        border-top:0;
        border-bottom:0;
		padding:10px 15px;
        text-align:center;
        width:100%;
    }
	.static-workflow-control:after {
		content:"";
        position:absolute;
        left:50%;
        width:120px;
        margin-left:-60px;
        margin-top:20px;
        z-index:-1;
        border-top:2px solid #bbb;
    }
	.static-workflow-control .large-badge {
        font-size:18px;
        padding:12px 14px 8px;
    	background-color:#e5e5e5;
    	border:2px solid #bbb;
		margin:0 5px;
    }
    .static-workflow-control .active {
    	background-color:#7ca8d4;
    }
    .static-workflow {
    	overflow:auto;
	}
    .static-workflow .row {
    	width:300%;
    }
	.static-workflow .row > div {
    	border:0;
	}
    .sw-upper-content .large-badge {
    	display:none;
	}
	.sw-upper-content img {
		max-width:60px;
        height:50px;
	}
}

/*:::::::::: thumbnail 2.0 Component ::::::::::*/

/* Added by Adam Prince 05/16/16 for instances where thumbnails require image caption */
.thumbnail-preview-caption {
	margin-top: 5px;
}

/* New Resource Care Design -- Added 5/10/17 */

.resource-card-group .thumbnail {
	padding: 0;
	overflow: hidden;
}

.resource-card-group .thumbnail + a {
	display: block;
}

.resource-card-group .thumbnail .caption {
	border-top: solid 7px #4E60EE;
	padding: 20px;
}

.resource-card-group .thumbnail .caption h5 {
    font-size: 20px;
    /* font-weight: 600;*/
}

.resource-card-group .thumbnail img,
.resource-card-group .thumbnail .btn-block {
	border-radius: 0;
}

.resource-card-group .thumbnail .btn-block,
.resource-card-group .thumbnail .btn-block:focus {
	text-align: center;
	font-weight: 600;
	background: #f9f9f9;
	border: 0;
	border-top: solid 1px #bbbbbb;
	padding: 10px;
	color: #4E60EE;
	transition: ease-in-out background-color 200ms;
	-webkit-transition: ease-in-out background-color 200ms;
	-ms-transition: ease-in-out background-color 200ms;
	-o-transition: ease-in-out background-color 200ms;
    outline: 0 !important;
}

.resource-card-group .thumbnail .btn-block:hover,
.resource-card-group .thumbnail .btn-block:active,
.resource-card-group .thumbnail .btn-block:focus:hover {
    background:none;
	background-color: #e5e5e5;
}

/* Custom color options */
.resource-card-group.resource-card-group-pumpkin .thumbnail .caption {
	border-color: #ffb441;
}
.resource-card-group.resource-card-group-purple .thumbnail .caption {
	border-color: #885087;
}
.resource-card-group.resource-card-group-green .thumbnail .caption {
	border-color: #81af45;
}
.resource-card-group.resource-card-group-yellow .thumbnail .caption {
	border-color: #f1c719;
}
.resource-card-group.resource-card-group-raspberry .thumbnail .caption {
	border-color: #c5246e;
}
.resource-card-group.resource-card-group-teal .thumbnail .caption {
	border-color: #24bec5;
}

/* Fixed height for "legacy" thumbnail grids */
@media (min-width: 768px) {
    .thumbnail-grid .thumbnail .caption {
        height: 245px;
    }
}

@media (min-width: 1200px) {
	.thumbnail-grid .thumbnail .caption {
		height: 215px;
	}
}

/* Display RGH Resource Card h5s as h6s */
.resourcesList .thumbnail .caption > h5,
.resourcesListFeatured .thumbnail .caption > h5 {
	font-size: 14px;
  line-height: 20px;
  margin: 0 0 5px 0;
  font-weight: bold;
	font-family: inherit;
	letter-spacing: 0;
}


/*:::::::::: Techniques Home Page ::::::::::*/
.techniques-persona-cards [class*="col-"]:last-child .thumbnail {
    margin-bottom: 0;
}

.techniques-persona-cards .caption h5 {
    font-size: 20px;
    margin: 10px 0 14px;
}

@media (min-width: 768px) {
.techniques-persona-cards .caption {
    height: 310px !important;
}
}

@media (min-width:992px) {
.techniques-persona-cards .caption {
    height: 330px !important;
	}
.techniques-persona-cards .thumbnail {
    margin-bottom: 0;
	}
}
/*:::::::::: Techniques Home Page ::::::::::*/

.page-header {
	border-bottom: 1px solid #bbb;
}
/*:::::::::: Alerts ::::::::::*/
.alert {
  background-color: #fff;
  color: #666;
  border: 1px solid transparent;
  border-left-width: 10px;
  font-size: 14px;
}

.alert .fa {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px 0 0;
  font-size: 30px;
}

.alert-content {
  display: table-cell;
}

/*
* Color the different alerts
*/
.alert-info {
  background-color: #fff;
  border-color: #81af45;
}

.alert-info .fa {
  color: #81af45;
}

/*
* For the time being, success and info are the same colors. We should revisit info color at some point.
*/
.alert-success {
  background-color: #fff;
  border-color: #81af45;
}

.alert-success .fa {
  color: #81af45;
}

.alert-warning {
  background-color: #fff;
  border-color: #f1c719;
}

.alert-warning .fa {
  color: #f1c719;
}

.alert-danger {
  background-color: #fff;
  border-color: #ce4844;
}

.alert-danger .fa {
  color: #ce4844;
}


/*
* Styles for MiSeq 500 discontinuation alert. We can explore this solution in Pattern Library to evaluate up-leveling to global stylezzz
*/

@media (min-width: 768px) {
  .alert-container-absolute {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .alert-container-absolute {
    background: url('../../../content/dam/illumina-marketing/images/banners/hero-default-blue-bkg.jpg') no-repeat !important;
  	min-height: 0 !important;
  }
}

@media (min-width: 768px) {
  .alert-container-absolute .alert {
      box-shadow: 0px 3px 11px 4px rgba(0, 0, 0, 0.12);
  }
}

@media (min-width: 768px) {
  .systems-banner-with-alert .banner-takeover {
    min-height: 760px;
  }
}

/*:::::::::: Alerts ::::::::::*/

.lit-item .sep {
    display: inline-block;
    padding: 0 .25em;
}

.lit-item .btn-group .dropdown-toggle {
    text-decoration: none;
    display: block;
    min-width: 170px;
}

.lit-item .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lit-item .btn-group.open .dropdown-toggle .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.lit-item .dropdown-menu {
    left: auto;
    right: 0;
    width: 170px;
}

.lit-item .dropdown-menu>li>a {
    white-space: normal;
}
.sellanywhere-item {
    margin-bottom: 2rem;
}

.sellanywhere-item > .row {
    display: flex;
}

.sellanywhere-desc,
.sellanywhere-img {
    flex: 0 1 auto;
}

.sellanywhere-desc {
    display: flex;
    flex-direction: column;
}

.sellanywhere-desc p {
    flex: 1 0 auto;
}

.sellanywhere-desc h5,
.sellanywhere-desc a.details-trigger {
    flex: 0 1 auto;
}

.sellanywhere-desc .details-trigger::before {
    content: '\f106';
    font-family: 'FontAwesome';
    margin-right: .5rem;
}

.sellanywhere-desc .details-trigger.collapsed::before {
    content: '\f107';
}

.sellanywhere-img img {
    border: solid 1px rgba(0,0,0,.025);
    border-radius: 4px;
}

.sellanywhere-details {
    padding: 1.5rem;
    border: solid 1px #ddd;
    background: #fff;
}

.sellanywhere-details .details-toggle {
    margin: 0 0 1.25rem;
    list-style: none;
    padding: 0;
    display: flex;
}

.sellanywhere-details .details-toggle li {
    flex: 0 0 auto;
}

.sellanywhere-details .details-toggle li a {
    display: block;
    padding: 5px 10px;
    border: solid 1px #adadad;
    background-color: #fff;
    font-size: 11px;
    color: inherit;
}

.sellanywhere-details .details-toggle li.active a {
    background-color: #e5e5e5;
}

.sellanywhere-details .details-toggle li:first-of-type a {
    border-radius: 5px 0 0 5px;
    border-right-width: 0;
}
.sellanywhere-details .details-toggle li:last-of-type a {
    border-radius: 0 5px 5px 0;
}

.sellanywhere-details .tab-pane[id^="specs"] > .product-row {
    padding: 0;
    border-bottom: 0 !important;
}

.sellanywhere-details .tab-pane[id^="specs"] .container {
    width: auto;
    padding: 0;
}

.sellanywhere-details .productdetail-specificationslist h4 {
    display: none;
}

.sellanywhere-details table {
    margin-bottom: 0;
}
.workflow .well {
    border-radius: 0 0 4px 4px;
    margin: 0 15px;
}

.workflow .well p:last-child {
    margin-bottom: 0;
}


/* Publications - Added by Nelson */

.publication-collapse {
    margin-top: 15px;
}


/* Publications - Added by Nelson */

.collapse-spacing {
    margin-top: 15px;
}


/* Default Accordion */

.accordion-default .panel {
    box-shadow: none;
}

.accordion-default .panel-default {
    border: none;
}

.accordion-default .panel-default>.panel-heading {
    background: none;
    border: none;
    color: inherit;
}

.accordion-default .panel-heading {
    padding: 0;
}

.accordion-default .panel-title {
    font-size: 14px;
}

.accordion-default .panel-title a {
    background: #e5e5e5 none repeat scroll 0 0;
    border-radius: 5px;
    padding: 10px 15px;
}

.accordion-default .panel-title a:hover {
    background: #bbb;
    color: #fff;
}

.accordion-default .well {
    margin-bottom: 0;
    margin-top: 5px;
}

.accordion-default a:focus {
    color: #666;
}

.col-split-gutter-spacing .accordion-default {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .col-split-gutter-spacing .accordion-default {
        margin-bottom: 5px;
    }
}


/* Default Accordion */


/*:::::::::: Show/Hide ::::::::::*/

.show-hide {
    border-bottom: 1px solid #eee;
}

.show-hide:last-child {
    border-bottom: none;
}

.show-hide-link-row h5 {
    margin: 0;
}

.show-hide-link-row h5 a {
    display: block;
    padding: 30px 0 30px 30px;
    position: relative;
}

.show-hide-link-row h5>a:after {
    content: '\f106';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 23px;
}

.show-hide-link-row h5>a.collapsed:after {
    content: '\f107';
}

.show-hide-collapse {
    padding-left: 30px;
}

.show-hide-collapse:focus {
    outline: none;
}

/*:::::::::: Show/Hide ::::::::::*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: auto; /* Changed from hidden to fix scroll issue on iOS */
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(max-width: 1024px) {
    .modal-dialog {
        margin-top: 100px;
    }
}

/* Old Style - Keeping for reference */
@media (min-width: 768px) {
  .modal-dialog {
    /*width: 730px;*/
  }
}/* Old Style - Keeping for reference */

/* New modal size to match our default product image size - 736x475 */
@media (min-width: 992px) {
	.modal-md {
		width: 766px;
	}
}
/* New modal size to match our default product image size - 736x475 */


.modal-body img {
    border-radius: 5px;
}

/*:::::::::: FULLSCREEN MODAL ::::::::::*/
/*:::::::::: Added by Adam Prince | May 16, 2016 ::::::::::*/
.modal-fullscreen .close {
  font-size: 32px;
}
.modal-fullscreen .modal-dialog {
	margin: 43px auto 0 auto;
	width: 100%;
}
.modal-fullscreen .modal-backdrop {
	background-color: #fff;
}
.modal-fullscreen .modal-backdrop.in {
    opacity: 1;
    filter: alpha(opacity=100);
    height:100% !important;
}
.modal-fullscreen .modal-content {
	background: transparent;
	border: 0;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
  	-o-box-shadow: inherit;
	box-shadow: inherit;
}
/* .modal-fullscreen size: we use Bootstrap media query breakpoints */
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}

/* Global Type 2020 */
h3.modal-title {
    font-size: 24px;
    letter-spacing: -0.019em;
}

@media (max-width: 992px) {
    h3.modal-title {
        font-size: 22px;
        letter-spacing: -0.018em;
    }
}
.carousel:focus {
    outline: none;
}

.oncology-carousel .carousel {
	background-color:#e5e5e5;
}

.oncology-carousel .carousel-header h3 {
    font-size: 24px;
    margin: 16px 0 0;
}

.oncology-carousel .carousel .item {
	padding:25px 0;
}

.oncology-carousel .carousel .item img {
	margin:0 auto;
}

.oncology-carousel .carousel .carousel-caption {
  position:relative;
  text-align:left;
  margin:20px 0 0;
  padding:0;
  left:inherit;
  right:inherit;
  bottom:inherit;
    color: #444648;
}

.oncology-carousel .carousel .carousel-caption h5,
.oncology-carousel .carousel .carousel-caption p {
    text-shadow:none;
}

.oncology-carousel .carousel-indicators {
  position:relative;
  margin:20px 0;
  padding:0;
  left:inherit;
  top:inherit;
	width:auto;
  bottom:inherit;
}

.oncology-carousel .carousel-inner {

}

.oncology-carousel .carousel .carousel-indicators li {
	height:auto;
	width:auto;
	text-indent:inherit;
	display:block;
	padding:5px 10px;
    margin:8px 0 0;
	background-color:white;
    border:1px solid #bbb;
    border-bottom:3px solid #bbb;
	border-radius:5px;
    background-color:#bbb;
    text-align:left;
}

.oncology-carousel .carousel .carousel-indicators li.active {
	background-color:white;
}

.oncology-carousel .carousel .carousel-indicators li:first-child {
	margin-top:5px;
}

.oncology-carousel {
    padding:0 0 60px 0;
}

.oncology-carousel .carousel-header {
    padding:5px 20px;
    border-radius:10px 10px 0 0;
}

:root .oncology-carousel .carousel-header,
:root .oncology-carousel .carousel-footer {
	filter: none \0/IE9;
}

.oncology-carousel .carousel-header,
.oncology-carousel .carousel-footer {
    background: rgb(173,115,172); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkNzNhYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MDNkNWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(173,115,172,1) 0%, rgba(112,61,94,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,115,172,1)), color-stop(100%,rgba(112,61,94,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(173,115,172,1) 0%,rgba(112,61,94,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(173,115,172,1) 0%,rgba(112,61,94,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(173,115,172,1) 0%,rgba(112,61,94,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(173,115,172,1) 0%,rgba(112,61,94,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad73ac', endColorstr='#703d5e',GradientType=0 ); /* IE6-8 */
}

.oncology-carousel .carousel-header h3,
.oncology-carousel .carousel-header p {
    color:white;
}

.oncology-carousel .carousel-footer {
    background-image:linear-gradient(#703D5E, #AD73AC);
    background-image:linear-gradient(#AD73AC, #703D5E);
	border-radius:0 0 10px 10px;
}


@media (max-width: 1023px) {
    .oncology-carousel .carousel-indicators,
    .oncology-carousel .carousel-inner {
      width:auto;
      float:none;
    }
}

/*::::::: RGH Carousel Graph Modal :::::::*/


.carousel-modal-control.right {
    right: -3%;
    left: auto;
}

.carousel-modal-control.left {
    left: -3%;
}

.carousel-modal-control div {
    position: absolute;
    bottom: 50%;
    color: #666;
    text-shadow: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.carousel-modal-control div {
		width: 100%;
	}
}

.carousel-modal-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #666;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-modal.carousel-indicators {
    color: #666;
    position: relative;
    bottom: 0;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    margin-bottom: -2%;
}

.carousel-modal.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #666;
    border-radius: 10px;
}

.carousel-modal.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #666;
}

/*:::::::::: Start Carousel Fade In/Out Transition ::::::::::*/
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active {
  opacity: 1;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/*:::::::::: End Carousel Fade In/Out Transition ::::::::::*/




/*:::::::::: Variable Height Carousel ::::::::::*/
.carousel-text .carousel-indicators {
	position: relative;
	bottom: 0px;
	left: auto;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin: 20px 0 0;
	text-align: center;
	list-style: none;
}

.carousel-text .carousel-indicators .active,
.carousel-text .carousel-indicators li {
	border-color: #fff;
	height: 14px;
	width: 14px;
	margin: 0 5px;
}
/*:::::::::: End Variable Height Carousel ::::::::::*/




/*:::::::::: Carousel - no shadow version of bootstrap carousel ::::::::::*/
/*:::::::::: Added by Frank Shanley | August 23, 2016 ::::::::::*/
.carousel-noshadow .carousel-control.left, .carousel-noshadow .carousel-control.right {
	background: none;
	width: 10%;
}
	.carousel-noshadow .carousel-control span {
	    position: absolute;
	    top: 50%;
	    left: 0;
	    margin-top: -15px;
	    height: 30px;
	    color: #e5e5e5;
	    font-size: 30px;
	    display: block;
	    width: 100%;
	}
.carousel-noshadow .carousel-indicators {
	bottom: -30px;
	margin-bottom: 0px;
}
	.carousel-indicators li {
	    border: 1px solid #bbb;
	}
	.carousel-noshadow .carousel-indicators .active {
	    background-color: #bbb;
	}
@media (min-width: 1366px) {
	.carousel-noshadow .carousel-control.left {
		left: -15%;
		width: 15%;
	}
	.carousel-noshadow .carousel-control.right {
		right: -15%;
		width: 15%;
	}
}

/*:::::::::: Carousel - no shadow version of bootstrap out of the box carousel ::::::::::*/

/*:::::::::: Carousel - vertical centering support ::::::::::*/
/*:::::::::: Added by Dan Szymanowski | October 19, 2017 ::::::::::*/
.equal-height-carousel .equal-height-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.equal-height-carousel .equal-height-slide>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
/*:::::::::: Workflow Nav Tabs ::::::::::*/
.workflow-nav-tabs {
	margin-top: 10px;
}

.workflow-nav-tabs .nav-tabs {
	border-bottom: none;
}


.workflow-nav-tabs > .nav-tabs > li > a {
	background: #4E60EE;
	border: none;
}

.workflow-nav-tabs > .nav-tabs > li > a:hover, .workflow-nav-tabs > .nav-tabs > li > a:focus {
	background: #4E60EE;
	border: none;
	color: #fff;
}

.workflow-nav-tabs .nav {
	margin-bottom: 5px;
}

.workflow-nav-tabs .nav-tabs > li {
	margin-bottom: 0;
}
/*Media Query*/
@media (max-width: 992px) {
.workflow-nav-tabs .nav-tabs > li {
	float: none;
	margin-bottom: 2px;
}
}
/*Media Query*/

.workflow-nav-tabs .nav-tabs > li .workflow-tab-arrow {
	color: #666;
	display: block;
    font-size: 14px;
    font-weight: bold;
    height: 56px;
    line-height: 56px;
    margin-right: 3px;
    padding: 0 0 0 27px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

/*Media Query*/
@media (max-width: 992px) {
.workflow-nav-tabs .nav-tabs > li .workflow-tab-arrow {
    margin-right: 0;
    padding: 0 0 0 17px;
    text-align: left;
}
}
/*Media Query*/

.workflow-nav-tabs .nav-tabs > li .workflow-tab-arrow:before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}

.workflow-nav-tabs .nav-tabs > li .workflow-tab-arrow:after {
    content: "";
    position: absolute;
    right: -28px;
    top: 0;
    z-index: 1;
}

/*Media Query*/
@media (max-width: 992px) {
.workflow-nav-tabs .nav-tabs > li .workflow-tab-arrow:before {
    left: inherit;
    right: 50px;
    top: 57px;
    z-index: 1;
}

.workflow-nav-tabs .nav-tabs > li .workflow-tab-arrow:after {
    right: 50px;
    top: 54px;
}
}
/*Media Query*/


.workflow-nav-tabs .nav-tabs > li .workflow-arrow-gray {
	background: #e5e5e5;
	border-radius: 0;
}

.workflow-nav-tabs .nav-tabs > .active .workflow-arrow-gray {
	background: #4E60EE;
	color: #fff;
}

.workflow-nav-tabs .nav-tabs > li .workflow-arrow-gray:before {
    border-bottom: 28px solid transparent;
    border-left: 28px solid #fff;
    border-top: 28px solid transparent;
}

.workflow-nav-tabs .nav-tabs > li .workflow-arrow-gray:after {
    border-bottom: 28px solid transparent;
    border-left: 28px solid #e5e5e5;
    border-top: 28px solid transparent;
}

/*Media Query*/
@media (max-width: 992px) {
.workflow-nav-tabs .nav-tabs > li .workflow-arrow-gray:before {
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 18px solid #fff;
}
.workflow-nav-tabs .nav-tabs > li .workflow-arrow-gray:after {
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 18px solid #e5e5e5;
}
}
/*Media Query*/

.workflow-nav-tabs .nav-tabs > li .workflow-arrow-gray:hover:after, .workflow-nav-tabs .nav-tabs > .active .workflow-arrow-gray:after {
    border-bottom: 28px solid transparent;
    border-left: 28px solid #4E60EE;
    border-top: 28px solid transparent;
}
/*Media Query*/
@media (max-width: 992px) {
.workflow-nav-tabs .nav-tabs > li .workflow-arrow-gray:hover:after, .workflow-nav-tabs .nav-tabs > .active .workflow-arrow-gray:after {
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 18px solid #4E60EE;
}
.workflow-nav-tabs .nav-tabs > li .workflow-arrow-gray:hover:after, .workflow-nav-tabs .nav-tabs > .active .workflow-arrow-gray:after {
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 18px solid #4E60EE;
}
}
/*Media Query*/

.workflow-nav-tabs .nav-tabs > li:first-child .workflow-arrow-gray {
	border-radius: 5px 0 0 5px;
}

.workflow-nav-tabs .nav-tabs > li:last-child .workflow-arrow-gray {
	border-radius: 0 5px 5px 0;
	margin-right: 0;
}

.workflow-nav-tabs .nav-tabs > li:first-child .workflow-arrow-gray:before {
	border-bottom: none;
    border-left: none;
    border-top: none;
}

.workflow-nav-tabs .nav-tabs > li:last-child .workflow-arrow-gray:after {
	border-bottom: none;
    border-left: none;
    border-top: none;
}
/*Media Query*/
@media (max-width: 992px) {
.workflow-nav-tabs .nav-tabs > li .workflow-arrow-gray, .workflow-nav-tabs .nav-tabs > li:first-child .workflow-arrow-gray, .workflow-nav-tabs .nav-tabs > li:last-child .workflow-arrow-gray {
	border-radius: 5px;
}
.workflow-nav-tabs .nav-tabs > li:first-child .workflow-arrow-gray:before {
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 18px solid #fff;
}
.workflow-nav-tabs .nav-tabs > li:last-child .workflow-arrow-gray:before {
	border-bottom: none;
    border-left: none;
    border-top: none;
}
}
/*Media Query*/



/*Workflow 5 Tabs*/
.workflow-5-tabs .nav-tabs > li {
	width: 20%;
}
/*Media Query*/
@media (max-width: 992px) {
.workflow-5-tabs .nav-tabs > li {
	width: 100%;
}
}
/*Media Query*/
/*Workflow 5 Tabs*/


/*Workflow 4 Tabs*/
.workflow-4-tabs .nav-tabs > li {
	width: 25%;
}
/*Media Query*/
@media (max-width: 992px) {
.workflow-4-tabs .nav-tabs > li {
	width: 100%;
}
}
/*Media Query*/
/*Workflow 4 Tabs*/


/*Workflow 3 Tabs*/
.workflow-3-tabs .nav-tabs > li {
	width: 33.3333333%;
}
/*Media Query*/
@media (max-width: 992px) {
.workflow-3-tabs .nav-tabs > li {
	width: 100%;
}
}
/*Media Query*/
/*Workflow 3 Tabs*/



/*:::::::::: Folder Tab ::::::::::*/
.folder-tab .nav-tabs {
    border: medium none;
    text-align: center;
}
.folder-tab .nav-tabs li {
    display: inline-block;
    float: none;
}

.folder-tab .tab-content {
    background: #e5e5e5 none repeat scroll 0 0;
    border-radius: 5px;
    padding: 6px;
    position: relative;
    z-index: 10;
}


.folder-tab .nav-tabs > li.active > a, .folder-tab .nav-tabs > li.active > a:hover, .folder-tab .nav-tabs > li.active > a:focus {
    background: #e5e5e5 !important;
    border-color: #e5e5e5 #e5e5e5 transparent !important;
    color: #666;
    z-index: 15;
}
.folder-tab .nav-tabs > li {
    margin-bottom: -2px;
}
.folder-tab .nav-tabs > li > a {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    padding: 15px 20px;
    z-index: 0;
}
.nav-tabs > li > a:hover {
    background: #4E60EE !important;
    border-color: #4E60EE !important;
    color: #fff;
}


.folder-tab .folder-bkg {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    padding: 25px;
}
.folder-tab .tab-content .folder-bkg > .tab-pane.active {
    display: block;
    visibility: visible;
}
.folder-tab .tab-content .folder-bkg > .tab-pane {
    display: none;
    visibility: hidden;
}

.folder-tab .vertical-workflow-hr {
    background: #e5e5e5;
    border-radius: 5px;
    height: 6px;
    margin: 25px 0;
}
.folder-tab .vertical-workflow-hr:before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #e5e5e5;
    content: "";
    left: 50%;
    margin-left: -15px;
    margin-top: 5px;
    position: absolute;
}

@media (max-width: 992px) {
.folder-tab .nav-tabs > li {
    display: block;
    margin-bottom: 5px;
}
.folder-tab .nav-tabs > li > a {
    border-radius: 5px;
    margin-right: 0;
}
}
/*:::::::::: Folder Tab ::::::::::*/




/*:::::::::: Justified Nav Tabs ::::::::::*/
@media (min-width: 768px) {
	.tab-panel .nav-tabs.nav-justified > li {
		vertical-align: middle;
	}
	
	.tab-panel .nav-tabs.nav-justified > li > a {
	    border-radius: 0;
	    display:table;
	    width: 100%;
	    height: 100%;
	}
	
	.tab-panel .nav-tabs.nav-justified > li > a .content {
	    display: table-cell;
	    width: 100%;
	    height: 100%;
	    vertical-align: middle;
	}
}

@media (max-width: 767px) {
	.tab-panel .nav-tabs.nav-justified > li.equal-height-box {
		height: auto !important;
	}
}

.tab-panel .nav-tabs > li > a {
	background-color: #f9f9f9;
	border-radius: 0;
	color: #bbb;
	font-weight: 600;
	transition: all 0.2s ease;
}

.tab-panel .nav-tabs > li > a:hover {
    color: #ffffff;
}

.tab-panel  .nav-tabs > li.active > a {
	background-color: #fff;
	color: #4E60EE;
}

.tab-panel .nav-tabs > li.active > a:hover,
.tab-panel .nav-tabs > li.active > a:focus {
	background-color: #fff !important;
    border-color: #ddd !important;
    border-bottom-color: transparent !important;
	color: #4E60EE;
}

.tab-panel .tab-content .well {
	background-color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 20px 0 0 0;
}

.tab-panel .tab-content .well:focus {
    outline: none;
}
/*:::::::::: End Justified Nav Tabs ::::::::::*/
/* css/javascript/counter.css */

.number-counter {
  text-align:center;
  color:#666;
}

.pub-label {
  text-transform:capitalize;
  font-size:14px;
  margin-top:10px;
  font-weight:bold;
}

.counter {
  margin:0;
  padding:0;
}

.counter li { 
  display:inline-block;
  overflow:hidden;
  width:32px;
  height:32px;
  list-style:none;
  border:1px solid #bbb;
  border-left:0;
  position:relative;
}            

.counter li.web-gray-gradient {
  border-color:#bbb;
}

.counter li.pumpkin-gradient {
  border-color:#e06425;    
}

.counter li.purple-gradient {
  border-color:#703d5e;      
}

.counter li.blue-gradient {
  border-color:#2e6991;      
}

.counter li.green-gradient {
  border-color:#447d38;         
}

.counter li span {
  display:block;
  height:30px;
  width:30px;
  text-align:center;
  padding-top:5px;
}

.counter li:first-child {
  border-left:1px solid #bbb;
  border-radius:3px 0 0 3px;
}

.counter li:last-child {
  border-radius:0 3px 3px 0;   
}

[class$="gradient"] span,
[class$="gradient"] .pub-label {
  color:white;
  font-weight:normal;
}    

.web-gray-gradient span {
  color:#666;
}   

.footer-counter .counter {
    display:inline-block;
}

.footer-counter  .pub-label {
    display:none;
}

.footer-counter .counter li,
.footer-counter .counter li span {
    height:24px;
    width:24px;
}

.footer-counter .counter li {
    margin-bottom:-7px;
}

.footer-counter .counter li span {
    padding-top:1px;
}

.footer-counter {
    text-align:center;
    margin:15px 0;
}

/* css/javascript/counter.css */


@media print {
	
	@page {
	    size: 330mm 427mm;
	    margin: 15mm;
	}

	img, .img-responsive, figure, .tab-content > .tab-pane, .table-responsive {
    	page-break-inside: avoid;
	}
	
	.mainnav, .sticky-menu {
    	width: 1169px;
    	display: none;
    }
    
    .has-sticky body {
    	padding-top: 0;
    }
	
	/* BOOTSTRAP PRINT OVERRIDES */
	
	.container, .container-fluid, .content-section {
		width: 1170px;
    }
    
    .tab-content > .tab-pane {
    	display: block !important;
    	opacity: 1 !important;
    	visibility: visible !important;
	}
	
	.thumbnail-feature-collapse {
		display: block !important;
    	opacity: 1 !important;
    	visibility: visible !important;
	}
	
	div.breadcrumb {
    	display: inline-block;
    }
    
    .title.heading #top h1 {
    	display: inline-block;
    }
   	
   	.col-md-pull-8 {
   		right:66%;
   	}
   	
   	.col-sm-pull-6 {
   		right:50%;
   	}
   	
	[class*="col-md-"] {
        float: left;
    }
    
    [class*="col-sm-"] {
        float: left;
    }

    [class*="col-xs-"] {
        float: left;
    }

    .col-md-12, .col-sm-12, .col-xs-12 { 
        width:100% !important;
    }

    .col-md-11, .col-sm-11, .col-xs-11 { 
        width:91.66666667% !important;
    }

    .col-md-10, .col-sm-10, .col-xs-10 { 
        width:83.33333333% !important;
    }

    .col-md-9, .col-sm-9, .col-xs-9 { 
        width:75% !important;
    }

    .col-md-8, .col-sm-8, .col-xs-8 { 
        width:66.66666667% !important;
    }

    .col-md-7, .col-sm-7, .col-xs-7 { 
        width:58.33333333% !important;
    }

    .col-md-6, .col-sm-6, .col-xs-6 { 
        width:50% !important;
    }

    .col-md-5, .col-sm-5, .col-xs-5 { 
        width:41.66666667% !important;
    }

    .col-md-4, .col-sm-4, .col-xs-4 { 
        width:33.33333333% !important;
    }

    .col-md-3, .col-sm-3, .col-xs-3 { 
        width:25% !important;
    }

    .col-md-2, .col-sm-2, .col-xs-2 { 
        width:16.66666667% !important;
    }

    .col-md-1, .col-sm-1, .col-xs-1 { 
        width:8.33333333% !important;
    }
    
}

/*:::::::::: Product Search List (introduced in Faceted Search component) ::::::::::*/
/*:::::::::: Added by Frank Shanley | August 19, 2016 ::::::::::*/
@media (min-width: 481px) {
	.product-facet > .content-section > .container > .row {
		display: flex;
	}
	.product-facet .col-split-gutter-spacing > [class*="col-"]:last-child {
		padding-left: 40px;
	}
	.product-facet .check-prod, .product-facet .check-list {
	    display: table-cell;
	    vertical-align: middle;
	    float: none;
	}
}
@media (min-width: 481px) and (max-width:767px) {
	.product-facet .facet-col {
		width: 50%;
	}
	#appsListContainer {
		display: flex;
	}
}
@media (max-width:480px) {
	.product-facet .check-list,
	.product-facet .check-prod {
		width: 100%;
	}
	.product-facet .product-col {
		padding: 30px !important;
		
	}
}
.product-facet .check-list > img {
    border-radius: 3px;
	width: 100%; /* IE table-cell width fix */
	border-radius: 3px;
}
.product-facet a[class^="morelink-product"]{
	position: relative;
	color: #4E60EE;
	margin-top: 6px;
	font-weight: normal;
	display: inline-block;
}
	.product-facet a[class^="morelink-product"]:hover {
		cursor: pointer;
	}
	.product-facet a[class^="morelink-product"]:after {
		content: '\f107';
	    position: absolute;
	    top: 0px;
	    right: -15px;
	    font-family: FontAwesome;
	    color: #4E60EE;
	}
	.product-facet a[class^="morelink-product"].less-product:after {
		content: '\f106';
	}

.product-facet .product-details-list-container {
	position: relative;
	min-height: 250px;
}

.product-facet .img-check {
	/* border-bottom: 1px solid #e5e5e5; */
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.product-facet .input-chk label {
	padding-left: 18px;
	font-weight: normal;
}
.product-facet .input-chk input {
	margin-left: -18px;
	margin-right: 6px;
	transform: translateY(-1px);
}
.product-facet .product-details-list {
	transition: opacity 0.325s ease-in-out;
	opacity: 1;
}
	.product-facet .product-details-list.fade {
		opacity: 0;
	}
.product-facet .product-details-list > li {
	list-style: none;
}
.product-facet .back-to-top .col-sm-3 {
	border-right: 1px solid #e5e5e5;
}

.btn-tag {
	background: #EEE;
	font-size: 10px;
	text-align: left;
	position: relative;
	display: inline-block;
	padding-right: 30px;
	margin: 5px;
	color: #666;
}
.btn-tag .fa {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);

}

.linktotop .fa {
	margin-left: 6px;
}
/*:::::::::: Product Search List (Faceted Search Component) ::::::::::*/

/*:::::::::: Product Country Selector ::::::::::*/
#divExclusionMsg #listNotAvailable {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

#divExclusionMsg #available p {
    margin-bottom: 0;
}

#divExclusionMsg #available .fa-check-circle {
    margin-right: 5px;
}


/*:::::::::: Project K Family Pages ::::::::::*/

.dark-teal-bkg {
    background-color: #296081;
}

.dark-teal-txt {
    color: #296081;
}

hr.light-stroke {
    border-top-color: #ffffff;
    opacity: 0.3;
}

.btn-primary-outline-reverse,
.btn-primary-outline-reverse:focus {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    outline: none;
}

.btn-primary-outline-reverse:hover {
    background-color: #fff;
    color: #296081;
}

.project-k-workflow-wrap .recommended-workflow-purple .recommended-workflow-icon {
    background-color: #296081;
}

.project-k-workflow-wrap .recommended-workflow-purple .recommended-workflow-step-indicator:before {
    background-color: #296081;
}


/*:::::::::: Sell Anywhere Component ::::::::::*/

.sellAnywhere .sell-anywhere-dynamic-div {
    -webkit-transition: height .4s;
    -moz-transition: height .4s;
    transition: height .4s;
    overflow: hidden;
	height: 0px;
	clear: left;
	position: relative;
}
.sellAnywhere .sell-anywhere-buy-btn {
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	transition: opacity .4s;
}
/*:::::::::: RGH Overview Video ::::::::::*/
.rgh-overview-video {
    height: calc(100vh - 91px);
    position: relative;
    overflow: hidden;
    transition: height 0.5s linear;
}
.rgh-overview-video__text {
    height: calc(100vh - 91px);
}
body.ribbon-banner-open .rgh-overview-video,
body.ribbon-banner-open .rgh-overview-video__text {
    height: calc(100vh - 131px);
}

@media (min-width: 769px) {
    .rgh-overview-video,
    .rgh-overview-video__text {
        height: calc(100vh - 101px);
    }
    body.ribbon-banner-open .rgh-overview-video,
    body.ribbon-banner-open .rgh-overview-video__text {
        height: calc(100vh - 141px);
    }
}

.rgh-overview-video video {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -10;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
}

.rgh-overview-video h2 {
    position: absolute;
    bottom: 240px;
}

@media (max-width: 414px) {
    .rgh-overview-video h2 {
        font-size: 36px;
        line-height: 42px;
    }
}

@media (max-width: 375px) {
    .rgh-overview-video h2 {
        bottom: 110px;
        font-size: 32px;
        line-height: 38px;
    }
}


@media (max-height: 414px) and (max-width: 640px) and (orientation: landscape) {
    .rgh-overview-video h2 {
        font-size: 32px;
        line-height: 38px;
        top: 60px !important;
    }
}

.rgh-overview-video {
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 100%);
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0);*/
}

@media (max-width: 768px) {
    .rgh-overview-video video {
        display: none;
    }
    .rgh-overview-video {
        background: url('../../../content/dam/illumina-marketing/images/clinical/rgh/overview/rgh-video-poster-3-21-17.jpg') no-repeat top left / cover, -moz-linear-gradient(bottom, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 100%);
        background: url('../../../content/dam/illumina-marketing/images/clinical/rgh/overview/rgh-video-poster-3-21-17.jpg') no-repeat top left / cover, -webkit-linear-gradient(bottom, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 100%);
        background: url('../../../content/dam/illumina-marketing/images/clinical/rgh/overview/rgh-video-poster-3-21-17.jpg') no-repeat top left / cover, linear-gradient(to top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 100%);
    }
    .rgh-overview-video h2 {
    	top: 80px;
        width: calc(100% - 30px);
  	}
}
/*:::::::::: RGH Overview Video ::::::::::*/




/*:::::::::: RGH Hero Banners ::::::::::*/
.hero-banner-rgh-pcf {
    background: url("../../../content/dam/illumina-marketing/images/clinical/rgh/banners/rgh-banner-pcf.jpg") no-repeat right center / cover;
    min-height: 460px;
}
@media (max-width: 991px) {
    .hero-banner-rgh-pcf {
        background-position: right -150px center;
    }
}
@media (max-width: 767px) {
    .hero-banner-rgh-pcf {
        background-position: 0 0 !important;
    }
}
.hero-banner-rgh-nipt {
    background: url("../../../content/dam/illumina-marketing/images/clinical/rgh/banners/rgh-banner-nipt.jpg") no-repeat right center / cover;
    min-height: 460px;
}
@media (max-width: 991px) {
    .hero-banner-rgh-nipt {
        background-position: right -270px center;
    }
}
@media (max-width: 767px) {
    .hero-banner-rgh-nipt {
        background-position: 0 0 !important;
    }
}
.hero-banner-rgh-gh {
    background: url("../../../content/dam/illumina-marketing/images/clinical/rgh/banners/rgh-banner-gh.jpg") no-repeat right center / cover;
    min-height: 460px;
}
@media (max-width: 991px) {
    .hero-banner-rgh-gh {
        background-position: right -220px center;
    }
}
@media (max-width: 767px) {
    .hero-banner-rgh-gh {
        background-position: 0 0 !important;
    }
}
.hero-banner-rgh-ptb {
    background: url("../../../content/dam/illumina-marketing/images/clinical/rgh/banners/rgh-banner-ptb.jpg") no-repeat right center / cover;
    min-height: 460px;
}
@media (max-width: 991px) {
    .hero-banner-rgh-ptb {
        background-position: right -230px center;
    }
}
@media (max-width: 767px) {
    .hero-banner-rgh-ptb {
        background-position: 0 0 !important;
    }
}

.hero-banner-rgh-gh h2 {
    margin-top: 70px;
}
.hero-banner-rgh-ptb h2 {
    margin-top: 20px;
}
.hero-banner-rgh-pcf h2 {
    margin-top: 40px;
}
.hero-banner-rgh-nipt h2 {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .hero-banner-rgh-gh h2, .hero-banner-rgh-ptb h2, .hero-banner-rgh-pcf h2, .hero-banner-rgh-nipt h2 {
        margin-top: 0;
    }
    .hero-banner-rgh-pcf h5, .hero-banner-rgh-pcf h5.small, .hero-banner-rgh-nipt h5, .hero-banner-rgh-nipt h5.small {
        display: none;
    }
}

@media (max-height: 414px) and (orientation: landscape) {
    a.thumbnail.equal-height-box {
        min-height: 395px;
    }
}


/*:::::::::: RGH Hero Banners ::::::::::*/
/*:::::::::: System Specifications ::::::::::*/
/*.system-specs {*/
/*  background-color: #885087;*/
/*  background-image: url(../../../content/dam/illumina-marketing/images/systems/v2/web-graphic/background-pattern-system-specifications-web-graphic.png),*/
/*    linear-gradient(to right, #6d246b 0%, #885087 20%, #6d246b 100%);*/
/*  background-position: center bottom;*/
/*  background-repeat: no-repeat;*/
/*}*/

.system-specs .thumbnail {
  background-color: transparent;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  width: 100%;
}

.system-specs-subheading {
  letter-spacing: 1px;
  text-transform: uppercase;
}

/*:::::::::: End System Specifications ::::::::::*/




/*:::::::::: Software and Informatics List ::::::::::*/
.software-informatics-list *:last-child p {
  margin-bottom: 0;
}

/*:::::::::: Software and Informatics List ::::::::::*/




/*:::::::::: Platform Comparison Table ::::::::::*/

.system-comparison-table .table-col-nextseq-1000-2000 .system-comparison-thumbnail {
  margin-bottom: 13px;
}
.application-marker {
  border-radius: 50%;
  display: block;
  height: 15px;
  margin: 0 auto;
  width: 15px;
}

.application-marker-teal {
  background-color: #24bec5;
}

.application-marker-green {
  background-color: #81af45;
}

.application-marker-raspberry {
  background-color: #c5246E;
}

.application-marker-pumpkin {
  background-color: #ffb441;
}

.application-marker-gray {
  background-color: #666;
}

.application-key {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-left: 5px;
  vertical-align: middle;
}

.key-application-teal {
  background-color: #c1f2f4;
}

.key-application-green {
  background-color: #e2edd3;
}

.key-application-raspberry {
  background-color: #f9dfeb;
}

.key-application-pumpkin {
  background-color: #ffe4bb;
}

.key-application-gray {
  background-color: #e3e3e3;
}

.system-comparison-cta-link {
  font-weight: normal;
}

.system-comparison-table-cta-row {
  background-color: #f9f9f9;
}

.system-comparison-price {
  display: block;
}

@media (max-width: 767px) {
  .system-comparison-table:before {
    color: #6d246b;
    display: block;
    padding: 8px;
    content: "Swipe left to view more";
  }
}

.system-comparison-table .table>thead>tr>th {
  border-bottom-width: 3px;
}

.system-comparison-table .table>thead>tr>th.title {
  border-bottom-width: 0;
}

.system-comparison-table .table>thead>tr>th.col-teal {
  border-bottom-color: #24bec5;
}

.system-comparison-table .table>thead>tr>th.col-green {
  border-bottom-color: #81af45;
}

.system-comparison-table .table>thead>tr>th.col-raspberry {
  border-bottom-color: #c5246E;
}

.system-comparison-table .table>thead>tr>th.col-pumpkin {
  border-bottom-color: #ffb441;
}

.system-comparison-table .table>thead>tr>th.col-gray {
  border-bottom-color: #666;
}

.system-comparison-table .table>tbody>tr:nth-child(1)>td:nth-child(1) {
  border-top-width: 0;
}

.system-comparison-table .table>tbody>tr:last-of-type>td {
  border-width: 0;
}

.system-comparison-thumbnail {
  margin-bottom: 15px;
  max-width: 151px;
}

.system-comparison-table .table .btn {
  margin-bottom: 10px;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.system-comparison-table .table>tbody>tr>th,
.system-comparison-table .table>tfoot>tr>th,
.system-comparison-table .table>tbody>tr>td,
.system-comparison-table .table>tfoot>tr>td {
  border-right: 1px solid #ddd;
  vertical-align: middle;
}
.system-comparison-table .table>tbody>tr.system-comparison-cta-row>td {
  vertical-align: top;
}

.system-comparison-table .table>tbody>tr>th:nth-last-child(1),
.system-comparison-table .table>tfoot>tr>th:nth-last-child(1),
.system-comparison-table .table>tbody>tr>td:nth-last-child(1),
.system-comparison-table .table>tfoot>tr>td:nth-last-child(1) {
  border-right: none;
}

.system-comparison-table .table>tbody>tr>th.left-indent-small,
.system-comparison-table .table>tfoot>tr>th.left-indent-small,
.system-comparison-table .table>tbody>tr>td.left-indent-small,
.system-comparison-table .table>tfoot>tr>td.left-indent-small {
  padding-left: 20px;
}

.system-comparison-table .flex-column {
  display: flex;
  flex-direction: column;
}

/*:::::::::: End Platform Comparison Table ::::::::::*/




/*:::::::::: Systems Banner ::::::::::*/
/* Default System Image Positioning */
@media (min-width: 768px) {
  .systems-banner-default .banner-takeover-container-bottom {
    /* max-height: 324px; */
    height: 29vh;
  }

  .systems-banner-default .banner-takeover-image {
    margin-left: -120px;
  }
}

@media (min-width: 1200px) {
  .systems-banner-default .banner-takeover-container-bottom {
    /* max-height: 394px; */
    height: 34vh;
  }

  .systems-banner-default .banner-takeover-image {
    margin-left: -150px;
  }
}

@media (max-height: 992px) {
  .systems-banner-default .banner-takeover-image {
    margin-left: -120px;
  }
}

@media (max-height: 800px) {
  .systems-banner-default .banner-takeover-image {
    height: 30vh;
    margin-left: -90px;
  }
}

@media (max-height: 700px) {
  .systems-banner-default .banner-takeover-image {
    max-height: 200px;
    height: inherit;
    margin-left: -80px;
  }
}

/* Default System Image Positioning */




/* iScan System Image Positioning */
@media (min-width: 768px) {
  .systems-banner-iscan .banner-takeover-image {
    height: 29vh;
  }
}

@media (min-width: 1200px) {
  .systems-banner-iscan .banner-takeover-image {
    height: 34vh;
  }
}

@media (max-height: 800px) {
  .systems-banner-iscan .banner-takeover-image {
    height: 30vh;
  }
}

@media (max-height: 700px) {
  .systems-banner-iscan .banner-takeover-image {
    max-height: 200px;
    height: inherit;
  }
}

/* iScan System Image Positioning */






/* NextSeq 550 System Image Positioning */
@media (min-width: 768px) {
  .systems-banner-nextseq-550 .banner-takeover-container-bottom {
    /* max-height: 324px; */
    height: 29vh;
  }

  .systems-banner-nextseq-550 .banner-takeover-image {
    margin-left: -120px;
  }
}

@media (min-width: 1200px) {
  .systems-banner-nextseq-550 .banner-takeover-container-bottom {
    /* max-height: 394px; */
    height: 34vh;
  }

  .systems-banner-nextseq-550 .banner-takeover-image {
    margin-left: -150px;
  }
}

@media (max-height: 992px) {
  .systems-banner-nextseq-550 .banner-takeover-image {
    margin-left: -120px;
  }
}

@media (max-height: 800px) {
  .systems-banner-nextseq-550 .banner-takeover-image {
    height: 30vh;
    margin-left: -90px;
  }
}

@media (max-height: 700px) {
  .systems-banner-nextseq-550 .banner-takeover-image {
    max-height: 200px;
    height: inherit;
    margin-left: -80px;
  }
}

/* NextSeq 550 System Image Positioning */





/* NovaSeq System Image Positioning */
@media (min-width: 768px) {
  .systems-banner-novaseq .banner-takeover-image {
    margin-left: -50px;
    /*max-height: 324px;*/
    height: 29vh;
  }
}

@media (min-width: 1200px) {
  .systems-banner-novaseq .banner-takeover-image {
    margin-left: -68px;
    /*max-height: 394px;*/
    height: 34vh;
  }
}

@media (max-height: 992px) {
  .systems-banner-novaseq .banner-takeover-image {
    margin-left: -35px;
  }
}

@media (max-height: 800px) {
  .systems-banner-novaseq .banner-takeover-image {
    height: 30vh;
    margin-left: -35px;
  }
}

@media (max-height: 700px) {
  .systems-banner-novaseq .banner-takeover-image {
    max-height: 200px;
    height: inherit;
    margin-left: -30px;
  }
}

/* NovaSeq System Image Positioning */





/* NovaSeq Overview Banner Background Positioning */
.systems-banner-novaseq .banner-takeover {
  background-position: 20% center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .systems-banner-novaseq .banner-takeover {
    background-position: 31% center;
    background-size: 218%, cover;
  }
}

@media (min-width: 992px) {
  .systems-banner-novaseq .banner-takeover {
    background-position: 40% center;
    background-size: 249%, cover;
  }
}

@media (min-width: 1200px) {
  .systems-banner-novaseq .banner-takeover {
    background-position: 39% center;
    background-size: 196%, cover;
  }
}

/* NovaSeq Overview Banner Background Positioning */
/*:::::::::: Systems Banner ::::::::::*/




/*:::::::::: System Highlights ::::::::::*/
/* Default System Image Positioning */
@media (min-width: 992px) {
  .system-highlights-default {
    margin-top: 85px;
  }

  .system-highlights-default #thumbnailCarousel {
    margin-top: -160px;
  }
}

@media (min-width: 1200px) {
  .system-highlights-default {
    margin-top: 125px;
  }

  .system-highlights-default #thumbnailCarousel {
    margin-top: -180px;
  }
}

/* Default System Image Positioning */





/* NovaSeq */
@media (min-width: 992px) {
  .system-highlights-novaseq {
    margin-top: 85px;
  }

  .system-highlights-novaseq #thumbnailCarousel {
    margin-top: -160px;
  }
}

@media (min-width: 1200px) {
  .system-highlights-novaseq {
    margin-top: 125px;
  }

  .system-highlights-novaseq #thumbnailCarousel {
    margin-top: -180px;
  }
}

#thumbnailCarousel .carousel-inner {
  margin-bottom: 15px;
  overflow: visible;
}

#thumbnailCarousel .img-thumbnail {
  cursor: pointer;
  width: 60px;
}

#thumbnailCarousel .item img {
  max-height: 395px;
}

@media (max-width: 767px) {
  #thumbnailCarousel .item img {
    max-height: 250px;
  }
}



/* NextSeq 550 */
@media (min-width: 992px) {
  .system-highlights-nextseq550 {
    margin-top: 125px;
  }
}

@media (min-width: 992px) {
  .system-highlights-nextseq550 img {
    position: relative;
    right: -61px;
  }
}

@media (min-width: 1200px) {
  .system-highlights-nextseq550 {
    margin-top: 85px;
  }

  .system-highlights-nextseq550 img {
    margin-top: -180px;
  }
}



/* iScan */
@media (min-width: 992px) {
  .system-highlights-iscan {
    margin-top: 125px;
  }
}

@media (min-width: 992px) {
  .system-highlights-iscan img {
    position: relative;
  }
}

@media (min-width: 1200px) {
  .system-highlights-iscan {
    margin-top: 85px;
  }

  .system-highlights-iscan img {
    width: 85%;
    margin-top: -120px;
  }
}

/*:::::::::: System Highlights ::::::::::*/
/*:::::::::: Added by Adam Prince December 2017 ::::::::::*/
#prep,
#learn,
#unbox,
#setup,
#go,
#support {
  display: block;
  height: 38px;
  /*same height as header*/
  margin-top: -38px;
  /*same height as header*/
  visibility: hidden;
  position: absolute;
}

.flex-nav>.flex-nav-item>a {
  color: #fff;
}

.flex-nav.nav>.flex-nav-item {
  color: #fff;
  margin-bottom: 0;
}

.nav>li>a:hover,
.nav>li>a:focus {
  background-color: transparent;
  /*overide Bootstrap*/
}

@media (max-width: 767px) {
  .flex-nav {
    display: none;
    font-size: 1.5em;
    text-align: right;
    position: fixed;
    bottom: 108px;
    right: 25px;
    opacity: 0;
    z-index: 998;
  }
}

@media (min-width: 768px) {

  #prep,
  #learn,
  #unbox,
  #setup,
  #go,
  #support {
    display: block;
    height: 90px;
    /*same height as header*/
    margin-top: -90px;
    /*same height as header*/
    visibility: hidden;
    position: absolute;
  }

  .flex-nav-container {
    background-color: #24bec5;
    background: url(../../../content/dam/illumina-marketing/images/banners/hero-ge-bkg.png)no-repeat center center / cover, -webkit-gradient(linear, left top, right top, from(#24bec5), color-stop(50%, #24bec5), to(#24bec5));
    background: url(../../../content/dam/illumina-marketing/images/banners/hero-ge-bkg.png)no-repeat center center / cover, -webkit-linear-gradient(left, #24bec5 0%, #24bec5 50%, #24bec5 100%);
    background: url(../../../content/dam/illumina-marketing/images/banners/hero-ge-bkg.png)no-repeat center center / cover, -o-linear-gradient(left, #24bec5 0%, #24bec5 50%, #24bec5 100%);
    background: url(../../../content/dam/illumina-marketing/images/banners/hero-ge-bkg.png)no-repeat center center / cover, linear-gradient(to right, #24bec5 0%, #24bec5 50%, #24bec5 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .flex-nav-container>nav {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
  }

  .flex-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125em;
    width: 100%;
  }

  .flex-nav>.flex-nav-item {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .flex-nav.nav>.flex-nav-item>a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .flex-nav.nav>.flex-nav-item>a:focus {
    background-color: transparent;
  }

  .flex-nav-item {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
  }

  .flex-nav-item.active {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .flex-nav-item:last-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}

/* end media query */

@media (max-width: 767px) {
  .flex-nav-container.affix {
    position: relative;
  }
}

@media (min-width: 768px) {
  .flex-nav-container.affix {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    background: url(../../../content/dam/illumina-marketing/images/banners/hero-ge-bkg.png)no-repeat center center / cover, linear-gradient(to right, #24bec5 0%, #24bec5 50%, #24bec5 100%);
    position: fixed;
    top: 102px;
    bottom: auto;
    width: 100%;
    z-index: 999;
    transition: top 0.5s linear;
  }

  .flex-nav-container.affix.no-sticky {
    top: 0px;
  }

  body.ribbon-banner-open .flex-nav-container.affix {
    top: 142px;
  }
}

.video-container {
  border-color: #c1c1c1;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  overflow: hidden;
  padding-top: calc(796 / 1274 * 100%);
  position: relative;
  height: 0;
}

#video-container-bg {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
  opacity: 0.5;
  pointer-events: none;
}

.play-button {
  color: #fff;
  cursor: pointer;
  display: block;
  opacity: 0.95;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .3ms;
  -o-transition: opacity .3ms;
  transition: opacity .3ms;
  z-index: 2;
}

.embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* FAB Menu */
/*
.fab {
  background-color: #3e7ebe;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  line-height: 56px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: fixed;
  width: 56px;
  height: 56px;
  bottom: 25px;
  right: 25px;
  vertical-align: middle;
  z-index: 999;
}

@media (min-width: 768px) {
  .fab {
    display: none;
  }
}

.fab.is-active {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fab span {
  vertical-align: middle;
}
*/

.backdrop {
  background-color: #666;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: 997;
}

/*:::::::::: Public Homepage ::::::::::*/
@media (min-width: 1200px) {
  .products-by-system-public .row .col-xs-4 {
    width: 11.111%;
  }
}

/*:::::::::: Public Homepage ::::::::::*/
/* ICONS */
@keyframes bump {
  0% {
    opacity: 0;
    -webkit-transform: scale(.125, .125);
    transform: scale(.125, .125);
  }
  70% {
    opacity: .75;
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes bump {
  0% {
    opacity: 0;
    -webkit-transform: scale(.125, .125);
    transform: scale(.125, .125);
  }
  70% {
    opacity: .75;
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.icon-reveal {
  position: relative;
}

.icon-wrapper {
  display: inline-block;
}

.icon-wrapper > span {
  display: inline-block;
  border-radius: 100%;
  background-color: #ffffff;
  border: solid 4px #24bec5;
  -webkit-transform: scale(.125, .125);
  transform: scale(.125, .125);
  opacity: 0;
  max-height: 100px;
  max-width: 100px;
}

#canvas-container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.no-animation .icon-row .icon-wrapper > span {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.animate-in .icon-row.infrastructure .icon-wrapper > span {
  -webkit-animation: bump 300ms forwards 0s;
  animation: bump 300ms forwards 0s;
}

.animate-in .icon-row.management .icon-wrapper > span {
  -webkit-animation: bump 300ms forwards 600ms;
  animation: bump 300ms forwards 600ms;
}

.animate-in .icon-row.analysis .icon-wrapper > span {
  -webkit-animation: bump 300ms forwards 1300ms;
  animation: bump 300ms forwards 1300ms;
}

.animate-in .icon-row.insight .icon-wrapper > span {
  -webkit-animation: bump 300ms forwards 1950ms;
  animation: bump 300ms forwards 1950ms;
}

.animate-in .icon-row.specialization .icon-wrapper > span {
  -webkit-animation: bump 300ms forwards 2600ms;
  animation: bump 300ms forwards 2600ms;
}

@media screen and (max-width: 767px) {
  .icon-row > .icon {
    text-align: center;
  }
  .icon-wrapper > span {
    border-width: 3px;
  }
}

/* Hero Dynamic Point Mesh Animation */
#hero-canvas {
  display: block;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  z-index: 0;
}

/*:::::::::: Illumina In The News List (Press Center component) ::::::::::*/
/*:::::::::: Added by Shadow Van Houten | September 5, 2017 ::::::::::*/

.news-center-table.table-responsive tr td:first-child {
    white-space: nowrap;
}

/*:::::::::: Illumina In The News List (Press Center component) ::::::::::*/

/*::::::::::  News Center Banner Space News Feed  ::::::::::*/

.hero-banner-article-feed {
    background-color: rgba(255, 255, 255, 0.75);
    bottom: 0;
    position: absolute;
    width: 100%;
}

.feature-wrap .entry-title {
  align-items: center;
}

.feature-wrap > div {
width: 100%;
}

@media (max-width: 767px) {
    .hero-banner-article-feed .img-wrap.col-sm-4.hidden-xs{
        display: none !important;
    }

    .hero-banner-article-feed {
        display: none;
    }
}

/*:::::::::: Feature Articles List ::::::::::*/

.fn-tag small {
    padding-right: 6px;
    color: #bbb;
}
/*:::::::::: Feature Articles List ::::::::::*/

/*:::::::::: Feature Articles Share Icons ::::::::::*/

.newscenter-article .share-icons.affix {
    top: 120px;
}

@media (min-width: 768px) {
    .newscenter-article .share-icons .at-share-btn-elements {
        width: 45px;
    }
}

@media (max-width: 767px) {
    .newscenter-article .share-icons .at-resp-share-element.at-mobile .at-share-btn + .at-share-btn {
         margin-left: 30px;
     }
    .newscenter-article .share-icons {
        margin-top: 45px;
    }
    .newscenter-article .share-icons.affix {
        position: static;
    }
}

/*:::::::::: Feature Articles Share Icons ::::::::::*/

/*:::::::::: Feature Articles Previous and Next Articles ::::::::::*/

.prev-article .icon-cta:after {
    display: none;
}

.prev-article .icon-cta:before {
     content: "\f053";
     margin-right: 6px;
 }

/*:::::::::: Feature Articles Previous and Next Articles ::::::::::*/

/*:::::::::: Images and Multimedia ::::::::::*/
/*:::::::::: Added by Leyla Badillo | November 13, 2017 ::::::::::*/

.newscenter-multimedia .tags-container {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.newscenter-multimedia .tags-container li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.newscenter-multimedia .tags-container li {
    padding-right: 10px;
}

.newscenter-multimedia .tags-container li:last-child {
    padding-right: 0px;
}

.newscenter-multimedia .tags-container li a {
    text-transform: capitalize;
    cursor: pointer;
    background-color: #CCC;
    color: #333;
}

.newscenter-multimedia .tags-container li.active a {
    background-color: #666;
    color: #FFF;
}

.newscenter-multimedia .tags-container li a:hover {
    color: #666;
    background: #EEE;
}

.newscenter-multimedia .media img {
    align-self: center;
}

.newscenter-multimedia .flex-row-standard,
.newscenter-multimedia .flex-row-standard>div[class*="col-"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*:::::::::: Images and Multimedia - Modals ::::::::::*/

.images-multimedia .modal-terms .image-use-agreement {
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 10px;
}

.images-multimedia ::-webkit-scrollbar {
   -webkit-appearance: none;
   width: 7px;
}
.images-multimedia ::-webkit-scrollbar-thumb {
   border-radius: 4px;
   background-color: rgba(0,0,0,.5);
   -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.images-multimedia .modal-terms .form-group {
    margin-bottom: 0px;
    margin-top: 15px;
}
/*:::::::::: Images and Multimedia ::::::::::*/



/*:::::::::: Press Release Details Page ::::::::::*/
/*:::::::::: Added by Shadow Van Houten | November 14, 2017 ::::::::::*/

#news-body-cta {
    word-break: break-all;
}

#mmgallerylink {
    word-break: break-all;
}

#bwbodyimg img {
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}

/*:::::::::: Press Release Details Page ::::::::::*/


/*:::::::::: News Center Lists Mobile Wrap ::::::::::*/
/*:::::::::: Added by Shadow Van Houten | November 21, 2017 ::::::::::*/

@media (max-width: 767px) {
.news-center-table.table-responsive > .table > tbody > tr > th {
    white-space: pre-line;
}
.news-center-table.table-responsive > .table > tbody > tr > td {
    white-space: pre-line;
}
}

/*:::::::::: News Center Lists Mobile Wrap ::::::::::*/
/*:::::::::: NIPT LAB BANNER ::::::::::*/

@media all and (max-width: 580px) {
    .nipt-lab.hero-banner-container {
        background-position: 67% bottom !important;
        background-size: 290% !important;
        background-color: #f9f9f9 !important;
    }
}


@media all and (min-width: 485px) and (max-width: 580px) {
    .nipt-lab.hero-banner-container {
        min-height: 600px !important;
    }
}


@media all and (min-width:410px) and (max-width: 484px) {
    .nipt-lab.hero-banner-container {
        min-height: 550px !important;
    }
}


/*:::::::::: NIPT INTRO VERISEQ BANNER ::::::::::*/

@media all and (max-width: 580px) {
    .nipt-veriseq.hero-banner-container {
        background-position: 67% bottom !important;
        background-size: 240% !important;
        background-color: #f9f9f9 !important;
    }
}


@media all and (min-width: 485px) and (max-width: 580px) {
    .nipt-veriseq.hero-banner-container {
        min-height: 600px !important;
    }
}

@media all and (max-width: 409px) {
    .nipt-veriseq.hero-banner-container {
        min-height: 500px !important;
    }
}

